/* -- -- */
body {
	background: url(../images/bg_line.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
}

/* ---- Header ---- */
#header {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #005389;
	border-bottom: 1px solid #fff;
}
.gallery {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #005389;
}
#logo h2 {
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#logo {
	height: 75px;
	background: url(../images/header_image.jpg) no-repeat 0 0;
	z-index: 12;
	padding: 15px 15px 0 0;
}
/* ---- Container And Shodows ---- */
#container {
	position: relative;
	width: 762px;
	margin: 0 auto 0 auto;
	z-index: 11;
	background: #E9EEF4 url(../images/container_bg.jpg) repeat-y 0 0;
	overflow: hidden;
}
#shadow {
	margin: 10px auto 30px auto;
	width: 850px;
	clear: both;
}
#outer_shadow {
	background: url(../images/bg_shadow.png) repeat-y 0 0;
	width: 850px;
	z-index: 10;
	padding: 0 4px 0 4px;
	clear: both;
}
*html #outer_shadow  { /* ie hack to remove white space on right-hand side after-fixing shadows*/
	width: 842px;
	padding: 0 0 0 5px;
}
#top_shadow {
	height: 32px;
	background: url(../images/bg_shadow_top.png) no-repeat 0 0;
}
#bottom_shadow {
	height: 17px;
	background: url(../images/bg_shadow_bottom.png) no-repeat 0 0;
}

/* ---- Columns ---- */
#left, #left_head, #footer {
	text-align: left;
	float: left;
	width: 164px;
}
#right_head {
	width: 598px;
	text-align: left;
	float: right;
	padding: 158px 0 0 0;
	margin: 0;
	background: url(../images/right_image.jpg) no-repeat 0 0;
}
#right {
	width: 598px;
	text-align: left;
	float: right;
	padding: 0 0 50px 0;
	margin: 0;
}

/* ---- Navigation ---- */
/*#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar ul li {
	display: inline;
	margin: 0;
	list-style-type: none;
	
}
#navbar ul li a {
	padding: 7px 0 7px 15px;
	margin: 0;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: #003770;
	border-left: 3px solid #416AA0;
	border-right: 3px solid #012059;
	border-top: 1px solid #9cf; 

} 
#navbar ul li a:hover, #navbar ul li#li_selected a {
	text-decoration: underline;
	background: #3C6696;
	border-left: 3px solid #6082AF;
	border-right: 3px solid #8ac;
}*/

/* ---- Navigation ---- */
#navbar, #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 142px;
}

#navbar li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	
}

#navbar li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 163px;
	margin-top : -25px;
}
	
#navbar li a {
	padding: 5px 0 7px 15px;
	margin: 0;
	width: 142px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: #003770;
	border-left: 3px solid #416AA0;
	border-right: 3px solid #012059;
	border-top: 1px solid #9cf; 
}
	
#navbar li a:hover {
	text-decoration: underline;
	background: #3C6696;
	border-left: 3px solid #6082AF;
	border-right: 3px solid #8ac;
}
	
#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	left: -999em;
}
	
#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ---- Sub Navigation ---- */
#subnav {
	border-top: 1px solid #00366F;
	border-bottom: 1px solid #00366F;
	background: #AFBFD8;
	height: 56px;
}
#subnav ul {
	margin: 0;
	padding: 0 0 0 40px;
}
#subnav ul li {
	font-size: 11px;
	line-height: 11px;
	display: inline;
	padding: 10px 0 0 0;
	text-align: center;
}
#subnav ul li div a {
	text-decoration: none;
	color: #013571;
}
#subnav ul li div a:hover {
	text-decoration: underline;
}
#subnav ul li {
	float: left;
}
#subnav ul li div {
	padding: 10px 0 0 0;
	width: 170px;
	height: 26px;
	background: url(../images/button.jpg) 0 0;
	font-weight: bold;
}
#subnav ul li div a {
	display: block;
}
#subnav img {
	border: 0;
}
/* ---- Content ---- */
#content
{
	padding: 15px 15px 0 15px;
	font-size: 12px;
	color: #00376C;
}
#content a
{
	color: #3C6696;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}
#content h2 {
	margin: 0;
	padding: 0 0 10px 45px;
	color: #013571;
	font-size: 26px;
	background: url(../images/hand.gif) no-repeat 0 0;
}
#content h3
{
	margin: 0;
	padding: 0 0 10px 0px;
	color: #013571;
	font-size: 12px;
}
/* ---- Sections---- */
#sidebar {
	padding: 10px 0 0 10px;
}
/* --- Image Replacement */
h2 span { display: none; }
#content h2.news {
	background: url("../images/latest_news.gif") 0 0 no-repeat;
	width: 152px;
	height: 22px;
	margin: 0 45px 10px 45px;
}
h2.events {
	background: url("../images/up_coming_events.jpg") 0 0 no-repeat;
	width: 147px;
	height: 46px;
	margin: 20px 0 10px 10px;
	padding: 0 0 0 0;
}
/* ---- Homepage News ---- */
/* -- First News Item -- */
#content .major_item { padding: 0 0 25px 0; }
#content .major_item h3 { padding: 0 0 10px 45px;}
#content .major_item h2 a { color: #013571; }
.major_item img {
	float: left;
	margin: 0 15px 0 45px;
	padding: 1px;
	border: 1px solid #000;
}
.major_content {
	line-height: 18px;
	padding: 0 0 0 45px;
}

/* -- Latest News -- */
#content .news_item
{
	margin: 0 5px 0 45px;
	padding: 10px 0;
	border-top: 1px dashed #3C6696;
}
#content div.news_item h3 a {
	margin: 0;
	padding: 10px 0 10px 15px;
	color: #013571;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 0 2px;
}
/* -- Events -- */
#events ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
}
#events ul li {
	padding: 0;
}
#events ul li a {
	font-size: 11px;
	color: #00376C;
	text-decoration: none;
	display: block;
}
#events ul li a:hover {
	color: #BC2026;
	text-decoration: underline;
}
/* ---- Footer ---- */
#footer p {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	color: #9FB4D0;
}
#footer p a {
	color: #9FB4D0;
	text-decoration: none;
}
/* ---- Extras ---- */
.hide {
	display: none;
}
.clear {
	clear: right;
}
.space {
	clear: both;
	height: 10px;
}
.padding {
	padding: 5px;
}
img.news_image {
	float: right;
	padding: 2px;
	border: 1px solid #000;
}
#messages {
	display: block;
	background: #FFF;
	color: #000;
}
/* ---- Forms ---- */
fieldset {
	border: none;
}
fieldset legend {
	font-weight: bold;
}
fieldset div {
	clear: both;
	position: relative;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

/* ------ Calendar ------ */
.calitem {padding: 0 0 0 2em; margin: .5em 0 1em .3em; border-bottom: 1px dotted #ccc;}
.calitem h3 {background: none; padding: .5em 0 0 0; border:none;}

.cal { border-bottom: 1px dotted #ccc; padding-bottom: 1em;}
.calendar {border-left: 1px solid #ccc; border-top: 1px solid #ccc; width: 80%; text-align: center; margin: 10px auto 0 auto;}
.calendar td {border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align:center; padding: 1px 2px 1px 2px; font-size: 9px;}

.calbutton {font-size: 12px; background: #e7d1d1; border: 1px solid #ccc; padding: 0 2px 0 2px; }

.month { font-family:Georgia, Times, serif; color: #ab6666; font-size: 12px; font-variant: small-caps; font-weight:bold;}
.day { font-family:Georgia, Times, serif; font-weight:bold; color: #999; }
.selected {  border: 1px solid #ab6666; padding: 1px; }
.event { background: #dbdbdb; color: #666; padding: 2px}
.weekend {background: none }
.today { background: #e7d1d1; padding: 2px;}
.normal { }
