body{
	width:100%;	
	background: #ffffe5 url(../images/top_tile.png) repeat-x;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#ffffff;
	margin: 0px;
	padding: 0px;

}
.clearit{
	overflow:hidden;
	height:0px;
	width:100%;
	clear:both;	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
p,form,div{
	padding:0px;
	margin:0px;	
}
#body_limits{
	width:820px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.1em;
	line-height:1.8em;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif);
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}
/*HEADER*/
#header{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:134px;
	overflow:hidden;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	z-index:1;
}
#top_links{
	position:relative;
	width:590px;
	background: url(../images/top_menu_tile.png) repeat-x;
	float:right;
	clear:right;
	z-index:6;
	padding-right:34px;
}
#header ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style:none;
}
#top_links li,#main_links li,#sub_links li{
	float:right;
	padding:10px 15px;
	display:inline;
}
#top_links li a:link, #top_links li a:visited{
	color:#46941f;
	text-decoration:none;
	font-weight:bold;
}
#top_links li a:hover{
	text-decoration:underline;	
}
#main_links{
	position:absolute;
	top:35px;
	right:34px;
	z-index:3;
}
#main_links li a:link, #main_links li a:visited{
	color:#ffffff;
	text-decoration:none;
}
#main_links li a:hover{
	text-decoration:underline;	
}
#main_links li.here a:link, #main_links li.here a:visited,#top_links li.here a:link, #top_links li.here a:visited{
	color:#ffff00;
	text-decoration:none;
}
#main_links li.here a:hover,#top_links li.here a:hover{
	text-decoration:underline;	
}
#sub_links{
	position:absolute;
	top:55px;
	right:0px;
	z-index:3;
}
#sub_links li a:link, #sub_links li a:visited{
	color:#999900;
	text-decoration:none;
}
#sub_links li.here a:link, #sub_links li.here a:visited{
	color:#ffff00;
	text-decoration:none;
}
#sub_links li a:hover,#sub_links li.here a:hover{
	text-decoration:underline;
	color:#ffff00;	
}
#site_subtext{
	position:absolute;
	bottom:7px;
	right:20px;
	height:20px;
	width:auto;
	padding:5px 50px;
	background-color:#46941f;
	color:#ffffff;
	font-family:Arial,Helvetica,Verdana;
	font-size:1.2em;
	z-index:1;
}

/*BODY*/

#body_backtile{
	background:  url(../images/body_tile.png) repeat-y;
	width:100%;
}
#body_top{
	overflow:hidden;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:  url(../images/right_swirl.png) no-repeat top right;	
}
#content_holder{
	width:690px;
	background:  url(../images/left_swirl.png) no-repeat bottom left;
	padding:35px 55px 0px 55px;	
	position:relative;
	overflow:hidden;
}
h1{
	border-bottom:2px solid #152147;
	font-size:1.8em;
	line-height:1.9em;
	font-weight:normal;
	font-family:Syntax,"Lucida Grande",Arial,Helvetica,Verdana;
	margin:20px 0px;
}
h2{
	font-size:1.5em;
	font-weight:normal;
	font-family:Syntax,"Lucida Grande",Arial,Helvetica,Verdana;
	padding:15px 0px 5px 0px;
	margin-top:0px;
	color:#ffffff;
}
h3{
	background-color:#1c3b0c;
	font-size:1.5em;
	font-weight:normal;
	font-family:Syntax,"Lucida Grande",Arial,Helvetica,Verdana;
	padding:15px 0px 15px 15px;
	margin-top:0px;
}
h1 span{
	margin-top:-1em;
	display:block;
	float:left;
	padding-right:15px;
	background-color:#000000;
}
hr.blue{
	margin-top:15px;
	margin-bottom:15px;
	border: none 0;
	border-top: 2px solid #152147;/*the border*/
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}
hr.green{
	margin-top:15px;
	margin-bottom:15px;
	border: none 0;
	border-top: 1px solid #46941f;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
hr.yellow{
	margin-top:5px;
	margin-bottom:5px;
	border: none 0;
	border-top: 1px solid #fff000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
sup{
	color:#46941f;
}

.button{
	margin-bottom:20px;
}
.button a{
	background:  url(../images/button_tile.png) repeat-x;
	display:block;
	text-align:center;
	height:34px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:8px;
	font-size:1.2em;
}
.button_smltxt{
	margin-bottom:20px;
}
.button_smltxt a{
	background:  url(../images/button_tile.png) repeat-x;
	display:block;
	text-align:center;
	height:34px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	font-size:1.0em;
	line-height:1.1em;
}

div.char{
	border-bottom:1px solid #999999;
	padding:10px;
	margin:10px 0px;
}
div.char a{
	display:inline;
	width:23%;
	float:left;
}
div.char div a:link,div.char div a:visited{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	float:left;
	display:inline;
	width:40%;
	font-size:1.4em;
	text-align:center;
	padding-top:40px;
}
div.char div a:hover{
	text-decoration:underline;
}
div.char span a:link,div.char span a:visited{
	color:#ffff00;
	text-decoration:underline;
	text-align:center;
	float:left;
	display:inline;
	width:33%;
	font-size:1.1em;
	text-align:center;
	padding-top:40px;
}
div.char span a:hover{
	text-decoration:underline;
}
#playList ul{
	list-style:none;
	margin:0;
	padding:0;
}
#playList li{
	width:160px;
	overflow:hidden;
	margin:10px 0px;
	line-height:14px;
}
#playList li.nowplaying{
	background:#333333;
}
#playList a{
	color:#ffff00;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#playList a img{
	float:left;
	clear:left;
	margin-right:10px;
}
#playList a span{
	float:left;
	clear:left;
	color:#ffffff;
	font-weight:normal;
	font-size:9px;
	display:inline-block;
	text-align:center;
	width:30px;
}
#playList a:hover{
	text-decoration:underline;
}

/*--------------------*/
/**SPACE GALLERY**/
#myGallery {
	width: 357px;
	height: 280px;
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	display:block;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif);
}
a.loading {
	background: #000000 url(../images/ajax_small.gif) no-repeat center;
}
/**SPACE GALLERY**/
/*--------------------*/

.green_text_holder{
	color:#ffffff;
	border:2px solid #46941f;
}
.green_text_holder div{
	margin:0px;
	border:3px solid #ffffff;
	background-color:#46941f;
}
.green_text_holder p{
	padding:15px;
}

.green_bot{
	height:7px;
	background-color:#339933;
}
.green_text{
	color:#339933;
}
.yellow_text{
	color:#ffff00;
}
#content_holder ul.non-padded{
	margin:0px;
	margin-left:15px;
	padding:0px;
}
#content_holder ul.non-padded li{
	padding:0px;
	margin:0px;
}
p{
	padding:5px 0px 10px 0px;
}

.map_info{
	color:#000000;
	line-height:16px;
}
.map_info span{
	font-weight:bold;
}
.map_info p{
	padding:0px;
	margin:0;
}

/*FOOTER*/
#footer{
	width:100%;
	background:#3c7825 url('../images/foot_tile.png') repeat-x;
	/*height:73px;*/
}
#footer_limits{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-size: 1.1em;
	line-height:1.8em;
}
#footer_limits ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style:none;
	padding-left:35px;
	width:100%;
}
#footer_limits li{
	float:left;
	padding:10px 20px;
	display:inline;
}
#footer_limits li a:link, #footer_limits li a:visited{
	color:#ffffff;
	text-decoration:none;
}
#footer_limits li a:hover{
	text-decoration:underline;
}
#contact{
	width:745px;
	display:block;
	clear:both;
	padding-right:55px;
}
#contact ul{
	margin-top:0px;
	padding-top:0px;
}
#contact li{
	font-size:0.9em;
	float:right;
	padding:7px 20px;
	display:inline;
}
#contact li a:link,#contact li a:visited{
	color:#b3b316;
}
#contact li a:hover{
	text-decoration:none;
	color:#ffff00;
}
#credit{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:5px;
	font-size:0.9em;	
}
#credit a:link,#credit a:visited{
	color:#b6b6b6;
	text-decoration:none;
}
#credit a:hover{
	color:#46941f;
	border-bottom:1px dashed red;
}
p.quote{
	color:#339933;
	font-size:1.5em;
}