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

body {
	width:1000px;
	margin:auto;
	background-color: #7f9194;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3pt;
	text-align:center;
	text-transform: capitalize;
	color: #333333;
	padding:0px;
	margin:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3pt;
	text-align:center;
	text-transform: capitalize;
	color: #333333;
	padding:0px;
	margin:0px;
	margin-top:15px;
	
}
	
#pagecontainer {
	margin:auto;
	padding:0px;
	width:994px;
	height:auto;
	background:#CCCCCC;
	border: 1px solid #333333;
	position:relative;
	}
	
#mouseover_i {
	position: absolute;
	left: 617px;
	top: 233px;
	width: 310px;
	height: 235px;
	visibility: hidden;
	z-index: 2;
	background-image:url(../images/home_mouseover.png);
	}
	
#mouseover_t {
	position: absolute;
	left: 647px;
	top: 340px;
	width: 310px;
	height: 235px;
	visibility: hidden;
	z-index: 1;
	background-image:url(../images/home_mouseover.png);
	}
	
#mouseover_c {
	position: absolute;
	left: 46px;
	top: 279px;
	width: 310px;
	height: 235px;
	visibility: hidden;
	z-index: 4;
	background-image:url(../images/home_mouseover.png);
	}

#header {
	width: 994px;
	}

#mainnav {
	height:35px;
	width:auto;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	
#mainnav img {
	border-style:none;
	}
	
#mainnav ul {
	list-style:none;
	padding:0px;
	margin:0px;	
}

#mainnav li {
	float:left;
	width:auto;
	margin:0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #002329;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #002329;	
}

#mainnav li:hover a img{
	margin-top:-34px;
	}

#content {
	height:auto;
	background-color: #e0e0e0;
	padding:25px;
	}
	
#contentservices {
	height:auto;
	background-color: #e0e0e0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	/*background-image:url(../Content/Images/whiteline.jpg);
	background-repeat:repeat-y;
	background-position: 283px;*/
	}
	
#contenthome {
	height:auto;
	background-color: #FFFFFF;
	padding:0px;
	}
	
#content ul {
	list-style:square;	
}

#services_content {
	float:right;
	width:670px;
	padding-left:20px;
	padding-right:20px;
}

#services_content a:hover {
	color:#7f9194;
}

#services_sidebar {
	float:left;
	width:282px;
	background-color:#e0e0e0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.sidebarcurrent {
	color:#FFF;
	font-weight:bold;
}

#services_sidebar ul {
	list-style:none;
	/*list-style-image:url(../Content/Images/bullet.png);*/
}

#services_sidebar ul li {
	padding:8px;
	font-weight:bold;
	font-size:14px;
}

#services_sidebar a {
	color:#333;
	text-decoration:none;
}

#services_sidebar a:hover {
	color:#7f9194;
}

.hr {
	padding:0px;
	margin:2px;
	width:150px;
}
	
.content_link {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.testimonial_link {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:16px;
}

#content a:hover {
	color:#7f9194;
}
		
#contactus_form_container {
	width:450px;
	float:left;
	}
	
#contactus_details {
	width:477px;
	float:right;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}
	
#contactus_form {
	width:450px;
}

#contactus_form label {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:45px;
}

#contactus_form input {
	float:right;
	margin:10px;
	width:240px;
}

#contactus_form select {
	float:right;
	margin-right:140px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

#contactus_form textarea {
	float:right;
	margin:10px;
	width:240px;
}

#contactus_form #submit {
	width:100px;
}

br {
	clear:both;
}

.required {
	color:#F00;
}
	
#footer {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
	}
	
#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	color:#7f9194;
}

.partnerpic {
	float:right;
	clear:both;
	margin-right: 15px;
	margin-left: 15px;
	border:none;
}

#services_ul {
	list-style:square;
}

#services_ul a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
}

#clear {
	clear:both;
}

#form_checkbox {
	display:none;
}

#javahide {
	height:0;
	overflow:hidden;
}