﻿/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#616161;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:770px;
}
#branding {
	padding:0 15px 0 11px;
	height:73px;
	background:url('../images/header_bkg.gif') bottom left no-repeat;
}
#branding .branding-logo h1 {
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/carbon_logo.gif') 0 0 no-repeat;
	height: 73px;
	width: 249px;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: absolute;
}
#branding .branding-logo h1 a {
	display: block;
	height: 73px;
	width: 249px;
}
#branding .nav {
	position:relative;
	float:right;
	font-weight:bold;
	font-size:12px;
	padding:29px 0px 0 0px;
}
#branding .nav a {
	color:#8D8D8D;
	padding:0px 7px 0 7px;
}
#branding .nav a:hover{
	color:#184B76;
}
#headercontainer {
	padding:1px 11px 0 11px;
	background:url('../images/content_bkg.gif') repeat-y;
}
#header{
	position:relative;
	height:269px;
}
#header h2{
	position:absolute;
	width:210px;
	top:0px;
	margin-left:514px;
	margin-top:8px;
	font-weight:bold;
	font-size:16px;
	line-height:28px;
	border:0px solid green;
	color:#FFFFFF;
}
#content {
	padding:0px 11px;
	background:url('../images/content_bkg.gif') repeat-y;
	border:0px solid red;
	display:block;
}
#content .leftcol {
	float:left;
	padding:25px 0 0 27px;
	width:450px;
	border:0px solid blue;
	}
#content .leftcol p {
	margin:0 0 18px 0;
}
#content .leftcol img {
	margin:0 0 20px 0;
}
	#content .leftcol img.smspace {
		margin: 0 0 3px 0;
	}
	#content h4.caption {
		padding: 0;
		margin: 0 0 26px 0;
	}
#content .leftcol h2 {
	font-weight:bold;
	font-size:16px;
	color:#184B76;
	margin:0;
	line-height:26px;
	padding:0 0 16px 0;
}
#content .leftcol h3 {
	font-weight:bold;
	font-size:14px;
	color:#979797;
	margin:0 0 20px 0;
	padding:5px 0 5px 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
#content .rightcol {
	float:right;
	position:relative;
	padding:25px 0px 18px 0;
	width:249px;
	margin:0;
	border:0px solid yellow;
}
#content .rightcol h2 {
	margin:0;
	padding:0 0 13px 16px;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:#A0A0A0;
}
#content .rightcol .portal {
	background:url('../images/carbon_portal.jpg') 0 0 no-repeat;
	height:77px;
	padding:10px 20px 10px 80px;
}
#content .rightcol .portal2 {
	background:url('../images/carbonarc_portal.jpg') 0 0 no-repeat;
	height:152px;
	padding:10px 20px 10px 80px;
}
#content .rightcol .portal3 {
	background:url('../images/dvd_vsmall_shadow.jpg') 0 0 no-repeat;
	padding:10px 20px 10px 80px;
}
#content .rightcol .gaia_portal {
	padding: 0px 10px 0px 16px;
}
#content .rightcol p {
	margin:0;
	padding:0 20px 18px 16px;
}
#content .rightcol p.links {
	width:203px;
	padding:10px 0 10px 16px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom:20px;
}
#content .rightcol .line {
	width:203px;
	padding:0px;
	border-bottom: 1px solid #c7c7c7;
	margin:10px 0 10px 10px;
}
a.arrow {
	background:url('../images/arrow.gif') 0 3px no-repeat;
	padding:0 0 0 8px;
}
#content .leftcol ul{
	display:block;
	padding:0 0 0px 0;
	margin:0px 14px 20px 0px;
	border:0px solid red;
	list-style:none;
}
#content .leftcol li {
	display:block;
	list-style-type:none;
	background:url('../images/bullet.gif') no-repeat 0px 6px;
	padding-left:12px;
	margin:0 0 5px 0px;
	color:#666;
	border:0px solid blue;
}
#content .rightcol ul{
	display:block;
	padding:0 0 0px 0;
	margin:0px 14px 20px 16px;
	border:0px solid red;
	list-style:none;
}
#content .rightcol li {
	display:block;
	width:203px;
	list-style-type:none;
	background:url('../images/bullet.gif') no-repeat 0px 6px;
	padding-left:12px;
	margin:0 0 5px 0px;
	font-weight:bold;
	color:#666;
	border:0px solid blue;
}
#content .rightcol li.gaia {
	font-weight:normal;
}
#content .rightcol .callout {
	width:203px;
	padding:16px;
	margin:0;
	background-color:#EBEBEB;
	clear:both;
}
#content .rightcol .callout p {
	padding:0;
	margin:0 0 10px 0;
}

#footer {
	background:url('../images/footer_bkg.gif') no-repeat ;
	padding:38px 38px 20px 38px;
	margin:0;
	font-size:10px;
	color:#CCCCCC;
	line-height:14px;
	display:block;
	border:0px solid red;
}
#footer .dark {
	color:#999999;
}
.bold {
	font-weight:bold;
}
.blue {
	color:#184B76;
}
.gray {
	color:#A0A0A0;
}
.white {
	color:#FFFFFF;
}
a, a:visited {
	color:#184B76;
	text-decoration:none;
}
a:hover {
	color:#184B76;
}
.clear {
	font-size:0px;
	line-height:1px;
	clear:both;
}
img {
	margin:0;
	padding:0;
	position: relative;
}
