/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	margin: 0px 0px 100px 0px;
	line-height: 160%;
}
a {
	font-size: 11px;
	color: #39f719;
}
a:visited {
	color: #39f719;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
h1 {
	font-size: 12px;
	color: #FFF;
}
h2 {
	font-size: 16px;
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: #FFF;
}
h4 {
	font-size: 12px;
	color: #FFF;
}
h5 {
	font-size: 10px;
	color: #FFF;
}
h6 {
	font-size: 9px;
	color: #FFF;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #999;
	margin: 20px 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IDs */

#container {
	width: 900px;
	text-align: left;
}
#header {
	background-image: url(../images/top_corners.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 145px;
}
#logo {
	position: absolute;
	margin-left: 10px;
	margin-top: 25px;
}
#menu {
	float: right;
	margin-top: 116px; 
}
#main {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #111111;
}
#content {
	background-image: url(../images/bottom_corners.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 655px;
}
#full {
	padding: 130px 20px 20px 20px;
}
#media {
	padding: 130px 20px 20px 20px;
}
#left {
	float: left;
	width: 320px;
	margin-top: 130px;
}
#left div, #leftSmall div {
	padding: 0px 20px 20px 20px;
	clear: left;
}
#leftSmall {
	float: left;
	width: 180px;
	margin-top: 130px;
}
#right {
	float: left;
	width: 540px;
	padding: 0px 20px 20px 20px; 
}
#rightBig {
	float: left;
	width: 680px;
	padding: 0px 20px 20px 20px; 
}
#footer {
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
}
#footer a {
	font-size: 10px;
	text-decoration: none;
}

/* Classes */

.menuItem {
	float: left;
	margin-right: -20px;
	z-index: -1;
}
.menuItemCurrent {
	float: left;
	margin-right: -27px;
	z-index: 100;
}

.heading {
	display: block;
	margin-bottom: 20px;
}

a.white, a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover {
	color: #999;
	text-decoration: underline;
}

span.subMenu {
	display: block;
	padding-left: 30px;
	line-height: 180%;
	font-size: 10px;
}
.subMenu a {
	font-size: 10px;
}

.green {
	color: #39f719;
}
.bigText {
	font-size: 14px;
}

.greyBorder {
	border: 3px solid #333;
}

.left {
	float: left;
	width: 50%;
}

img.right {
	float: right;
	margin-left: 30px; 
	border: 1px solid #aaa; 
	padding: 1px;
}
img.bio {
	float: left;
	margin-right: 10px; 
	border: 1px solid #aaa; 
	padding: 1px;
}

table.grey td {
	padding-left: 5px;
	border-bottom: 1px solid #434343;
}
tr.headRow td {
	font-weight: bold;
	text-decoration: underline;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

