@charset "utf-8";
/* CSS Document */
/*Overall*/
body {
	padding:0px;
	margin:0px;
	background:url(../images/main_bg.jpg) repeat-x;
	background-position:left top;
	background-color:#275287;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}


h1, h2, h3, p {
	margin:0px;
	padding:0px;
}

/*-----------------------------text-----------------------------------*/

.banner_text{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}

.footer_text {
	font-family:Arial;
	font-size:11px;
	color:#3A6A8D;
	line-height:20px;
}

.footer_text_2 {
	font-family:Arial;
	font-size:11px;
	color:#3A6A8D;
	line-height:20px;
}

.normal_text {
	font-family:Tahoma;
	font-size:11px;
	color:#454545;
	line-height:15px;
}

.bottombox_text {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	line-height:18px;
}

.middleright_text_heading {
	font-family:Arial;
	font-size:20px;
	color:#3A6A8D;
	line-height:20px;
	
}

.middleright_text_heading2 {
	font-family:Arial;
	font-size:20px;
	color:#6DB534;
	line-height:20px;
	
}

.bottombox_text_heading2 {
	font-family:Arial;
	font-size:20px;
	color:#6F5D0F;
	line-height:20px;
	
}




























/*--------------------------------- link -----------------------------------------*/


a.top_menu_link:link, a.top_menu_link:active, a.top_menu_link:visited 
{
	display:block;
	font-family:Century Gothic;
	font-size:12px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/menu_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:35px;
	
}

a.top_menu_link:hover 
{
    display:block;
	font-family:Century Gothic;
	font-size:12px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/menu_arrow_h.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:35px;
	
}

a.fotter_links:link, A.fotter_links:active, A.fotter_links:visited {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#3A6A8D;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	line-height:20px;
}

a.fotter_links:hover {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#3A6A8D ;
	text-decoration:underline;
	line-height:20px;
	
}


a.copy_links:link, A.copy_links:active, A.copy_links:visited {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#48A301;
	text-decoration:none;
	
}

a.copy_links:hover {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#48A301;
	font-weight:bold;
	text-decoration:underline;
}


a.learnmore_link:link, A.learnmore_link:active, A.learnmore_link:visited {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#4B89AE;
	text-decoration:underline;
	line-height:20px;
	
}

a.learnmore_link:hover {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#4B89AE;
	text-decoration:underline;
	line-height:20px;
	
}







































/*-----------------------------misc-----------------------------------*/


.tophdr_bg {
	background-image:url(../images/tophdr_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}


.menu_bg {
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}


.banner_img_bg {
	background-image:url(../images/banner_img_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:241px;
	
}

.footer_bg {
	background-image:url(../images/footer_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:65px;
	
}

.box1_bg{
	background-image:url(../images/box1_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FEFFFF;
	border:#D9E2E8 1px solid;
}

.box1_hor_line{
	background-color:#EBE1B7;
}

.box2_bg{
	background-image:url(../images/box2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:#CDF0B4 1px solid;
}

.horizantal_line{
	background-color:#669BBA;
}

.horizantal_line2{
	background-color:#63B127;
}

.contact_box {
	background-color:#F1F9FC;
	border:2px solid #CDD9E1;
	padding:15px;
	font-size:14px;
}
.left_shadow_bg {
	padding:0px;
	margin:0px;
	background:url(../images/left_shadow_middle.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.right_shadow_bg {
	padding:0px;
	margin:0px;
	background:url(../images/right_shadow_middle.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.bottom_shadow_bg {
	padding:0px;
	margin:0px;
	background:url(../images/bottom_shadow_middle.gif);
	background-repeat:repeat-x;
}








