@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;padding:0
	}

body {
	font: 12px arial,sans-serif;
	text-align:center; 
	background-image: url(images/bg_1600x1200.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#000033;
	}

p {
	margin:0 10px 10px
	}
	
h1 { 
	font: 16px eurostile,arial,sans-serif;
	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin:0 0px 20px 10px;
	}

	
a { 
	}
	
div#header {
	padding-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	/* background: #000033; */
	clear: both;
	height: 160px;
	text-align: left;
	}

div#container{
	text-align:left
	}

div#subheader p{
	line-height:1.4
	}

/* div#navigation{
	background:#CCCCCC
	} 
*/	
	
div#content{background:#FFFFFF}

div#footer{color: #CCCCCC ;margin-top: 5px; width: 100%; font-size:10px; text-align: center; padding: 10px 0px 10px 0px }
div#footer a { color: #99CCCC; text-decoration: none; }
div#footer a:hover {text-decoration: underline;}


div#container{width:950px;margin:0 auto}
div#subheader{float:right;width:795px; height:200px;}
div#navigation{float:left;width:150px}
div#content{float:right;width:795px; margin-top:5px; padding-top: 10px}
div#footer{clear:both;width:100%; }


div#subheader_img {
	width: 350px;
	height: 200px;
	border: 0;
	float: left;
	clear: none;
	}

div#subheader_box2 {
	width: 210px;
	height: 180px;
	border: 0;
	text-align: center;
	margin: 0 0px 0 5px;
	padding: 10px;
	float: left;
	background-color: #8AD4A2;
	clear: none;
	}

div#subheader_box3 {
	width: 205px;
	height: 200px;
	border: 0;
	float: right;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	clear: none;
	}
#clearNone {
	clear: none;
	}

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	min-height: 30px;
}
#menu a {
	background: #7DC1E3;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 10px;
}
#menu a:hover {
	background: #45A8D9 url("images/btn_bg.jpg");
	color: #003399;
}	


a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	
a:visited {
	color: #0000FF;
}	

.imgLeft {
	float: left;
	padding: 0px 10px 10px 0px;
	border: 0;
	clear: both;
	}

.imgRight {
	float: right;
	width: 300px;
	padding: 0px 10px 25px 25px;
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	clear: none;
}

.margin {
	margin: 10px;
	}

.pullquote {
	width: 20%;
	float:right;
	font-size:124%;
	font-weight: bold;
	color: #FF6600;
	line-height:145%;
	margin:10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 24px 5px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 40px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}


.pullquoteNopad {
	width: 90%;
	float: left;
	font-size:105%;
	font-weight: bold;
	color: #000066;
	line-height: 150%;
	margin:5px;
	background: url(images/closequote_grn.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 24px 5px 0px;
}
.pullquoteNopad:first-letter {
	background: url(images/openquote_grn.gif) no-repeat left top !important;
	padding:10px 1px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}


/* SUBMENU INACTIVE 

#submenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: inherit;
	min-height: 200px;
}
#submenu li {
	font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 0;
}
#submenu a {
	background: #45A8D9;
	color: #FFFFFF;
	display: block;
	padding-left: 20px;
	line-height: 8px;
	text-decoration: none;
}
#submenu a:hover {
	color: #333333;
	text-decoration: none;
}	
*/
