/***************************************************************************************************/
html, body {	
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	color:#0b2d60;
}
/* #001E6F */
body {	
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background:#2b44c1 url(../images/body_bg.gif) repeat-x top left;
}
/***************************************************************************************************/
#fullcol{
	width:700px;
	min-height:100%;
	position:relative;
	margin:0 auto 0 auto;
	background:#dcedff url(../images/main_bg.gif) repeat-x;
	clear:both;
}

* html,fullcol{

height:100%;

}

/***************************************************************************************************/
#header{
	width:700px;
	height:91px;
	margin:0 auto;
	background:url(../images/header_bg.gif);
}
#logo{
	float:left;
	margin:5px 0 0 7px !important;
	margin:5px 0 0 8px;
}
/***************************************************************************************************/
#banner{
	width:700px;
	height:108px;
	margin:0 auto;
}
/***************************************************************************************************/
#mainnav{
	width:700px;
	height:41px;
	margin:0 auto;
	background:url(../images/nav_bg.gif);
}
/***************************************************************************************************/
div.button a, div.button2 a {
	padding:12px !important;
	padding:13px;
	text-align:center;
	float:left;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
div.button a:link, div.button2 a:link {
	padding:12px !important;
	padding:13px;
}
div.button a:hover, div.button2 a:hover {
	background:url(../images/button_rollover_bg.gif) repeat-x;
	padding:12px !important;
	padding:13px;
}
div.button2 a  {
	padding:13px 20px !important;
	padding:13px 15px;
}
div.button2 a:link {
	padding:13px 20px !important;
	padding:13px 15px;
}
div.button2 a:hover {
	padding:13px 20px !important;
	padding:13px 15px;
}
/***************************************************************************************************/
#wrapper{
	width:700px;
	height:auto;
	padding:0 0 10px 0 !important;
	padding:0 0 45px 0;
	background:#dcedff url(../images/main_bg.gif) repeat-x;
	float:left;
}
/***************************************************************************************************/
#subcontent{
	width:161px;
	height:auto;
	float:left;
	clear:none;
}
.vcard{
	width:155px;
	margin:0 15px;
	float:left;
	font-style:normal;
}
.fn{
	margin:20px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
	color:#a21000;
}
.tel, .fax{
    font-weight:bold;
}
/***************************************************************************************************/
#maincol{
	width:520px;
	height:auto;
	float:right;
	clear:none !important;
	clear:both;
}
#contentcol{
	width:520px;
	float:left;
	background:url(../images/contentcol_bg.gif) repeat-x;
}
#content{
	width:480px;
	margin:25px auto 0 auto;
}
#content iframe{
	width:510px;
	padding:0;
	margin:0 0 0 -18px;
}
#content h1{
	font-size:1.3em;
	font-weight:bold;
	color:#1451aa;
}
#content p{
	margin:19px 0 0 0 ;
	color:#0b2d60;
}
#content a, #footer a:visited, #footer a:active {
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content hr{
	margin:10px 0 5px 0;
	border:1px solid #6d8cad;
}
#servicesbox{
	margin:10px 0;
	border:1px dashed #82a7cd;
	padding:10px 20px 15px 45px;
	background:#d8e8fa;
	list-style:circle;
	display:block;
}
#servicesbox li{
	margin:5px 0 0 0;
}

/***************************************************************************************************/
#footer{
	width:700px;
	height:36px;
	margin:0 auto;
	background:url(../images/footer_bg.gif) repeat-x;
	clear:both;
	position:relative;
	
}
#footer p{
	color:#fff;
	font-size:0.8em;
	margin:9px 0 0 30px !important;
	margin:9px 0 0 15px;
	float:left;
}
#footer a, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
/***************************************************************************************************/
label{
	margin:3px 0 0 0;
	width:120px;
	float:left;
}
form input{
	width:140px;
	margin:0;
	border:1px solid #999;
}
form input.checkbox{
	width:16px;
	margin:0;
	padding:0;
	border:0;	
}
form input.radio{
	width:16px;
	margin:0;
	padding:0;
	border:0;	
}
form textarea{
	border:1px solid #999;
}
#submit{
	margin:0;
	padding:0;
}
form input.button{
    width:72px;
    height:23px;
    font: bold 0.8em Verdana, Helvetica, Arial, sans-serif;
    margin:0 32px 0 0;
    border:0;
    float:right;
    color:#fff;
    background:url(../images/button_bg.gif);
}

/***************************************************************************************************/
.boldtext{
    font-weight:bold;
}
.submitbutton{
    width:72px;
    height:23px;
    font: bold 0.8em Verdana, Helvetica, Arial, sans-serif;
    margin:0 32px 0 0;
    border:0;
    float:right;
    color:#fff;
    background:url(../images/button_bg.gif);
}
.longbottom{
    padding-bottom:300px;
}
a:link{
    color:#a21000;
}
a:visited{
    color:#a21000;
}
a:active{
    color:#a21000;
}
a:hover{
    color:#000000;
    text-decoration:underline;
}