@charset "utf-8";
/* CSS Document */

body {
	background:url(images/graybg.jpg);
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
}

h1 {
	font-size:14pt;
	color:#2B4F71;
	margin:10px 0 0 0;
	font-weight:normal;
}

h2 {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#2B4F71;
	margin:10px 0 5px 0;
}

h3 {
	font-size:10pt;
	color:#2B4F71;
	margin:10px 0 5px 0;
}

h1,h2,h3 {
	padding-left:13px;
}

a h1, a h2 {
	text-decoration:none;
}

p {
	color:#2B4F71;
	margin:4px 10px 8px 14px;
	line-height:10pt;
}

a img {
	border:none;
}

a {
	color:#1819a5;
}

a:hover {
	text-decoration:none;
}

ul {
	margin-top:5px;
	margin-bottom:5px;
}

li {
	list-style-image:url('images/bullet.gif');
	border-bottom:1px solid #1819a5;
}

li:hover  {
	list-style-image:url('images/bullet_over.gif');
	border:none;
	padding-bottom:1px;
}

li a {
	text-decoration:none;
	font-size:9pt;
}

form {
	margin:0;
}

input, textarea, select {
	background:#a69765;
	border:1px solid #fbe5a0;
}

input.radio {
	border:none;
	width:auto;
}

legend {
	font-weight:bold;
	color:#2B4F71;
}



.submit {
	width:auto;
	cursor:pointer;
	font-weight:bold;
	color:#fbe5a0;
	background:#2B4F71;
	padding:2px 4px;
}

.submit:hover {
	background:#a69765;
	color: #003399;
}

.content {
	padding:12px 2px;
}

.title {
	margin:0 0 5px 13px;
}

.brandbox {
	background:#fff;
	border:1px solid #000;
	margin:20px;
	padding:10px 15px;
}

.brandbox img {
	margin:5px 8px;
	vertical-align:middle;
}

.formbg {
	background:#A79A6B;
	padding:5px 7px;
}

.required {
	color:#FF0000;
}

p.required {
	margin:0;
	font-size:8pt;
}

#container {
	width:742px;
	height:800px;
	background:#2B4F71;
}

#header {
	height:37px;
	padding-top:15px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#726647;
}

#footer {
	height:59px;
	background:#393337;
	text-transform:lowercase;
	padding:5px 25px 0;
	color:#726647;
}

#footer td {
	color:#D2DBE3;
	font-size:1.3em;
	font-weight:bold;
	text-transform:none;
}

#footer p {
	color:#D2DBE3;
}

#header a, #footer a {
	color:#D2DBE3;
	font-size:11px;
	text-decoration:none;
}

#header a:hover, #header a.active, #footer a:hover, #footer a.active {
	color:#ffe8a2;
}

#header a {
	margin:0 15px;
}

#main {
	height:682px;
	background:#345777 url('images/mainbg.jpg') repeat-x;
}

#title {
	height:70px;
}

#page {
	width:690px;
	height:607px;
	background:#B9C7D4;
	border:1px solid #FFE8A2;
}

#gallery {
	width:344px;
	height:585px;
	background:#2B4F71;
}

#disclaimer {
	position:absolute;
	top:710px;
	text-align:right;
	width:670px;
	color:#01019f;
	font-size:10pt;
}




body.smallwin {
	background:#b9c7d4;
}

.smallwin h1 {
	margin-top:0;
	color:#FFE895;
	background:#2B4F71;
	padding:2px 0 3px 13px;
}

.smallwin p {
	color:#000000;
}

.smallwin li {
	list-style:disc;
	border:none;
	font-size:8pt;
}