/*
#header h1{
	width:158px;
	height:34px;
	float:right;
	margin:0.25em 0 0 -158px;
	background: transparent url(/imgs/sodic-logo.gif) no-repeat top left;
	}
	
#header h1 span{
	display:none;
	}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	}
div#header{
	margin-top:1em;
	border-bottom:1px solid #999;
}



.main-content p{
	display:block;
	margin:0;
	padding-bottom: 1em;
}

.main-content{
	border-left:1px solid #999;
	left:-1px;

	margin-top:12px;
	position: relative;
	padding-left:1em;
	
}
*/

h1.error {
	width: 30em;
}

#keyword{
	width:100%;
	padding-top: 13em;
}

#keyword p{
	color:#DEDED9;
	font-size:182% 
}
/*
#mainpage{
	background: transparent url(/imgs/brown-fade-bg.jpg) repeat-x bottom center;
	
}
*/
#sub-navigation{
	
}

.floatLeft {
	float: left;
	padding-right: 0.5em;
}
.spacer{
	clear:both; 
}

#bd {
	min-height: 22em;
	height: auto !important;
	height: 22em;
}

h1, #main-content h1{
	color: #333;
	/*background-color: #8C51A3;*/
	padding: 0.3em 0em;
	margin-bottom: 0.5em;
	font-size: 123.1%;
	border-bottom: 1px solid #CCC;
}

#main-content h3 {
	
	color: #33789c;
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 0.6em 0;
	border-bottom: 1px solid #dedede;
	font-size: 108%;
}

* html #main-content h3 {
	position: relative; /* ie 6 */ 
	z-index: -1;  ie 6 */
}
#main-content a {
	color: #666666;
}
#main-content h3 a {
	color: #33789c;
	text-decoration: none;
}
#main-content h3 a:hover {
	text-decoration: underline;
}

#main-content h4 {
	color: #33789c;
}

#main-content p, #fullWidth p a{
	color: #666666;
}

#main-content p a {
	color: #666666;
}

#main-content ul {
	padding: 0 0 0 1em;
}

#main-content ul li { 
	color: #666666;
}

.required{
	background: transparent url(/imgs/redstar.gif) no-repeat top right;
	padding-right:1em;
}


p.subNavHead {
	padding: 0 0 0 1.7em;
	margin: 0 0 0 2.5em;
	color: #666666;
	background-image: url(../imgs/site/green-down-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.pPadTopBottom {
	padding: 0.7em 0;
}