/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/mysite/images/bgr.gif) #3f7bb1 repeat-x top;
	color: #333333;
	font: .8em Georgia,"Times New Roman", Times, serif;
	padding: 10px 0 50px
}
a{
	color: #006699;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #cccccc 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #336699;
	font-size: 1.8em;
	margin: 0 0 .8em
}
h3{
	color: #336699;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .8em
}
h4{
	color: #006699;
	font-size: 1em;
	font-weight: normal
}
p{
	line-height: 1.0em;
	/*padding: 0 0 .9em*/
}
/*=== Layout ===*/
#page{
	background: url(/mysite/images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 966px;
}
/*=== Header ===*/
#page-top{
	background: url(/mysite/images/page-top.gif) no-repeat top;
	height: 5px;
	margin: 0 auto;
	overflow: hidden;
	width: 976px;
	
}
#header{
	background: url(/mysite/images/header-bgr.jpg) no-repeat top;
	height: 292px;
	
}
#home #header{
	background: url(/mysite/images/header-bgr-home.jpg) no-repeat top;
	height: 284px;
	margin: 0 0 20px
}
/*- Logo -*/
#header h1{
	float: right;
	margin: 23px 80px 0 0;
	text-indent: -9999px;
	width: 450px
}
#header h1 a{
	display: block;
	height: 170px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	clear: both;
	font-size: 16px;
	height: 44px;
	padding: 29px 0 0;
	text-align: center;
	text-transform: uppercase
}
#nav1 li{
	display: inline;
	line-height: 44px
}
#nav1 li a{
	color: #3776ae;
	padding: 0 18px
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #003366;
	text-decoration: none
}
#home #nav1{
	font-size: 14px;
	padding: 6px 20px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#home #nav1 li a{
	padding: 0 6px
}
/*- Nav2 -*/
.nav2{
	font-size: 20px;
	margin: 0 0 1em;
	padding: 0 15px 0 0
}
.nav2 li{
	margin: 0 0 10px
}
.nav2 li a{
	color: #336699;
	font-size: .7em;
}
.nav2 li a:hover{
	text-decoration: none
}
.nav2 li a:hover span, .nav2 li.active span, .nav2 a.current {
	background: url(/mysite/images/nav2-ico.gif) no-repeat left;
	padding: 0 0 0 10px
}
.nav2 h3 {
	font-size: .8em;
}
/*- Nav3 -*/
.nav3{
	color: #58595b;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
.nav3 a{
	text-decoration: underline;
}
#Content {
	width: 640px;
	margin: 0px 240px 40px 0px;
	overflow: auto;
}

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 0 40px
}
#subcols{
	background: url(/mysite/images/subcols-bgr.gif) repeat-y right;
	height: 1%;
	padding: 15px 50px 0 0
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 905px
}
.col2{
	float: right;
	text-align: right;
	width: 240px;
	list-style: none;
}
.col2 ul li {
	list-style-type: none;
}
.col2 em {
	font-style: normal;
}
.col2 a {
	font-size: .9em;
}
.col2 h3{
	background: url(/mysite/images/hl-dot2.gif) repeat-x bottom;
	color: #003366;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0 15px 10px 0
}
.col3{
	float: left;
	margin: 20px 0 20px 0;
	width: 390px
}
.col4{
	float: right;
	margin: -25px 0 0;
	position: relative
}
.col5{
	float: left;
	width: 280px
}
.col6{
	float: right;
	margin: 15px 0 0;
	width: 185px;
	
}
/*=== Styling Boxes ===*/
/*- Login-Box1 -*/
.box-login{
	background: url(/mysite/images/login-bgr.gif) no-repeat top;
	clear: both;
	color: #ffffff;
	float: right;
	height: 126px;
	margin: 0 0 -60px 0;
	padding: 35px 0 0 35px;
	position: relative;
	width: 215px
}
* html .box-login{
	margin: -60px 0 -81px;
}
.box-login a{
	color: #ffffff
}
/*== Styling lists ===*/
.StaffList ul {
	list-style: none;
}
.StaffList ul li {
	list-style-type: none;
}
.NewsList ul {
	margin: 0;
	padding: 0;
}
.NewsList ul li {
	padding: 0 0 20px 20px;
	margin: 0;
	background: url('/mysite/images/treeicons/news-file.gif') no-repeat;
	list-style-type: none;
}
.EventsList ul {
	margin: 0;
	padding: 0;
}
.EventsList ul li {
	padding: 0 0 20px 20px;
	margin: 0;
	background: url('/event_calendar/images/event-file.gif') no-repeat;
	list-style-type: none;
}

#Content dl {
	/*overflow: auto;*/
	width: 330px;
}

#Content dt {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	width: 100px;
	margin: 5px 0;
}
#Content dd {
	display: block;
	float: left;
	width: 230px;
	margin: 5px 0;
}

/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
/*- Form1 Setup -*/
.form1, #SearchForm {
	margin: 0 0 1em;
	border: 1px soild red;
}
.form1 div, #SearchForm div{
	margin: 0 0 10px
}
.form1 label, #SearchForm label {
	color: #003366;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0 0;
	width: 65px;
}
#home .form1 label{
	color: #ffffff;
}
.form1 input, #SearchForm input{
	border: 0;
	width: 115px
}
/* Form1 Buttons */
.form1 .submit, , #SearchForm submit {
	text-align: right
}
.form1 input.btn{
	width: auto
}
#home .form1 .submit, #SearchForm .{
	padding: 0 0 0 145px;
	text-align: left
}
#SearchForm legend {
	margin-bottom:0;
	margin-top: 10px;
	color:#0083C8;
	font-weight:normal;
	font-size:1.4em;
	
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 .8em
}
/*=== Footer ===*/
#footer{
	background: #08559b;
	clear: both;
	color: #fed980;
	font-size: 11px;
	height: 60px;
	padding: 0 18px
}
#footer a{
	color: #fed980
}
#footer ul{
	padding: 25px 0 0;
	text-transform: lowercase
}
#footer li, #page-bot li{
	border-right: 1px solid #fed980;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last, #page-bot li.last{
	border: 0
}
#page-bot{
	background: url(/mysite/images/page-bot.gif) no-repeat top;
	color: #003366;
	font-size: 11px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 20px 0;
	width: 936px
}
#page-bot a{
	color: #003366
}
#page-bot li{
	border-right: 1px solid #003366
}
/*=== Search ==
#SearchForm {
	float: right;
}
#SearchForm form {
	display: inline;
}
#SearchForm fieldset {
	display: inline;
	border: none;
	float: right;
	margin-left: 5px;
}
#SearchForm legend {
	display: none;
	margin: 0;
	padding: 0;
}
#SearchForm input {
	vertical-align: middle; *vertical-align: text-bottom;
}
#SearchForm .action {
	display: inline;
	vertical-align: middle; 
	padding: 2px;
}
#Search {
	display: inline;
}*/

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
