/* Section background settings */

body {
font: 12px arial, helvetica, sans-serif;
background: url('../images/secondbk.png') repeat-x;
}

/* Main Header Settings */

#secondhead {
	width: 800px;
	height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* background-color: black; */
}

#secondhead img.logo {
	position: absolute;
	margin-top: 10px;
}

#secondhead p {
	width: 100%;
	position: absolute;
	margin-top: 100px;
}

#secondhead ul {
	position: relative;
	float: right;
	display: inline;
	margin-top: 35px;
	z-index: 5;
	visibility: visible;
}

#secondhead li {
	display: inline;
	font-weight: bold;
	font-size: 13px;
}

#secondhead li a {
	padding: 5px;
	margin: 5px;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#secondhead li.selected {
	background: black url(../images/linkback.png) repeat-x -11px;
	padding: 5px;
	color: white;
}

#secondhead li a:hover {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: black url(../images/linkback.png) repeat-x -11px;
}		

#secondhead p.message {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#secondhead span.mesitalic {
	color: #e6e6e6;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#secondhead div.hdsection {
	width: 198px;
	padding-top: 130px;
	float: left;
}

#secondhead h1 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

#secondhead div.description {
	width: 160px;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 11px;
	color: #b3b3b3;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

#secondhead div.hdsection img {
	margin-left: 32px;
	margin-bottom: 10px;
	
}

#secondhead div.sections {
	position: absolute;
}

#secondhead div.viewbuttons {
	width: 800px;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 360px;
}

#secondhead div.viewbuttons ul {
	margin-left: 0px;
	position: absolute;
	padding: 0px;
}

#secondhead div.viewbuttons li {
	padding: 0px;
	margin-right: 20px;
	width: 200px;
}

#secondhead div.viewbuttons li a{
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
	text-indent: 16px;
	color: white;
	width: 200px;
}

#secondhead div.viewbuttons li a:hover{
	background: none;
}

/* Secondary Nav within sections */

#secondnav {
	width:  800px;
	height: 36px;
	background-color: #000;
}


#secondnav ul {
	margin-top: 10px;
	padding-top: 10px;
	z-index: 5;
	visibility: visible;
}


#secondnav li {
	display: inline;
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}

#secondnav li a {
	padding: 5px;
	margin: 5px;
	color: white;
	font-weight: bold;
	font-size: 10px;
}

#secondnav p {
	margin-top: 0px;
	padding-top: 5px;	
}

.hidden {
	visibility: hidden;
	display: none;
}

#secondnav li.selected {
	background-color: white;
	padding: 5px;
	margin: 5px;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

#secondnav li a:hover {
	color: black;
	font-weight: bold;
	font-size: 10px;
	background-color: white;
}

p.seconddesc {
	color: #bcbcbc;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: normal;
	padding: 20px;
}

.gloss {
	background: black url(../images/titleback.png) repeat-x -11px;
}


/* Main Footer Settings */

#footer {
	width:  100%;
	height: 230px;
	background: url('../images/footerback.png') repeat-x;
}

#footcontent {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	height: 230px;
}

#footcontent p {
	width: 226px;
	height: 150px;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #ccc;
}

#footcontent p.foot1 {
	float: left;
}

#footcontent p.foot2 {
	float: left;
}

#footcontent .foot3 {
	float: right;
	padding-top: 12px;
}

#footcontent font {
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	
}

.cse1 {
	margin-right: 50px;
	margin-top: 30px;
	color: #b3b3b3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
}

a.cse {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

a:hover.cse {
	background: black url(../images/linkback.png) repeat-x -11px;
	color: white;
}

input#ss0 {
	margin-right: 3px;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
}

input#ss1 {
	margin-right: 3px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}

#footcontent b {
	color: white;
	font-size: 14px;
	border-bottom: 10px;
}

#bottom {
	width: 800px;
	clear: both;
	background-color: black;
	color: #363f4a;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	z-index: 2;
}


/* for testing only */

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


