/* CSS Document */

/* USED FOR RANDOM HOMEPAGE CONTENT - HIDS DIV IN JS ENABLED BROWSERS*/
.jsclass body .random{ 
	display: none;
}

/* Page Classes */
body {
	/*background-image: url(../images/interface/stripes.jpg);
	background-repeat: repeat;
	*/
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/sitebackground.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 16px;	
	letter-spacing:-0.2px;

}

a:link {
	color: #ff2200;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff2200;
}
a:hover {
	text-decoration: none;
	color: #ff2200;
}
a:active {
	text-decoration: underline;
	color: #ff2200;
}

.pageBlackHighlight {
	font-weight: bold;
}
.pageOrangeHighlight {
	/*font-weight: bold;*/
	color: #F8320D;
}


.heading{
	font-weight: bold;
	color: #F8320D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;display:block;line-height: 20px;
}
.subheading{
	font-weight: bold;
	color: #F8320D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;display:block;line-height: 18px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../images/bulletImage.gif);
	
}
li {
	margin: 0px;
	padding: 0px;
}


h1{
line-height:normal;
}



/* Layout Objects  */
#container {
	background-color: #FFFFFF;
	width: 904px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#container #header {
	height: 100px;
	background-position: bottom;
	overflow: visible;
}
#container #header #mainNav {
	width: 400px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: text-bottom;
	display: block;
	position: relative;
	top: 88px;
	height: 14px;
	line-height: 16px;
}

#container #header #mainNav div{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

/********************* NAVIGATION STYLES **********************************/
#container #header #mainNav #mnHome {
	width:43px; height:15px;
}
#container #header #mainNav #mnHome a{
	width:43px;	height:15px;display:block;background-image: url(../images/mn_home.gif);
}
#container #header #mainNav #mnHome a:hover{
	width:43px;	height:15px; display:block; background-image: url(../images/mn_home_ov.gif);;
}


#container #header #mainNav #mnWhatWeDo {
	width:83px; height:15px;
}
#container #header #mainNav #mnWhatWeDo a{
	width:83px;	height:15px;display:block;background-image: url(../images/mn_whatwedo.gif);
}
#container #header #mainNav #mnWhatWeDo a:hover{
	width:83px;	height:15px; display:block; background-image: url(../images/mn_whatwedo_ov.gif);;
}


#container #header #mainNav #mnClients {
	width:50px; height:15px;
}
#container #header #mainNav #mnClients a{
	width:50px;	height:15px;display:block;background-image: url(../images/mn_clients.gif);
}
#container #header #mainNav #mnClients a:hover{
	width:50px;	height:15px; display:block; background-image: url(../images/mn_clients_ov.gif);;
}


#container #header #mainNav #mnNews {
	width:40px; height:15px;
}
#container #header #mainNav #mnNews a{
	width:40px;	height:15px;display:block;background-image: url(../images/mn_news.gif);
}
#container #header #mainNav #mnNews a:hover{
	width:40px;	height:15px; display:block; background-image: url(../images/mn_news_ov.gif);;
}


#container #header #mainNav #mnContact {
	width:77px; height:15px;
}
#container #header #mainNav #mnContact a{
	width:77px;	height:15px;display:block;background-image: url(../images/mn_contact.gif);
}
#container #header #mainNav #mnContact a:hover{
	width:77px;	height:15px; display:block; background-image: url(../images/mn_contact_ov.gif);;
}
/********************* END NAVIGATION **********************************/



#greyHeaderLine {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #cccccc;
	border-left-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
}
#greyLineSpacer{
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #cccccc;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	clear: both;
	display: block;
}



#container #mainbody {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	width:906px; 
}


#spacer {
		height: 20px;
		display:block;
		clear:both;
}


#container #mainBody #contentLeftCol #spfAddressBox  {

}
#container #mainBody #contentLeftCol #spfAddressBox #spfAddress {
margin-bottom:12px;
}

#container #mainBody #contentLeftCol #spfAddressBox #spfMapLink{
	width:28px; height:15px;
}
#container #mainBody #contentLeftCol #spfAddressBox #spfMapLink a{
	width:28px;	height:15px;display:block;background-image: url(../images/txt_mapLink.gif);
}
#container #mainBody #contentLeftCol #spfAddressBox #spfMapLink a:hover{
	width:28px;	height:15px; display:block; background-image: url(../images/txt_mapLink_ov.gif);;
}


#container #mainBody #contentLeftCol #spfAddressBox #spfPhone {
margin-top:12px;
}

#container #mainBody #contentLeftCol #spfAddressBox #spfEmailLink{
	width:124px; height:15px;
}
#container #mainBody #contentLeftCol #spfAddressBox #spfEmailLink a{
	width:124px;	height:15px;display:block;background-image: url(../images/txt_yourCallLink.gif);
}
#container #mainBody #contentLeftCol #spfAddressBox #spfEmailLink a:hover{
	width:124px;	height:15px; display:block; background-image: url(../images/txt_yourCallLink_ov.gif);;
}


