@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
	color:#E77919;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;

}
a:hover {
	text-decoration:none;
	color:#EBA667;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D1CCAF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D1CCAF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #sitemap {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D1CCAF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:10px;
}

.pagetop {
	position:relative;
}
.pagetop #topright {
	text-align:right;
	padding-right:10px;
	padding-bottom:0px;
}
.pagetop #img {
	position:absolute;
	top:0px;
	left:0px;
}

.pagetop #login {
	position:absolute;
	top:20px;
	left:550px;
	width:350px;
	text-align:right;
	color:#D1CCAF;
	z-index:25;
}
#login .input {
	background-color:#D1CCAF;
	width:100px;
}
#login .loginbutton {
	background-color:#D1CCAF;
}
#login p {
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.pagetop #pagebanner {
	background-color:#473A32;
	width:900px;
	height:90px;
	float:right;
}
.pagetop p {
	margin:5px;
}

.blocks {
	position:relative;
	padding-top:90px;
	text-align:center;
}
.blocks p {
	margin-top:5px;
}
.blocks #one {
	position:absolute;
	background-color:#F8C400;
	left:0px;
	height:40px;
	width:90px;
	z-index:11;
	top: 90px;
	text-align:center;
}

.blocks #two {
	position:absolute;
	left:90px;
	background-color:#22C7E3;
	width:90px;
	height:40px;
	z-index:10;
	top:90px;
	vertical-align:middle;
}
.blocks #three {
	position:absolute;
	left:180px;
	background-color:#E77919;
	height:40px;
	width:90px;
	z-index:9;
}
.blocks #four {
	position:absolute;
	left:270px;
	background-color:#F09BBE;
	height:40px;
	width:90px;
	z-index:8;
}
.blocks #five {
	position:absolute;
	left:360px;
	background-color:#3EADEA;
	height:40px;
	width:90px;
	z-index:7;
}
.blocks #six {
	position:absolute;
	left:450px;
	background-color:#84C326;
	height:40px;
	width:90px;
	z-index:6;
}
.blocks #seven {
	position:absolute;
	left:540px;
	background-color:#F8C400;
	height:40px;
	width:90px;
	z-index:5;
}
.blocks #eight {
	position:absolute;
	left:630px;;
	background-color:#22C7E3;
	height:40px;
	width:90px;
	z-index:4;
}
.blocks #nine {
	position:absolute;
	left:720px;
	background-color:#E77919;
	height:40px;
	width:90px;
	z-index:3;
}
.blocks #ten {
	position:absolute;
	left:810px;
	background-color:#F09BBE;
	height:40px;
	width:90px;
	z-index:2;
}

.button {
	position:relative;
	padding-left:10px;
}
.button #search {
	position:absolute;
	top:-1px;
	right:15px;
	width:230px;
}
#search .input {
}

#pagecontent {
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	z-index: 0;
}
#pagecontent p {
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	margin:0px;
	z-index: -2;
}
#pagecontent td {
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	z-index: 0;
}
#pagecontent h1 {
	font-size:24px;
	text-align:center;
	background-color:#AECEC0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0px;
}
#pagecontent h2 {
	font-size:24px;
	text-align:left;
	padding-left:5px;
	background-color:#AECEC0;
	margin:0px;
}
#pagecontent h3 {
	font-size:24px;
	text-align:left;
}
#pagecontent h4 {
	font-size:18px;
	text-align:center;
	margin:0px;
}
#pagecontent h5 {
	font-size:18px;
	text-align:left;
	margin:0px;
}
#pagecontent h6 {
	font-size:18px;
	text-align:right;
	margin:0px;
}

