/* CSS Document */

/* Resets */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
}
img {
	border: 0;
}
body {
	margin: 0;
	padding: 0 0 20px;
	color: #474a51;
	background: #f4f4ed;
	font: 62.5%/180% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
}

/* links */

a:link, a:visited {
	color: #317b9e;
	text-decoration: none;
	}
a:hover {
	color: #104c68;
	}
	
/* Header */
	
#header {
	margin: 0;
	padding:  0;
	background: #383d44;
	height: 120px;
}
#logo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	padding: 15px 0 6px;
}
.applynow {
	float: right;
	display: block;
	width: 94px;
	height: 29px;
	background: url(images/btn.applynow.gif) no-repeat;
	text-indent: -9999px;
}
a.applynow:link, a.applynow:visited, a.applynow:active {
	background: url(images/btn.applynow.gif) no-repeat;
}
a.applynow:hover {
	background-position: -94px;
	}
#events .applynow {
	display: none;
}

/* Navigation */

#nav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float: left;
	display: block;
	width: 150px;
	text-decoration: none;
	color: #7b828c;
	border: none;
	background: url(images/bg.nav.gif) no-repeat left;
	height: 29px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	font-size: 11px;
}
#nav li a:hover {
	color: #999;
	background: url(images/bg.nav_hover.gif) no-repeat left;
	}
body#home a#homenav, body#events a#eventsnav, body#news a#newsnav, body#contact a#contactnav, body#links a#linksnav {
	color: #e5e5e5;
	background: url(images/bg.nav_active.gif) no-repeat left;
	}
#nav ul li a strong {
	display: block;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 7px;
}

/* Structure */

#contents{
	background: url(images/bg.maingrad.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 551px;
	padding: 23px 0 0;
}
#title {
	width: 551px;
	border-bottom: 1px solid #e0e0d5;
	margin-bottom: 18px;
	height: 70px;
}
#sidebar {
	width: 220px;
	float: right;
	padding-top: 23px;
}
#sideline {
	width: 220px;
	height: 70px;
	border-bottom: 1px solid #e0e0d5;
}
#sideline img {
	padding-top: 7px;
	margin-top: 0;
}
.imgfloat{
	float: right;
}

/* Typestyles */

#sidebar h1 {
	color: #8ba050;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 12px;
	margin-top: 16px;
}
#sidebar p {
	color: #8f9195;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0d5;
	padding-bottom: 10px;
}
.caption {
	color: #8f9195;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
#main h1 {
	font-size: 15px;
	line-height: 180%;
	padding-top: 20px;
}
#main h2 {
	font-size: 14px;
	line-height: 180%;
	padding-top: 20px;
}
#main h3 {
	font-size: 13px;
	line-height: 180%;
}
#main p {
	font-size: 13px;
	line-height: 180%;
	padding-top: 10px;
}
#title h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding: 0;
}
#home #title h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
		line-height: 100%;

	padding: 0;
}
#title p {
	color: #8f9195;
	font-size: 14px;
	padding: 0;
}
#news #main h1 {
	padding: 0;
}
.dateline {
	font-size: 12px;
	text-transform: uppercase;
}
#main ul {
	padding-top: 15px;
	font-size: 13px;
	line-height: 200%;
	margin-left: 20px;
	list-style-type: disc;
	padding-bottom: 5px;
}
img.topleft {
	padding-right: 15px;
	padding-top: 5px;
}
img.top {
	padding-bottom: 5px;
}
#main.apply p {
	margin-bottom: 10px;
}
#main.apply .top {
}

/* Form Styling */

legend {
	color: #317b9e;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
* html legend{
    position: absolute;
    top: -8px;
    left: 5px;
    }

fieldset {
	background-color: #e9e9dd;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	clear: right;
}
* html fieldset{
	background: #e9e9dd;
    position: relative;
	margin: 0 0 25px;
    padding-top:.75em;
    }
input#submit, input#button {
	font-size: 11px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 30px;
}

em {
	font-weight: bold;
}

p.required {
	float: right;
	padding-top: 0;
	margin-top: 35px;
}


