/***********************************************************
* HTML ENTITIES
***********************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #666666;
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #663399;
	text-decoration: underline;
}
a img {
	border: none;
}
label {
	font-weight: bold;
	color: #666666;
	font-size: 8pt;
}
input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	border: 1px solid #666666;
	background: #fff;
	padding: 2px;
}
select {
	color: #333;
	border: 1px solid #666666;
	background: #fff;
	font-size: 8.5pt;
}
option {
	padding: 2px;
}
input.checkbox, input.radio {
	background: none;
	border: none;
}
input.button {
	border: 2px solid #666666;
	background: #d8d8d8;
	color: #333;
	padding: 6px 8px;
	font-weight: bold;
	cursor: pointer;
}


/***********************************************************
* GENERAL
***********************************************************/
#container {
	width: 750px;
	margin: 0 auto;
}
#content {
	font-size: 9pt;
	line-height: 1.1em;
	color: #333333;
}
.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#content {
	background: url(images/content_bg.gif) 0 0 repeat-y #fff;
	border: 1px solid #999;
	margin: 12px 0 0 0;
}
#content p {
	font-size: 8.5pt;
	margin: 0 0 10px 0;
	padding: 0;
}
.content-left {
	float: left;
	width: 258px;
	padding: 20px;
}
.content-left img {
	margin: 0 0 15px 0;
	display: block;
}
.content-left h2 {
	font-family: arial;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0 16px 6px 0;
	text-align: right;
}
.menu ul, .home-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	text-align: left;
}
.menu a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0 6px 10px;
	background: url(images/menu_plus.gif) left center no-repeat;
	font-size: 8pt;
}
.menu a:hover {
	text-decoration: underline;
}
.home-menu li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	text-align: right;
}
.home-menu a, .home-menu a:visited, .home-menu a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 18px 6px 0;
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 8pt;
}
.home-menu a, .home-menu a:visited {
	background-image: url(images/home_menu_off.gif);
}
.home-menu a:hover {
	background-image: url(images/home_menu_on.gif);
}
.content-right {
	float: left;
	padding: 25px;
	width: 400px;
}
.content-right h3 {
	font-family: arial;
	color: #666666;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
}
.content-right h4 {
	color: #00007d;
	font-family: arial;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 2px 0;
}
.required {
	font-size: 8pt;
	color: #d80000;
	font-weight: normal;
	padding-left: 3px;
}



/***********************************************************
* HEADER
***********************************************************/
#logo {
	float: left;
	width: 219px;
	margin: 30px 0 0 0;
}
#logo_sand {
	float: left;
	width: 200px;
	margin: 5px 0 0 19px;
}
#nav {
	font-weight: bold;
	font-family: arial;
	float: left;
	width: 531px;
	height: 38px;
	border-top: 1px solid #999;
	margin-top: 34px;
	text-align: right;
	background: url(images/header_bg.gif) 0 0 repeat-x #d8d8d8;
	position: relative;
}
#nav.sand {
	margin-top: 45px;
}
#nav ul {
	margin: 4px 0 0 0;
	padding: 6px 0 0 0;
	list-style: none;
	float: right;
}
#nav li {
	float: left;
	list-style: none;
	padding: 0 20px 0 0;
}
#nav a {
	font-size: 7.5pt;
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #663399;
}
#homelink {
	position: absolute;
	top: -11px;
	right: 20px;
	background: #fff;
	padding: 0;
	height: 15px;
	width: 40px;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
}
#homelink a {
	color: #999;
	font-size: 7pt;
}
#homelink a:hover {
	color: #000;
}
.marquee {
	font-size: 8pt;
	color: #999;
	font-weight: normal;
	width: 531px;
	float: right;
}


/***********************************************************
* FOOTER
***********************************************************/
#footer {
	font-size: 10px;
	color: #999;
	padding: 0 0 0 325px;
	margin: 18px 0;
}

/***********************************************************
* HOME PAGE
***********************************************************/
#hero {
	margin: 12px 0 0 0;
}


/***********************************************************
* MESSAGES
***********************************************************/
.success, .error {
	border-style: solid;
	border-width: 2px;
	padding: 8px;
	margin: 0 0 16px 0;
	font-size: 8pt;
}
.success {
	border-color: #00d800;
}
.success strong {
	color: #00d800;
}
.error {
	border-color: #d80000;
}
.error strong {
	color: #d80000;
}



/***********************************************************
* STYLED TABLE
***********************************************************/
table.styled {
	background: #fff;
	padding: 3px 4px;
	border: 1px solid #d8d8d8;
}
table.styled th {
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #999;
	padding: 4px;
	font-size: 10pt;
	white-space: nowrap;
}
table.styled td, table.styled td.alt {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px;
	padding: 6px;
	color: #000;
	font-size: 9pt;
}
table.styled td {
	background: #f3f3f3;
}
table.styled tr.alt td {
	background: #d8d8d8;
}
