/*
Orange: #F79D13
Black: #000000
Red: #ED1C24

*/
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing:110%;
	color: #DFDFDF;
	text-align:center;
	padding:0;
	margin:0;
	background-color:#FFF;
	background-image:url(../images/background-orange.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
input, textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
h1 {
	font-family:Helvetica,sans-serif;
	color:#ED1C24;
	font-size:175%;
	}
h2, legend {
	font-family:Helvetica,sans-serif;
	color:#F79D13;
	font-size:140%;
	margin-bottom:-10px;
	}

h3, h4 {
	font-family:Helvetica,sans-serif;
	font-size:115%;
	color:#FFFFFF;
	margin-bottom:-10px;
}

p {
	line-height:150%;
}
.centered {
	text-align:center;
	}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
/*a:visited {
	color:#ED1C24;
	text-decoration:underline;
	}*/
a:hover, a:active {
	color:#F79D13;
	text-decoration:none;
	}

table.info {
	text-align:center;
	/*border:#FFFFFF 1px solid;*/
	padding:3px;
	margin: 0 auto;
	width:80%;
	}
table.info th {
	padding:5px;
	}
table.info th.first {
	color:#FFFFFF;
	border:#999999 1px solid;
	background-image:url(/images/menu-background-black.gif);
	background-position:left top;
	background-repeat:repeat-x;
	/*background-color:#999999;*/
	height:24px;
	text-align:left;

	}
table.info th.toupper {
	text-transform:uppercase;
}
table.info th.second {
	color:#F79D13;
	border:#999999 1px solid;
	text-align:center;
	background-color:#000000;
	}
table.info td {
	border:#999999 1px solid;
	padding:5px;
	/*background-color:#333333;*/
	}
table#abouttable td {
	
	}
table.feedback td, table.feedback th.first {
	text-align:left;
	}
.bulletlist li {
	padding-left: 35px;
	background-image:url(/images/rt-menu.png);
	background-repeat: no-repeat;
	background-position:5px 2px;
	margin-left: 0;
	margin-bottom:5px;
	/*padding-left: 0;*/
	list-style: none;
	color:#DFDFDF;
	line-height:24px;
}
ul.col2, ul.col3 {
    width: 99%;
  }

  /* float & allow room for the widest item */
ul.col2 li  {
    float: left;
    width: 45%;
  }
ul.col3 li  {
    float: left;
    width: 20%;
  }
fieldset {
	padding:5px;
	margin:10px;
	margin-bottom:20px;
	/*background-image:url(../images/background-down.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#000000;*/
	}

legend {
	font-weight:bold;
	padding-right:5px;
	}

/*div layout styles*/
#centeredContent {
	width:75%;
	margin:0 auto;
	margin-top:25px;
	background-color:#000000;
	border:#333333 1px solid;
	background-image:url(/images/background-661b.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
}
#top {
	text-align:left;
	width:100%;
	height:105px;
	background-color:#FFFFFF;
	color:#FCEA08;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(/images/mission-text.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#footer {
	width:100%;
	height:20px;
	border-top:#CCCCCC 1px solid;
	background-image:url(/images/footer-background-black.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;
	padding-top:3px;
	padding-bottom:3px;
	}

#footer a {
	color:#FFFFFF;
	}

#innerpadding {
	padding:10px;
}

div#contentscroller {
	/*width:95%;
	height:400px;
	overflow:auto;
	padding: 2px;
	margin: 0 auto;
	border:#F79D13 1px solid;*/
	}


div#aboutscroller {
	margin:0 auto;
	width: 300px;
	height:100px;
	border:#F79D13 1px solid;
	overflow:auto;
	padding: 5px;
	border:#F79D13 1px solid;
}
div#alt_contacts {
	padding:10px;
	padding-left:20px;
	}
div.contact_block {
	float:left;
	width:45%;
	/*border:#999999 1px solid;*/
	margin:5px;
	padding:5px;
}
div.contact_block h3 {
	margin-top:0;
	color:#FFF;
	font-size:medium;
	border-bottom:#999999 1px solid;
	}
div.contact_block ul {
	padding:0;
	margin:0;
	margin-top:-5px;
	}
div.clear {
	clear:both;
	}
.dropdown {
	position:absolute; 
	visibility: hidden; 
	border: 5px solid #666666; 
	background-color:#000000;
	color:#FFFFFF;
	padding: 3px; 
	text-align:left;
	width:550px;
}

.newsstory {
	position:absolute; 
	visibility: hidden; 
	border: 0px;
	border: 5px solid #666666; 
	background-color:#000000;
	color:#FFFFFF;
	padding: 3px; 
	text-align:left;
	width:600px;
}

/* cycle styles */
#slideshow {
	position:relative;
	display:inline;
	/*left:12px;*/
	margin: 10px;
	float:right;
	width:250px;
	height:188px;
	/*border:#8D9F6C 1px solid;*/
	overflow:hidden;
	/*background-image:url(../images/header-001.jpg);
	background-position:top right;
	background-repeat:no-repeat;*/	
	padding: 5px;
	border:#999999 1px solid;
	}

/*menu styles*/

#menucontainer{
	width:100%;
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
	height:30px;
	}
#menu {
	background: #000000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image:url(/images/menu-background-black.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#menu li {
	float: left;
	font-size:100%;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url(/images/seperator.gif) bottom right no-repeat;
	color: #F79D13;
	display: block;
	height:100%;
	float: left;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
	line-height:30px;
}
#menu a img {
	float: right;
	margin-top:5px;
	margin-left:3px;
	}
#menu a:link, #menu a:visited {
	color: #F79D13;
	}

#menu a:hover, #menu a:active {
	background-color:#333;
	background-image: url(/images/hover.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ED1C24;
	/*padding-bottom: 8px;*/
	}
li#current a {
	background-color:#FFFFFF;
	background-image: url(/images/hover-black.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ED1C24 !important;
	/*padding-bottom: 8px;*/
	}
img.email {
	 /*position:relative; 
	 display:inline; 
	 top:4px;
	 margin-top:-4px;*/
	 vertical-align:middle;
	 }
div#bottompara {
	clear:both; 
	margin:5px; 
	padding:0; 
	text-align:center
	}
iframe {
	/*width: 80% !important;*/
	margin: 0 auto;
	}
#cboxTitle {
	margin-top:5px !important;
	color: #ED1C24 !important;
	}
	
/* flickr slideshow */
#flickrshow {
	text-align:center;
	border:#FF9900;
	height: auto; width: 364px;
	padding:3px;
	margin:10px;
	position:relative;
	display:inline;
	float:right;
	top:-20px;

	}
#flickrshow #images { height: 269px; width: 360px; padding:0; margin:0; overflow: hidden; border:#FFFFFF 1px solid; background-color:#000000;}
#flickrshow #images img { border:none; width:360px; height:269px}
#flickrshow p { text-align:right; }
