/* ----------------------------------BODY-------------------------------------*/

* {
	margin:0px;
	padding:0px;
	}

html { height: 100%; margin-bottom: 1px; } /*to force vert scrollbar in non IE browsers*/

body {
	text-align:center;
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#273D82;
	}

/* ----------------------------------	MAIN CONTAINER	-------------------------------------*/

#wrapper {
	position:relative;
	width:690px;
	margin:5px auto;
	border:0px solid #fff;
	}

/* ----------------------------------	HEADER CONTAINER	-------------------------------------*/

#header {
	position:relative;
	height:150px;
	width:690px;
	background:#000000 url(../../images/banner.gif) left top no-repeat;
/*	border-bottom:8px solid #000;*/
	}
/*html>body #header {
    	width:670px;
    	height:100px;	FF height
	}*/
	
	#logoLink , #logoLink a:link, #logoLink a:visited{
		position:absolute;
		top: 1px;
		left:0px;
		width:250px;
		height:90px;
		border:0px solid #000;
		}
		
	.hidden{
		display:none;
		visibility:hidden;
		color: #000000;
		text-decoration:none;
		}	
	
/* ----------------------------------	HEADER CONTENT	-------------------------------------*/	
	
#header h1 {
	margin:0px;
	padding:0px;
	}	
#header h1 span {
	display:none;
	}

/* ----------------------------------	NAVIGATION	-------------------------------------*/

#menu ul {
	position:absolute;
	list-style:none;
	width:415px;
	font-size:13px;
	top:116px;
	left:3px;
	}

#menu ul li {
	position:relative;
	float:left;
	}

#menu ul li a {											/*main menu*/
	display:block;
	width:76px;                                  			/*controls width of main menu*/
	height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:5px;
	border:1px  solid #fff;							/*menu & flyout divider lines*/
	background-color: #000;					/*bg color of main nav buttons*/
	}

#menu li ul {												/*submenu flyouts*/
	position:relative;
	width:74px;                                    		/*controls width of flyours*/
	height:15px;
	display:none;
	font-size:10px;
	font-weight:bold;
	top: 0px;
	left:0px;
	}

 #menu li ul li a {											/* flyout links*/
	display:block;
	width:75px;												 /*controls width of flyouts part  2*/
	height:30px;
	text-decoration:none;
	color:#EBEBEB;
	font-weight:bold;
	padding:5px;
	border:1px solid #fff;								/*menu & flyout divider lines*/
	background-color: #525252;					/*bg color of flyouts*/
	}

#menu ul li ul {
	border:0px solid #fff;								/*outer border of flyout menu*/
	border-bottom:0px;
	}

#menu ul li a:hover {
	color:#fff;													/*menu text color*/
	background-color:#323232;					/*menu rollover background color*/
								
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { 
	display:block;
	}
li.dropdown a {												/*adds a bullet arrow to menus with flyout items*/
	background-color:#D18fff;
/*	background:url(images/bullet_off.gif) bottom right no-repeat;*/
	}
	
li.dropdown a:hover {
	background-color:#fff;
	margin:0px;
	padding:0px;
	}
li.dropdown ul a {
	background-image:none;
	}
li.dropdown ul a:hover {
	background-image:none;
	margin:0px;
	padding:0px;
	}
ul#dropdownext {
	width:200px;
	}

/* ----------------------------------	LEFT & RIGHT CONTAINERS	-------------------------------------*/

#leftcontainer {
	float:left;
	width:200px;
	height:auto;
	margin:10px 0 20px  3px;
	text-align:left;
	border:0px solid #ccc;
	}

#rightcontainer {
	float:right;
	width:450px;
	height:auto;
	margin:10px 5px 20px  20px;
	text-align:left;
	border:0px solid #ccc;
	/*background-color:#ffffcb;*/				/*set background color of text container*/
	}

#containerWidePhoto {
	display:block;
	float:left;
	width:350px;
	height:auto;
	min-height:400px;
	margin:10px 1px 5px  2px;
	padding:0px;
	text-align:left;
	border:1px solid #fff;
	}
	
#containerWideText {
	float:left;
	width:323px;
	height:auto;
	margin:10px 0px 5px  2px;
	padding: 15px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}

.container_w_background {
	float:right;
	width:272px;
	height:auto;
	margin:10px 16px 5px  13px;
	padding: 15px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}
/* ----------------------------------	BODY CONTENT	-------------------------------------*/


.rotatorbg  {
	bgcolor: #000000;
	z-index: 2;
}


a, a:link,  a:visited   {
	color:#0000FF;
	text-decoration:underline;
	}
	
	
#rightcontainer a:hover {
	text-decoration:none;
	}
h1 {
	font-size:125%;
	margin:5px 0 3px 0;
	}
h2 {
	font-size:100%;
	margin:5px 0 3px 0;
	}
p {
	margin:5px 0 3px 0;
	}
.center {
	text-align:center;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.underline {
	text-decoration:underline;
	}
.notice {
	font-weight:bold;
	text-decoration:underline;
	}
.alert {
	font-weight:bold;
	color:red;
	}
li.space {
	margin-top: 12pt;
	}
li.space ul {
	margin-left: 0px;
	}
#rightcontainer ul {
	margin-left:30px;
	margin-right:15px;
	list-style-type:square;
	}
#rightcontainer ol {
	margin-left:38px;
	margin-right:15px;
	}
#rightcontainer ul li, #rightcontainer ol li {
	margin-bottom:3px;
	}
ul#links {
	list-style:none;
	margin-left:15px;
	}
ul#list {
	list-style:none;
	margin-left:15px;
	}
ul#list li ul {
	list-style:none;
	margin-left:0px;
	margin-bottom:12px;
	}
ul.clean li {
	list-style:none;
	}
.image {
	border:1px solid #000;			/*sets image border*/
	}
.mainimage {
	border:1px solid #000;
	margin-left:15px;
	padding:0px;
	}
.imageRight {
	width:175px;
	float:right;
	text-align:center;
	margin:5px 15px;
	}
.imageLeft {
	width:355px;
	float:left;
	text-align:center;
	margin:5px 15px;
	}	
html>body .imageContainer {
	margin:5px 15px;
	}
			
/* ----------------------------------	FORM CONTENT	-------------------------------------*/	
	
form {
	margin-left:15px;
	}
form p {
	margin-left:0px;
	}
.buttons {
	margin-top:8px;
	}
	
/* ----------------------------------	FOOTER CONTAINER	-------------------------------------*/

#footer {
	clear:both;
	width:680px;
	height:35px;
	background-color:#000000;
	/*border-top:10px solid #333;*/
	color:#fff;
	}
html>body #footer {
   	width:670px;
	}
	
/* ----------------------------------	FOOTER CONTENT	-------------------------------------*/

#footer p {
	font-size:90%;
	margin:5px 0px;
	text-align:center;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	
	}
#containerNarrowText {

	float:left;
	width:auto;
	height:auto;
	margin:10px 0px 5px  2px;
	padding: 15px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
}
