@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(/images/css/background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
}
a:link
{
	color:#066;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#03C;
	text-decoration:underline;
	font-weight:bold;
}

a:visited
{
	color:#036;
	text-decoration:underline;
	font-weight:bold;
}


p
{
	padding-left:7px;
}

.main_container_inside
{
	width:990px;
	background-image:url(/images/css/clouds_back_inside.png);
	background-repeat:no-repeat;
	background-color:#aed8fe;
	margin-left:auto;
	margin-right:auto;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#96c7fe;
} 

.main_container_inside_print
{
	width:650;
	background-image:url(/images/css/clouds_back_inside.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#aed8fe;
	margin-left:auto;
	margin-right:auto;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#96c7fe;
} 

input
{
	background-color:#D0E6EA;
	border:1px;
	border-style:solid;
	border-color:#89C0C0;
}

textarea
{
	background-color:#D0E6EA;
	border:1px;
	border-style:solid;
	border-color:#89C0C0;
}
 
.breadcrumbs
{
	width:60%;
	float:left;
	height:24px;
	font-size:10px;
	margin-left:50px;	
	margin-top:15px;
} 

.printbtn
{
	width:29%;
	float:right;
	font-size:10px;
	margin-right:55px;	
	margin-top:15px;	
	text-align:right;
}

.contact_logo
{
	width:25%;
	float:left;
	margin-left:15px;
}


.logo
{
	width:18%;
	float:left;
	margin-left:45px;
	margin-top:25px;
}

.menuholder
{
	margin-right:35px;
	margin-top:25px;
	width:620px;
	height:70px;
	float:right;
	background-image:url(/images/css/menu_back.png);
	padding-top:35px;
	padding-left:84px
	
}
.inside_content_holder  
{ 
	width:92%; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.inside_sub_nav
{ 
	width:22%; 
	float:left; 
	padding:10px;
}  

.inside_content
{
	width:68%;  
	padding-top:5px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:35px;
	float:right;
	background-image:url(/images/css/inside_content_back.png);
	background-repeat:no-repeat;	
	min-height:500px;
}

.inside_content_print
{
	width:82%;  
	padding-top:5px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:35px;
	margin-left:35px;
	float:left;
	background-image:url(/images/css/inside_content_back.png);
	background-repeat:no-repeat;	
	min-height:500px;
}

.clear
{
	clear:both;
}

/* menu classes */

.home
{
	width:79px;
	height:24px;
	background-image:url(/images/menu/link/home.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
}

.selected
{
	width:79px;
	height:24px;
	background-image:url(/images/menu/hover/home.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
}
.home_over
{
	width:79px;
	height:24px;
	background-image:url(/images/menu/hover/home.png);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	padding-top:10px;	
	font-weight:bold;
	font-size:12px;
}

.about_us
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/link/about_us.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.about_us_over
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/hover/about_us.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.services
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/link/services.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.services_over
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/hover/services.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.what_to_look
{
	width:144px;
	height:24px;
	background-image:url(/images/menu/link/what_to_look.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.what_to_look_over 
{
	width:144px;
	height:24px;
	background-image:url(/images/menu/hover/what_to_look.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}



.contact_us
{
	width:121px;
	height:24px;
	background-image:url(/images/menu/link/contactus.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.contact_us_over
{
	width:121px;
	height:24px;
	background-image:url(/images/menu/hover/contactus.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}


.top_nav
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/link/services.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.top_nav_over
{
	width:110px;
	height:24px;
	background-image:url(/images/menu/hover/services.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;	
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

/* end of menu items */

.banner
{
	width:975px;
	height:306px;
	margin-left:auto;
	margin-right:auto;
}

/* Main content area homepage */

.homecontent
{
	width:98%;
	margin:auto;
}

.leftpush
{
	width:40%;
	float:left;
}

.rightcontent
{
	width:59%;
	float:right;
}

.left_push_component
{
	width:351px;
	height:263px;
	background-image:url(/images/push/left_push_home.png);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-top:15px;
	padding-left:15px;
}

.push_components
{
	width:93%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#22B3FB;
	padding-bottom:5px;
}

.textcontainer
{
	width:90%;
	margin:auto;
	font-size:13px;
}
/* H1 tags here */

h2
{
	font-size:16px;
	font-weight:bold;
	color:#005DC1;
	margin-top:15px;
	margin-bottom:0px;
}

h3
{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:3px;
}

.readmore_btn
{
	text-align:right;
	margin-right:35px;
	margin-top:4px;
	margin-bottom:4px;
}

.footer
{
	color:#039;
	margin-top:5px;
	background-color:#96c7fe;
	padding-top:5px;
	padding-bottom:5px;
}

.footer_left
{
	width:60%;
	float:left;
	margin-left:25px;
	padding-top:5	px;
}

.footer_right
{
	width:25%;
	float:right;
	text-align:right;
	margin-right:25px;
}

.leftpush_left
{
	width:25%;
	float:left;
	text-align:right;
}

.leftpush_right
{
	width:64%;
	float:right;
	margin-right:25px;
}

.innerpic_left
{
	width:40%;
	float:left;
}
.innerpic_right
{
	width:59%;
	float:right;
}
