/* Background settings */

body {
font: 12px "luxi-sans-1",arial, helvetica, sans-serif;
background: url('../images/mainbk.png') repeat-x;
}

/* Main Header Settings */

#header {
	width: 800px;
	height: 425px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* background-color: black; */
}

#header img.logo {
	position: absolute;
	margin-top: 10px;
}

#header p {
	width: 100%;
	position: absolute;
	margin-top: 100px;
}

#header ul {
	position: relative;
	float: right;
	display: inline;
	margin-top: 35px;
	z-index: 5;
	visibility: visible;
}

#header li {
	display: inline;
	font-weight: bold;
	font-size: 13px;
}

#header li a {
	padding: 5px;
	margin: 5px;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#header li a:hover {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: black url(../images/linkback.png) repeat-x -11px;
}		

#header p.message {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#header span.mesitalic {
	color: #e6e6e6;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#header div.hdsection {
	width: 198px;
	padding-top: 130px;
	float: left;
}

#header h1 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

#header div.description {
	width: 160px;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 11px;
	color: #b3b3b3;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

#header div.hdsection img {
	margin-left: 32px;
	margin-bottom: 10px;
	
}

#header div.sections {
	position: absolute;
}

#header div.viewbuttons {
	width: 800px;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 360px;
}

#header div.viewbuttons ul {
	margin-left: 0px;
	position: absolute;
	padding: 0px;
}

#header div.viewbuttons li {
	padding: 0px;
	margin-right: 20px;
	width: 200px;
}

#header div.viewbuttons li a{
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
	text-indent: 16px;
	color: white;
	width: 200px;
}

#header div.viewbuttons li a:hover{
	background: none;
}

/* 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: 160px;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 20px;
	color: #ccc;
}

#footcontent p.foot1 {
	float: left;
}

#footcontent p.foot2 {
	float: left;
}

#footcontent .foot3 {
	float: right;
	padding-top: 12px;
}

.cse1 {
	margin-right: 50px;
	margin-top: 30px;
	color: #b3b3b3;
	font-family: "luxi-sans-1",Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
}

a.cse {
	font-family: "luxi-sans-1","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;
}

	


