@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE */
	background-image:url('/images/home-public-bg-gradient.jpg');
	background-repeat:repeat-x;
	
	scrollbar-face-color:#606060;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#405160;
	scrollbar-shadow-color:black;
	scrollbar-highlight-color:grey;
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:''; 
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
}

/* css for main landing page */
#home_public_container {
	width:784px;
	height:860px;
	background-image:url('/images/home-public.jpg');
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

#revolution_is_now {
	width:30%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:250px;
	left:40px;
	color:white;	
	
}

#revolution_is_now p {
	font-size:9px;
}

#revolution_is_now h1 {
	font-size:.9em;
}


#login_box {
	position:absolute;
	top:770px;
	left:0;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:700;
	color:white;
	padding:7px 5px;
}

#login_box INPUT {
	background-color: white;
	color: #333333;
	font-family: arial, verdana, ms sans serif;
	height:18px;
	border:none;
	font-size:10px;	
}

.buttons {
	background-color: #c0c0c0;
	font-family: verdana;
	border: #000000 1px solid;
	font-size: 9px;
	font-weight:700;
	color: black;
	text-transform:uppercase;
	padding:1px 3px;
}

/* style to display error messages */
#error_msg {
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:red;
}

/* styles for login utilities: join now/forgot login/logout */
#login_utils_box {
	position:absolute;
	top:770px;
	right:0;
	width:284px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:700;
	color:white;
	padding:7px 5px;
}

#login_utils_box a:link {
	color:white;
	text-decoration:none;
}

#login_utils_box a:visited {
	color:white;
	text-decoration:none;
}

#login_utils_box a:hover {
	color:red;
}

/* SEO section - bottom navigator for site */
#seo_box {
	position:absolute;
	top:800px;
	left:0;
	width:100%;
	height:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#606060;
	text-align:center;
	padding:12px 0px;
}

#seo_box a:link, #seo_box a:visited {
	color:#606060;
	text-decoration:none;
}

#seo_box a:hover {
	color:white;
}

#seo_box_floating {
	position:relative;
	left:0;
	width:100%;
	height:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#606060;
	text-align:center;
	padding:12px 0px;
}

#seo_box_floating a:link, #seo_box_floating a:visited {
	color:#606060;
	text-decoration:none;
}

#seo_box_floating a:hover {
	color:white;
}
/* end seo footer */

#login_hint td {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:black; 
}



/* bounding container for the 4 ad placement areas in the main page / member not logged in */
#ad_box_container_main {
	position:absolute;
	top:600px;
	left:0px;
	width:100%;
	height:110px;
	text-align: center; /* for IE */
}

/* generic 110 x 160 ad box to be used in an ad box container */
#ad_box {
	float:left;
	position:relative;
	left:29px;
	margin:0px 29px 0px 0px;
	height:110px;
	width:160px;
	color:white;
	
}

#ad_box_wide {
	margin:0 auto;
	height:90px;
	width:468px;
	color:white;
	text-align:left; /* counter the body centre */
}

h1 {
	color:#cf9700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:13px;
	padding:0.5em;
}

h2 {
	color:#cf9700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	padding:0.5em;
}

/* generic information table */
table.infotable {
	font-size:9px;
	color:white;
	border:1px white solid;
	width:96%;
	background-color:none;
}

/* links should be gold in color */
a {
	color:#cf9700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* style for the input button - radio class to prevent radio buttons from having black box border around it. yay IE. */
#input_table input {
	/*background-color: white;*/
	color: #333333;
	font-family: arial, verdana, ms sans serif;
	height:17px;
	/*border:1px solid black;*/
	padding:0;
	font-size:10px;
}

#combo_select {
	background-color: white;
	color: #333333;
	font-family: arial, verdana, ms sans serif;
	height:15px;	
	padding:0;
	font-size:9px;
	border:1px black solid;
}
#input_table input.radio {
	border:none;
	background-color:#CCCCCC;
}
#input_table input.checkbox, input.checkbox {
	border:none;
	background-color:#CCCCCC;
}

/* table styling for member signups, etc*/

/* container to make table centered within another div */
#input_table_container {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
}

#input_table {
	background-color:#CCCCCC;
	border:1px black solid;
	width:80%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
#input_table td {
	font-size:11px;
	color:black;
}

/* small black text, right-aligned */
td#desc_col {
	display:table-cell;
	color:black;
	text-align:right;
	width:30%;
}
/* small red text, right-aligned */
td#desc_col_red {
	display:table-cell;
	color:red;
	text-align:right;
	width:30%;
}
td#desc_input {
	display:table-cell;
	text-align:left;
	color:black;
	width:70%;
}
td#input_col {
	display:table-cell;
	text-align:left;
	color:black;
	width:70%;
}
#input_table_spcr {
	height:0.5em;
}

#input_table a {
	text-decoration:none;
	color:#cf9700;
}
/* end table styling for member signups, etc */

/* slide out login box etc */
div.glide { 
	position:absolute; visibility:hidden; 
	left:0; top:0;
	width:480px; 
	z-index:200;
	background-color:black;
	border:solid white thin;
}
div.glide p { margin:.6em .8em .8em .6em } 
/* end slide out login box */

/* third-level menu */
#nav-menu {
	width:200px;
	float:left;
	margin:10px;
	border-bottom:1px solid #cf9700;
	border-right:1px solid #cf9700;
	padding:0 0 15px 0;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	margin: 0 0.15em;
	/* float:left; */
}

#nav-menu li a:hover {
	text-decoration:underline;
}
#nav-menu li a {
	height: 1.2em;
	text-decoration: none;
	text-align: center;
}
/* end third-level menu */






/* end popup_utils css */
	
#centered_container {
	width:98%;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
	overflow:auto;
} 

/* css for camp search iframes */
#camp_search_table {
	width:100%;
}
#camp_search_table tr {
	height:16px;
}
#camp_search_table td {
	font-size:9px;
	background-color:white;
	color:black;
}

.camp_search_table_input {
	margin:0 0 0 25px;
}

#camp_search_table_results {
	width:100%;
}

#camp_search_table_results td {
	font-size:9px;
	background-color:white;
	color:black;
	margin:1px;
}



