/* Home Page CSS Document */

body {
	/*background-image: url(../images/shared/bkg.gif);*/
	background-repeat: repeat-x;
	font-size:10px;
	color: #666666;
}

#content {
	margin-left: auto;
    margin-right: auto;
	top:0px;
	width:988px;
	text-align:left;
}

#header {
	top:0px;
	width:988px;
	height:123px;
	background-image:url(../images/shared/header.gif);
	text-align:left;
}

#nav {
	position:relative;
	left:25px;
	top:0px;
	width:500px;
	text-align:left;
}

#logo {
	position:relative;
	left:760px;
	top:0px;
	width:197px;
}

#leftcol {
	position:relative;
	left:10px;
	top:20px;
	width:571px;
	text-align:left;
	float: left;
}

#flashpromo {
	position:relative;
	left:0px;
	top:1px;
	width:571px;
	text-align:left;
}

#copyarea {
	position:relative;
	left:0px;
	top:10px;
	width:571px;
	text-align:left;
}

#copy1 {
	position:relative;
	width:268px;
	height:83px;
	padding-left:15px;
	padding-top:6px;
	text-align:left;
	float: left;
	border-top:6px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

#copy1txt {
	padding-top:10px;
	padding-right:35px;
}

#copy2 {
	position:relative;
	width:258px;
	height:83px;
	padding-left:15px;
	padding-top:6px;
	text-align:left;
	float: right;
	background-image: url(../images/home/environment.gif);
	border-top:6px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

#copy2txt {
	padding-top:10px;
	padding-right:105px;
}

#copy3 {
	width: 180px;
	padding-bottom:10px;
	font-size: 10px;
}

#rightcol {
	position:relative;
	left:0px;
	top:21px;
	width:376px;
	text-align:left;
	float:right;
	margin-right:10px;
}

#slider {
	position:relative;
	left:0px;
	top:0px;
	width:376px;
	text-align:left;
	float:right;
}

.dhtmlgoodies_question{
	width:376px;
	overflow:hidden;
	cursor:default;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:376px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}

#subhead1, #subhead2, #subhead3, #subhead4 {
	font-size: 20px; 
	font-weight: bold; 
	margin:0;
}

#subhead1 {
	color: #083D68;
}

#subhead2 {
	color: #26669B; 
}

#subhead3 {
	color: #3D86C2; 
}

#subhead4 {
	color: #8BB1D1; 
}

.newsDates {
	color:#333333;
	font-weight:bold;
}

.newsTitles {
	font-weight:bold;
}

.cLogos {
	border: 1px solid #CCCCCC;
}

a.campaignlink, a.campaignlink:link {
	color:#666666;
	font-weight:normal;
}

a.campaignlink:hover {
	color:#333333;
}

.advertiser {
	padding-top:6px;
	font-weight:bold;
}

a.productlink, a.productlink:link, a.productlink:active, a.productlink:visited {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	line-height:18px;
}

a.productlink:hover {
	color:#333333;
}