@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/BG.jpg);
	background-position: center top;
	background-color: #000000;
	background-repeat: no-repeat;
}
a {
	color: #c6e4e2;
	font-family: inherit;
}
img {
	border: 0px;
}

/* fonts, colors ****************************************** */
#screenContent, #legal, #link_3232design, #subNav, .head, #mainContentContainer {
	font-family: Arial, Helvetica, sans-serif;
}
#screenContent {
	font-size: 14px;
	line-height: 18px;
}
#screenContent, #subNav a {
	color: #c6e4e2;
}
#legal, #link_3232design {
	color: #fff;
}
#legal, #link_3232design {
	color: #fff;
	font-size: 9px;
}



/* positioning elements ****************************************** */
#mainContentContainer {
	width: 1029px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 52px;
}
#topBar {
	background-image: url(../images/screenTop.jpg);
	height: 143px;
	width: 1029px;
}
#centerContentContainer {
	background-image: url(../images/centerBG.gif);
	background-repeat: repeat-y;
}
#screen {
	background-image: url(../images/screen.jpg);
	background-repeat: no-repeat;
	width: 778px;
	float: left;
	min-height: 414px;
}
#screenContent {
	padding: 15px;
	height: 384px;
	width: 748px;
	overflow: auto;
}
#rightBar, #leftBar {
	float: left;
}
#bottomBar {
	background-image: url(../images/screenBottom.gif);
	height: 66px;
	width: 1029px;
}
#legal {
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	text-align: center;
	padding-top: 25px;
}
#link_3232design {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 75px;
	padding-top: 25px;
	padding-left: 200px;
	text-decoration: none;
}


#subNav {
	padding-bottom: 5px;
}
.subnavmedia {
	padding-bottom: 0px;
	padding-left: 15px;
}
.subNavDivider, .subNavDividerEnd {
	float: left;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.subNavDivider {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.subNavDividerEnd {
	padding-top: 1px;
}

#subNav a, #subNav a.on, .button {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	padding: 2px 10px 0px 10px;
	margin-left: -1px;
	background-color: #6f8a84;
	height: 19px;
	color: #fff;
}
#subNav a.left {
	border-left: 1px solid #fff;
}
#subNav a:hover, #subNav a.on {
	background-color: #6f8a84;
	color: #fff;
}
/*.subnavmedia .subNavDivider, .subnavmedia .subNavDividerEnd, .subnavmedia a, .subnavmedia a.on {
	border-bottom: 0px;
}*/
.button {
	border: 1px solid #fff;
	margin-right: 5px;
	margin-top: 15px;
}


/* content elements ****************************************** */
.column {
	width: 360px;
	float: left;
}

.head, .subhead {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0px;
}
.head {
	text-transform: uppercase;
}
.body {
	padding-bottom: 25px;
}

.char {
	padding-bottom: 25px;
	border: 1px solid white;
}
.char .head {
	display: block;
	width: 728px;
}
.dataLabel {
	clear: left;
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
	width: 150px;
	border-top: 1px dashed #c6e4e2;
	font-weight: bold;
	color: #fff;
	padding: 2px 0px; 2px 0px;
}
.dataValue {
	width: 545px;
	float: left;
	border-bottom: 1px dashed #c6e4e2;
	padding: 2px 12px; 2px 0px;
}
.charImg {
	display: block;
	position: absolute;
	right: 4px;
}
.divider {
	clear: both;
	border-top: 1px solid #c6e4e2;
	line-height: 0px;
	font-size: 0px;
	height: 1px;
	padding-top: 15px;
}





.pressPreTitle, .pressDate, .pressHead, .pressSubhead, .pressMoreLink {
	font-size: 10px;
	line-height: 10px;
}
.pressPreTitle, .pressHead {
	text-transform: uppercase;
	font-weight: bold;
}
.pressPreTitle {
	padding-bottom: 10px;
}
.pressDate  {

}
.pressHead {

}
.pressSubhead {
	font-weight: bold;
	padding-bottom: 10px;
}
.pressMoreLink {
	display: block;
}


.media_hero, .media_thumb {
	border: 1px solid #c6e4e2;
}
.media_hero {
	width: 380px;
	margin-right: 5px;
}
.media_thumb {
	width: 109px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
.media_thumb:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#media_panel {
	background-color: #cfe3dd;
	/*border: 1px solid #fff;*/
	width: 358px;
	height: 322px;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../images/media_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#media_panel_content {
	width: 340px;
	height: 300px;
}



/* functional elements ****************************************** */
.fixFrame {
	clear: both;
}
.paddingBottom {
	padding-bottom: 25px;
}






/* scrollbar customizing CSS ****************************************** */


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

