@charset "utf-8";
div,h1,h2,h3,h4,p,img,ul,li {padding:0;margin:0;}
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background: url(../images/hdr_bg.jpg) repeat-y scroll left top;
	padding: 0 10px 0 20px;
	margin:0;
	height:200px;
} 
.twoColFixRtHdr #panel_right {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/panel_right_bg.jpg) repeat-x scroll left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left: 1px solid #72B438;
}
.twoColFixRtHdr #panel_right h1{
	text-align:center;
	font-size:16px;
	color:#ddd;
	margin:0 0 7px 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent h1{
	/*color: #3C6222;	*/
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:10px 0 0 0;
	background:#5B5B5B;
	border-top: 3px solid #599233;
}
.twoColFixRtHdr #footer a{
	color: #FC0;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover{
	color:#0FF
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #fff;
	font-size:12px;
}
.twoColFixRtHdr #footer p .hl{
	color:#78E40C;
	font-weight:bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hdr_li{float:right;margin:30px 40px 0 0px;}
#hdr_li li{
	list-style:none;
	padding:0 0 0 25px;
	margin:0 0 7px 0;
	background: url(../images/hdr_bull.gif) no-repeat scroll left center;
	color: #FFF;
	font: 21px "Times New Roman", Times, serif;
}
#nav{
	width:980px;
	height:32px;
	background: url(../images/nav_bg.jpg) repeat-x scroll left top;	
}
.panel{
	float:left;
	background: url(../images/panel_bg.jpg) repeat-x scroll left bottom;
	border-right: 1px solid #5B5B5B;
	border-left: 1px solid #5B5B5B;
	margin:10px 0 0 0;
}
.panel h1{
	font-size:20px;
	color: #804040;
}
.panel p{
	text-align:justify;
	padding:0 0 0 7px;
	margin:0 0 5px 0;
}
.panel a:visited{
	color:#03F
}

.panel_top{
	padding:0;
	margin:0;
	background: url(../images/panel_top_bg.jpg) repeat-x scroll left top;
	width:100%;
	height:22px;
}
.panel_content{
	float:left;
	padding:0 7px 7px 7px;
	margin:0 0 0 0;
	border-top: 1px solid #333;
}
#panel00, #panel01, #panel04{width:719px;}
#panel00 img{border: 1px solid #999;}
#panel02, #panel03{
	width:353px;
	margin:10px 0 0 0;
}
#panel03{margin-left:10px;}

#panel05 {
	margin:10px 0 0 1px;
}
.panel_right_inset{
	background: #D4D4D4;
	border-top: 4px solid #6CA547;
	border-right: 3px solid #666;
	border-bottom: 2px solid #666;
	border-left: 3px solid #6CA547;
	padding:7px;
	margin:0 0 10px 0;
}
.panel_right_inset p{
	text-align:justify;
}
.twoColFixRtHdr #panel_right .panel_right_inset h1{
	color: #34581F;
	font-size: 16px;
	text-align:center;	
}
.panel_right_inset a{text-decoration:none}
.panel_right_inset img{border:1px solid #444;margin:0 0 0 3px}
#advantages li{
	list-style:none;
	padding:2px 0 2px 25px;
	margin:5px 0 7px 20px;
	background: url(../images/thumbs-up.gif) no-repeat scroll left center;
}
.page_link {
	text-decoration:none;
	font-size:12px;
	float:right;
	margin:5px 0 0 0;
}

.page_link img{border:none;}
#cost_ul li{
	margin:0 0 7px 50px;
	list-style:none;
	background: url(../images/information.gif) no-repeat scroll left center;
	padding:0 0 0 25px;
}
.table_lable {
 font-weight:bold;
 text-align:right;
 vertical-align:top;
 font-size:13px;
}
#errors{
	border:1px red solid;
	margin:10px 0 0 100px;
	padding:8px;
}
#errors .err_lab{font-weight:bold;font-size:13px;}
#errors .err_msg {font-weight:normal;font-size:14px;color:#900}
#errors li{margin:0 0 0 50px;list-style:none;}
#errors h1 {color:#900;}
#msg_sent{
	background:#71b440;
	width:300px;
	margin:0px auto;
	border:3px solid #666;
}
#msg_sent p{color:#fff;}
/* <<< NAVIGATION >>> */
#sub_menu li{
	float: left;
	margin:8px 20px 0 0;
	list-style:none;
	
}
#sub_menu{
	margin:0 0 0 20px;
}
#sub_menu li a{
	background: url(../images/sub_menu_norm.jpg) no-repeat scroll left center;
	text-decoration:none;
	padding:4px 0 4px 27px;
	color: #BABE6D;
	
}
#sub_menu li a:hover{
	background: url(../images/sub_menu_over.jpg) no-repeat scroll left center;	
	color: #CCC;
}
#menu{
	padding:0 0 0 654px;
}
#menu li{
	float:left;
	margin:8px 0px 0 0;
	list-style:none;
}
#menu li a{
	background: url(../images/email.gif) no-repeat scroll left center;
	text-decoration:none;
	padding:0 0 0 30px;
	/*height:33px;*/
	color: #FC0;
	font-size:18px;
}
li#home a {
	background:none;
	text-decoration:none;
}
#menu li a:hover, #home a:hover{
	color: #0CF;
}
#dialog_mark_up{display:none}
