body, html
	{
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/* overflow: auto; because Mac IE5 don't understand 
	overflow-x:hidden;
	overflow-y:hidden;*/
	height: 130%;
	min-height: 750px;
	}


	
div
	{
	margin: 0;
	padding: 0;
	}
	
.spacer{

margin-top:10px;
}

.spacer20{
margin-top:20px;
}



#header
{
position: relative; 
/*top: 35px; testing */
/*left: 10px; testing */
padding: 0px;
background-color: #000000;
display: block;
background: no-repeat center;
/*border-bottom: 1px solid gray;*/
height: 150px; /* testing */

/*border: 1px solid red;*/
margin: 0px 0px 0px 10px; /*4px margin on top can be necc so header wont hit top menu in ie7*/
}
	
	
#rotating_Images {
   width:950px;
   height:150px;
   }
#rotating_Images div {
   position:absolute;
   z-index: 0;
}   
#rotating_Images div.previous {
   z-index: 1;
}
#rotating_Images div.current {
   z-index: 2;
}		
	
/* CENTERED MENU CODE */	
#centeredmenu {
   /*position: relative; - please note links did not work with this setting*/
	top: 0px;
	right: 0px;
   left: 0px;   
   min-width: 960px; 
   max-width: auto;
   overflow:hidden;
   background:#fff;
   z-index: -1;
   background-color: gray;
   height:25px;
  
   
}
#centeredmenu ul {
  clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   background-color:gray;
   
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   background-color:gray; 
}
#centeredmenu ul li a {
  	display:block;
  	margin:0 28px 0 28px;
  	padding:3px 10px;
  	background:#ddd;
  	color:#000;
  	text-decoration:none;
  	line-height:12px;
	font-size:16px;
	font-family: sans-serif; 
	border-style: outset;
	border-color: #94E3FF #94E3FF #94E3FF #94E3FF;
	border-width: 4px 4px 4px 4px;
}

#centeredmenu ul li a:link{
	background: #6FBCF3;
}

#centeredmenu ul li a:visited{
	background: #6FBCF3;
}
#centeredmenu ul li a:hover{
	background: #4A78FC;
	/*letter-spacing: 2px;*/
}


/* SIDEBAR CODE */


#leftlocalmenu{
	position: absolute;
	width: 160px; 
	top: 175px;
	bottom: 0;
	left: 0;
	border-right: gray 3px solid;
	overflow: auto;
	/*background-color: 000000;*/
}

div.leftmenu {
	display: block;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*border: 2px solid #7FC07F;*/
	background-color: #000000;
}

div.leftmenu a {
	display: block;
	font-weight: bold;
	font-family: sans-serif; 
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px;
	color: #6FBCF3;
	/*border-top: 1px solid #487048;*/
	padding: 5px 3px 3px 3px;
}

div.leftmenu i {  /*This is for inset left-side menu items*/
	display: block;
	font-weight: bold;
	font-family: sans-serif; 
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px;
	color: #6FBCF3;
	/*border-top: 1px solid #487048;*/
	padding: 2px 3px 2px 15px;
	font-style: italic;
}

div.leftmenu a:link{
	background: #000000;
}

div.leftmenu a:visited{
	background: #000000;
}

div.leftmenu a:hover{
	background: #4C676F;
	letter-spacing: 2px;
}

div.leftmenu h4{ 
	padding: 2px;
	margin: 0px;
	color: blue;
	background-color: #999999;
}	

/* CONTENT */
#content
	{
	/*\*/
	position: absolute;
	top: 175px;
	min-width: 500px;
	right: 0;
	/*max-width: 950px;*/
	bottom: 32px;
	left: 165px;
	/* Exclude all previous props for Mac IE5 */
	/*margin: 125px 305px 5px 155px;*/ /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/* overflow: auto; */
	overflow-x:hidden;
	overflow-y:auto;
	}
	
	
.content_head{
clear: both;
margin-bottom:20px;
padding:30px 10px 10px 10px;
/*margin-right:10px;*/

}

.content_head h1{
font-size:32px;
text-align: center;
padding: 0px 0px 10px 0px;
color:gray;
}

.content_head h2{
font-size:19px;
text-align: center;
padding: 15px;
color:#66CCFF;
}

.content_head p{
font-size:13px;
text-align: center;
padding: 10px 0px 0px 0px;
color:white;
letter-spacing: 4px;
}

.contentblurb{
clear: both;
margin-bottom:20px;
padding:10px;
margin-right:0px;
color: white;
background: black;
text-align: left;
line-height: 1.3;
font-size: 14px;
}

.contentblurb h1{
font-size:26px;
text-align: left;
padding: 10px 0 0 0;
color:gray;
}

.contentblurb h2{
font-size:19px;
text-align: left;
padding: 10px 0 10px 0;
color:#66CCFF; /* was color:#66CCFF;  */
}

.contentblurb h3  /*h3 is an attempt at a flash image padding tag that worked*/
{ 
margin: 20px; 
text-align: center;
}

.contentblurb a{
font-size:19px;
text-align: left;
padding: 10px 0 10px 0;
color:#66CCFF; /* was color:#66CCFF;  */
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.content_flashbox{
color: white;
height: 150px;
width: 600px;
background-color: red;
margin-left: auto;
margin-right: auto;
border: 2px solid gray;
}

.content_flashbox_caption{
margin-right:0px;
color: white;
height: auto;
width: 600px;
background-color: black;
margin-left: auto;
margin-right: auto;
padding: 10px 0 10px 0;
}
	

img.centered { 
    margin: 0px; 
	z-index: 4;
}

#col_1{
clear:left;
float:left;
margin-right:120px; /* originally 200px  */
margin-top:0px;
/*border-left: gray 2px solid; */
border-right: gray 3px solid; 
padding:0px;
background-color:#000000; /* lime green is 99FF00  */
}

#col_2{
float:right;
width:120px;
margin-left:-120px;
margin-top: 0px;
padding:0px;
background-color:black;
/*border-top: gray 2px solid;*/ 
}


/* FOOTER */	

#footer
	{
	/*\*/ position: fixed;  /* Exclude for Mac IE5 */
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 25px;
	z-index: 5;
	/*\*/ margin: 0; /* Put back for all the rest */
	background-color: gray;
	text-align:center;
	font-size:12px;
	padding: 8px 0 0 0;
	color:#333333;
	font:Geneva, Arial, Helvetica, sans-serif;
	}



/* settings for appearance alone */
body { background-color: black; }
#content { background: black; }


img.centered { 
    margin: 0px; 
}
#header { 
background: black;
 }

/*#footer h4 { background: #ccffcc; }*/

/* convenience div for padding inside positioned divs */
div.paddingwrap
	{
	margin: 0;
	padding: 1em;
	}
p, h1, h2, h4, li
	{
	margin: 0;
	padding: 0;
	}
	
p {
    font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
	
h3
	{
	margin: 1em 0 0 0;
	}
ol
	{
	margin: 0 0 2em 1em;
	padding: 0;
	}
code
	{
	display: block;
	background-color: #dddddd;
	}
	
.formblurb{

margin-left: 30px;
padding:10px;
margin-right:0px;
color: gray;
background: black;
text-align: left;
line-height: 1.3;
font-size: 14px;
}	

/* CONTENT */
#formcontent
	{
	/*\*/
	position: relative;
	top: 20px;
	min-width: 720px;
	width: auto;
	/*max-width: 950px;
	bottom: 32px;*/
	/* Exclude all previous props for Mac IE5 */
	/*margin: 125px 305px 5px 155px;*/ /* Cater for Mac IE5 
	
	overflow-x:hidden;
	overflow-y:scroll;*/
	}
	
	
/* Form area */

label{
float: left;
font-size: 100%;
width: 180px;

font-weight: bold;
color: gray;
}

input, textarea{
width: 180px;
margin-bottom: 5px;

}

textarea{
width: 250px;
height: 150px;

}

.boxes{
width: 1em;

}

#button{
margin-left: 180px;
margin-top: 5px;
width: 90px;

}

br{
clear: left;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 170px;
  padding: 0 5px 5px 5px;
  width: 197px;
  
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
  
}

form div.required fieldset legend {
  font-weight: bold;
  
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: 0px;
  background-color: transparent;
  border-width: 2px;
  padding: 0;
  margin: 0 0 0 0px;
  
  width: auto;
}




/* end of Form area */
	