@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7BBEEF;
	line-height: 16px;
}
#container {
	width: 1170px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EFEFEF;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 149px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header #titlebar {
	height: 107px;
	position: relative;
	background-image: url(../images/backgrounds/header-back.jpg);
	background-repeat: repeat-x;
}
#header #titlebar #titleleft {
	float: left;
	height: 107px;
	background-image: url(../images/new-logo.jpg);
	width: 357px;
}

#header #titlebar #titleright {
	float: right;
	width: 300px;
	height: 107px;
}
#header #titlebar #titleright #titledate {
	margin-top: 31px;
	color: #FFF;
	height: 16px;
	position: relative;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#header #titlebar #titleright #searchbox {
	margin-top: 21px;
	height: 36px;
	background-image: url(../images/backgrounds/search-back.jpg);
	background-repeat: repeat;
	position: relative;
}
#header #titlebar #titleright #searchbox #search {
	background-color: #FFF;
}
#header #titlebar #titleright #searchbox #searchfloat {
	float: left;
	padding-top: 6px;
	color: #FFF;
}
#header #titlebar #titleright #searchbox #searchimage {
	float: left;
}



#header #sub-titlebar {
	height: 4px;
	background-image: url(../images/backgrounds/sub-title-back.gif);
	background-repeat: repeat;
	font-size: 0;
}
#header #menuhorizontal {
	height: 33px;
	background-image: url(../images/backgrounds/menu-back.jpg);
	background-repeat: repeat;
}
/*#menuhorizontal .mainMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuhorizontal .mainMenu li {
	display: block;
	float: left;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-image: url(../images/backgrounds/menu-back.jpg);
}
#menuhorizontal .mainMenu li a {
	height: auto;
	width: auto;
	color: #0F1B27;
	text-decoration: none;
	font-variant: small-caps;
}
*/
ul.mainMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	text-transform:uppercase;
	font-size:11px;
	background-color: transparent;
	background-image: url(../images/backgrounds/OFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.mainMenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.mainMenu li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding:8px 15px 3px 15px;
	height:21px;
	background:transparent url(../images/backgrounds/DIVIDER.gif) no-repeat top right;
}
ul.mainMenu li a:hover{
	background:transparent url(../images/backgrounds/HOVER.gif) no-repeat top right;	
}



#header #sub-menuhorizontal {
	height: 4px;
	background-image: url(../images/backgrounds/sub-menu-back.gif);
	background-repeat: repeat;
	font-size: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 5px;
	margin-top: 5px;
}
.sidecontent {
	background-color: #FFF;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sidecontent a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

ul.sideMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.sideMenu li {
	display: block;
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADCFCE;
}
ul.sideMenu li a {
	text-decoration: none;
	color: #00499C;
}



.sidebar h3 {
	background-image: url(../images/backgrounds/header-title.jpg);
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	color: #00499C;
	border: 1px solid #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 258px;
	padding: 5px;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #63B2E7;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #009CDF;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
#welcome {
	font-size: 14px;
	line-height: 22px;
	color: #1FA6E4;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 381px;
}



#mainContent {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 268px;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 10px;
	width: 665px;
	min-height:500px;
} 
.sidecontent h4 {
	margin-top: 0px;
	color: #00499C;
	margin-bottom: 5px;
	font-size: 13px;
}
.sidecontent p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}
.sidecontent ul.furtherpoints {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sidecontent ul.furtherpoints li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADCFCE;
	line-height: 25px;
	color: #00499C;
}
.sidecontent .date {
	font-size: 14px;
	color: #00499C;
}

.sidecontent ul.furtherpoints li a {
	text-decoration: none;
	color: #00499C;
	font-weight: bold;
}



.sidecontent .sidebarimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer {
	height: 32px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/backgrounds/footer-back.gif);
	color: #FFF;
	font-size: 10px;
} 
#footer #hiccup {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer #hiccup a {
	color: #FFF;
	text-decoration: none;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tab-content {
	height: 57px;
	padding: 3px;
	background-color: #002842;
}
#hometabs {
	color: #FFF;
	line-height: 24px;
}
#mainContent a {
	color: #00499C;
}
#hometabs a {
	color: #FFF;
	text-decoration: none;
}
#hometabs a:hover {
	text-decoration: underline;
	color: #FFF;
}
#mainContent #news h3 {
	background-image: url(../images/backgrounds/OFF.gif);
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #00499C;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #news a {
	color: #00499C;
	margin-left: 10px;
}
.content_pic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.person {
	position: relative;
	min-height:170px;
	display:block;
	  height:auto !important;
  height:170px;
}
.event_month {
	line-height: 20px;
	background-image: url(../images/backgrounds/OFF.gif);
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #00499C;
}
#event_container .more a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#event_container .event_odd {
	padding: 5px;
	margin: 0px;
}
#event_container .event_even {
	background-color: #EAFAFF;
	padding: 5px;
	margin: 0px;
}
.searchheader {
	background-image: url(../images/backgrounds/OFF.gif);
	line-height: 20px;
	padding: 5px;
	margin-top: 10px;
}
.searchresult {
	padding: 10px;
}
.searchheader a {
	font-weight: bold;
	text-decoration: none;
}

#event_container h2 {
	margin: 0px;
	color: #00499C;
}
#maindirectory .bignum {
	text-decoration: none;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
}
#maindirectory #selected {
	color: #B5E7FF;
}
#maindirectory {
	padding-top: 20px;
}
