/*-- Yahoo Reset --*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	margin: 0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-- Base Styles --*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height: 20px;
	min-width: 1220px;
}

a {
	color: #125176;
	text-decoration: underline;
}
a:hover {
	color: #125176;
	text-decoration: none;
}
a, img, object, input {
	outline: none;
}
blockquote {
	font-style: oblique;
	margin: 10px 20px;
	padding: 0;
}
p {
	margin: 0 0 20px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: none;
}

/*-- Specific Styles --*/

.alignMiddle {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
#header {
	background-color: #348abd;
}
#headerContent {
	background-color: #003664;
	border-bottom: 1px solid #fff;
	text-align: right;
}
#headerContent img {
	margin-right: 315px;
}
#logo {
	float: left;
	clear: none;
	padding-left: 20px;
}
#tagline {
	float: right;
	clear: none;
}
#tagline ul {
	margin: 0;
	padding: 0;
	height: 125px;
}
#tagline li {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNavigation {
	background-color: #003664;	
	clear: both;
	border-top: 1px solid #fff;
	text-align: center;
	height: 49px;
}
#contentWrap {
	padding: 30px 0; 
	overflow: hidden;
}
#divisionsImages {
	width: 884px;
	height: 555px;
	float: right;
	clear: none;
	margin-left: 20px;
}
#divisionsImages li {
	float: left;
	clear: none;
	margin-left: 15px;
}
#divisionsContent {
	padding-left: 0;
}
#divisionsContent li {
	list-style: none;
}
#footer {
	color:#FFF;
	background-color: #003664;
	padding: 30px 0;
}
#footer a {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer img {
	vertical-align: middle;
}
#silvertech {
	float: right;
	clear: none;
	margin-top: 10px;
}

.about-title {margin-bottom:5px;}