/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:.875em; background:#d3e7f9}
html, input, textarea	{	font-family: Arial, Helvetica, sans-serif; 
		color:#555555;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }
object { vertical-align:top;}

a{color:#d52d00; text-decoration:none} 
a:hover{text-decoration:underline}

.link{color:#d52d00; font-weight:bold; background:url(images/marker.gif) top left no-repeat; padding:2px 0 3px 21px;  }
.link1{color:#d52d00; font-weight:bold; background:url(images/marker1.gif) top left no-repeat; padding:4px 0 5px 21px;  }
.link4{color:#d52d00; font-weight:bold; background:url(images/marker1.gif)  center left no-repeat; padding:4px 0 5px 21px; display:block; float:right  }
.link2{ text-decoration:underline }
.link2:hover{ text-decoration:none }
#content ul{margin:0; padding:0; list-style:none;}
#content ul li{background:url(images/marker2.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:7px; }
#content ul li a{color:#d52d00; text-decoration:none ; line-height:1.63em} 
#content ul li a:hover { text-decoration:underline; }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ text-decoration:none; color:#000000}


/*content*/
#content{ font-size:0.6875em; width:100%; text-align:left;}
#content .indent-main{padding:28px 20px 28px 20px}
#content .indent-main1{padding:0 19px 0 19px}
#content .indent-main2{padding:0 19px 10px 19px}
#content .indent-col{padding:11px 25px 10px 30px}
#content .indent-col1{padding:36px 30px 10px 32px}
#content .indent-col2{padding:36px 0 10px 28px}
#content .title{  margin-bottom:16px}
#content .img-left{ float:left; margin:0 18px 16px 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{ margin:0 0 11px 0}
#content .p{ margin:0 0 11px 0}
#content h2{color:#003b6d; font-size:2em; margin-bottom:9px;  }
#content h3{color:#d52d00; font-size:2em; margin-bottom:9px;  }
#content .h-3{color:#003b6d; font-size:2em; margin-bottom:9px;  }
#content h4{color:#d52d00; font-size:1em;   }
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:9px}

#content .indent{padding:23px 25px 0 26px}

/*box*/
.box{ background:#fff; width:100%;}
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(images/border_left.gif) repeat-y left;}
.box .border-right {background:url(images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(images/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:5px 6px 25px 6px; }


/*footer*/
#footer { color:#003b6d; font-size:0.6875em; background:url(images/bot.gif) repeat-x top ; }
#footer .indent-footer{ padding:17px 50px 0 50px;}
#footer a {color:#003b6d; text-decoration:none}  
#footer a:hover {  text-decoration:underline}
.bot-left{ background:url(images/bot_left.gif) no-repeat top left}
.bot-right{ background:url(images/bot_right.gif) no-repeat top right; height:46px}


.indent-2{ position:relative; padding-right:20px; float:left}
.h{ height:23px}
.block-contact span{ float:right; margin-right:200px}
input{
   	border:1px solid #555555; 
	background:#d3e7f9;
	width:264px; height: auto;
	font-size:11px;
	padding:2px 0 2px 5px
}
textarea{
   	border:1px solid #555555; 
	background:#d3e7f9;
	width:280px; height:87px;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}