/*
* Longden Enterprises Inc
* Last Updated: 2:06 PM 2/16/2010
*/

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, sub, sup, tt, var,
dl, dt, dd, ol,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg.jpg) repeat-x 50% 0;
	font-size: 75%; /*1.em = 10px */
}

#ld_wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 90px;
	padding-top: 30px;
}

#logo {
	float: left;
	margin-top: 20px;
}

#tagline {
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	font-style: italic;
}


#nav {
	background: #333333;
	height: 40px;
	width: 800px;
	border-top: 1px solid grey;
	padding-top: 5px;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	padding: 0 0 20px 0;
}

#nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	margin-right: 10px;
}

#nav li a:hover {
	background: #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

#nav li ul {
	margin-top: 16px;
	background: #666;
	position: absolute;
	width: 164px;
	border-bottom: 1px solid #000;
	left: -999em;
	padding: 0;
	font-size: 0.85em;
}

#nav li ul li {
	padding: 0;
}

#nav li ul a {
	background: url(../images/bullet.gif) no-repeat 8px 11px;
	color: #000;
	line-height: 15px;
	display: block;
	padding: 5px 0 5px 18px;
	margin: 0;
	color: #FFF;
	width: 145px;
}

#nav li ul li a:hover {
	background: #444 url(../images/bullet.gif) no-repeat 8px 11px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

h3 {
	font-weight: bold;
	margin-bottom: 12px;
}

.pdf {
	background: url(../images/icon/PDF-icon.jpg) no-repeat 0 50%;
	min-height: 20px;
	padding-left: 25px;
}

.b {
	font-weight: bold;
}

.em {
	font-style: oblique;
}

.blue {
	color: rgb(2, 58, 136);
}

.fl {
	float: left;
	margin: 0 10px 10px 0;
}

.fr {
	float: right;
	margin: 0 0 10px 10px;
}

.heading { font-size: 1.1em }

.small {
	height: 150px
	width: 150px;
}

.meduim {
	height: 250px;
	width: 250px;
}

.large {
	height: 350px;
	width: 350px;
}

.bulletlist {
	list-style-type: disc;
	line-height: 18px;
}

blockquote {
	margin: 10px 30px;
	line-height: 15px;
}

.greylinks  a{
	color: #666;
	line-height: 20px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.bdr {
	border: 3px solid #000;
}

.newslink {
	color: #FF9900;
	text-decoration: underline;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #023A88;
}

.newstext {
	font-size: 12px;
	line-height: 18px;
}

#content {
	padding: 20px 40px;
	min-height: 200px;
	color: #444;
}

#content a {
	color: #023A88;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	line-height: 18px;
	text-align: justify;
	margin-bottom: 20px;
}

.homelist  a:link, .homelist a:visited {
	color: #48484A;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}

.homelist a:hover, .homelist a:active {
	color: #024197;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}

.imgbtmbord {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.partnersUL {
	line-height: 20px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}


#content table tbody tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.0;
	font-weight: bold;
}

#bidrequest  input, #bidrequest  select, #bidrequest textarea {
	color: #666666;
}

#content input{
	margin: 2px 0 2px 0;
}

#titlebar {
	overflow: hidden;
	width: 750px;
	margin-bottom: 20px;
	margin-left: -10px;
}

h1 {
	float: left;
	font-size: 24px;
	color: #023A88;
	font-weight: bold;
	margin-top: 5px;
}

#callus {
	float: right;
}

.bt {background: transparent url(../images/bdr-top.gif) no-repeat; height: 9px;}
.bm {background: transparent url(../images/bdr-mid.gif) repeat-y; min-height: 120px;}
.bf {background: transparent url(../images/bdr-btm.gif) no-repeat; height: 9px; margin-bottom: 15px;}

#footing {
	padding: 10px;
	color: #444;
}

#licon {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}

#ftitle {
	margin-bottom: 15px;
	margin-top: 5px;
}

#footing h2 { 
	margin-bottom: 5px;
	font-weight: bold;
}

.readmore a {
	color: #E88155;
	float: right;
}

.alinkarticle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #024DB3;
	text-decoration: underline;
}

#footer {
	background: transparent url(../images/call-us-footer.png) no-repeat 100% 50%;
	color: #999;
	font-size: 9px;
	line-height: 12px;
	margin: 15px;
}

#footer a{
	color: #888;
}

.resources th {
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.resources a {
	color: #023A88;
	text-decoration: underline;
}
.resources td {
	border: 1px solid #DEDEDE;
	padding: 10px;
	font-size: 0.9em;
}

.resources p  {
	text-align: left;
}

#contactbox {
	border: 1px solid #999;
	width: 160px;
	height: 75px;
	float: right;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contactbox h3 {
	border-bottom: 4px solid #365F91;
	color: #365F91;
	padding: 0 0 2px 0;
	margin-bottom: 8px;
	font-size: 1.0em;
	font-weight: bold;
}

#contactbox2 {
	border: 1px solid #999;
	width: 160px;
	height: 75px;
	padding: 10px;
	position: absolute;
	margin: 120px 0 10px 543px;
	font-size: 0.9em;
}


#contactbox2 h3 {
	border-bottom: 4px solid #365F91;
	color: #365F91;
	padding: 0 0 2px 0;
	margin-bottom: 8px;
	font-size: 1.0em;
	font-weight: bold;
}
#contactboxa {
	border: 1px solid #999;
	width: 160px;
	height: 150px;
	float: right;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contactboxb {
	border: 1px solid #999;
	width: 160px;
	height: 110px;
	float: right;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.slideshow {
	height: 146px;
	overflow: hidden;
}

#sidebar {
	float: right;
}

#sidebar .box {
	border: 1px solid #999;
	width: 180px;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar .box p {
	margin-bottom: 6px;
}

#sidebar .box h3 {
	border-bottom: 4px solid #365F91;
	color: #365F91;
	padding: 0 0 2px 0;
	margin-bottom: 8px;
	font-size: 1.0em;
	font-weight: bold;
}

#sidebar .box ul {
	padding-left: 3px !important;
	margin-top: 0;
	margin-left: 0;
}

#sidebar .box ul li {
	line-height:15px;
}
em #header {
	color: #000080;
}
em strong {
	color: #000080;
}
.color {
	color: ##023A88;
}

#Locations {
	border: 1px solid #325886;
	background: #023A88;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}

#Locations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Locations ul li {
	
	display: inline;
	padding-right: 5px;
}

#Locations ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#Locations ul li a:hover {
	text-decoration: underline;
}