@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffee;
}
.thrColFixHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEE; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-color: feeecc;
} 
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #header { 
	background: #FFEECC; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 50px 20px 20px 20px;
} 
.magentah1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #960059;
	text-decoration: none;
}
.blackh1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #navbar { 
	background-image: url(images/navback.jpg); 
	padding: 5px 20px 6px 20px;
	height: 18px;
} 
.thrColFixHdr #flashbody { 
	padding: 0 0;  
	background-image: url(images/graycurvebackground.jpg);
	height: 323px;
} 

.thrColFixHdr #sidebar1 {
	float: left; 
	padding: 0 0;
}
.thrColFixHdr #sidebarhome1 {
	float: left;
	width: 330px;
	padding: 0 0;
	position: absolute;
	margin: 0 0 0 0;
	background-image: url(images/smcurveback.gif);
	height: 140px;
	color: #969;
}
.thrColFixHdr #sidebarservices {
	float: left;
	margin: 0;
	width: 190px;
	background-image: url(services/images/service_background_test.gif);
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFixHdr #placeholder {
	margin: 0;
	width: 190px;
	height: 490px;
	background-image: url(images/placeholder.gif);
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #sidebarfinancial {
	float: left; 
	padding: 0 20px;
	margin: 0 0;
	width: 190px;
	background-image: url(images/financialback.gif);
	background-repeat:no-repeat;
}
.thrColFixHdr #sidebarlinks {
	float: left; 
	padding: 0 20px;
	margin: 0 0;
	width: 190px;
	background-image: url(images/linksback.gif);
	background-repeat:no-repeat;
}

.thrColFixHdr #sidebarcareers {
	float: left; 
	padding: 0 20px;
	margin: 0 0;
	width: 190px;
	background-image: url(images/careersback.gif);
	background-repeat:no-repeat;
}

.thrColFixHdr #sidebarlocations {
	float: left;
	padding: 0 20px;
	margin: 0 0;
	width: 190px;
	background-repeat:no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 325px; 
	padding: 0 0; 
}
.thrColFixHdr #sidebarhome2 {
	float: right;
	width: 330px;
	padding: 0 0;
	background-image: url(images/smcurveback.gif);
	height: 140px;
	color: #9F6;
}
.thrColFixHdr #mainContent { 
	margin: 0 330px; 
	padding: 0 0; 
	width: 328px;
} 
.thrColFixHdr #mainContentSub {
	padding: 0;
	background-color: #feeecc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 
.thrColFixHdr #midhome {
	padding: 0;
	background-image: url(images/smcurveback.gif);
	height: 140px;
	margin: 0 330px;
	color: #909;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFff;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.style1 {	color: #000000;
	font-size: 18px;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DDD;
	text-decoration: none;
}
.style4 {
	color: #000000;
	background-color: #FEEECC;
}
.style5 {	color: #807f80;
	font-size: 14px;
}
.style6 {font-size: 14px}
.blackboxtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width: 290px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.blackboxtitleslonger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width: 306px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.blackboxtitlesmid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width:300px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.blackboxtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width: 290px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.blackboxtitleslonger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width: 306px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.blackboxtitlesmid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	background-color: #000;
	width:300px;
	height: 18px;
	line-height: 18px;
	border: 2px solid #FFF;
	top: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FEC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.bodyintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
	background-color: #ffffee;
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 240px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9F1369;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 0px;
}
.subtitleheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9F1369;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 0px;
}
.siderollovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.siderollovers:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
.siderollovers1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.siderollovers1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.footerlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #960059;
	text-decoration: none;
}

.goldtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FEC;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 4px;
	position: relative;
}
.locationstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 238px;
	float: right;
	padding: 0px;
	width: 280px;
}

.locationstextlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 238px;
	float: right;
	padding: 0px;
	width: 280px;
}

.bulletedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;

}
.magentasm {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9F1369;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}


/*Begin Horizontal Top Menu Styles*/
.horizontalcssmenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color: #FFF;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 2px 5px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
color: #FFF;
font: bold 14px Arial;
}



	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
padding: 3px 3px;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 300;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
.links {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-width: 0px;
color: #FFFFFF;
text-decoration: none;
}
.links:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-width: 0px;
color: #DDDDDD;	
}

.bodylinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-width: 0px;
color: #9F1369;
text-decoration: none;
}
.bodylinks:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border-width: 0px;
color: #DDDDDD;	
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 3px 5px;
background: #EEEEEE;
border-width: 0px;
color: #960059;
}

.horizontalcssmenu ul li a:hover{
	color: #888888;

}

.horizontalcssmenu ul li ul li a:hover{
color: #888888;
background-color: #DDDDDD;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
width: 0px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
