/* general selectors */
body {
	text-align: center;
	background: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #CC3300;
	background: #FFFFCC;
}

hr {
	border: #CCCCCC dotted 1px;
}

/* layout structure */
#wraper {
	width: 796px;
	margin: 0 auto;
	background: url(../../images/bg.jpg) repeat-y;
	text-align: left;
}

#header {
	height: 100px;
	width: 770px;
	background: url(../../images/banner.jpg) no-repeat #FFFFFF;
	margin: 0 0 0 13px;
}

#header a:hover {
	background:#FFFFFF;
}

#logo {
	margin: 5px 0 0 10px;
}

#extra {
	text-align: right;
	margin: -90px -5px 0 0;
}

#extra a{
	font-size: 12px;
}

#extra a:hover{
	background: #FFFFCC;
}

#extra input[type="text"]{
	width: 130px;
	text-indent: 17px;
	margin: 0 20px 0 0;
	background: #FFFFFF url(../../images/search.jpg) no-repeat left;
	font-size: 10px;
	color: #999999;
}

#extra input[type="text"]:focus{
	border: solid 2px #c2e0f1;
	color:#000000;
}

#top_navi {
	margin: 0 0 0 13px;
	border-bottom: solid 2px #1581c0;
	width: 770px;
	height: 27px;
}

#top_navi ul{
	margin: 0 0 0 -40px;;
	_margin: 0 0 0 -90px;
	list-style: none;
	font-size: 13px;
}

#top_navi ul .current{
	background: url(../../images/button_highlight.jpg) no-repeat;
	color: #006eaf;
}

#top_navi li {
	float: left;
	padding: 5px 0 0 0;
	_padding:0;
	width: 110px;
	height: 27px;
	background: url(../../images/button.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
}

#top_navi li:hover {
	cursor: pointer;
	background: url(../../images/button_highlight.jpg) no-repeat;
	color: #006eaf;
}

#left_navi {
	width: 165px;
	_height: 700px;
	float: left;
	background: #FFFFFF;
	clear:both;
	margin: 10px 5px 0 18px;
	_margin: 3px 5px 0 8px;
	text-align: center;
}

#left_navi ul {
	list-style-type: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
}

#left_navi li {
	background: #E4F1F9;
	padding: 0 0 0 10px;
	border: solid 1px #FFFFFF;
	height: 20px;
}

#left_navi li:hover {
	color:#FFFFFF;
	background: #98c6e2;
}

#left_navi li a:hover {
	color:#FFFFFF;
	background: transparent;
}

#left_navi ul a {
	display: block;
	text-decoration: none;
	color: #04669f;
	text-indent: 10px;
	line-height: 20px;
	width: 158px;
	height: 20px;
	margin: 0 0 0 -10px;
}

#left_navi ul .current {
	background: #98c6e2;
}

#left_navi ul .current a {
	color:#FFFFFF;
}

#right_col {

}

#left_content {
	width: 570px;
	_width: 560px;
	_height: 700px;
	min-height: 700px;
	margin: 0 0 20px 25px;
	float: left;
}

#right_content {
	width: 580px;
	_height: 700px;
	min-height: 700px;
	margin: 5px 0 20px 190px;
}

#left_content h1, #right_content h1{
	color: #1581c0;
	border-bottom: solid 1px #1581c0;
}

#main_content {
	float: left;
	width: 415px;
	_height: 700px;
	min-height: 700px;
	background: #FFFFFF;
	margin: 5px 0 20px 0;
}

#main_content h1{
	color: #1581c0;
	border-bottom: solid 1px #1581c0;
	margin: 5px 0 10px 0;
}

#main_content h2{
	font-size: 14px;
}

#main_content a{
	text-decoration:underline;
	color: #1581c0;
}

#main_content a:hover{
	color: #CC3300;
}

#main_content ul a {
	text-decoration:none;
	color: #000000;
}

#main_content ul a:hover {
	color: #CC3300;
}


#main_content img{
	padding: 5px;
}

#main_content hr{
	border-bottom: solid 1px #1581c0;
}

#right_navi {
	width: 165px;
	width: 160px;
	_height: 700px;
	min-height: 700px;
	float: right;
	background: #EFF7FA;
	margin: 10px 18px 5px 0;
	_margin: 5px 10px 5px 5px;
}

#content {
	width: 750px;
	_height: 700px;
	min-height: 700px;
	margin: 0 0 10px 13px;
	padding: 10px;
}

#content table{
	width: 50%;
	text-align: center;
}

#footer {
	width: 796px;
	height: 28px;
	clear: both;
	line-height: 10px;
	background: url(../../images/footer.jpg) left no-repeat;
	text-align: center;	
	margin: 0 0 0 4px;
	color: #1581c0;
}

#footer a {
	color: #1581c0;
}

#footer a:hover {
	color: #CC3300;
	background: #FFFFCC;
}

#footer .current {
	color: #CC3300;
	background: #FFFFCC;
}

#copyright {
	margin: 5px 0 20px 0;
	font-size: 10px;
	color:#666666;
}

#simple {
	margin: 0 50px 20px 50px;
}

#simple h1{
	color: #1581c0;
	border-bottom: solid 1px #1581c0;
	margin: 5px 0 10px 0;
}


/* special selectors */

.news_header {
	background: #d0ecfa;
	border: #1482c1 solid 1px;
	padding: 0 0 0 10px;
}

.news_date {
	background: #f1f6fa;
	border-left: #1482c1 solid 1px;
	border-right: #1482c1 solid 1px;
	border-bottom: #1482c1 solid 1px;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
}

.news_navi {
	margin: 0 10px 0 10px;
}

.news_navi h1{
	color: #1581c0;
	border-bottom: #4d9ecb solid 1px;
}

.news_navi .current {
	color: #CC3300;
	background: #FFFFCC;
}

.news_content .pic{
	float: right;
	margin: 0 0 5px 5px;
	vertical-align: baseline;
}

.news_content a{
	text-decoration:underline;
}

.news_quote {
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #eff7fa;
	width: 200px;
	border: #4d9ecb solid 1px;
	color: #1794c7;
	float: left;
}

.news_quote img{
	padding: 0;
	margin: 0;
}

.news_quote p{
	padding: 0 0 0 27px;
	margin: 5px 0 0 0;
}

.quote_left {
	float: left;
}

.quote_right {
	float: right;
}

.news_author {
	color:#000000;
}

.date{
	font-size: 11px;
	color:#999999;
}

.rss {
	float: right;
	margin: -30px 10px 0 0;
}

.rss img{
	margin: -10px 0 0 0;
	_margin: -5px 0 0 0;
	border: 0;
}

.search_summary {
	float: right;
	margin: -25px 0 0 0;
}

.search_key {
	color: #CC3300;
	background: #FFFFCC;
}

.job_navi {
	margin: 0 10px 0 10px;
}

.job_navi h1{
	color: #1581c0;
	font-size: 12px;
}

.job_navi hr{
	margin: 20px 0 20px 0;
}

.job_navi .more a{
	color: #0070ad;
}

.job_navi .more a:hover{
	color: #CC3300;
	background: #FFFFCC;
}

.office {
	color: #666666;
	margin-bottom: 5px;
}

.job_navi li{
	margin: 0 0 3px -30px;
}

.job_navi li .office{
	color: #999999;
	font-size: 11px;
}

#bios_thumb td{
	border: #CCCCCC solid 1px;
	padding: 5px;
	width: 200px;
}

#bios_thumb img{
	border: #FFFFFF solid 1px;
	margin-right: 3px;
	padding: 0;
	float: left;
}

#bios_thumb h1{
	border: 0;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#bios_thumb td:hover{
	background: #cfe7f3;
	cursor: pointer;
}

#bios_thumb a{
	text-decoration:none;
}

#bios_thumb a:hover{
	background: #FFFFFF;
}

#bios_info {
	border: #b3d2e9 solid 1px;
	padding: 10px;
	margin: 20px 0 0 0;
	min-height: 300px;
}

#bios_info h2{
	color: #FFFFFF;
	font-size: 12px;
	background: #72a6cf;
	margin: 0;
	padding: 3px;
}

#bios_info img{
	float: left;
	border: #CCCCCC solid 1px;
	margin-right: 10px; 
}

#map {
	width: 560px;
	_width: 550px;
	height: 400px;
}

#load {
	margin: 0 0 10px 0;
	width: 100px;
	height: 20px;
}

#load.info {
	color: #CC3300;
	background: #FFFFCC;
	font-size:14px;
	line-height: 20px;
}

.contact_navi h2{
	color: #1581c0;
	margin: 10px 0 10px 10px;
}

.contact_navi a{
	text-decoration: underline;
}

.contact_navi li{
	margin: 2px 0 2px 0;
}

#container-1 ul{
}

#container-1 ul a:hover {
	color: #000000;
}

#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5{
	padding-left:10px;
	#margin-top: 50px;
}


.float_right {
	float: right;
	margin: -10px 300px 0 0;
	_margin: 10px 150px 0 0;
	padding: 0;
}
