/*GENERAL
**************************************************************/
body {
	color: #333333;
}

/*SUB MAIN
**************************************************************/
#sub {
	width: 854px;
	position: relative;
}

/*LEFT NAV
**************************************************************/
#leftnav {
	width: 256px;
	height: 600px;
	overflow:hidden;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	background:transparent url(/images/background-leftnav.gif) repeat-x;
}

#leftnavtitle {
	width:100%;
	position:absolute;
	top:0;
	padding:10px 0px 6px 8px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#595959;
	font-weight:bold;
	border-bottom:1px solid #B7C6D0;
}

#leftnavmid {
	width: 256px;
	height: 365px;
	position: absolute;
	top: 32px;
}

#leftnavmenu {
	width: 256px;
	height: 300px;
	position: absolute;
	top: 0px;
	margin-top:5px;
	_margin-top:15px;
	font-size: 11px;
	left: -16px;
	line-height: 14px;
}

#dashboard {
	width: 256px;
	position: absolute;
	bottom: 12px;
	left: 8px;
}

#subfootertop {
	font-size:9px;
	width: 258px;
	position: absolute;
	top: 403px;
	padding-left: 8px;
	border-top:1px solid #90A6B6;
}
#subfootertop p {
	padding:6px 0px;
	margin:0px;
}

#leftnavfooterline {
	width: 258px;
	height: 2px;
	position: absolute;
	top: 461px;
}

#subfooterbottom {
	width: 258px;
	font-size:11px;
	position: absolute;
	top: 460px;
	padding-left: 8px;
	border-top:1px solid #90A6B6;
}
#subfooterbottom p {
	padding:5px 0px;
	margin:0px;
}
.navmenu {
	list-style-image: none;
	list-style-type: none;
	margin-left:40px;
	padding-left:0px;
}

.navmenu li {
	margin-bottom: 4px;
	margin-left:0px;
	padding-left:0px;
}

ul.navmenu ul {
	font-size: 10px;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
	margin-left:15px;
	_margin-top:5px;
	_margin-bottom:5px;
	padding-left:0px;
}

.navmenuselected {
	list-style-image: url("/images/arrow.gif");
	list-style-type: square;
}

.navmenuselected a, ul.navmenu a:hover {
	color: #595959;
}

/*.navmenuchild {
	font-size: 10px;
}

.navmenuchild li {
	margin-left: -28px;
}*/

/* THIS DOESN'T WORK VERY SMOOTHLY
.navmenu:hover {
	list-style-image: url("/images/arrow.png");
}

/*SUB BODY
**************************************************************/
#subbody {
	width:586px;
	overflow:hidden;
	position: relative;
	float:right;
	top: 7px;
	right:1px;
	padding:0px;
	background-color: #FFFFFF;
	border-bottom:4px solid #4B708A;
	margin-bottom:50px;
}
#subbody a:link, #subbody a:visited, #subbody a:active {
	color: #4B708A;
}

#subbody a:hover {
	color: #A14A5D;
}

#subbodytitle {
	position: relative;
	width: 586px;
	font-size: 10px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:10px 0px 6px 10px;
	/*this will likely need to be changed to reflect the sub page heading; likely should go in the html, yeah*/
	background-color: #D4BBBA;
	color: #FFFFFF;
}
#subbodytitle select, #subbodytitle option {
	text-transform:none;
	letter-spacing:0px;
}

#subbodycontent {
	position: relative;
	width: 566px;
	min-height: 426px;
	_height: 438px;
	padding-top: 13px;
	margin:0px auto 25px auto;
}

.subtext {
	font-size:12px;
	line-height:18px;
	color:#686872;
	padding-bottom: 8px;
}
.subtext p {
	margin:0px;
	padding:0px 10px 13px 0px;
}
.subtextbig {
	font-size: 18px;
	line-height: 22px;
	color: #4B708A;
}

.subtextmed {
	font-size: 15px;
	line-height: 20px;
	color: #4B708A;
}

.bold {
	font-weight: bold;
}

.subtext ol {
	margin-bottom: 4px;
}

.subtext li {
	list-style-type: square;
	list-style-image: url("/images/bullet.gif");
}

#videoblock {
	width: 225px;
	float: right;
	position: relative;
	margin: 2px 8px 8px 12px;
}

#videoblock img {
	float: right;
}

#videobox{
	clear: right;
	width: 207px;
	height: 68px;
	float: right;
	background-color: #EEF1F4;
	font-size: 10px;
	position: relative;
	padding: 4px 4px 0 4px;
}

#videodesc {
	font-style: italic;
}

#videoplay {
	position: absolute;
	bottom: 4px;
	left: 4px;
}

#videoroom {
	position: absolute;
	bottom: 16px;
	right: 4px;
}

.ssp_container {
	width:568px;
	height:418px;
	overflow:hidden;
	margin:0px 0px 14px -1px;
	padding-top:7px;
	background:transparent url(/images/background-ssp.gif) no-repeat 0px 0px;
}
.ssp_container #flash_ssp { margin:0px 0px 0px 8px; display:block; outline:none; }