/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                     styles for unicordcorp.com         2007                */
/******************************************************************************/ 
@import url("reset.css");


.basis{
	margin: auto;
	width: 976px;	/* width of basis */
	overflow:hidden;
}

.main{
	height: 100%;
}

.header{
	height: 161px;	/* height of header */
}

.content
{
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-y;
	padding-right:0px;
	padding-bottom:50px;
}

.center{
	padding: 0 6px 0px 0px;
	background-color: #ffffff;
}


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}
.separator75{
	height: 75px;
	font-size: 1px;
	display: block;
}
.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
A
{
	text-decoration:none;
}

B
{
	font-weight:bold;
}

BODY
{
	background-color:#184767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

EM
{
	font-style:italic;
}

I
{
	font-style:italic;
}

STRONG
{
	font-weight:bold;
}
TD
{
	vertical-align:top;
}
.basis
{
	background-color: #ffffff;
}

/*** header **************************************************************/
.header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.header .logo{
	padding-left:19px;
	padding-top:18px;
}
.header .login A
{
	float:right;
	padding-top:10px;
	padding-right:12px;
	padding-left:12px;	
	font-size:12px;
	font-weight:bold;
	color:#5c7c93;
}

.up_menu
{
	height: 28px;
	background-color:#77b4e2;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.up_menu A
{
	color:#ffffff;
	padding-left:8px;
	padding-right:16px;
}
.header A:hover
{
	color: #003399;
}

.up_menu UL LI{
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type:none;
	line-height:29px;
}

/*** content **************************************************************/

.content TABLE
{
	border:2px;
}


/*+++++++++ left collumn ++++++++*/

.left
{
	line-height:16px;
	width: 187px;
	padding-left:20px;
}


	.menulevel1{ 
			padding-top:19px;
			letter-spacing:1px;
	}
		.first{ padding-top:2px;}
	
		.menulevel1 A{
			font-size: 12px;
			font-weight:bold;
			color:#02619a;
		}
		.menulevel1 A:hover, .active A, .menulevel1 .active A{color:#003399;}


	.menulevel2 {
			background-image:url(../images/list_image_lev2.png);
			background-repeat:no-repeat;
			background-position:0 4px;
			letter-spacing:normal;
			padding-left:7px;
	}
		.menulevel2 A{
			font-size: 11px;
			font-weight:bold;
			color:#76b4e3;
		}
/*.left*/ .menulevel3 A
{
	font-size: 11px;
	font-weight:bold;
	color:#76b4e3;
	padding-left:32px;
}
.left IMG
{
	padding-left:10px;
}

/*++++++++ center collumn +++++++++*/
.central
{
	width:100%;
}
.center
{
	color:#5b5b5b;
	font-size:14px;
}
.center A
{
	text-decoration:underline;
	color:#76b4e3;
}

.center A:hover
{
	color:#003399;
}


H1
{
	color: #0c80c6; /*#63c4fb;*/
	font-size:15px;
}

.intro{
	padding-left:13px;
	padding-top:3px;
	padding-bottom:5px;
	line-height:15px;
	font-size:13px;
	color:#134e78;
}
.intro P{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
}

/* sections */
.section{
	/*width:560px;*/
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.left_btm_corner{ background-image:url(../images/section_lb.png); background-position:left bottom; background-repeat:no-repeat;}
.left_top_corner{ background-image:url(../images/section_lt.png); background-position:left top; background-repeat:no-repeat;}
.right_btm_corner{ background-image:url(../images/section_rb.png); background-position:right bottom; background-repeat:no-repeat;}
.right_top_corner{ background-image:url(../images/section_rt.png); background-position:right top; background-repeat:no-repeat;}

.section_content{padding:15px 15px 17px 21px;}
.section_content TABLE{ width:100%;}
	.section_text{
		color:#494949;
		font-size:13px;
	}
		.section_text H2{
			padding-top:3px;
			padding-bottom:8px;
			font-size:16px;
			font-weight:bold;
			color:#a8c751;
		}
		.section_text A{
			text-decoration:underline;
			color:#494949;
		}
		.section_text P{
			padding-bottom:3px;
			line-height:18px;
		}
		.section_text STRONG{
			font-weight:bold;
			color:#02619a;
		}
		
	.section_img{
		width:181px;
		padding-left:9px;
		line-height:0px;
		vertical-align:middle;
	}
		.section_text IMG{
			display:block;
		}
		
.section_bottom{
	background-image:url(../images/section_btm.png);
	background-repeat:no-repeat;
	display:block;
	height:23px;
}

.section_email{
	background-image:url(../images/section_email_bg.png);
	background-repeat:no-repeat;
	width:545px;
	height:92px;
	margin-left:7px;
	padding-top:7px;
	padding-left:17px;
}
	.section_email H2{
		font-size:16px;
		font-weight:bold;
		color:#02619a;
	}
	.section_email P{
		padding-top:3px;
		font-size:14px;
		color:#FFFFFF;
	}
	.section_email A{
		font-size:12px;
		font-style:italic;
		color:#02619a;
	}
	.section_email FORM{
		padding-top:10px;
	}
		.field
		{
			width:185px;
			height:14px;
			font-size:11px;
			font-weight:bold;
			color:#126ba0;
				margin-right:12px;
		}
		.btn
		{
			color:#134e78;
			border:0px;
			background-color:transparent;
			background-image: url(../images/button.png);
			background-repeat:no-repeat;
			width:66px;
			height:22px;
			font-size:12px;
			font-weight:bold;
			padding-bottom:5px;
				margin-right:15px;
				cursor:pointer;
		}

	
	
.section_ad{
	background-image:url(../images/section_ad_bg.png);
	background-repeat:no-repeat;
	margin-left:7px;
	margin-top:8px;
	margin-bottom:20px;
	display:block;
	width:400px;
	height:86px;
	padding-left:130px;
	padding-top:8px;
	padding-right:20px;
	color:#134e78;
	font-size:11px;
}
	.section_ad H3{
		font-size:13px;		
		padding-bottom:5px;
	}
	.section_ad H3 A{
		font-size:12px;	
		color:#0694c7;
		text-decoration:none;
	}
	.section_ad A{
		font-size:12px;
		color:#1d9ccc;	
	}

.google_center{
	padding-left:5px;
}
	
/*-------------------------------*/





/*+++++++++ right collumn +++++++++*/
.right{
	padding:5px 23px 0px 0px;
}

#aubg {border:none;}
/*** footer **************************************************************/
.footer
{
	margin: auto;
	height: 50px;	/* height of footer */
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-align:center;
	color:#02619a;
	font-size:10px;
	font-weight:bold;
}

.footer P
{
	padding-top:30px;
	font-weight:bold;
	line-height:5px;
}
.footer A
{
	text-decoration:underline;
	color:#02619a;
	font-weight:bold;
}