@charset "utf-8";
/* CSS */
@import "reset.css";

html{overflow-y:scroll;}

body{
	text-align:center;
	background-color: #FFF;
	background-image:url(images/background_map.gif);
	background-repeat:no-repeat;
	/*background-position:24px top;*/
	background-position:center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

#wrapper{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#logo_bar{
	width:960px;
	height:141px;
}
#logo{
	width:206px;
	height:102px;
	float:right;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	margin-top:26px;	
}


#logo_bar_big{
	width:960px;
	height:195px;
}
#logo_big{
	width:286px;
	height:142px;
	float:right;
	background-image:url(images/logo_big.png);
	background-repeat:no-repeat;
	margin-top:26px;
	margin-right:20px;
	display:inline
}
#logo_bar_big_text{
	width:430px;
	height:150px;
	float:left;
	margin-left:20px;
	display:inline;
	margin-top:17px;
}
#logo_bar_big_text p{
	color:#132a6a;
	font-size:11px;
	line-height:14px;
	margin-bottom:8px;	
}
#photo_bar{
	margin-top:35px;
	width:960px;
	height:155px;
}
.photo{
	width:153px;
	height:155px;
	background-image:url(images/photo_shadow.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:8px;
	display:inline
}
#news_cal{
	width:470px;
	background-color:#ededed;
	float:left;
	margin-left:20px;
	display:inline;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:11px;
	line-height:12px
}
#news_title{
	width:265px;
	background-color:#ededed;
	float:left;
	font-size:10px;
	height:30px;
}
#calendar_title{
	width:198px;
	background-color:#ededed;
	float:left;
	font-size:10px;
	height:30px;
}
#news_title h2, #calendar_title h2{
	background-color:#3f5285;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	margin-left:6px;
	margin-top:6px;
	padding-left:9px;
	padding-top:5px;
	height:18px;
}

#news{
	width:250px;
	background-color:#ededed;
	float:left;
	display:inline;
	font-size:10px;
	margin-top:10px;
	margin-left:14px;
	
}
#calendar{
	width:185px;
	background-color:#ededed;
	float:left;
	display:inline;
	font-size:10px;
	height:18px;
	margin-top:10px;
	margin-left:14px	
}
#news .date, #calendar .date{
	font-size:11px;
	color:#3f5285;
	font-weight:bold;
}
#news .date_smaller, #calendar .date_smaller{
	font-size:10px;
	color:#3f5285;
	font-weight:bold;
}
#news p, #calendar p{
	font-size:10px;
	color:#7e7e7e;
	line-height:11px;
	margin-top:2px;
	margin-bottom:12px

}
#news a, #calendar a{
	color:#3f5285;
	text-decoration:none;
}
#news a:hover, #calendar a:hover{
	text-decoration:underline;
}



#home_menu{
	width:245px;
	float:right;
	display:inline;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	background-image:url(images/home_menu_back.png);
}

#home_menu ul{
	text-align:right;
	float:right;
	margin-top:6px;
	margin-bottom:6px;
}
#home_menu ul li a{
	text-decoration:none;
	color:#FFF;
	display:block;
	padding-top:6px;
	padding-right:50px;
	background-color:#374b7f;
	height:20px;
	background-image:url(images/home_menu_arrow.png);
	background-repeat:no-repeat;
	background-position:188px 7px;		
}
#home_menu ul li a:hover{
	background-color:#A0ADCF;
	color:#000
}


#home_menu ul li{
	width:230px;
	margin-bottom:5px;
	margin-right:5px;
}
#home_menu ul li.end{
	margin-bottom:0px;
}

#top_menu{
	height:18px;
	float:left;
	margin-top:10px;	
}
#top_menu li{
	float:left
}
#top_menu li a{
	color:#445587;
	font-size:11px;
	text-decoration:none;
	padding:0px 12px 0px 12px;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#dc0125;
}
#top_menu li a:hover{
	color:#000
}
#top_menu li a.end{
	border:none;
}
#top_menu li a.start{
	padding-left:0px;
}
#top_menu ul li a.active{
	color:#000;
}


#top_errors{
	width:600px;
	height:45px;
	float:left;
	margin-top:15px;
	color:#F00
}
#top_errors .success{
	color:#F60;
}

#menu_bar{
	width:960px;
	height:19px;
}
#menu{
	width:706px;
	height:19px;
	float:right;
}


#left_menu{
	margin-top:50px;
	width:246px;
	float:left;	
}	
#left_menu ul{
	font-size:11px;
	text-align:right;
}
#left_menu li{
	padding-right:10px;
}
#left_menu a{
	color:#dc0125;
	text-decoration:none;
	display:block;
	padding:7px 0px 7px 0px;
	width:100%;
	height:100%;
	line-height:13px;
}
#left_menu a:hover{
	color:#959595;
}
#left_menu li.active{
	background-image:url(images/red_arrow.png);
	background-repeat:no-repeat;
	background-position:241px 10px;
	
}
#left_menu li.active a{
	color:#959595;
}
#left_menu li.disabled a{
	color:#000;
}
#left_menu li.disabled a:hover{
	color:#959595;
}

#main_content{
	width:552px;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	font-size:12px;
	margin-left:10px;
	display:inline;
}
#main_content h1{
	font-weight:normal;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2e2e2e;
	margin-top:18px;
	margin-bottom:15px;
}
.page_title_h1{ 
 	font-weight:normal;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2e2e2e;
	margin-top:18px;
	margin-bottom:15px;
	width:400px
 }
#main_content p{
	line-height:15px;
	color:#2e2e2e;
	margin-bottom:10px;
}
#main_content a{
	color:#445587;
	text-decoration:none;
}
#main_content a:hover{
	text-decoration:underline;
}
#main_content .checkbox{
	text-align:right;
	float:right;
	margin-top:15px;
	margin-right:35px;
	display:inline
}
#main_content .url_textbox{
	width:400px;
	margin-bottom:9px;
}
#main_content .cancel{
	width:54px;

}

#main_content ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left:18px;
	margin-bottom:15px;
}
#main_content li{
margin-bottom:4px;
letter-spacing:0.01em;
line-height:1.3em;
font-size:12px;
}

.float_right{
	float:right;
	clear:right
}
#back{
	float:right;
	margin-top:19px;
	margin-right:10px;
	display:inline;
}


#right_content{
	width:145px;
	float:right;
	margin-top:18px;
	color:#445587;
	padding-bottom:7px;
	font-size:10px;
	line-height:12px;
}
#right_content img{
	margin-bottom:3px;
}
#right_content .title{
	font-weight:bold;
	font-size:11px;
}

#right_content br{
	margin-bottom:5px;
}
#right_content a{
	color:#445587;
	text-decoration:none;
	display:block;
	margin-bottom:14px;
}
#right_content a:hover{
	color:#000
}
#right_content a.disabled{
	color:#000
}


#footer{
	width:100%;
	clear:both;
	background-image:url(images/background_footer.gif);
	background-repeat:repeat-x;
	background-position:0px 8px;
	height:100px;
}
#footer_wrapper{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/background_footer_wrapper.gif);
	background-repeat:no-repeat;
	background-position:0px 24px;
	height:100px;
	position:relative
}
#footer_wrapper p{
	float:left;
	color:#adadad;
	font-size:10px;
	margin-top:31px;
	margin-left:75px;
	display:inline
}
#footer_wrapper a{
	text-decoration:none;
	color:#333
}
#footer_wrapper a:hover{
	color:#036
}
#footer_world{
	width:114px;
	height:86px;
	background-image:url(images/logo_world.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
}

#footer_cobis{
	width:119px;
	height:86px;
	background-image:url(images/cobis.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	background-position:0px -3px;
}

#footer_world a, #footer_cobis a{
	width:114px;
	height:86px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
#footer_wrapper a.green_link{
	width:588px;
	height:36px;
	display:block;
	position:absolute;
	top:51px;
	left:10px;
}
#footer_wrapper #nathan_associates{
	height:30px;
	clear:right;
	padding-top:5px;
	text-align:right;
	float:right;
	width:190px
}
#footer_wrapper #nathan_associates a{
	font-size:10px;
	text-decoration:none;
	color:#B4B4B4;
	text-align:right
}
#footer_wrapper #nathan_associates a:hover{
	color:#999
}

#contact_form{
	width:320px;
	float:right;
	margin-right:30px;
	display:inline;
}
#contact_details{
	width:320px;
	float:left;
}


/*  NEWS STYLES   */

h2{
	font-weight:normal;
	margin-bottom:3px;
	font-size:18px;
}
.news_page h2{
	margin-top:20px;
	clear:right;
}

#main_content p.date{
	color:#727272
}


#main_content table.table td{
	padding:3px;
	border:dashed;
	border-width:1px;
	border-color:#999
}






/* LOGIN STUFF */

#wrapper #errors {
	margin-top:15px;
	color:#4d4948;
	background-color:#ecf39e;
	border: 1px solid #FF0000;;
	padding:4px;
	width:302px;
}

#wrapper #success {
	margin-top:15px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c;
	text-align:center;
	width:302px;
	padding:4px;
}


#wrapper #errors  ol li {
	padding-top:4px;
}
.larger{
	width:164px;
}
.blue{
	color:#03C
}

