/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #13284F;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #A9D2FD;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #F9CA4A;
	text-transform: uppercase;
	background-color: #D60E2A;
	margin: 0px 9px 0px 10px;
	padding: 8px 5px;
	text-indent: 5pt;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #F9CA4A;
}

address {
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #F5C950;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #F5C950;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 790px;
	height: 248px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;
	top: 62px;
	position: absolute;
	text-align: left;
	left: 10px;
	width: 100%;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/navcurrent.gif);
	background-position: left top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:8px 24px 7px;
	color: #F1CB4E;
	text-decoration:none;
	background: url(images/nav.gif) no-repeat left top;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 4pt;
}

div#nav li a:hover {
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	width: 790px;
}

.imageborder {
	padding: 2px;
	border: 1px solid #225082;
	margin-bottom: 20px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #225082;
}

div#content img.left {
	padding: 0px;
	margin: 0px;
	float: none;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 790px;
	height: 27px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}

div#footer a {
	font-size: 9px;
	color: #FBC644;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #A9D2FD;
	margin: 0px auto 20px;
	padding: 0px;
	clear: both;
	width: 790px;
}
div#copyright a {
	font-size: 9px;
	color: #A9D2FD;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 238px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #1E3765;
}
div#rightside img {
	border: none;
	background-color: #970000;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 35px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 90px;
	border: 1px solid #13284F;
}
.clear {
	clear: both;
}
strong {
	color: #FFFFFF;
}
div#flash {
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 790px;
	position: absolute;
	top: 92px;
	left: 0px;
	background-color: #D60E2A;
}
div#copyright img {
	border: none;
}
div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A9D2FD;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
div#list1 {
	float: left;
	padding-left: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#list2 {
	float: left;
	padding-left: 70px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.name {
	color: #F9CA4A;
}
.clearleft {
	clear: left;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-transform: uppercase;
	color: #F9CA4A;
}
iframe.form {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	border: none;
}
div#images {
float:right;
padding:15px 30px 0 15px;
}

.space{	width:220px;
		height:10px;}
		
		
#test{ float:right;
		width:380px;
		height:700px;
		border:none;
		margin:10px 15px 0 0;}
		
#test img{ border:none;}




table{ font-family:Arial, Helvetica, sans-serif;
		color:#A9D2FD;
		font-size:12px;
		line-height:16px;
		width:750px;
		margin:0 0 0 20px;}
		
td{ padding:1px 1px 0 0;
		vertical-align:top;
	}


	
.bullet{	list-style-image: url(images/bullet.gif);
	
	width:130px;
	margin:5px 0 0 20px;
	padding:0;}	
	
	
.pad{ padding:0 0 0 10px;}