/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a {
	color: #0570d8;
	text-decoration: underline;
}
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;
}
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;
}
/* .... end of css reset .... */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.block
{
	display: block;
}

.center
{
	margin: 0px auto;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: "lucida grande", helvetica, arial, tahoma, sans-serif;
	background: #b2becf url(../images/main_02.gif) repeat-x top; 
}

#container
{
	width: 967px;
	background: #fff url(../images/container_bg.gif) repeat-x top;
	margin: 0px auto;
}

#header
{
	position: relative;
	width: 957px;
	height: 114px;
	margin: 0px auto;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 7px;
}

#phoneNumbers
{
	float: right;
	margin: 14px 0px  15px 0px;
}

#mainNav
{
	clear: both;
}

#mainNav ul
{
	float: right;
}

#mainNav li img
{
	display: block;
}

#mainNav li
{
	float: left;
}

#leftColumn
{
	float: left;
	padding-bottom: 5px;
	display: inline;
	margin: 0px 4px 0px 5px;
	width: 233px;
	background: #d4dce6 url(../images/left_column_bottom.gif) no-repeat bottom;
}

#leftColumn img
{
	display: block;
}

#select
{
	width: 227px;
	margin: 0px auto;
}

#select li
{
	display: inline;
}

#select li a.resSelect
{
    background: url(../images/sec_06.gif) no-repeat top;
	display: block;
    width: 227px;
    height: 49px;
	padding: 0px;
}

#select li a:hover.resSelect
{
    background: url(../images/sec_06_o.gif) no-repeat top;
}

#select li a.comSelect
{
    background: url(../images/sec_08.gif) no-repeat top;
    width: 227px;
    height: 52px;
	padding: 0px;
	display: block;
}

#select li a:hover.comSelect
{
    background: url(../images/sec_08_o.gif) no-repeat top;
}


#select a img
{
	display: block;
}

/* level 2*/

#select li li
{

}

#select li li a
{
	display: block;
	padding: 8px 0px 8px 24px;
	font-size: 14px;
	color: #2f7cd1;
	border-bottom: 1px solid #eef2f8;
	background: url(../images/sidenav_bg.gif) no-repeat left center;
}

#select li li a:hover
{
	color: #b70114;
	background: url(../images/sidenav_bg_o.gif) no-repeat left center;
}

/* level 3 */

#select li li li a
{
	display: block;
	padding: 9px 0px 9px 49px;
	font-size: 12px;
	color: #7e8a98;
	border-top: 1px solid #eff2f9;
	border-bottom: 1px solid #d7dbe4;
	background: none;
	background: #e5ebf4 url(../images/sidenav_arrow2.gif) no-repeat 38px 14px;
}

#select li li li:first-child a
{
	border-top: none;
}

#select li li li a:hover
{
	background: #d8dde5 url(../images/sidenav_arrow2.gif) no-repeat 38px 14px;
}

/* level 4 */

#select li li li li a
{
	display: block;
	padding: 6px 0px 6px 50px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border-top: none;
	border-bottom: none;
	background: #c0c5cc;
}

#select li li li li a:hover
{
	color: #4d4d4d;
	background: #c0c5cc;
}

#sideNav
{
	width: 227px;
	margin: 0px auto;
	font-family: tahoma, arial, helvetica, "lucida grande", sans-serif;
}

#sideNav span

{
    display: none;
}

#sideNav li
{
	display: inline;
	/*background: url(../images/sidenav_bg.gif) repeat-x center;*/
}

#sideNav li a
{
	display: block;
	padding: 8px 0px 8px 24px;
	font-size: 14px;
	color: #2f7cd1;
	border-bottom: 1px solid #eef2f8;
	background: url(../images/sidenav_bg.gif) no-repeat left center;
	/*background: url(../images/sidenav_arrow.gif) no-repeat 12px 15px;*/
}

#sideNav li:last-child a
{
	border-bottom: none;
}

#sideNav li a:hover
{
	color: #b70114;
	background: url(../images/sidenav_bg_o.gif) no-repeat left center;
}

/* level 2*/

#sideNav li li
{

}

#sideNav li li a
{
	display: block;
	padding: 9px 0px 9px 49px;
	font-size: 12px;
	color: #7e8a98;
	border-top: 1px solid #eff2f9;
	border-bottom: 1px solid #d7dbe4;
	background: none;
	background: #e5ebf4 url(../images/sidenav_arrow2.gif) no-repeat 38px 14px;
}

#sideNav li li:first-child a
{
	border-top: none;
}

#sideNav li li a:hover
{
	background: #d8dde5 url(../images/sidenav_arrow2.gif) no-repeat 38px 14px;
}

#rightColumn
{
	width: 720px;
	float: left;
}

#bannerHolder
{
	margin-bottom: 25px;
}

#bannerHolder img
{
	display: block;
}

#cmsContent
{
	width: 95%;
	margin: 0px auto;
}

#cmsContent h1
{
	font-size: 24px;
	color: #b70114;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

#cmsContent h2
{
	font-size: 18px;
	color: #b70114;
	margin-bottom: 10px;
}

#cmsContent h3
{
	font-size: 16px;
	color: #b70114;
	display: block;
	margin-bottom: 20px !important;
	line-height: 24px;
}

#cmsContent h4
{
	font-size: 14px;
	color: #b70114;
	margin-bottom: 7px;
}

#cmsContent h5
{
	font-size: 13px;
	font-weight: bold;
	color: #b70114;
	margin-bottom: 5px;
}

#cmsContent p
{
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 15px;
}
#contacttable
{
	width: 90%;
	margin: 15px auto;
}

#contacttable label
{
	padding-left: 10px;
}

#contacttable th
{
	font-size: 13px;
	padding: 0px 0px 15px 0px;
}

#contacttable h6
{
	font-size: 12px;
	color: #666;
	margin-bottom: .5em;
}

#contacttable input.text
{
	/*float: right;*/
	padding: 0px;
	margin-right: 0px;
}

#contacttable input.text,
#contacttable textarea
{
	border: 1px solid #808080;
	font-size: 11px;
	color: #484848;
	padding: 3px 2px;
	background: #fafafa;
	width: 220px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

#contacttable tr.bordBot td
{
	padding: 10px 10px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

#contacttable tr.bordBot td td
{
	padding: 3px 0px;
	border-bottom: none;
}

#contacttable tr.bordBot td label
{
	font-size: 11px;
	font-weight: bold;
	color: #484848;
}

#contacttable textarea
{
	/*width: 98%;
	color: #666;
	padding: 2px;
	font-size: 11px;*/
	margin-left: 10px;
}

#ctl00_ContentPlaceHolder1_btnSendt
{
	width: 25px;
}

#ctl00_ContentPlaceHolder1_btnSubmit2
{
	margin-left: 10px;
}

.clcol
{
	font-size: 12px;
	color: #666;
}

#cmsContent ul
{
	margin-top: 15px !important;
}

#cmsContent li
{
	background: url(../images/bullet.gif) no-repeat 0px 1px;
	margin-left: 0px;
	padding-left: 25px;
	margin-bottom: 13px;
	line-height: 16px;
	font-size: 11px;
}

#cmsContent .trade
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

#cmsContent .trade h2
{
	margin-bottom: 5px;
}

#cmsContent .trade img
{
	margin-bottom: 5px;
}

#cmsContent .trade a
{
	font-size: 14px;
	color: #b70114;
}

#cmsContent .trade a:hover
{
	color: #d90218;
}

#cmsContent .memberships td
{
}

#cmsContent table.memberships
{
	margin-top: 20px;
	width: 100%;
	padding: 0px 0px;
	border-bottom: 1px solid #e5e5e5;
}

#cmsContent .memberships td h2
{
	margin-bottom: 5px;
}

#cmsContent .memberships td img
{
	margin-bottom: 5px;
}

#cmsContent .memberships td a
{
	font-size: 14px;
	color: #b70114;
	display: block;
	margin-bottom: 15px;
}

#cmsContent .memberships td a:hover
{
	color: #d90218;
}

table#ref td
{
font-size: 10px;
padding: 2px 0px;
}

table#ref td:first-child
{
font-weight: bold;
color: #777;
padding-right: 10px !important;
}

.refTitle 
{
color: #b70114!important; 
font-size: 14px !important;
font-weight: bold !important;
}

.jobTitle 
{
display: block;
color: #b70114!important; 
font-size: 13px !important;
font-weight: bold !important;
margin: 15px 10px 0px 15px !important;
}

.compTitle 
{
display: block;
color: #666!important; 
font-size: 12px !important;
margin: 4px 10px 0px 15px !important;

}

table#test
{
float: left !important;
margin: 10px auto;
}

table#test img
{
border: 5px solid #e5e5e5;
}

table#test img:hover
{
border: 5px solid #ccc;
}

table#test td
{
	padding: 7px 7px;
	width: 115px;
}


table#test tr
{
	width: 684px;
}

#cmsContent a.paginate
{
position: relative;
display: block;
text-align: center !important;
font-size: 14px;
padding: 15px 0px;
color: #b70114;
width: 125px;
margin: 0px auto !important;
}

#cmsContent a.paginate:hover
{
color: #eb021a;
}

table#credentials td 
{
	padding: 25px 0px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px !important;
	vertical-align: middle !important;
}

table#credentials td p
{
	font-size: 13px;
	padding-top: 20px;
}


#footer
{
		padding-top: 16px;
	width: 967px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat top;
}

#footer ul
{
	margin-bottom: 7px;
}

#footer li
{
	display: inline;
	font-size: 11px;
	color: #526377;
	margin: 0px 3px;
}

#footer li a,
#footer p
{
	font-size: 11px;
	color: #526377;
}

#footer li a:hover
{
	color: #c00024;
}

#divBCrumbs
{
    color: #b70114;
	display: block;
	margin:  10px 0px;
}

#divBCrumbs a
{
    font-size: 11px;
    margin: 5px 0px 10px 0px;
    color: #b70114
}

#divBCrumbs a:hover
{
    color: #eb021a;
}

#photoTable
{
	margin: 0px auto 20px auto;
}

#photoTable td
{
	padding: 5px;
	width: 54px;
}

#photoTable img
{
border: 3px solid #e5e5e5;
}

#photoTable img:hover
{
border: 3px solid #ccc;
}

#photoTableCont h2
{
	width: 482px;
	margin: 0px auto;
	padding: 13px 10px 5px 10px;
	background: url(../images/photoh2bg.gif) no-repeat top;
}

.pdfIcons td
{
	vertical-align: top;
}

.pdfIcons p
{
	margin: 5px 0px;
	color: #b70114
}

.pdfIcons p:hover
{
    color: #eb021a !important;
}
#quick-contact {
	padding: 5px;
	margin:15px 0px 0px 15px;
	border:solid 1px #852123;
	font-weight:bold;
	font-size:12px;
	color:#000;
	width:180px;
	margin-left:25px;
}
#quick-contact input {
	width:175px;
}
#quick-contact h3 {
	background-color:#619FF0;
	color:#ffffff;
	margin:0px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}