/*
Navy: 04274d;
Turq: 00b1bd;

*/

.floatleft {float: left;}
.floatright {float: right;}

img.floatleft, img.floatright {
	margin: 0px 10px;
}

img.floatleft {
	margin-left: 0px;
}

img.floatright {
	margin-right: 0px;
}

.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.justify {text-align: justify;}

body {
	background: #1a3053;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #00b1bd;
	text-decoration: none;
	border-bottom: 1px solid #00b1bd;
}

p, ul, ol, dl {
	margin-bottom: 18px;
}

ul.list li {
	list-style-type: square;
	margin-left: 20px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 20px;
}

.nospace {
	margin-bottom: 0px;
}

h1 {
	font-size: 36px;
	margin-bottom: 18px;
}

h2 {
	font-size: 26px;
	margin-bottom: 18px;
	width: 100%;
	line-height: 26px;
}

#content h2 {
 border-bottom: 2px solid #00b1bd;
 padding-bottom: 12px;
}

#content h2.noborder {
	border: none;
}

h3 {
	font-size: 20px;
	margin-bottom: 18px;
}

h4 {
	font-size: 18px;
	margin-bottom: 18px;
}

div.clear {
	height: 10px;
}

div#backhome {
	width: 100%;
	float: left;
	clear: both;
	height: 40px;
	background: #4747DD;
	color: #DDD;
	text-align: center;
	margin-bottom: 0px;
}

div#backhome p {
	padding: 10px 0px;
}

div#backhome p a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

div#content {
	background: #FFF;
	color: #1a3053;
	padding-top: 30px;
}

div#header {
	height: 320px;
	background: url(./images/header.jpg) top left no-repeat;
	text-indent: -9999px;
}

div#header * {
	border: none;
}

div#nav ul {
	clear: both;
}

div#nav li {
	width: 172px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div#nav li a {
	float: left;
	width: 100%;
	text-decoration: none;
	border-bottom: none;
	background: #00b1bd;
	color: #FFF;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

div#nav li a:hover {
	background: #00b1FF;
}

div#nav li.current a {
	background: #FFF;
	color: #00b1bd;
}

div#nav li.omega a {
	background: #ca2121;
	color: #FFF;
}

div#nav li.omega a:hover {
	background: #e62d2d;
	color: #FFF;
}

a#fancybox-close, a.zoom {
	border: 0px;
}

a.zoom img {
	border: 2px solid #00b1FF;
}

a.zoom {
	margin-right: 10px;
	text-align: center;
}

.ibigrid {
	border: 1px #999999 solid 
}
