@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(images/beach.jpg) no-repeat #CFAD54;
	font-size:0.95em;

}

#page, #container {
	width:770px;
	margin:0 auto;
}

#header {
	height:94px;
	background:url(images/header_bg.png) repeat-x;
}

#nav {
	height:27px;
	width:670px;
	margin:10px 0 0 110px;
}

#content {
	width:675px;
	margin-left:70px;
	padding:10px 10px 10px 25px;
	background:url(images/content_bg.png) no-repeat;
}

#feature {
	width:666px;
	height:216px;
	background:url(images/feature.png) no-repeat;
	margin-bottom:10px;
}

#feature_title {
	float:right;
	width:475px;
	height:216px;
}

#main {
	float:left;
	width:430px;
	margin-right:10px;
}

#main_wide {
	width:665px;
}

#sidebar {
	float:left;
	width:215px;
	background:#fff7a8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#sidebar p {
	font-size: 0.95em;
	
}
#footer {
	padding:10px 10px 10px 120px;
	color:#fff7a8;
}

/* FORMAT
----------------------------------------------*/

h1,h2,h3,h4 {
	font-weight:normal;
}

#header h1 {
	float:right;
	text-indent:-999999px;
	background:url(images/logo.png) no-repeat;
	height:74px;
	width:255px;
}

#header h2 {
	color:#eadac2;
	font-size:1.25em;
	padding-top:5px;
}

#header h3 {
	color:#CFAD54;
	font-size:1.6em;
	margin-left:50px;
	line-height:1.5em;
}

#header h4 {
	color:#eadac2;
	font-size:1.4em;
	margin-left:300px;
	line-height:1.2em;
}

#feature h1 {
	width:400px;
	background:#1c2f63;
	color:#eadac2;
	margin-top:140px;
	padding: 10px;
	border: 2px solid #eadac2;
	border-left:none;
}

#feature p {
	padding:10px 10px 0 10px;
	font-size:1.2em;
	width:170px;
	color:#CFAD54;
}

#main h2, #main_wide h2 {
	background:#1c2f63;
	color:#eadac2;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid  #482d7d;
}
#page #content #sidebar h3 {
	background-color: #482d7d;
	color: #EADAB4;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #1c2f63;
}


#main p, #main_wide p, #sidebar p {
	margin:10px 0;
	line-height:1.2em;
	
}

#sidebar h3 {
	color:#4b86a9;
}

/* LISTS
----------------------------------------------*/

#nav li {
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	height:22px;
	width:83px;
	padding:5px 3px 0 8px;
	background:url(images/nav_bg.png) no-repeat top right;
	text-align:center;
	text-decoration:none;
	color:#CFAD54;
	font-size: 0.9em;
}

#nav li a:hover {
	text-decoration:underline;
}

#nav li a.selected {
	background-image:url(images/nav_selected.png);
	color:#4F2683;
}

#content ul, #content ol, #content li {
	margin:5px 0 0 10px;
}  

/* Tables
----------------------------------------------*/
th {
	text-align:left;
}

/* FORMS
----------------------------------------------*/

form {
	padding:20px;
}

form div {
	margin:5px;
	clear:both;
	border-top:1px solid #fff7a8;
}

label {
	display:block;
	margin:5px;
}

label.form_text {
	width:100px;
	float:left;
}

input {
	float:left;
	margin:5px;
}
#page #content #main #listshim {
	padding-left: 40px;
	padding-top: 10px;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.floatright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#page #content #main_wide img {
	padding-left: 125px;
}
#page #footer a {
	font-size: 0.75em;
	color: #482D7D;
}
.sidebarimgshim {
	padding-left: 3px;
}
.sidebarimgshim2 {

	padding-left: 30px;
}
.button1 {
	background-color: #CFAD54;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #482D7D;
	border: 1px solid #482D7D;
}
.button1Copy {
	background-color: #CFAD54;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	border: 1px solid #482D7D;
}
