@charset "UTF-8";

/* Eric Myer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom CSS Applied to Site */

body {
	background: #D3D3D3 url(../images/layout/body_content.png) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
hr {
	color: #375b95;
	height: 2px;
	padding: 0px;
	width: 85%;
	margin: 10px auto;
	background: #002057;
}


.ulServices {
	padding: 0px 0px 0px 24px;
	color: #375B95;
	line-height: 26px;
	font-size: 14px;
}

#divWrapper {
	margin: 0px auto -265px;	
}
#divSidebar {
	float: right;
	width: 220px;
	text-align: center;
}
#divContent {
	width: 660px;
	
}
#aboutTable tr td {
	text-align: center;
}
#aboutTable tr td img{
	padding:8px;
}
#divContent h1{
	padding: 10px 0px 10px 10px;
	color: #375B95;
	font-size:30px;
	
	
}
.indent {
	padding: 10px;
}
#divContent h1 a, #divContent h1 a:visited {
	color: #375B95;
}

#divContent h1 a:hover {
	text-decoration: none;
	}
#divContent h3 {
	padding: 10px 0px 10px 18px;
	color: #4165A0;
	font-size: 18px;
}
#divOuterFooter {
	background: #D3D3D3 url(../images/layout/footerbk.png) repeat-x;
	height: 265px;
}
#divPush {
	height:265px;
}
#divHeader {
	margin: 0px auto;
	padding: 0px;
	height: 121px;
	width: 960px;
}
#divHeadNav {
	float: right;
	position: relative;
	top: 46px;
	height: 70px;
}
#divHeadNav ul li{
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 6px;
}
#divHeadNav ul li a:hover {
	border-bottom: medium solid #B1C7F0;
}
#divTopContainer {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 100%;
	min-height:400px;
}
#divMainContent {
	position: relative;
	height: 100%;
}

#divWrapper {
	margin: 0px auto -150px;
}
#divFooter {
	height: 306px;
	width: 960px;
	margin: 0px auto;
	clear: both;
	position: relative;
	top: 60px;
}
.copy {
	color: #4165A0;
	text-align: center;
}
.bodyText {
	color: #375B95;
	padding: 0px 0px 0px 8px;
	line-height: 26px;
}
.bodyText a:link, .bodyText a:visited {
	font-weight:bold;
	color: #375B95;
	text-decoration:underline;
	
}
.bodyText a:hover {
	text-decoration:none;
	text-transform: uppercase;	
}
#contactTable tr td {
	padding: 10px;
	color: #375B95;
}



fieldset {
	border-top: 2px solid #375B95;
	border-right: 4px solid #375B95;
	border-bottom: 4px solid #375B95;
	border-left: 2px solid #375B95;
}
.ulServices li a, .ulServices li a:visited {
	text-decoration: underline;
	color: #375B95;
	font-weight:bold;
}
.ulServices li a:hover {
	text-decoration: none;
	color: #375B95;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	text-transform:capitalize;
}
#divFootPart {
	float: right;
	width: 45%;
	height: 260px;
}
#divFootNav {
	width: 45%;
	height: 260px;
}
#divFootNav h1, #divFootPart h1 {
	color: #4165A0;
	padding: 10px;
	font-size: 22px;
}
.ulFootNav {
	font-size: 16px;
	color: #EFEDEE;
	padding: 0px 0px 0px 18px;
	line-height: 22px;
}
.ulFootNavSub {
	font-size: 16px;
	color: #EFEDEE;
	padding: 0px 0px 0px 36px;
	line-height: 22px;
}
.ulFootNav li a:link, .ulFootNav li a:visited {
	color: #4165A0;
	text-decoration: none;
}
#divFootNav p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px 0px;
}
.ulFootNav li a:hover {
	text-transform: uppercase;	
}
.servicesImg {
	float: right;
}


#contact-wrapper {
	width:100%;	
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
	color: #0F2157;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	
}
form#contactform textarea {
	
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
