* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/body-bg.gif) repeat-x;

	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
h1, h2, h3, p {
	float: left;
}
h1 {
	font-size: 21px;
	height: 74px;
	width: 724px;
	text-indent: -9999px;
	overflow: hidden;
	background: no-repeat left top;
	margin-bottom: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #262122;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 18px;
}
h2 span {
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006ea7;	
}
p {
	font-size: 12px;
	color: #5e6365;
	margin-top: 5px;
	line-height: 16px;
}

/*Main containers*/

#page-wrapper {
	width: 990px;
	height: 650px;
	float: left;	
}
#left-container,  #main-container{
	/*height: 625px;*/
	height: 554px;
	float: left;
}
#left-container {
	width: 218px;
}
#main-container {
	width: 772px;
}
#main-content {
	float:left;
	height: 524px;	
	padding: 15px 15px;
	overflow:hidden;
}
#main-content, #footer-bottom {
	width: 718px;
	background-color: #FFFFFF;
}
.sh-image {
	float:left;
}

#footer-top {

	padding: 0 31px; 
	width: 710px;
	height: 71px;
	float:left;
	margin-left:218px;
	margin-left:expression(218 + "px");
}
#footer-bottom {
	margin: 1px 0 0 218px;
	float:left;
	padding: 0 12px; 
	height: 19px;
}
/*Styling*/

a#logo {
	height: 118px;
	width: 191px;
	float: left;
	margin-left: 15px;
}

ul#main-menu, ul#main-menu li {
	float: left;
	width: 175px;
	height: auto;
} 
ul#main-menu {
	margin: 23px 0 0 23px;
}

ul#main-menu a {
	text-indent: -9999px;
	float: left;
	width: 175px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#main-menu a.home, #main-menu a.services, 
#main-menu a.resources, #main-menu a.contact,
#main-menu a.professionals, #main-menu a.news {
	height: 22px;
}
#main-menu a.about, #main-menu a.process,
#main-menu a.faq {
	height: 23px;
}
ul#main-menu a:hover {
	background-position: left bottom;
}
#main-menu a.home {background: url(../images/menu/home.gif);}
#main-menu a.about {background: url(../images/menu/about-us.gif);}
#main-menu a.services{background: url(../images/menu/services.gif);}
#main-menu a.process {background: url(../images/menu/our-process.gif);}
#main-menu a.resources {background: url(../images/menu/resources.gif);}
#main-menu a.faq {background: url(../images/menu/faq.gif);}
#main-menu a.contact {background: url(../images/menu/contact.gif);}
#main-menu a.professionals {background: url(../images/menu/professionals.gif);}
#main-menu a.news {background: url(../images/menu/news.gif);}

#main-menu a.active{
	background-position: left bottom;
}
#footer-top p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 9px;
	font-weight: bold;
	text-align: center;
}
#footer-bottom p, #footer-bottom a {
	color: #494848;
	line-height: 14px;
	font-size: 11px;
}

#footer-bottom a {
	text-decoration: underline;
}
#footer-bottom a:hover {
	text-decoration: none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

/*Home page middle area*/

#main-content h1#home-page {
	width: 713px;
	height: 21px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	line-height: 21px;
	background: url(../images/pyic.gif) no-repeat right top;
}
#main-heading-area {
	float:left;
	width: 693px;
	height: 239px;
	background: url(../images/main-image-bg.gif) no-repeat left top;
	margin-left: 4px;
	padding: 17px 0 0 17px;
}
#main-content-wrapper h2 {
	width: 678px;
	padding-bottom: 5px;
	background: url(../images/under-line-dots.gif) no-repeat left bottom;
}
#main-content-wrapper {
	padding: 20px;
	float: left;
}
#main-content-wrapper p {
	padding-top: 5px;
	width: 615px;
	font-size: 14px;
}
/*Sub page middle area*/
/*
h1#about {
	background-image: url(../images/headings/about.jpg);
}
*/
#sub-content-wrapper {
	padding-left: 8px;
	float:left;
	width: 710px;
	overflow: auto;
	height: 450px;
}
#sub-content-wrapper p {
	line-height: 14px;
	/*width: 690px;*/
	padding-bottom: 10px;
}
/*
#sub-content-wrapper img {
	float:left;
 	border: 3px solid #b0b4b6;
	margin-right: 15px;
}
*/
#sub-content-wrapper h2, #sub-content-wrapper h3 {
	margin-top: 5px;
	width: 690px;
}
#main-content a {
	color: #015d94;
}
#main-content a:hover {
	text-decoration:none;
}
#sub-content-wrapper p.bottom-underline {
	background: url(../images/under-line-dots-long.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-align:justify;
}


/* example_2 css */
#example_2 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 48px; /* important */
	margin-top:8px;/* important */
	
}

#example_2_content {
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	width:100%;
	margin:0 auto;
}

#example_2 a {
	cursor: default;
	display: block;
	padding: 2px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

#example_2  p {
	height: 48px;
	margin:0;
	display: block;
	padding: 2px 5px 0 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
}
#res_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;
}
#res_table img{
	border:0px;
}
#res_table td{
	padding-top:10px;
	padding-bottom:10px;
}
.faq_layout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;
}
.faq_layout a{
	text-decoration:none;
}
/*label.inputBox{
	display:block;
	width:80px;
	align:left;
	text-align:right;
}*/
.contact_page{
	border:1px solid red;
	display:inline;
	width: 690px;
	height: 324px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;

}
.contact_page_left{
	border:1px solid red;
	width:340px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;
}
.contact_page_right{
	border:1px solid red;
	width:340px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;
}
.contact_page_inputs{
	float:left;
	width:360px;
}
.contact_page_address{
	float:left;
	width:250px;
}
label.inputBox{
	margin-left:8px;
	width: 100px;
	display: block;
	float: left;
	text-align: left;
}
.contact_page_inputs input.input{
	display:inline;
	width:150px;
}
label.inputBoxc{
	margin-left:8px;
	width: 180px;
	display: block;
	float: left;
	text-align: left;
}
.contact_text{
	width:95%;
	height:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	margin:0;
	padding:0;
	
}
.contact_table{
	
	width:95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6365;
	padding:0;
	margin:0;
}
.contact_table td{
	margin:0;
	padding:0;
	width:340px;
}
.contact_table tr{
	vertical-align: top;
}
h3 .short {
	width:300px;
}
#topimg
{
border:0px;
width:675px;
height:221px;
}

#error_report{
	margin-left:218px;
	text-align:center;
	color:red;
	font-size:12px;
	font-weight:bold;

}
.leftSide{
width:300px;
	float:left;
	padding:5px 5px 5px 5px;
	margin:10px;
}
.rightSide{
width:300px;
	float:left;
	padding:5px 5px 5px 5px;
	margin:10px;

}	
p.two {
	width:300px;
	font-size: 12px;
	color: #5e6365;
	text-align:justify;

}
.leftSide2{
width:310px;
	float:left;
	padding:5px 5px 5px 15px;
	margin:10px;
}
.rightSide2{
width:310px;
	float:left;
	padding:5px 5px 5px 5px;
	margin:10px;

}	
p.two2{
	width:310px;
	font-size: 12px;
	color: #5e6365;
	text-align:justify;

}
.imgCent{
	text-align:center;
}
.imgRight{
	text-align:right;
}
.imgUltra{
	float:right;
	text-align:right;
	margin:5px 0px 5px 10px;
}
.imgIntra{
	float:left;
	text-align:left;
	margin:5px 10px 5px 0px;
}
.left{
	float:left;
}
.right{

	float:right;
}

