
/* CSS Document */
p
{
	font-family: Verdana;
}

body
{
	background-color: #000000;
	margin: 0px;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
}

a
{
	color: #c03000;
}

input
{
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #000000;
	height: 16px;
}

.submit_btn
{
	color: #FFFFFF;
	width: 65px;
	height: 25px;
	background-color: #468966;
	border: 1px solid #000000;
	margin-top: 10px;
}

.lrg_title
{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.sml_title
{
	font-weight: bold;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 857px;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-y;
}

#sub_container
{
	margin-left: auto;
	margin-right: auto;
	width: 857px;
	background-image: url(images/sub_bg.gif);
	background-repeat: repeat-y;
}

#sub_content
{
	width: inherit;
	min-height: 200px;
	background-image: url(images/mid_bg.jpg); /* background-image: url(images/sub_top_bg.jpg); */
	background-position: top;
	background-repeat: repeat;
}

#sub_content div
{
	padding: 30px 75px 30px 75px;
}

#sub_content_team
{
	width: inherit;
	min-height: 200px;
	background-image: url(images/mid_bg.jpg); /* background-image: url(images/sub_top_bg.jpg); */
	background-position: top;
	background-repeat: repeat;
}

#sub_content_team div
{
	padding: 0px 75px 30px 75px;
}

#sub_content_new
{
	
	width:100%;
	min-height: 200px;
	background-image: url(images/mid_bg.jpg); /* background-image: url(images/sub_top_bg.jpg); */
	background-position: top;
	background-repeat: repeat-x;
}
#sub_content_login
{
	width:100%;
	background-color:#141110;
	color:White;
	
	background-position: top;
	background-repeat: repeat-x;
	
}


#header
{
	width: inherit;
	height: 333px;
}

#main-top
{
	width: inherit;
	height: 258px;
}

#main-topleft
{
	width: 311px;
	height: inherit;
	background-image: url(images/top_left_bg.jpg);
	float: left;
}

#main-topleft p
{
	padding: 5px 5px 5px 20px;
}

#main-topright
{
	/* padding-top: 10px; */
	width: 546px;
	height: 260px;
	/* background-image: url(images/top_right_bg.jpg); */
	float: right;
}

#main-topright p
{
	padding: 5px 40px 20px 20px;
}

#main-bottom-headers
{
	width: inherit;
	height: 45px;
	background-image: url(images/bot_headers.gif);
	background-repeat: no-repeat;
}

#box_label1
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin-left: 20px;
	width: 308px;
	float: left;
}

#box_label2
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	width: 280px;
	float: left;
}

#box_label3
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	width: 243px;
	float: right;
}

#main-bottom
{
	width: inherit;
	margin-left: 1px;
	min-height: 200px;
	/* background-image: url(images/bot_bg.jpg);  */
    /* background-image: url(images/bot_bg_fade.jpg);*/
	/* background-position: bottom;*/ 
	background-repeat: no-repeat;
	float: left;
}

#main-bottom p
{
	padding: 0px 40px 20px 20px;
}

#main-botleft
{
	width: 298px;
	min-height: 225px;
	margin-left: 2px;
	float: left;
}

#main-botcen
{
	width: 282px;
	min-height: 225px;
	margin-left: 1px;
	float: left;
}

#main-botright
{
	width: 250px;
	min-height: 225px;
	margin-left: 1px;
	float: left;
}

#footer
{
	width: inherit;
	height: 37px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
}

#footer div
{
	padding: 10px 20px 0px 20px;
}


/*   Contact Us */
#contactus form div
{
	margin: 0 0 0.25ex 0;
	clear: left;
}
#contactus label
{
	text-align: right;
	width: 6em;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 0.5em;
}
#contactus form div.actions
{
	margin-left: 5em;
	padding-left: 1.5em;
}
