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

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #b1dbeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #596a72;
}

a:link, a:visited {
	color: #cf6f23;
	text-decoration: underline;
}

a:hover, a:active {
	color: #25b6e4;
	text-decoration: none;
}

p {
	line-height: 18px;
}

img {
	border: 0;
}

h1 {
	color: #cf6f23;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	color: #cf6f23;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#topdownload {
	float: right;
	margin-top: 15px;
}

#nav {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

#nav li {
	display: inline;
	margin: 0 10px 0 0;
	border-right: 1px solid #b1770b;
	padding-right: 15px;
}

#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #b1770b;
	text-decoration: none;
}

#featured {
	width: 980px;
	height: 227px;
	background: url(images/featuredbg.jpg) no-repeat #efefe9;
	margin: 25px 0 0 0;
}

#featuredleft {
	float: left;
	width: 240px;
	overflow: hidden;
	margin: 20px 0 0 160px;
}

#featuredright {
	float: left;
	margin: 20px 0 0 50px;
	width: 470px;
}

#featuredright p {
	margin-top: 8px;
	margin-bottom: 5px;
}

#content {
	background: url(images/sand.jpg) no-repeat bottom #efefe9;
	padding: 20px;
	margin: 25px 0 0 0;
	clear: both;
	min-height: 420px;
}

#content li {
	margin-bottom: 5px;
}

.spacer {
	height: 50px;
}

#footer {
	font-size: 11px;
	font-weight: bold;
	color: #cf6f23;
	margin: 15px 0 0 0;
	height: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.video {
	float: right;
	padding: 0 0 0 10px;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	background-color: #f7cd40;
	padding: 20px;
	line-height: 20px;
	color: #000;
	border: 1px solid #b07700;
	clear: both;
}

/* Form */
form {
	width: 400px;
	border: 1px solid #EEE;
	padding: 10px;
	background-color: #fff;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

img {
	border:0;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

#nationalsform {
	float: right;
}

.eventrow {
	background: url(images/ical.png) no-repeat top right #d8d8d1;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #cbcbc5;
}

.eventrow form {
	background-color: #edeadd;
	border-color: #cdcabf;
}
