/*-------------------------------------ALL PAGES----------------------------*/
body
{
	background-color: #69C;
	background-attachment: scroll;
	padding: 0;
	margin: 0;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 62.75%;
}

.spacer { clear: left; }

/*   PAGE STYLING   */
div#container
{
	width: 705px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

div#header
{
	width: 705px;
	height: 154px;
	margin: 0;
	padding: 0;
	background: url(../Images/top_background.gif) no-repeat 0 0;
}

div#port-header
{
	width: 705px;
	height: 176px;
	margin: 0;
	padding: 0;
	background: url(../Images/top_background.gif) no-repeat 0 0;
}



/*   Page Logo styles   */

div#header_logos
{
	width: 705px;
	height: 121px;
	margin: 0;
	padding: 0;
}

div#header_logos h1
{
	width: 250px;
	height: 121px;
	display: block;
	float: left;
	padding: 0 0 0 27px;
	margin: 0;
	text-indent: -9999px;
	background-image: url(../Images/logo.gif);
	background-repeat: no-repeat;
	background-position: 18px 40px;
}

div#header_logos h2
{
	width: 175px;
	height: 121px;
	display: block;
	float: right;
	padding: 0 12px 0 0;
	margin: 0;
	text-indent: -9999px;
	
}



#searchbar
{
	position:absolute;
	top:10%;
	left:65%;
	
}

div#middle
{
	width: 705px;
	background: url(../Images/middle_background.gif) repeat-y 0 0;
	padding: 0 0 10px 0;
	margin: 0;
}

div#flash
{
	position: relative;
	width: 670px;
	height: 214px;
	margin: 0 0 0 14px;
	padding: 0;
	border: #CCC 1px solid;
}

div#flash2
{
	position: relative;
	width: 670px;
	height: 93px;
	margin: 0 0 0 14px;
	padding: 0;
	border: #CCC 1px solid;
}

div#flash3
{
	position: relative;
	width: 660px;
	height: 112px;
	margin: 0 0 0 14px;
	padding: 0;

}


div#sidebar
{
	width: 150px;
	float: left;
	padding: 0px 20px 0px 10px;
	margin: 15px 10px 10px 0;
}



/*   TEXT COLUMN STYLES   */
div#text-column
{
	width: 640px;
	float: left;
	padding: 20px 0 25px 30px;
}

div#text-left-column
{
	/*	width: 440px;*/
	width: 440px;
	float: left;
	padding: 20px 0 25px 30px;
}

div#text-left-column2
{
	width: 440px;
	float: left;
	padding: 0 0 25px 0px;
}

div#text-right-column
{
	width: 180px;
	float: left;
	padding: 55px 0 0 20px;
	margin: 0;
}

.border-none { border-width: 0; }

.image-left
{
	border-width: 0;
	padding: 2px 10px 10px 2px;
	float: left;
}

.image-right
{
	border-width: 0;
	padding: 2px 2px 10px 10px;
	float: right;
}

/*   FOOTER STYLES   */
div#footer
{
	width: 705px;
	height: 110px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background:url(../Images/footer_background.gif) no-repeat 0 0;
}

div#footer-left
{
	width: 250px;
	float: left;
	margin: 0 0 0 -50px;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 25px 0 0 30px;
	display: block;
}

div#footer-left p
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

}

div#footer-right
{
	width: 250px;
	height: 30px;
	float: right;
	margin: 0px 30px 0 0;
}

div#footer-right p
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 140%;
	color: #fff;
	text-align: right;
}

div#footer-right a
{
	color: #fff;
	background-color: transparent;
}

div#footer-right strong { color: white; }

/*   NAVIGATION MENU   */

#navigation ul {
	margin-top: 0.8em;
	padding-left: 0;
	padding-left:10px;
}

#navigation li {
	display: inline;
	width:180px;
	padding: 5px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0 5px;
	list-style-type:none;
}

#navigation a { 
	width:180px;
	color:#044d7c;
	text-align:center;
	text-decoration:none;
	padding: 10px;
	padding-bottom: 4px;
	margin-top: 5px;
}

#navigation a:hover {
	padding: 0;
	padding: 10px;
	padding-bottom: 4px;
	border-bottom:2px solid #044d7c;
	height: 30px;
	margin-top: 5px;
	
	
}


/*   TYPOGRAPHY   */
h3, h4, h5
{
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Sans-serif;
	margin: 0px;
}

h3
{
	padding: 0px 0px 4px 0px;
	color: #014A7A;
	font-size: 2em;
	line-height: 1.8em;
}

h4
{
	padding: 6px 0 5px 0;
	color: #900;
	font-size: 1.4em;
	line-height: 1.4em;
}

h5
{
	padding: 4px 0 3px 0;
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #333;
	margin: 0 0 10px 0;
}



strong
{
	font-weight: bold;
	color: #014A7A;
}

em { color: #014A7A; }

a
{
	text-decoration: none;
	color: #C00;
}

a:visited
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: none;
	color: #C00;
	background-color: #eee;
}

a:active
{
	color: #C00;
	background-color: #eee;
}

li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #333;
}


/* REMOVES VERT WHITESPACE FROM FORM */
form {
	margin-top: 0;
	margin-bottom: 0;
}

.mailinglist { line-height: 28px;  padding: 0px; margin: 0px; margin-bottom: 18px; margin-top: 7px; }
.mailinglist input.input {  width: 100px; margin-left: 5px; margin-top: 7px; padding: 0px; height: 20px; line-height: 28px; float: left; }
.mailinglist input.submit { width: 28px; height: 28px; border: 0px none;  outline: none; float: right; }

.searchbar { line-height: 28px;  padding: 0px; margin: 0px; margin-bottom: 18px; margin-top: 7px; }
.searchbar input.input {  width: 100px; margin-left: 5px; margin-top: 7px; padding: 0px; height: 20px; line-height: 28px; float: left; }
.searchbar input.submit { width: 26px; height: 22px; border: 0px none;  outline: none; float: right; }



.maintextleftimg {width:80px;
height:80px;
border:1px solid #ccc;
float:left;
padding:3px;
margin:0px 5px 5px 0;
}
.style1 {color: #993366}
.style2 {color: #999999}
.style4 {color: #0066FF}
.style5 {color: #008080}

/*-------------------------------------HOME PAGE COLUMN STRUCTURE----------------------------*/
div#firstcol
{
	width: 410px;
	float: left;
	border-right: #CCC 1px dashed;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}

div#secondcol
{
	width: 170px;
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 15px 10px 10px 0;
	border-right: #CCC 1px dashed;
}

/*-------------------------------------GENERAL TEXT PAGES COLUMN STRUCTURE----------------------------*/

div#maintext
{
	width: 405px;
	float: left;
	padding: 0px 20px 0px 30px;
	margin: 25px 10px 10px 0;
	border-right: #CCC 1px dashed;
}

div#maintext2
{
	width: 600px;
	float:none;
	padding: 0px 20px 0px 20px;
	margin: 25px 10px 10px 10px;
	
}







/* CSS Document */
