@import url(general.css);

html{
height: 100%;
}

body{
height: 100%;
}

body {
height: 100%;
font-family:Arial, "Arial", Times, serif;
background:#f3f3f3;
}

#nonFooter{
min-height: 100%;
width:964px;
padding:0 5px 0 5px;
margin:0px auto;
background:url(../images/layout/body_bkg.jpg) repeat-y;
padding:0 5px 0 15px;
}
* html #nonFooter{
height: 100%;
}

#container{
padding-bottom:50px;
overflow: hidden;
}

#header{
width:954px;
height:211px;
background:url(../images/layout/header.jpg);
}

#menu_bar{
float:left;
background:url(../images/layout/menu_bkg.jpg) repeat-x;
height:48px;
width:954px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
#menu_bar a{
	float:left;
	height:24px;	
	padding:15px 5px 10px 5px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
#menu_bar a:hover,#menu_bar a.active{
	background:url(../images/layout/menu_a_hover.gif) no-repeat left;
	color:#ffc600;
	font-weight:bold;
	}
#menu_bar img{
	float:left;
	margin:0 5px 0 5px;
	}

#footer{
margin-top:-50px;
width:100%;
} 
#footer_content{
margin:0px auto;
width:954px;
color:#FFFFFF;
height:49px;
background-color:#3f5669;
background:url(../images/layout/footer_bkg.jpg) top repeat-x;
padding:0px;
border-top:1px solid #FFF;
text-align:center;
}
#footer_content p{
	padding:15px 10px 0 10px;
	font-size:11px;
	}
#footer_content p a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px 0 5px;
	}
#footer_content p a:hover{
	text-decoration:underline;
	}


#left_side{
	width:180px;
	float:left;
	margin:10px 2px 10px 10px;
	padding:10px 10px 80px 10px;
	color:#3a4858;
	font-size:14px;
	}
	
#left_side .left_menu{
	padding:10px 0 10px 0;
	float:left;
	width:100%;
	}
#left_side .left_menu a{
	float:left;
	width:183px;
	color:#3a4858;
	text-decoration:none;
	margin:0 0 2px 0;
	padding:4px 0 0 0;
	font-size:14px;
	font-weight:bold;
	}
#left_side .left_menu a span{
	cursor:pointer;
	padding:0 0 4px 8px;
	float:left;
	width:175px;
	}
#left_side .left_menu a:hover, #left_side .left_menu a.active{
	background:url(../images/layout/left_menu_top.jpg) no-repeat top left #8c9aac;
	}
#left_side .left_menu a:hover span,  #left_side .left_menu a.active span{
	background:url(../images/layout/left_menu_bottom.jpg) no-repeat bottom left #8c9aac;
	color:#ffc600;
	}
	
#left_side .testimonial{
	width:100%;
	float:left;
	margin:8px 0 0 0;
	border-top:1px dotted #9c9ea1;
	padding:8px 0 0 0;
	font-style:italic;
	}
#left_side .testimonial strong{
	font-weight:bold;
	}
	
#left_side .testimonial a{
color:#3a4858;
text-decoration:underline;
	}
	
#left_side .testimonial img{
	margin:0 3px 0 3px;
	}

#left_side .content{
	width:100%;
	float:left;
	margin:8px 0 0 0;
	border-top:1px dotted #9c9ea1;
	padding:8px 0 0 0;
	}

#left_side .content p{
	padding:8px 0 0 0;
	}
	
#left_side .content a{
color:#3a4858;
text-decoration:none;
	}
	
#left_side .content img{
	margin:0 3px 0 3px;
	}

#right_side{
	float:left;
	width:700px;
	padding:20px;
	background:url(../images/layout/right_side_bkg.jpg) repeat-x top;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size:13px;
	color:#000033;
	line-height:150%;
	}
#right_side a{
	color:#ooooff;
	text-decoration:none;
	}
#right_side h1{
	color:#8c9aac;
	font-size:22px;
	font-style:italic;
	margin:0 0 10px 0;
	}
#right_side h2{
	color:#ffa200;
	font-size:18px;
	font-weight:bold;
	margin:0 0 0px 0;
	}
#right_side p{
	margin:0 0 10px 0;
	line-height:120%;
	}
#right_side img{
	padding:4px;
	border:1px solid #CCC;
	margin:5px 10px 5px 10px;
	}
#right_side ul{
	list-style:circle;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	}
#right_side ul li{
	list-style:circle;
	}
#right_side .btns{
	float:left;
	clear:both;
	width:550px;
	padding:10px 0 10px 100px;
	}
#right_side a.special_btn{
	background:url(../images/layout/special_but_bkg.gif);
	width:109px;
	height:35px;
	float:right;
	color:#FFF;
	font-size:14px;
	line-height:34px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:0px 0px 0 0;
	margin:0 5px 0 0;
	}