/* Common style definition */

/* overall body */
body 
{
	background: url(../img/bg_body.png) top center repeat-x #cfdeea;
	margin: 0px;
	padding: 5px 0 5px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #000033;
	text-align: center;
}

/* actual body */
div.body 
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	text-align: left;
    border:0px solid red;
}

/* header */
div.header 
{
	padding: 5px 5px 0px 5px;
	width: 980px;
	height: 95px;
    background: url(../img/bg_header.png) 0 0 no-repeat;
    /*border:1px dashed green;*/
}
div.header_logo
{
	position: absolute;
	margin: 25px 0 0 40px;
	width: 158px;
	height: 74px;
	z-index:5;
	border:0px dashed red;
	left: 20px;
	top: 2px;
}

/* footer */
div.footer 
{
    text-align:center;
	padding: 0px 5px 0px 5px;
	width: 980px;
    font-size:10px;
    color:#000033;
    background: url(../img/bg_footer.png) 0 0 no-repeat;
    height:60px;
    /*border:1px dashed red;*/
}
div.footer a 
{
	background: none;
	padding: 0px;
}

/* standard styles */
p 
{
	font-size:11px;
	text-align:justify;
	line-height:16px;
}
a 
{
	color: #2E9FED;
	text-decoration: none;
}
a:hover 
{
	color: #1471B1;
	
}
h3 
{
	font-size:14px;
	color: #003366;
}
h4 
{
	font-size:13px;
	padding:2px;
	margin:0px;
	color: #003366;
	border-bottom:1px dashed #999999;
}

/* header background banner on the right */
div.top_banner
{
	position:absolute;
	padding-right:10px;
	text-align:right;
	vertical-align:bottom;
	width:513px;
	height:35px;
	top: 63px;
	right:270px;
	border:0px #999999 dashed;
}

/* header main menu on the top */
div.header_menu 
{
	position:absolute;
	top: 0px;
	right:15px;
	display:block;
	float:right;
	width: 900px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
div.header_menu ul 
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
div.header_menu li 
{
	list-style-type: none;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 25px;
	width: 100px;
	text-align:center;
	vertical-align:middle;
	background: url(../img/header_menu_bg.png) repeat-x;
	border:0px dashed #999999;
}
div.header_menu li.begin
{
	padding-left:10px;
	width: 95px;
	background: url(../img/header_menu_bg_b.png) repeat-x;
}
div.header_menu li.end
{
	padding-right:10px;
	width: 95px;
	background: url(../img/header_menu_bg_e.png) repeat-x;
}
div.header_menu li.cen
{
	
padding-right:10px;
	width: 95px;
	background: url(../img/center.png) repeat-x;
}
div.header_menu li:hover 
{
}
div.header_menu li a 
{
    font-weight:bold;
	color: #000033;
}
div.header_menu li a:hover
{
    font-weight:bold;
	color: #0000dd;
}
div.header_menu .current 
{
	color: #0000dd;
}

/* main menu below the header */
div.main_menu 
{
    display:block;
    float:left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 980px;
	height: 35px;
	background: url(../img/bg_main_menu.png) repeat-x;
	border:0px dashed red;
}
div.main_menu ul 
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
div.main_menu li 
{
	list-style-type: none;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	height: 23px;
	width: 120px;
	text-align:center;
	vertical-align:middle;
	background: url(../img/main_menu_bg.png) repeat-x;
	border:0px dashed blue;
}
div.main_menu li.begin
{
	padding-left:10px;
	width: 115px;
	background: url(../img/main_menu_bg_b.png) repeat-x;
}
div.main_menu li.end
{
	padding-right:10px;
	width: 115px;
	background: url(../img/main_menu_bg_e.png) repeat-x;
}
div.main_menu li.idm
{
	padding-right:10px;
	width: 220px;
	background: url(../img/idm.png) repeat-x;
}
div.main_menu li a 
{
    font-weight:bold;
	color: #000033;
}
div.main_menu li a:hover 
{
    font-weight:bold;
	color: #0000dd;
}
div.main_menu .current 
{
	color: #0000dd;
}

/* main content body */
div.main_body 
{
    display:block;
	padding: 0px 5px 0px 5px;
	width: 980px;
	background: url(../img/bg_main.png) repeat-y;
	min-height: 470px; 
	height:100%;
    /*border:1px dashed red;*/
}

div.center_banner 
{
    display:block;
    float:left;
	padding: 0px;
	width: 980px;
	height: 30px;
	background: url(../img/center_banner.png) no-repeat;
	/*border:1px dashed red;*/
}
div.center_banner h2
{
    color:White;
    font-weight:bold;
    font-size:small;
    height:20px;
    padding:5px 10px 5px 10px;
    margin:0;
	/*border:1px dashed red;*/
}

div.split
{
	float:left;
	padding: 0px;
	margin: 5px;
	line-height: 1.5;
	border-color:#c6c6c6;
	border:0px solid blue;
}

div.content
{
	margin: 5px 5px 5px 5px;
}

/*
.login{
	border: 1px solid;
    border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: 500px;
	margin-top: 2px;
}
.login h3{
	text-align: center;
}
.login form{
	width: 300px;
	height: 200px;
	margin: 100px auto;
}
.login form div{
	padding-bottom: 30px;
}
.login form label{
	float: left;
}
.login .text-field{
	float: right;
    width: 200px;
}
.login .button{
	float:right;
}

.home{
	border: 1px solid;
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: 500px;
	margin-top:2px;
}
.home h3, .home p{
	text-align: center;
}
*/
