﻿/* CSS for Talent Age by WENdesign 2010 - wenman@gmail.com */


/*------------------------------ main body code ----------------------------------*/
body {	
	margin: 0;
	padding: 0;
	background-color:#fff;
}
h1 {
	color: #003365;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight:200;
	margin-top:0;
	}
	
h2 {
	color: #003365;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bec1d2;
}


ul
{
margin-top:0;
	margin-left: 8px; padding-left: 0;}

li {margin-top:0;
	margin-left: 8px; padding-left: 0;
}

p {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	font-size: .8em;
	line-height: 17px;
}
img {
	border-style: 0;
	border-width: 0px;
}
hr {
	border-style: dotted none none none;
	border-color: #C0C0C0;
	margin-top: 1px;
	margin-bottom: 1px;
}
/*----------------------------------- Div ----------------------------------*/
#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#masterhead {

	width: 960px;
	height: 96px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	vertical-align:text-bottom;
	text-align:right;
	}

#top_menu {
	position: absolute;
	z-index: 1;
	left: 313px;
	top: 67px;
}

#main_banner {
	width: 960px;
	height: 300px;
	background-image: url('images/g_main.jpg');
	background-repeat: no-repeat;
}


#banner {
	width: 960px;
	}


#body {
	width: 960px;


}

#body_text {

	width: 960px;

}



#column1 {

	width: 220px;
	float: left;
	margin-top:35px;
}
#column2 {
	width: 640px;
	float: right;
	margin-top: 35px;
	padding-left: 40px;
	padding-right: 40px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E6E6E6;
	min-height: 400px;
}
#left_nav {
	width: 200px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}



#footer {
	float:left;	
	width: 940px;
	background-color: #e9e9e9;
	text-align: right;
	padding:10px;
	margin-top:25px;
}
/*----------------------------------- style class ----------------------------------*/
.topmenu {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	letter-spacing: 1px;
	text-align: center;
}

.left_nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 15px;
	padding: 6px 0px 6px 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
}

.left_nav2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 9px;
}

.image {
float:left;
padding-right:10px;}

.text_home {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	padding: 20px;
	text-align: justify;
	background-color: #404b76;
}


.text {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}

.text2 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

.text_small {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}


.footer_text {

	letter-spacing: .05em;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color: #03173d;
}



.news_date {
	float:left;
	margin-left:-10px;
	color: #3E84B9;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}


.font_orange {
	color: #ECA209;
}
.font_blue {
	color: #2a57ac;
}

/*----------------------------------- navigation links ----------------------------------*/
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #003365;
}
a:hover {
	color: #3E84B9;
	text-decoration: underline;
}
#top_menu a, #top_menu a:link, #top_menu a:visited, #top_menu a:active {
	text-decoration: none;
	color: #94CEEC;
}
#top_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#left_menu a, #left_menu a:link, #left_menu a:visited, #left_menu a:active, 
#left_menu2 a, #left_menu2 a:link, #left_menu2 a:visited, #left_menu2 a:active, 
#left_menu3 a, #left_menu3 a:link, #left_menu3 a:visited, #left_menu3 a:active {
	text-decoration: none;
	color: 003365;
}
#left_menu a:hover, #left_menu2 a:hover, #left_menu3 a:hover {
	color: #003365;
	text-decoration:underline;
}
