/* CSS Document */

/******** defaults ********/

html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4F4F4;
}
img {
	border:none;
}

/********* text **********/

p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5em;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #2d4f7e;
	text-decoration: underline;
}
li {
	padding-bottom: 15px;
}
li li {
	padding-top: 15px;
}
h1 {
	font-size: 1.17em;
	color: #236CB8;
}
h2, h3, h4, h5, h6, .name {
	font-size: 1em;
	color: #1191DF;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}
h3 {
	display: inline;
}
.col-head {
	float: left;
	margin-bottom: 10px;
	width: 350px;
}
.col-head h1 {
	padding-top: 10px;
	float: left;
	margin: 0;
}
img, a img {
	border: none;
}

/******** positioning **********/

#container {
	width: 774px;
	margin: 2px auto;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}

/******** header **********/

#header {
	height: 120px;
	width: 774px;
	margin-bottom: 5px;
}
#logos {
	float: left;
}
#banner {
	float: right;
}
#banner img {
	float: left;
	clear: left;
}
.subimage {
	float:left;
	padding:0;
	margin:0 20px 10px 0;
}

.homenav {
	display:inline;
	margin: 0;
	padding: 0;
	width: 446px;
	height: 120px;
	float: right;
}
.logohome {
	display:inline;
	margin: 0;
	padding: 0;
	width: 328px;
	height: 120px;
	float: left;
}

/******** content *********/

#content {
	float: left;
	clear: both;
	position: relative;
	width: 774px;
}
#right-col {
	float: right;
	width: 575px;
	padding-bottom: 25px;
	position: relative;
	padding-left: 15px;
	text-align: left;
}
#right-col-home {
	float: right;
	width: 525px;
	padding-bottom: 25px;
	position: relative;
	padding-left: 0px;
	text-align: left;
	padding-top: 20px;
}
.short-col-left {
	width: 267px;
	float: left;
	padding: 22px 0 0 13px;
}
.events {
	width: 288px;
	background: transparent url(../images/home/events_back.gif) left top no-repeat;
	float: right;
	padding: 30px 0 0 0;
}
.events p {
	padding-left: 13px;
	color: #000000;
	font-size: .92em;
}
#right-col.interior {
	width: 545px;
	padding: 10px 15px 20px 10px;
}
#right-col-home.interior {
	width: 525px;
	margin: 0;
	padding: 20px 20px 20px 0;
}
/*.interior img {
	float: left;
}*/

/******* Navigation ********/

#nav {
	position: relative;
	width: 168px;
	float: left;
	padding: 0 0 50px 15px;
}
#nav h1
{
	color: #236CB8;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#nav ul {
	padding: 5px 0 0 15px;
	margin: 0;
	list-style: none;
}
#nav ul li {
	padding: 0 0 8px 0;
}
#nav ul li a {
	color: #666666;
	font-weight: bold;
	font-size: 0.92em;
}
#inactive {
 	font-size: .92em;
	font-weight: bold;
	color: #000000;
}


/******** Footer ********/

#foot {
	position: relative;
	padding:10px 0 10px 43px;
	margin:0;
	width: 754px;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	background-color: #F4F4F4;
}
#foot ul, #foot p {
	margin: 0;
	padding: 2px 0;
	line-height: 10px;
}
#foot ul li {
	display: inline;
	padding-right: 15px;
}
#foot ul li a {
	color: #666666;
}
#foot ul li a:hover {
	color: #999999;
}
