/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url("images/bg-site.gif") repeat-x;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #474646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	text-align: right;
	color: #666666;
}

h1 { 
	font-size: 22px;
	font-weight: bold;
	color: #01197f;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
	color: #31659c;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- LIST ITEMS ----------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 50px 15px 25px;
}

li {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #31659c; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #01197f; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	width: 990px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 124px;
	left: 2px;
	background: url("images/bg-nav-divider.gif") no-repeat center left;
}

ul#mainnav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: url("images/bg-nav-divider.gif") repeat-y center right;
}

ul#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0 3px 0 0;
	padding: 17px 19px 16px 19px;
	font-size: 13px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a#current  {
	background: url("images/bg-nav-on.gif");
	color: #333333;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 0px;
	padding: 0px;
	height: 15px;
	padding: 5px 2px;
	background: #31659c;
	border-top: 1px solid #8c8f94;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #edebeb;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #edebeb;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

ul#utilitynav li span {
	font-weight: bold;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-body.gif") repeat-y;
	border: 1px solid #cccccc;
	border-top: none;
}

/* Creates DIV container for header. */
div#header {
	width: 990px;
	height: 180px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-header.jpg") no-repeat;
	position: relative;
}
	
div#content {
	width: 930px;
	padding: 25px 30px;
	text-align: left;
	float: right;
	position: relative;
}

	div#content img {
		border: 1px solid #cccccc;
	}

div.columnlt {
	width: 444px;
	text-align: left;
	float: left;
	margin-bottom: 15px;
}

div.columnrt {
	width: 444px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: left;
	float: right;
	border-left: 1px dotted #cccccc;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 990px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #31659c;
	padding: 10px 0px 5px 0px;
	text-align: left;
	clear: both;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #31659c;
}

div#copyrightcontainer a:hover {
	text-decoration: underline;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.right {
	margin: 0px 0px 15px 20px;
	padding: 4px;
	float: right;
}

img.left {
	margin: 0px 20px 15px 0px;
	padding: 4px;
	float: left;
}

img#payments {
	position: absolute;
	top: 92px;
	right: 5px;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

div#audio {
	position: absolute;
	top: 21px;
	right: 18px;
	width: 142px;
	height: 16px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 50px;
}

div#login {
	float: right;
}

div#map {
	width: 800px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #cccccc;
}
