


/* ----------------  INITIAL START ------------- */

* { margin: 0px; padding: 0px;}

h1,h2,h3 { margin-bottom: 20px; }
h4, h5 { margin-bottom: 5px;}
p { margin-top:0px; margin-bottom: 20px; }
ul { margin-bottom: 7px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea {
		font: normal normal 11px  Arial, Verdana, Helvetica, sans-serif;
		color: #666666; 
		border: none;
		border: 0px;
		background:#ffffff;
		font-weight:normal;
		padding:2px;
		font-size:12px;
}
img { border: none;
}


/* ----------------  INITIAL END ------------- */


/* ----------------  FONT  ------------- */

a {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size:27px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	line-height:120%;
}
h2 {
	font-weight: bold;
	font-size:18px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
}
a:link, a:visited, a:active{
	
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;	
}
a:hover {
	color: #666666;
}



/* ------------ input ----------------- */

input.submit
{
text-align:center;
background-color:#b4ccda;
color:#333333;
border:1px solid #cccccc;	
}
/* ----------------  BASICS  ------------- */


ul li ol{
	font-weight: normal;
	padding-left: 2px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;	
	margin-bottom:20px;
	
}
li {
	margin-left:20px;
	margin-bottom:10px;
	list-style-type: circle;
	}
ol {
	list-style-image:none;
	list-style-type: none;
}
li.number {
	list-style-image: none;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type: decimal;
}


body {
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	line-height:130%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	}
#baseContainer {
	width: 1000px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding:0px;
	border:0px;
}
#Container{
	width: 1000px;
	border:0px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding:0px;
	margin-top:30px;
}

#headerArea{

}

#logoNav {
    float:left; 
	width:1000px; 
	height:134px;
}

#logo {
	float:left; 
	width:500px; 
	height:134px;
}

#nav {
	float:right; 
	width:500px; 
	height:134px;
}

#homecolor{
	background-color:#00aeef;
	background-image:url(../images/bg/homelogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#aboutcolor{
	background-color:#8dc63f;
	background-image:url(../images/bg/aboutlogo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#servicescolor{
	background-color:#faa61a;
	background-image:url(../images/bg/servicelogo.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#summarycolor{
	background-color:#faa61a;
	background-image:url(../images/bg/summarylogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contactuscolor{
	background-color:#0068b3;
	background-image:url(../images/bg/contactlogo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#leftbox_home {
	float:left; 
	width:500px; 
	display:none;
}

#rightbox_home {
	float:right; 
	width:1000px; 
	height:auto;
	background-color:#00aeef;
}

#leftbox_aboutus {
	float:left; 
	width:1000px; 
	height:auto;
	background-color:#8dc63f;
}

#rightbox_aboutus {
	float:right; 
	width:500px; 
	display:none;
	
}

#leftbox_services {
	float:left; 
	width:500px; 
	display:none;
}

#rightbox_services {
	float:right; 
	width:1000px; 
	height:auto;
	background-color:#faa61a;
}

#leftbox_summary {
	float:left; 
	width:300px; 
	
}

#leftbox_summary div{
	text-align:left;
	padding-top:130px;	
	padding-left: 60px;

}

#rightbox_summary {
	float:right; 
	width:700px; 
	height:auto;
	background-color:#faa61a;
}

#leftbox_contactus {
	float:left; 
	width:500px; 
	height:auto;
	background-color:#0068b3;
}

#rightbox_contactus {
	float:right; 
	width:500px; 
	
}

div.inside {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:96px;
	padding-top:96px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}



#mainContent
{
	width:1000px;
	background-repeat:repeat-y;
	background-position: center top;
	background-image: url(../images/bg/contentbg.jpg);	
	padding:0px;
	
}


#footerArea
{
	width:1000px;
	padding:0px;
	height:70px;
	
}
#footerArea div.copyright
{
	float:left;
	padding-top:29px;
	padding-bottom:29px;
	width:50%;	
	text-align:left;
}
#footerArea div.footerbox {
	float:right;
	width:48%;	
	text-align:right;
	color:#0068b3;
	font-size:12px;
}
#footerArea div.footerbox div.adminlane{
	float:right;
	padding-top:28px;
	padding-bottom:28px;	
}
#footerArea div.footerbox div.adminlaneapp{
	float:right;
	padding-top:2px;
	padding-bottom:1px;
}
div.copyright a.foot:link, div.copyright a.foot:visited, div.copyright a.foot:active,div.copyright a.foot:hover
{
	color:#999999;
	font-weight:normal;
	font-size:11px;
	text-align:left;
}


div.clear
{
	clear: both;
}

/* ------------- CONTACT FORM ----------------- */
form.contact
{
	padding:0px; 
	margin:0px;
}
input.inputtextbox
{
width:220px;	
font-size:14px;
}
#contactform
{
	padding:0px;
	margin:0px;

}
	
#contactform div.row
{

	 padding-left:0px;
	 margin:0px;
	 padding-top:5px;
	 padding-bottom:2px; 	
	 width:100%;
	clear:both;
	height:auto;
	
}
#contactform div.row div.formlabel
{
	width:25%;
	height:auto;			
	padding-top:8px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:5px;
	margin:0px;	
	text-align:left;	
	float:left;	
	font-size:14px;
	clear:none;

}
#contactform  div.row div.formentry
{
	width:70%;
	height:auto;			
	padding-top:8px;
	padding-left:5px;
	padding-bottom:15px;
	padding-right:7px;
	margin:0px;	
	text-align:left;	
	float:right;	
	background-repeat:no-repeat;
	background-position: left top;
	background-image: url(../images/bg/inputtextboxbg.gif);
	clear:none;
}
#contactform  div.row div.formentry1
{
	width:70%;
	height:auto;			
	padding-top:8px;
	padding-left:5px;
	padding-bottom:10px;
	padding-right:5px;
	margin:0px;	
	text-align:left;	
	float:right;	
	clear:none;
	
}
#contactform  div.row div.formentry2
{
	width:70%;
	height:144px;			
	padding-top:8px;
	padding-left:5px;
	padding-bottom:10px;
	padding-right:5px;
	margin:0px;	
	text-align:left;	
	float:right;	
	clear:none;
	background-repeat:no-repeat;
	background-position: left top;
	background-image: url(../images/bg/textareabg.gif);
	
}

#contactform  div.formentry_1
{
	width:90%;
	height:auto;			
	padding-top:0px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:3px;
	margin:0px;	
	text-align:left;	
	float:right;	
	clear:none;
}

