﻿/***********************/
/***   CONTAINER   *****/
/***********************/
#container
{
	width: 940px;
	margin: auto;
}

/***********************/
/***     HEADER    *****/
/***********************/

#header
{
	width: 940px;
	height: 78px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}


#headertext
{
	width: 250px;
	float:left;
	font-size:25px;
	margin-left:10px;
	margin-top:0px;
}

/***********************/
/***     LOGIN     *****/
/***********************/

#login
{
	float: right;
	height: 35px;
	margin: 10px 22px 0 0;
}

/***********************/
/***     MENU      *****/
/***********************/

.menu
{
	float: right;
	width: 211px;
	margin: 20px 65px 35px 0;
	padding: 0;
	display: inline;
}

.menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 211px;
}

.menu li a
{
	display: block;
	height: 27px;
	padding: 7px 0 0 50px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
	background: url(../images/menu.gif) no-repeat;
	text-decoration: none;
}

.menu li a:hover, .menu li .current
{
	background: url(../images/menu_current.gif) no-repeat;
	text-decoration: none;
	color: #00FFFF;
}

/***********************/
/***   CONTENT     *****/
/***********************/

#content
{
	width: 100%;
}

#left_content
{
	float: left;
	background: #0a2035 url(../images/left_bg.jpg) top no-repeat;
	width: 358px;
	display: inline;
}

#right_content
{
	float: right;
	background: url(../images/right_bg.jpg) repeat-y;
	width: 582px;
	margin: 0;
	padding: 0;
}

#content_area
{
	width: 475px;
	margin: 0 0 0 47px;
	padding: 0;
}

#content_area img {
	
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0;

}

#content_area .title
{
	width: 100%;
	height: 15px;
	color: #62c2ff;
	background: url(../images/title_line.jpg) bottom repeat-x;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
}

.onlinedesc
{
	width:100%;	
	margin-bottom:20px;
	margin-top:20px;
}

.white
{
	color:#fff;
}

.apply
{
	width:100%;
	margin-top:25px;
	color:#fff;
}

.section
{
	float: right;
	background: url(../images/left_section_button.jpg) bottom center no-repeat;
	width: 300px;
	margin: 0 30px 5px 0;
	padding: 0;
	display: inline;
}

.section h1
{
	font-weight: normal;
	background-image: none;
}

.section h1
{
	font-family: Tahoma;
	font-size: 11px;
	color: #37b2f8;
	margin: 0 0 0 85px;
	padding: 0;
}

.section p
{
	font-family: Tahoma;
	font-size: 11px;
	color: #94d8ff;
	text-align: justify;
	margin: 0 30px 0 85px;
	padding: 0;
}

.section_bottom_line
{
	clear: both;
	background: url(../images/left_bottom.jpg) no-repeat center;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.icon_home
{
	background: url(../images/icons/home.png) no-repeat top left;
	width: 100%;
	min-height: 95px;
	margin: 30px 0 0 0;
	padding: 0;
}

.icon_cube
{
	background: url(../images/icons/cube.png) no-repeat top left;
	width: 100%;
	min-height: 109px;
	margin: 30px 0 0 0;
	padding: 0;
}

.icon_tick
{
	background: url(../images/icons/tick.png) no-repeat top left;
	width: 100%;
	min-height: 102px;
	margin: 30px 0 0 0;
	padding: 0;
}

/***********************/
/***     FOOTER    *****/
/***********************/

#footer
{
	float: right;
	background: url(../images/right_bottom.jpg) no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 582px;
	height: 48px;
	margin: 0;
	padding: 30px 0 0 0;
}

#footer a:hover
{
	text-decoration: underline;
	color: #fff;
}

/***********************/
/***   REGISTER    *****/
/***********************/

#register
{
}

#registerleft
{
	float:left;
	width:200px;
}

#registerright
{
	float:left;
	width:150px;
}

/***********************/
/***   CMSCONTENT  *****/
/***********************/

#cmscontent
{
	width: 100%;
}

.contentDate
{
	float:right;
	margin-top:25px;
	color:#fff;
}