﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: justify;
	background-color: #FFF;
}

#container
{
	min-width: 900px;
	background-color: #fff;
	width: 900px;
	border-right: solid 1px #bbb;
	border-left: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	margin: 0px auto;
}

#header
{
	width: 100%;
	height: 100px;
	margin-left: -1px;
	font-variant: small-caps;
	font-family: "MS Mincho", georgia, times, serif;
}

#header a
{
	color: #930;
	text-decoration: none;
}

#header h1
{
	text-align: center;
	padding-top: 10px;
	color: #930;
	font-size: 2.5em;
	margin-bottom: 5px;
}

#header ul
{
	color: #930;
	width: 100%;
	list-style-type:none;
	padding: 0;
	text-align: center;
	margin-left: 2em;
	font-weight: bold;
}

#header li
{
	padding-right: 4em;
	display: inline;
}

#nav
{
	margin:0px auto;
	width: 100%;
	height: 50px;
	background-color: #09134F;
}

ul#menu
{
	margin-top: 0;
	padding: 0 0 0 50px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/button.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul#menu li a
{
	display:block;
	float:left;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	padding:12px 23px 0 23px;
	height:24px;
	background:transparent url("images/divider.gif") no-repeat top right;
}

ul#menu li span 
{
	background: transparent url("images/divider.gif") no-repeat top left;
	float:left;
}	

ul#menu li a:hover, ul#menu li a:active, ul#menu li a#current
{
	background:transparent url("images/button-alt.gif") no-repeat top right;	
}

#content
{
	background-color: #09134F;
	padding: 20px 70px 10px 40px; 
	font-size:.88em;
	line-height:1.6em;
}

#content img
{
	display: block;
	margin: 0 auto 20px auto;
	border: 3px groove #A8A88D;
}

#main-text-index
{	
	display: block;
	float: right;
	width: 600px;
	position:relative; 
}

#main-text
{
	width: 600px;
	margin: 0px auto;
}

#content p
{
	color: inherit;
	margin-bottom: 2em;
}

#image-container
{
	width: 150px;
	padding-top: 10px;
	margin: auto;
}

#image-container img
{
	padding: 5px 0px 0px 0px;
}

ul#rail
{
	margin-top: -20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#rail li
{
	padding-top: 10px;
	font-weight: bold;
}

#rail ul li
{
	padding-top: 0;
	font-weight: normal;
}

#rail ul
{
	padding-left: 30px;
	margin-top: 0;
	padding-bottom: 0;
}

ul.address
{
	list-style: none;
}

.opportunity_type, .location
{
	border: 2px solid #A8A88D;
	margin-bottom: 2em;
}

.location
{
	padding: 1em 1em 5em 1em;
}

.opportunity_type
{
	padding: 1em 1em 0em 1em;
}

dl
{
	width: 41.1em;
	margin-top: 1em;
	padding: 0;
	font-family: georgia, times, serif;
}

dt
{
	width: 150px;
	float: left;
	font-weight: bold;
	padding: .15em;
	vertical-align: middle
}

dt 
{ 
	clear: both; 
}

dd
{
	padding: .15em;
	float: left;
	width: 250px;
}

#contact
{
	line-height: 1em;
	font-size: 1.1em;
	font-family: georgia, times, serif;
}

h3
{
	clear: both;
	margin-bottom: 1em;
	color: #930;
}

#footer
{
	clear: both;
	font-size: .88em;
	background-image: url(images/footer-bg.gif);
	color: #A8A88D;
	text-align: center;
	height: 66px;
	line-height: 66px;
}
