﻿@charset "utf-8";

/* GENERIC Styles */
body
{
	font-family:"Trebuchet MS", sans-serif;
	color:#012638; /*#003366;*/
	/*text-align:center;*/
	font-size:14px;
}

a
{
	text-decoration:none;
	color:#012638;/*#003366;*/
	padding:2px;
	display:block;
}
a:hover
{
	display:block;
	color:#CC6600; /*#0066CC ;*/
	padding:2px;
}


a.FAQ
{
	display:inline;
}
a.FAQ:hover
{
	display:inline;
	color:#CC6600; /*#0066CC ;*/
	padding:2px;
}
h1
{
	font-size:18px;
	font-weight:bold;
	font-family:Tahoma, san-serif;
	padding-left:4px;
	margin:1px;
	text-align:justify;
}
h2
{
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, san-serif;
	padding-left:4px;
	margin:1px;
	text-align:justify;
}

h1.text
{
	font-size:18px;
	font-weight:bold;
	font-family:Tahoma, san-serif;
	padding-left:4px;
	margin:1px;
	text-align:justify;
}

p
{
	margin:10px;
}

ul.circle
{ 
  list-style-type:circle;
  margin-top: 2px;
  margin-bottom: 2px;
}

ul.blank
{ 
  list-style-type:none;
}


div.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* END GENERIC */

div.pageContainer
{
	position: relative;
	width:944px;
	min-height:100px;
	border:solid 1px #003366;
	margin:14px;
	padding:35px;
	/*background-color: green;*/
}


/* HEADER SECTION */
div.headerFrame
{
	position: relative;
	height:100px;
	width:inherit;
}

div.logo
{
	float:left;
	width:186px;
}

div.contact{
	float:right;
	width:375px;
	height:70px;
}
div.main{
	width: 945px;  /* header width - picture width - 15px for buffer*/
	height:70px;
}
div.linkFrame
{
	width: 682px;  /* header width - picture width - 15px for buffer*/
	float:right;
	border:solid 1px #226677;
	word-spacing:normal;
	text-align:center;
	margin-top:4px; /* frame height - font size -  padding - border size - (1/2 text height) */
}
div.tabSpace
{
	width:113px;
	position:relative;
	text-align:center;
	float:left;
}
div.currentPage
{
	width:113px;
	padding-top:2px;
	position:relative;
	text-align:center;
	float:left;
	color:#CC6600;
}

/* END HEADER SECTION */


/* TITLE BOX SECTION */
div.titleContainer
{
	width:943px;
	height:100px;
	background-color:#012638;
	background-image:url(../images/link_image.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
}

h1.titleText
{
	float:right;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	margin-top:28px;
	margin-right:20px;
	text-align:right;
}

div.mainContent
{
 	position:relative;
	min-height:770px;
	height:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	/*border:solid 1px orange;*/
}

div.mainContentSiteMap
{
 	position:relative;
	min-height:770px;
	height:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:25px;
	/*border:solid 1px orange;*/
}

div.leftPane
{
	max-width:460px;
	width:auto;
	min-height:200px;
	height:auto;
	float:left;
	text-align:justify;
	font-size:14px;
	word-spacing:-2px;
/*	border:dashed 1px green;
*/}

div.rightPane
{
	max-width:460px;
	width:auto;
	min-height:200px;
	height:auto;
	float:right;
	text-align:left;
	font-size:14px;
	word-spacing:-2px;
/*	border:dashed 1px green;
*/}

div.footer
{
	clear:both;
	position:absolute;
	width:944px;
	background-color:#012638;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:5px;
	bottom:10px;
/*	border: 1px dashed red;
*/}

#row
{
	width:93px;
}

table
{
	width:100%;
}
tr.interTable
{
	width:45%;
	font-size:12px;
	text-align:left;
}
a.footerlink
{
	color:#ffffff;
	display:inline;
}
a.footerlink:hover
{
	color:#CC6600;
	display:inline;
}

* html div.pageContainer
{
	position: relative;
	width:944px;
	height:1024px;
	border: solid 1px #003366;
	margin:14px;
	padding:35px 35px 35px 35px;
}

* html div.leftPane
{
	width:460px;
	min-height:200px;
	height:auto;
	float:left;
	text-align:justify;
	font-size:14px;
	word-spacing:-2px;
/*	border:dashed 1px green;*/
}
* html div.rightPane
{
	width:460px;
	min-height:200px;
	height:auto;
	float:right;
	text-align:justify;
	font-size:14px;
	word-spacing:-2px;
/*	border:dashed 1px green;*/
}

/* "more>" link next to H1 headers */
h1 > a, h1 a:hover { display: inline; }
h1 > a.moreButton { display: inline; margin: 0px 0px 0px 5px; padding: 1px 3px; font-size: 65%; font-weight: normal; color: #c60; position: relative; bottom: 2px;}
h1 > a.moreButton:hover { color: #c60; font-weight: bold; letter-spacing: 1px; }

fieldset
{
	border-color:#012638;
	margin:0px;
}

fieldset.notes
{
	height:185px;
}

.form-field
{
    margin-bottom:5px;
	height:20px;
	width:400px;
	padding:10px;
}


legend
{
	font-size:18px;
	font-weight:bold;
	color:#012638;
}
.form-field
{
	margin-bottom:5px;
	height:20px;
	padding:10px;
}
textarea
{
	width:375px;
	height:125px;
	margin:10px 10px 10px 10px;
}
.form-field label
{
	float:left;
	width:100px;
	height:20px;
}

*html input.text
{
	width:200px;
	float:right;
	height:20px;
	margin-right:10px;
}

input[type="text"]
{
	width:200px;
	float:right;
	height:20px;
	margin-right:10px;
}

select
{
	width:208px;
	float:right;
	margin-right:10px;
	
}
label.head
{
	font-size:18px;
	font-weight:bold;
	color:#012638;
	text-align:left;
	float:left;
	margin-left:10px;
}
button
{
	height:50px;
	width:125px;
	font-size:18px;
	background:transparent;
	border:none;
	border-bottom:solid 10px #012638;
	text-align:center;
	color:#012638;
	padding:3px;
	margin:5px;
}

button:hover
{
   color:#CC6600;
}

.heading
{
	font-size:18px;
	font-weight:bold;
	font-family:Tahoma, san-serif;
	padding-left:4px;
	margin:1px;
	text-align:justify;
}