@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	background-color: #8E8E8E;
	background-image: url(../images/08DEV103_home_bg.jpg);
	background-repeat: repeat-x;
}

a {
	font-weight: bold;
	text-transform: uppercase;
}



a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #6F717F;
	top: 0;
}

#header {
	height: 230px;
	width: 960px;
	margin: 0 auto;
	background-image:url(../images/08DEV103_home_banner.jpg);
	background-repeat:no-repeat;
	background-position: 0 30px; 
	background-color: #000000;
	text-align: right;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	width: 960px;
	background-color: #6F717F;
	margin: 0;
	display: inline;
	float: left;
	height: 1%; 
}


#footer {
	margin: auto;
	background-color:#FFF;
	width:920px;
	float: left;
	border-bottom: 5px solid #000;
	padding: 20px;
}

#footer h1, h2{
	margin: 0;
	padding: 0;
}

.footerTXT {
	float: left;
	width: 650px;
	line-height: 22px;
}

.footerTXT h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2.5em;
	color: #003366;
	letter-spacing: -1px
}

.footerTXT h2 {
	font-weight: 500;
	font-size: 1.2em;
	color: #6699cc;
	letter-spacing: 5px
}

.locations {
	width: 240px;
	float: right;
	border-left: solid 1px #CCCCCC;
	padding-left: 20px;
	line-height: 17px;
}

.locations h2{
	text-transform: uppercase;
	font-size: 1em;
	color: #003366;
}

.locations p{
	margin: 0 0 10px 0;
}

.topNav {
	padding: 20px;
}

.logo {
	float: left;
	display: inline;
	margin-left: 17px;
	margin-top: 10px;
}