/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: left;
	font-size: 0.75em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff;
	margin-top: 0px;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	display: inline;
	border-bottom: 2px solid #ccc;
}

h2 {
	font-size: 1.4em;
	color: #CCCCCC;
}

/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
	position:absolute;
	top:0;
	height:100%;
	padding:0 0 1px;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #003366;
}

#flashMap {
	text-align: center;
}

#header {
	font-size: 1px;
	height: 121px;
	width: 740px;
	text-align: center;
	border-bottom: 3px solid #fff;
}

#flashLogo {
	padding-top: 20px;
}

#navHolder {
	width: 200px;
	overflow: hidden;
	border-right: 3px solid #FFFFFF;
	float: left;
}


#contentLeft {
	text-align: center;
	float: left;
	width: 189px;
}



#contentLeft2 {
	text-align: center;
	float: left;
	width: 189px;
	padding-top: 10px;
}

#logosNav {
	background: url(../../images/navBg.jpg) no-repeat #343434; 
	padding: 10px;
	float: left;
	width: 180px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin-top: 0px;
}

* html #navHolder {
	overflow: visible;
}

#contentContainer {
	width: 740px;background: url(../../images/contentRightBg.jpg) bottom right no-repeat;
}

#contentRight {
	text-align: center;
	float: right;
	width: 530px;
	font-size: 1.1em;
	
}

#contentRight-text {
	color: #fff;
	padding: 40px 25px 20px 40px;
	text-align: left;
}

#manuLogos {
	width: 740px;
	float: left;
	text-align: center;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #ccc;
	background: #001e3a;
	font-size: 0.9em;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0px;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	margin-left: 1px;
	border: none;
}

/* Navigation Styles
--------------------------------------------------------------- */


#navigation {
	
}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	text-align: right;
	float:left;
	display: block;
	width: 179px;
	letter-spacing: 1px;
	color: #fff;
    text-decoration:none;
	padding: 15px 10px 15px 10px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	background: url(../../images/navBg.jpg) left no-repeat #343434;
	font-size: 1.2em;

}
	#navigation a:hover {
		background: #222;
		
	
	}

.nomargin {
	margin: 0px;
}

#navigation ul li.subnav a {
	padding: 3px 10px 3px 10px;
	font-size: 0.9em;
	border-right: 3px solid #cc0000;
}

	#navigation ul li.subnav a:hover {
		border-right: 3px solid #fff;
		background: #999;
		color: #000;
	}

#navigation ul li.otherServices {
	text-align: left;
	float:left;
	display: block;
	width: 159px;
	letter-spacing: 2px;
	color: #fff;
    text-decoration:none;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 2px;
	border-right: 3px solid #ccc;
	border-top: 1px solid #770000;
}

/* Class Styles
--------------------------------------------------------------- */

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.NB {
	border: none;
}

.inline {
	margin: 0px;
	padding: 0px;
}

.inline li {
	display: inline;
}

.clearFix {
	clear: both;
}

/* SEO
--------------------------------------------------------------- */

#contentRight a {
color:#FFFFFF;
}

.image {
float:right;
}

.locations {
font-size:1.4em;
color:#FFFFFF;
font-weight:bold;
text-align:left;
}

.locations li {
border-bottom:dashed 1px #666666;
line-height:30px;
list-style-type: none;
}

.locations ul {

margin:0px;
padding:10px;
}

.number {
font-weight:bold;
font-size:2.8em;
}