/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:#e2f0fb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

.small{
	font-size:11px;
}

.sub{
	font-size:9px;
	position:relative;
	top:1px;
}

h1 .sub{
	font-size:15px;
}

.large-font{
	font-size:14px;
}

p{
	margin-top:14px;
}

h1 {
	color:#009bdf;
	font-size:19px;
	line-height:22px;
}

h2{
	font-size:14px;
	margin-top:12px;
	margin-bottom:12px;
	border-top:1px solid #7fcdef;
	padding-top:12px;
}

h3{
	font-size:14px;
	margin-top:14px;
	margin-bottom:12px;
}

h4{
	margin-bottom:18px;
	margin-top:18px;
}

h6{
	color:#009bdf;
	background:url(/images/h6bg.jpg) no-repeat left top;
	padding-left:52px;
	font-size:14px;
	font-weight:normal;
	margin-top:13px;
	margin-bottom:4px;
}

input, textarea{
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table{
	margin-top:12px;
}

td{
	padding:3px 3px 3px 0;
}

ul,ol{
	padding-left:3px;
	margin:2px 0;
}

ol li{
	margin-top:12px;
	margin-left:16px;
}

ul li{
	list-style:none;
	background:url(/images/list-style.jpg) no-repeat left;
	padding-left:16px;
}

ol ul li{
	list-style:none;
	background:url(/images/list-arrow.jpg) no-repeat left top;
	padding-left:16px;
	margin-bottom:5px;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

.blue-text{
	color:#009bdf;
}

.black-text{
	background:#e2f0fb;
}

a{
	color:#009bdf;
	text-decoration:none;
}

a:hover{
	color:#231f20;
}

img{
	border:none;
}

.container{
	margin:0 auto;
	width:960px;
	padding:0 10px;
}

#container-top{
	background:url(/images/container-top.jpg) no-repeat;
	height:10px;
	font-size:10px;
}

#container{
	background:url(/images/container-bg.jpg) repeat-y #fff;
}

#container-base{
	background:url(/images/container-base.jpg) no-repeat;
	height:10px;
	font-size:10px;
}

#header{
	height:97px;
	background:url(/images/header-image.jpg) no-repeat right;
}

#logo{
	float:left;
	padding:18px 0 0 18px;
}

#header-content{
	float:left;
	background:url(/images/header-content.jpg) no-repeat bottom right;
	width:364px;
	padding-left:70px;
	height:52px;
	padding-top:25px;
}

#top-bar{
	background:url(/images/top-bar.jpg) repeat-x;
	height:25px;
	padding-top:3px;
}

.menu-item, .menu-item-sel{
	float:left;
	width:96px;
	color:#231f20;
	text-align:center;
	height:20px;
	padding-top:4px;
	background:url(/images/menu-divider.jpg) no-repeat left;
	cursor:pointer;
}

.menu-item a, .menu-item-sel a{
	float:left;
	width:96px;
	text-decoration:none;
	color:#231f20;
	height:20px;
}

.menu-item a:hover{
	color:#009bdf;
}

.menu-item-sel{
	font-weight:bold;
}

.menu_sub_container{
	position:relative;
	z-index:50;
}

.menu_sub_menu{
	position:absolute;
	width:96px;
	background-color:#c7e4f8;
	top:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.sub-menu-item a, .sub-menu-item-sel a {
	border-right:none;
	font-size:12px;
	height:18px;
	width:96px;
	text-align:center;
	padding-top:4px;
	color:#231f20;
	text-decoration:none;
	background:none;
	font-weight:normal;
	border-top:1px solid #fff;
}

.sub-menu-item a:hover{
	color:#009bdf;
	text-decoration:none;
}

.sub-menu-item-sel a{
	font-weight:bold;
}

#content-container{
	background:url(/images/content-bg.jpg) repeat-x;
	padding-top:15px;
}

#content{
	float:left;
	width:685px;
	padding-right:13px;
	padding-left:15px;
	border-right:2px solid #bfe6f7;
	padding-bottom:18px;
	line-height:16px;
	min-height:405px;
}

#navtrail{
	padding-bottom:12px;
	padding-top:3px;
}

#navtrail a{
	text-decoration:none;
}

#sub-content{
	float:right;
	width:225px;
	padding-right:10px;
	padding-bottom:170px;
}

#sub-content p {
	margin:0;
}

#sub-content a{
	color:#231f20;
	text-decoration:underline;
}

#sub-content a:hover{
	color:#009bdf;
}

#contact-details{
	font-size:11px;
	line-height:16px;
	float:right;
	width:225px;
	padding-right:10px;
	margin-top:-170px;
}

#contact-details a{
	font-size:12px;
	color:#231f20;
	text-decoration:underline;
}

#contact-details a:hover{
	color:#009bdf;
}

#footer{
	background:url(/images/footer-bg.jpg) no-repeat;
	height:23px;
	padding-top:20px;
	color:#4d4948;
	clear:both;
}

#footer a{
	color:#4d4948;
	text-decoration:none;
}

#footer a:hover{
	color:#333;
	text-decoration:underline;
}

#footer-links{
	float:left;
	width:300px;
	padding-left:65px;
}

#footer-copy{
	float:right;
	text-align:right;
	width:300px;
	padding-right:15px;
}

#home-image{
	padding-bottom:12px;
}

#col1{
	float:left;
	padding-left:45px;
	width:230px;
}

#col2{
	float:left;
	width:220px;
}

#col3{
	float:left;
}

.content-left{
	float:left; 
	width:445px;
}

.content-right{
	float:right; 
	width:225px;
}

.exp-container{
	margin-bottom:12px;
}

.exp-container h4{
	cursor:pointer;
}

.image{
	font-style:italic;
	padding-bottom:12px;
	font-size:11px;
}

.image img{
	padding-bottom:6px;
}

.news-item{
	margin-top:13px;
	line-height:18px;
}

.news-item a{
	color:#009bdf;
}

.news-item a:hover{
	color:#231f20;
}

.event-item{
	border-top:1px solid #7fcdef;
	margin-top:10px;
	padding-top:2px;
	clear:both;
}

.event-text{
	float:left;
	width:445px;
	padding-bottom:13px;
}

.event-text a{
	color:#009bdf;
}

.event-text a:hover{
	color:#231f20;
}

.event-image{
	float:right;
	width:223px;
	padding-top:10px;
	padding-bottom:13px;
}