/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #58595b;
}
p {
	margin-bottom: 1em;
	padding-right: 15px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1em;
}
h2
{
	font-size: 100%;
	font-weight: bold;
}
#wrapper {
	width: 942px;
	margin: 0px auto;
}
#header img.left{
	float: left;
}
#header img.right{
	float: right;
}
#banner {
	float: left;
}
#banner ul li{
	list-style: none;
	display: block;
	float:left;
	width:auto;
	padding-right: 5px;
}
#banner li.last {
	padding-right: 0px;
}
#nav {
	padding-top: 15px;
	padding-left: 15px;
	width: 240px;
	float:left;
	background-color:#FFF;
	font-size: 90%;
}
#nav a {
	float: none;
	display: block;
	text-decoration: none;
	padding-bottom: .4em;
	color: #58595b;
}
#nav a:hover {
	font-weight:bold;
}
#nav .sub1, #nav .sub2 {
	padding-left: 1.5em;
	font-size: 80%;
}
#nav a#n2:hover, #nav a#n3b:hover, #nav a#n3g:hover, .goldText {
	color: #e29418;
}
#nav a#n1:hover, #nav a#n7:hover, #nav a#n2b:hover, #nav a#n2f:hover, #nav a#n3d:hover, .tealText {
	color: #447e80;
}
#nav a#n3:hover, #nav a#n2c:hover, #nav a#n2e:hover, #nav a#n3c:hover, .appleGreenText {
	color: #71b123;
}
#nav a#n4:hover, #nav a#n2a:hover, #nav a#n2g:hover, #nav a#n3a:hover, .oliveText {
	color: #5a6450;
}
#nav a#n5:hover, #nav a#n3e:hover, .orangeText {
	color: #fe4b28;
}
#nav a#n6:hover, #nav a#n2d:hover, #nav a#n3f:hover, .darkRedText {
	color: #980041;
}

#container {
	width: 687px;
	overflow: hidden;
	position: relative;
	float: left;
	background:url(../images/verticalLine.jpg) repeat-y;
	font-size: 90%;
}

#contentOnly {
	float: left;
	width: 672px;
	padding-left: 15px;
	min-height: 300px;
}
#contentLeft {
	float: left;
	width: 484px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background:url(../images/verticalLine.jpg) repeat-y;
	background-position:right;
	min-height: 300px;
}
#contentRight {
	float: right;
	width: 493px;
	background:url(../images/verticalLine.jpg) repeat-y;
	padding-left: 15px;
	padding-top: 15px;
	min-height: 300px;
}

#contentLeft ul, #contentOnly ul, #contentRight ul {
	list-style: none;
	padding-left: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	text-indent: -.8em;
	margin-left: 1em;
}
#contentLeft ul li, #contentOnly ul li, #contentRight ul li {
	padding-bottom: 0.5em;
}
#contentLeft ul li.split, #contentOnly ul li.split, #contentRight ul li.split {
	display: block;
	float: left;
	width: 49%;
}

#contentLeft a, #contentOnly a, #contentRight a {
	text-decoration: none;
	background: url(../images/horizontalLine.jpg) repeat-x;
	background-position: bottom;
	color: #58595b;
}
#contentOnly img.bio {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
#contentRight table.bio {
	width: 100%;
	height: auto;
	border: none;
	text-align:center;
	margin-bottom: 1em;
}
#contentRight table.bio td {
	width: 33%;
}
#contentRight table.bio tr {
	height: 50px;
}

#pannelLeft {
	float: left;
	width: 179px;
	text-align:center;
	padding-top: 15px;
}
#pannelRight {
	float: right;
	width: 173px;
}
#pannelRight .bottom {
	width: 165px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#pannelRight .bottom img {
	float:right;
	padding-top: 15px;
}
img {
	border: none;
}
#footer {
	clear: both;
	font-size: 60%;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom:15px;
}
#footer a {
	text-decoration: none;
	color: #58595b;
}
#footer a:hover {
	background:url(../images/horizontalLine.jpg) repeat-x;
	background-position: bottom;
}

.imageRight
{
	float: right;
}