/* --------------------------------------------
| GLOBAL STYLES
--------------------------------------------- */
html { border: none; }

body {
	margin: 0;
	padding: 0;
	background: #001f3d url('../images/background.gif') top left repeat-x;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #fff;
	font-weight: normal;
}

img { border: 0; }
p { margin-top: 0; }
a { color: #c82c2c; text-decoration: underline; }
a:hover { color:#ff3838; text-decoration: underline; }
a:visited { color: #c82c2c; }

h3 {
	font-size: 110%;
	margin: 20px 0 8px 0;
	color: #c82c2c;
	font-weight: bold;
}

h4 {
	font-size: 80%;
	margin: 12px 0 4px 0;
	color: #53b8ff;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {
	font-size: 90%;
	margin: 16px 0 0 0;
	color: #fff;
	font-weight: bold;
}

/* -------------------------------------------- */
#nav {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 8px 0;
}

/* -------------------------------------------- */
#main {
	width: 758px;
	margin: 0 auto 0 auto;
	padding: 00;
}

/* -------------------------------------------- */
#sidebar {
	float: left;
	width: 155px;
	line-height: 1.3em;
	padding: 4px 0 0 0;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#sidebar li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

#sidebar a {
	color: #53b8ff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}

/* -------------------------------------------- */
#content, #landing1, #landing2 {
	float: right;
	width: 590px;
	font-size: 98%;
}

/* -------------------------------------------- */
#landing0 {
	background: #001f3d url('../images/landing0.jpg') top right no-repeat;
	width: 378px;
	padding: 0 380px 0 0;
}

#landing0 ul {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: 0;
}

#landing0 li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	text-indent: 0;
	border-bottom: 1px dotted #53b8ff;
}

#landing0 a {
	color: #53b8ff;
	text-decoration: none;
}

#landing0 a:hover {
	color: #fff;
	text-decoration: none;
}

/* -------------------------------------------- */
#landing1 {
	background: #001f3d url('../images/landing1.jpg') top left no-repeat;
	width: 330px;
	padding: 0 260px 0 0;
}

/* -------------------------------------------- */
#landing2 {
	background: #001f3d url('../images/landing2.jpg') top left no-repeat;
	width: 330px;
	padding: 0 260px 0 0;
}

/* -------------------------------------------- */
#footer {
	width: 758px;
	margin: 10px auto 0 auto;
	padding: 8px 0;
	color: #66798b;
	line-height: 1.3em;
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #fff;
}

#footer a {
	color: #66798b;
	text-decoration: underline;
}

#footer a:hover {
	color: #a1c0dc;
}

/* -------------------------------------------- */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* -------------------------------------------- */
.special1 {
	font-weight: normal;
	list-style-image: url('../images/bullet.gif');
	list-style-type: circle;
	text-indent: 0;
	margin: 1.4em 0;
	padding: 0 0 0 26px;
}

.special1 li {
	margin: 3px 0;
}

/* -------------------------------------------- */
.special2 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

.special2 li {
	margin: 1.4em 0;
}

.special2 ul {
	font-weight: normal;
	list-style-image: url('../images/bullet.gif');
	list-style-type: circle;
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 26px;
}

.special2 ul li {
	margin: 3px 0;
}

/* -------------------------------------------- */
.caption {
	color: #a1c0dc;
	font-size: x-small;
	margin: 3px 0 10px 0;
	text-align: center;
}