﻿


body{
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;

}



H1 {
	FONT-SIZE: 1.8em; 
}

H2 {
	FONT-SIZE: 1.6em; 
}

H3 {
	FONT-SIZE: 1.4em; 
}

H4 {
	FONT-SIZE: 1.2em; 
}

H5 {
	FONT-SIZE: 1em; 
}

H6 {
	FONT-SIZE: .8em; 
}



.smalltext { FONT-SIZE: .85em }

A:link { COLOR: #c1272d; text-decoration: underline;}
A:visited { COLOR: #666666; text-decoration: underline;}
A:hover { COLOR: #999999; text-decoration: underline;}
A:active { COLOR: #c1272d; text-decoration: underline;}

A.topMenu:link { COLOR: #999999; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenu:visited { COLOR: #999999; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenu:hover { COLOR: #c1272d; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenu:active { COLOR: #999999; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}

A.topMenuSelect:link { COLOR: #c1272d; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenuSelect:visited { COLOR: #c1272d; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenuSelect:hover { COLOR: #999999; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}
A.topMenuSelect:active { COLOR: #c1272d; text-decoration: none; white-space: nowrap; float:left; clear:both; padding-bottom:5px}

A.rightBox:link { COLOR: #c1272d; text-decoration: none}
A.rightBox:visited { COLOR: #c1272d; text-decoration: none}
A.rightBox:hover { COLOR: #999999; text-decoration: none}
A.rightBox:active { COLOR: #c1272d; text-decoration: none}

.SectionTitle { FONT-SIZE: 1.2em; COLOR: #c1272d; }

.caseStudyText {
	FONT-SIZE: .85em;
	color: #666666;
	margin: 0px 0px 7px 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	padding: 0px 0px 15px 0px;
	width: 100%;
}

#leftmenu{
	display:none;

}

#rightmenu{


}

#content{
	width: 100%;

}

#footer{
	clear: both;
	padding: 10px 10px 10px 10px;
}




#globalNav{
	border-bottom: 0px;
	padding: 0px 0px 5px 0px;
}

#otherNav{

	margin: 0px 0px 0px 0px;
}

#caseStudyBox{
	border: 1px solid #CCC;
	padding: 6px 6px 6px 6px;
	background-color: #F3F3F3;
}

#crest{
	display:none;
}

#logo{
	float:none;
}


