/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin:0;
	padding:0;
	text-align:center;
	background: #ffffff url(images/bg-site.gif) repeat-x;
}

p, h1, h2, h3, a, ul, ol, li, address {
	color: #0C101D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

p {
	padding: 5px 0 10px;
	line-height: 20px;
}

h1 {
	color:#141B30;
	text-transform: capitalize;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #860000;
}

	h2 a {
		color:#860000;
		font-size: 16px;
	}
	
	h2 a:hover {
		color:#002D5B;
		text-decoration:none;
	}

h3 {
	font-size: 16px;
	color: #860000;
	text-align:center;
}

address {
	text-align:right;
	color:#FFFFFF;
	font-size: 14px;
	font-style: normal;
	padding: 10px 20px 10px 5px;
	line-height: 22px;
}

	address a {
		color: #FFFFD3;
		font-size: 11px;
	}
	
	address strong {
		font-family: tahoma;
		color: #FFFFFF;
		font-weight: bold;
	}
	
strong {
	color: #820000;
}

hr {
	border: none;
	border-top: 1px dotted #DEDEDE;
	height: 1px;
	padding: 15px 0 0 0;
	clear: both;
	width: 700px;
}
	
/* ----------------- LINK STYLE ----------------- */
a {
	color:#002D5B;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#840000;
	text-decoration:none;
}

/* ----------------- PAGE ELEMENTS ----------------- */
div#container {
	width:915px;
	padding:0;
	background: #FFFFFF url(images/container-bg.gif) repeat-y left top;
	margin: 0px auto;
}

div#header {
	position: relative;
	height: 329px;
	background: #FFFFFF url(images/header-bg.jpg) no-repeat;
}

div#location {
	position: absolute;
	right: 0px;
	top: 10px;
	color:#ffffff;
}

	div#location a {
		color:#ffffff;
		text-decoration:underline;
		font-weight: normal;
		font-size: 11px;
	}
	
	div#location a:hover {
		color:#ffffff;
		text-decoration:none;
	}
	
div#cta {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#flash {
	position: absolute;
	left: 5px;
	top: 134px;
}

div#flash2 {
	position: absolute;
	right: 10px;
	top: 65px;
}

div#content {
	float:right;
	width:619px;
	padding: 20px;
}
	
	#content ul {
		margin: 0px;
		padding: 0px 0px 15px 25px;
		list-style-type: square;
	}
	
	#content ul.left {
		float: left;
		padding: 0px 15px 15px 25px;
	}
	
	#content li {
		line-height: 1.5;
		margin-bottom: 5px;
	}
	
div.column {
	width: 275px;
	float: left;
	background-color: #F2F2F2;
	border: 1px solid #CACACA;
	margin: 0 5px;
	padding: 0 10px;
}

div#map {
	width: 500px;
	padding: 5px;
	margin: 0 auto 20px auto;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
}

div#sidebar {
	width: 241px;
	float:left;
	background: url(images/leftdiv-bg.jpg) no-repeat left top;
	min-height: 400px;
	_height: 400px;
}

	#sidebar h1 {
		text-align: right;
		padding-top: 25px;
		color: #01559D;
		margin: 0px;
		font-size: 18px;
		font-weight: bold;
		padding-right: 20px;
	}

div#footer {
	font: 9px Arial, Helvetica, sans-serif;
	width: 915px;
	margin: auto;
	color: #333333;
	background: #ffffff;
	text-align: left;
	clear: both;
	height: 45px;
}

/* ----------------- MAIN NAV ----------------- */
ul#mainnav {
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 35px;
	position: absolute;
	left: 5px;
	top: 100px;
}

ul#mainnav li {
	float:left;
	padding:0;
	display:inline;
	margin: 0;
	border-right: 1px solid #c1bfbf;
}

ul#mainnav li a {
	height: 20px;
	padding: 10px 20px 2px 20px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	color:#666565;
	display:block;
	margin: 0px;
	text-transform: uppercase;
}

ul#mainnav li a:hover, ul#mainnav li a#current {
	color:#FFFFFF;
	background-color: #141b30;
}

ul#mainnav li#last {
	border-right: none;
}

/* ----------------- UTILITY NAV ----------------- */
div#footernav {
	text-align: left;
	margin-left: 5px;
	color: #333333;
	font: bold 11px tahoma;
	width: 675px;
	float: left;
	margin-top: 15px;
}

div#footerright {
	float: right;
	width: 120px;
	text-align: right;
	margin-top: 15px;
	padding-right: 5px;
}
	
div#footernav a {
	color:#333333;
	text-decoration:none;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

div#footernav a:hover {
	text-decoration:underline;
}

/* ----------------- COPYRIGHT ----------------- */
div#copyright {
	width:900px;
	color:#333333;
	text-align: center;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	margin: 50px auto 0 auto;
}

div#copyright a {
	font-size:9px;
	color:#333333;
	text-decoration:underline;
}

div#copyright a:hover {
	text-decoration:none;
}

#copyright img {
	border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
}

img.imageright {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

img.nobrd {
	border: none;
}

img.arrow {
	padding-right: 5px;
	vertical-align: middle;
	border: none;
}

a img {
	border: none;
}

img#cc {
	padding: none;
	background: none;
	border: none;
}

img#nga {
	padding: none;
	background: none;
	border: none;
	margin-right: 35px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

p.left {
	float: left;
	margin-right: 40px;
}

div#content1 p {
	font-size: 14px;
}

span.nobreak {
	white-space: nowrap;
}


