html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ffffff;
	color: #7a7576;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	background-color: #fd8f01;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid #706e6f;
	margin: 0 0 15px;
	padding: 5px 0;
	color: #514c4e;
	text-transform: uppercase;
}
a, a:link {
	color: #f38806;
	text-decoration: none;
}
a:visited {
	color: #f38806;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
img 
{
    border: none;
}

h2#headerText
{
    display: none;
}

/*
 * news styling
 */
.sf_newsList h2
{
    border-bottom: none;
}
    .sf_newsList h2.sf_newsTitle a
    {
        font-size: .4em;
        margin: 0;
        padding: 2px 0 7px 10px;
        background-image: url(/InsightMercantile/images/home_28.gif);
        background-position: 0 7px;
        background-repeat: no-repeat;
    }
.sf_newsList .sf_newsDate
{
    font-weight: bold;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 76em;
}
#outerWrapper #header {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
	padding: 10px 10px 10px 10px;
	width: 960px;
}
    #outerWrapper #header #headerImage
    {
        width: 960px;
        height: 180px;
    }
    #outerWrapper #header #navigationContainer
    {
        background-color: #fd8f01;
        height: 26px;
    }
    
    #outerWrapper #header #navigationContainer #menuContainer
    {
        float: left;
    }
    
    #outerWrapper #header #navigationContainer #searchContainer
    {
        float: right;
        margin: 1px;
    }

#outerWrapper #contentWrapper #rightColumn {
	float: right;
	padding: 10px 0px 10px 10px;
	margin-right: 2px;
	width: 14em;
	/*height: 800px;*/
}
#outerWrapper #contentWrapper #leftColumn {
	float: left;
	padding: 10px;
	width: 14em;
	/*height: 800px;*/
}

#outerWrapper #contentWrapper #content {
	margin: 0 16em 0 16em;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapperSub #content {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer 
{
    border-top: 2px solid #c3c3c3;
	padding: 10px 10px 10px 10px;
}
    #outerWrapper #footer img
    {
        padding-top: 10px;
    }
    
    #outerWrapper #footer a 
    {
        display: block;
        float: right;
        text-decoration: none;
        color: #adadad;
    }

    #outerWrapper #footer a:hover
    {
        text-decoration: underline;
        color: #555555;
    }

/*
 * search box styling
 */
.sf_searchBox label
{
    display: none;
}

/*
 * form styling
 */
.formRow, .formRowReqd 
{
	display: block;
	position: relative;
	margin-bottom: .6em;
	clear: both;
	height: 1%;
}

.formRow table, .formRowReqd table
{
	display: block;
	position: relative;
}

.oneHundredPercentWidth
{
	width: 100%;
}

textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
}

.formRow input, .formRow textarea, .formRow select 
{
	background: #EfEbE7; 
}

.formRowReqd input, .formRowReqd textarea, .formRowReqd select 
{
	background: #fff;
}
	
.formRowReqd .button { background: #EfEbE7 !important;}

	label {
		position: relative;
		display: block;
		float: left;
		width: 10em;
		margin-top: .2em;
	}
	label.absoluteLabel {
		position: absolute;
	}
	
	.formRowCol 
	{
		position: relative;
		margin-left: 10em; /* margin-left here equates to the width of the label, above */
	}	
	* html .formRowColxx
	{
		padding: 1px;
		margin-top: 10px;
	}
	
	.formRowCol label {
		position: relative;
		font-size: .9em;
		display: block;
		width: 7em;
		float: left;
	}
	
	.formRowCol ul
	{
        list-style: none;
        margin-left: -40px;
	}
	
	.formRowCol ul label
	{
	    float: none;
	    display: inline;
	}
	
	.formRowReqd .checkBox
	{
		background: #EfEbE7 !important; 
	}
	
	.formRowCol .rightOfInput
	{
		display: inline !important;
		float: none !important;
		width: 15em !important;
	}
	
		.formRowCol input, .formRowCol textarea, .formRowCol select 
		{
			float: none;
		}


	.formSubmitRow {
		text-align: center;
		padding: .5em;
		margin-top: 2em;
	}
		.formSubmitRow input { padding: .3em 1em .3em 1em; }
	
	.formMultiSubmitRow {
		text-align: right;
		width: 100%;
		margin-top: 0.2em;
	}
	
	.validElementsCheckbox input {
		float: left;
	}
	
	.validElementsCheckbox label {
		float: left;
	}
	
	.formRow .calendarButton, 
	.formRowReqd .calendarButton 
	{ 
		font-size: 1.05em; 
		padding-left: 16px; 
		background: URL(../images/calendarButtonBG.gif) !important; 
	}
	
    .reqd
    {
        color: #ee0000;
        font-weight: bold;
        margin-left: 0.5em;
    }	

/*
 * We use the @Media directive with the Print attribute to work around an issue that Themes have
 * with regards to multiple external stylesheets where you include your primary style and the
 * print style within the theme and you will find that one overrides the other depending upon
 * loading order.
 */
@Media Print 
{
    body
    {
        background-color: #fff;
        background-image: none;
        border-color: #000;
        color: #000;
        font-size: 12pt;
    }

    a:link, a:visited
    {
        color: #000;
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
    }

    img#headerImage
    {
        display: none;
    }

    h2#headerText
    {
        display: block;
    }

    #navigationContainer
    {
        display: none;
    }

    #outerWrapper #header
    {
        width: 100%;
    }
    
    #outerWrapper #contentWrapper #rightColumn 
    {
        display: none;
    }
    
    #outerWrapper #contentWrapper #content
    {
        width: auto;
        padding: 0;
        border: 0;
        color: #000;
        background: transparent none;
    }
    
    #footer
    {
        display: none;
    }
}
