/* defaults, globals, and miscellaneous
==============================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 62.5%; /* sets the stage for using ems */
	background-color: #666;
}

a {
	text-decoration: none;
}

.form-row {
	padding: 4px;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* inline images
==============================================================================*/

img {
	border: 0; /* removes border in case images have anchor around them */
}

.inlineImage {
	text-align: center;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #999;
}

.inlineImage img {
	padding: 3px;
	border: 1px solid #ccc;
}

.noStyle img {
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin: 1.3em 0 0 2em;
}

.left {
	float: left;
	margin: 1.3em 2em 0 0;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: relative;
	height: 70px;
}

/* layout setup
==============================================================================*/

#top-nav {
	background-color: #333;
	border-bottom: 1px #888 solid;
	font-size: 10px;
	line-height: 18px;
}

#top-nav-links {
	color: #999;
	padding: 3px 0;
	margin: 0 auto;
	width: 900px;
	text-align: right;
}

#top-nav-links a {
	color: #ccc;
	text-decoration: none;
}

#top-nav-links a:hover {
	color: #fff;
}

#top-nav-links a.active {
	color: #fff;
	font-weight: bold;
}

#login {
	float: left;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 35px;
	background-color: #666;
}

#container {
	text-align: left;
}

/* top-level navigation
==============================================================================*/

#nav {
	height: 28px;
	margin-bottom: 7px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 1px;
	height: 28px;
	overflow: hidden;
}

#nav li a {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
}

#content {
	position: relative;
	padding: 10px 20px;
	min-height: 280px;
	height: auto;
	background: #fff url(/images/bkg_container_top.gif) no-repeat top;
}

#content h2 {
	clear: none;
	margin: 0px 0 7px 0;
	padding-bottom: 3px;
	font: bold 1.2em/1.5em 'lucida grande',tahoma,sans-serif;
	color: #ff9300;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#content .subhead {
	color: #666;
	font-size: 0.9em;
	text-transform: none;
}

#image-well {
	position: relative;
	float: right;
	width: 640px;
	height: 420px;
	padding: 10px;
}

#image-well a {
	color: #2388ff;
	font-weight: bold;
}

#image-well a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
}

#image-well .left {
	position: relative;
	left: 15px;
	margin-right: 30px;
}

#image-well h3 {
	margin: 15px 0 -5px 15px;
	font: normal 1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
}

#image-well p {
	margin: 10px 0 10px 0;
	font: normal 1.1em/1.45em 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#image-well ul {
	clear: left;
	margin: 10px 0 10px 15px;
	padding: 15px;
	list-style: none;
	font: normal 1.0em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
	background: #ffc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#image-well ul li {
	margin: 5px 0;
}

#events {
	position: relative;
	float: left;
	margin-left: 15px;

/* prevents margin collapse */
	width: 183px;
	list-style: none;
	font: bold 1.1em/1.1em 'lucida grande',tahoma,sans-serif;
	color: #777;
	background: url(/images/bkg_navlist.jpg) right top repeat-y;
}

#events li {
	margin: .09em 0;
}

#events li#listTop {
	margin-top: 0;
	background: url(/images/bkg_navlist_top.jpg) right top no-repeat;
}

#events li#listBottom {
	margin-bottom: 0;
	background: url(/images/bkg_navlist_bottom.jpg) right bottom no-repeat;
}

#events li ul {
	list-style: none;
}

#events li ul li {
	position: relative;
	padding-left: 11px;
	font-weight: normal;
	background: url(/images/arrow-miniorange.gif) 0 50% no-repeat;
}

#events a,
#events span {
	display: block;
	height: 18px;
	padding-top: 5px;
	color: #777;
	cursor: pointer;
}

#events span {
	cursor: default;
}

#events a:hover {
	color: #2388ff;
}

#events a.active {
	color: #ff9300;
	height: 16px !important;
	background: white;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#events a.inactive {
	border-top: none;
	border-bottom: none;
}

/* footer
==============================================================================*/

#footer {
	position: relative;
	clear: both;
	padding: 18px 20px 10px;
	font: normal 10px 'lucida grande',tahoma,sans-serif;
	color: #fff;
	background: url(/images/bkg_container_bottom.gif) no-repeat top;
}

#siteMap,
#copyright {
	margin-top: 0;
}

#siteMap {
	float: left;
	width: 497px;
}

#siteMap .column {
	float: left;
	width: 160px;
}

#siteMap li {
	display: block;
	list-style: none;
	font: normal 1.1em/1em 'lucida grande',tahoma,sans-serif;
}

#siteMap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #ff9300;
}

#siteMap li li a {
	padding-left: 10px;
	font-size: .81em;
	line-height: 1em;
	font-weight: normal;
	color: #eae7d2;
	background: url(/images/arrow-miniorange.gif) left center no-repeat;
}

#siteMap li a:hover {
	text-decoration: underline;
	color: white;
}

#siteMap li li a:hover {
	background-position: 2px 50%;
}

#copyright {
	float: right;
	width: 256px;
	background: #3e362f;
	border: 1px solid #797066;
}

#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
}

#copyright a {
	font-weight: bold;
	color: #60bffb;
}

#copyright a:hover {
	text-decoration: underline;
	color: white;
}