/* landing and content pages */

#content_container {
	background-color: #ccc;
	height: 455px;
}

#content {
 position: relative;
 border: 1px solid #ccc;
}

#content a {
	color: #f00;
}

#content a:hover {
	color: #fff;
}

h1 {
	margin-left: 26px;
	padding-top: 15px;
}

h2 {
	font-size: 1.3em;
	
	
	padding-bottom: 3px;
}
/* third nav */

#thirdnav {
	position: absolute;
	top: 120px;
	left: 32px;
	width: 180px;
		
}

#thirdnav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#thirdnav li {
	padding-top: 5px;
}

#thirdnav .active a, #thirdnav .active a:visited {
	color: #fff;
}

/* landing pages */

#landingcontent {
	margin-left: 230px;
	color: #000;
	font-size: 11px;
	height: 366px;
	overflow: auto;
	position: relative;
}

.floatbox {
	float: right;
	width: 300px;
}

#landingcontent p{
	
	text-align: left;
	line-height: 1.5em;
	padding: 5px 0 10px 0;
}

.listing li{
	color: #f00;
	font-weight: bold;
	font-size: 10px;
}

#sidelogo {
	position: absolute;
	top: 310px;
	left: 0px;
	width: 180px;
	margin-left: -1px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding-right: 20px;
}

/* BIG content pages */
#title {
	float: left;
}

#bigcontent {
	margin-left: 200px;
	padding-top: 12px;
}

/* News & press releases */

.press_title {
	font-size: 14px;
	padding: 10px 0;
}

.press_red {
	color: #f00;
	font-size: 12px;
}

.press_small {
	font-size: 10px;
	padding-bottom: 5px;
}

		/* top and bottom rules for scrolling pages */
.rules {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/* misc styles */

.bulletlist {
	list-style: square;
	margin-left: 2em;
}

.bulletlist ul {
	list-style: none;
	margin-left: 2em;
}

.bulletlist li {
	padding: 6px 0 0 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
	padding: 0 30px 0 20px;
}

.padtop {
	padding-top: 2em;
}

.red {
	color: #f00;
}