body
	{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393838;
	background:#b2bed6;
	text-align:justify;
	}
	
*, html, div, p, ul
	{
	margin:0px;
	padding:0px;
	}	
	
.clear
	{
	clear:both;
	height:0px;
	line-height:0px;
	}
	
.small_height
	{
	height:20px;
	}
	
.small_height1
	{
	height:20px;
	}

.small_height2
	{
	height:10px;
	}
		
.main_div
	{
	width:100%;
	height:auto;
	}	

.center_div
	{
	margin:150px auto;
	width:500px;
	height:300px;
	background-color:#f0f0f0;
	webkit-border-radius: 10px;	
 	border-radius: 10px; 
	}
	
.center_div1
	{
	margin:0px auto;
	width:950px;
	height:auto;
	margin-top:110px;	
	webkit-border-radius: 10px;
	border-radius: 10px; 
	background-color:#fff;
	border:solid 1px #a0a3aa;
	}
	
.blue_div
	{
	width:470px;
	height:50px;
	line-height:50px;
	background-color:#2c384d;
	color:#fff;
	padding-left:20px;
	padding-right:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:right;
	}
	


.body_div
	{
	width:460px;
	height:auto;
	padding-left:40px;
	padding-top:20px;
	
	}


.login_from input, select
	{background-color:#f4f3f2;
	border:solid 1px #d0c9bb;
	border-radius:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 	-khtml-border-radius: 5px;
	width:268px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	float:left;
	color:#102e5c;
	font-size:12px;
	padding-left:2px;
	margin-top:2px;
	}	
	
.login_from input:hover
	{background-color:#eaeaea;	
	color:#102e5c;
	font-size:12px;
	}


.contact_form_buttom
{background-image:url(../images/buttom.png);
background-repeat:repeat-x;
border:solid 1px #d0c9bb;
	border-radius:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 	-khtml-border-radius: 5px;
	width:70px;
	height:25px;
	line-height:25px;
	margin-top:10px;
	float:left;
	color:#102e5c;
	font-size:12px;
	margin-right:5px;
	padding-bottom:3px;
	}	
	
	
	
.contact_form_buttom:hover
{background-image:url(../images/hover_buttom.gif);
background-repeat:repeat-x;
border:solid 1px #d0c9bb;	
	color:#102e5c;
	font-size:12px;

	}	










/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
 
  color:#111;
  padding:10px;
  width:930px; 
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:8px 15px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  margin-bottom:0px;
  font:10px Verdana;
  color:#FFF;
  background:#0b4966;
  -webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;

}
.usual ul a:hover {
  color:#FFF;
  background:#808080;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#d0d2d4;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  min-height:500px;
  font:10pt Georgia;
  -webkit-border-radius: 4px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 4px;
-moz-border-radius-topleft: 0;
border-radius: 4px;
border-top-left-radius: 0;
border:solid 1px #d0d2d4;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

/* Style for various uses of tabs */

#freedom {
  float:left;
  width:90px;
  color:#68D;
  font:1.3em Cambria, Times New Roman, serif;
  font-style:italic;
}
#freedom li a {
  width:80px;
  text-align:left;
  padding:2px 6px 4px;
  background:#222;
  margin:1px;
  *margin:0px;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.7em;
  font-style:normal;
}
#freedom li a:hover {
  background:#0A0A0A;
  width:86px;
}
#freedom li a.selected {
  background:#FFF;
  color:#000;
  width:90px;
  cursor:default;
}

.tabContainer {
  width:400px;
  margin:20px auto;
  padding-top:2px;
  background:#181818;
  border:1px solid #222;
}
.tabContainer h3 {
  padding-bottom:4px;
  color:#F60;
}
.tabContainer p {
  padding:2px 12px 10px;
  text-align:left;
}

#three {
  position:absolute;
  top:0;
  left:0;
  border-bottom:1px solid #444;
  border-right:1px solid #444;
}

#four {
  color:#D66;
  font:2em Cambria, Times New Roman, serif;
  position:fixed;
  bottom:10px;
  right:20px;
}

.imagebox {
  background:#040404;
  border:1px solid #1A1A1A;
  width:100px;
  height:90px;
  margin:10px auto;
}
.imagebox a {
  display:block;
  width:25px;
  height:25px;
  line-height:23px;
  float:left;
  text-decoration:none;
  background:#111;
}
.imagebox a:hover { background:#000; }
.imagebox a.selected {
  background:snow;
  color:#222;
  font-weight:bold;
}
.imagebox img { margin-top:6px; clear:both; }


/* Styles for Advanced Section */

#adv2 {
  width:500px;
  margin:6px auto;
  background:#181818;
}
#adv2 ul {
 display:block;
 width:50px;
 height:50px;
 float:left;
}
#adv2 li { float:left; }
#adv2 li.split { clear:both; }
#adv2 li a {
  display:block;
  height:25px;
  width:25px;
  line-height:22px;
  text-decoration:none;
  background:#222;
}
#adv2 li a:hover {
  background:#0A0A0A;
}
#adv2 li a.selected {
  background:snow;
  color:#111;
  font-weight:bold;
}

#adv2 span {
  height:50px;
  display:block;
  line-height:45px;
  width:450px;
  float:right;
  background:#181818;
}

#adv3 a {
  color:snow;
  font-size:2em;
  font-weight:bold;
  text-decoration:none;
  margin:6px;
}
#adv3 a:hover { color:#68D; }
#adv3 p {
  color:#888;
  margin:5px;
  font-style:italic; 
}
#adv3 p a {
  margin:0;
  color:#CCC;
  font-size:1em;
  font-weight:bold;
  text-decoration:underline;
}
#adv3 p a:hover { color:#FFF; }

#message {
  margin:10px auto;
  border:6px solid #222;
  width:240px;
  height:40px;
  background:#0D0D0D;
  font-size:1.3em;
  line-height:2em;
  color:#FC4;
}


.head_area
	{
	width:950px;
	background:url(../images/head_top.png) repeat-x;
	height:80px;
	color:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.top_mid
	{
	width:950px;
	background-color:#e4e4e4;
	height:30px;
	color:#fff;
	border-bottom:solid 1px #d6d6d6;
	}
		
.top_mid_left
	{
	float:left;
	margin:6px 5px;
	width:auto;
	color:#2e2e2f;
	}
	
.top_mid_right
	{
	float:right;
	margin:2px 5px;
	width:auto;
	}
		
select
	{
	float:left;
	margin:3px;
	margin-left:0px;
	}

.submit_btn
	{
	float:left;
	width:auto;
	padding:0px 10px;
	}

.logo
	{
	
	width:272px;
	height:100px;
	position:absolute;
	margin-right:2px;
	margin-left:675px;
	background:url(../images/corporategrl.png) no-repeat right;
	margin-top:-100px;
	}
	
.logo2
	{
	float:left;
	height:80px;
	}