/************************************************************************************
GENERAL
*************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/************************************************************************************
MOBILE  Max width 600
*************************************************************************************/

@media screen and (max-width: 600px) {

/************************************************************************************
STRUCTURE
*************************************************************************************/


#content {
	clear: both;
	border-top: solid 1px #ccc;
	padding-top: 20px;
	margin: 20px 0;
}

/************************************************************************************
NAV
*************************************************************************************/
#nav-wrap {
	margin-top: 20px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10000;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
	position: relative;
	z-index: 10000;
}

/* nav link */
#nav a {
	padding: 4px 15px;
	display: block;
	color: #fff;
	background: #5B52AA;
	text-decoration: none;
	position: relative;
	z-index: 10000;
}
#nav a:hover {
	background: #5B52AA;
	text-decoration: underline;
	position: relative;
	z-index: 10000;}

/* nav dropdown */
#nav ul {
	background: #5B52AA;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

#whole {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
#pagewrap {
	width: 100%;
	margin: 0 auto 0 auto;
}
.logo {
height: 73px;
width: 100%;
background: url(images/logo_mobile.jpg) no-repeat 50% 8px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
width: 100%;
text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
}
	/* nav-wrap */
	#nav-wrap {
	margin-top: 5px;
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		color: #fff;
		width: 42px;
		height: 25px;
		margin: 0 auto 5px auto;
		background-color: #5b52aa;
		padding: 8px 10px 0 15px;
		cursor: pointer;
		border: solid 1px #666;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #5b52aa;
	}
	#menu-icon.active {
		background-color: #5b52aa;
	}
	
	/* main nav the dropdown */
	#nav {
		clear: both;
		position: relative;
		z-index: 10000;
		width: 130px;
		margin: -5px auto 0 auto;
		padding: 5px;
		background: #5b52aa;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 10px 0 10px 10px;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: #5b52aa;
		padding: 0;
		color: #fff;
		border: none;
		text-align: center;
		position: relative;
		z-index: 10000;
		}
	#nav a:hover, 
	#nav ul a:hover {
		background-color: #5b52aa;
		color: #f9985a;
		position: relative;
		z-index: 10000;
	}
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: 1px solid #fff;
		background: inherit;
		margin: 0 auto 0 auto;
		position: relative;
		z-index: 10000;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
		position: relative;
		z-index: 10000;
	}
.page_container {
padding: 0 5px 0 5px;
}
.pagehead {
width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin: 5px 0 3px 0;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 5px;
}
.article_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}
.order_form {
width: 105px;
height: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}
.mission {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0 auto 5px auto;
}
.home_campers_photo {
height: 119px;
width: 290px;
background: url(images/campers_2012_mob.jpg) no-repeat 50% 8px;
margin: 0 auto 0 auto;
}
.books_photo {
height: 96px;
width: 250px;
background: url(images/books_small.jpg) no-repeat 50% 8px;
margin: 0 auto 0 auto;
}
.home_logos {
width: 250px;
margin: 0 auto 0 auto;
}
.member_app_logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
	margin: 0 0 0 0;
}
.fb_logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
	margin: 25px 0 0 40px;
}
.home_logo_text {
clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0 0 25px 17px;
	width: 100px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}
.gap {
height: 15px;
}
.left_col_wrap {
float: left;
width: 95%;
}
.left_col_wrap ul {
list-style: none;
}
.left_col_wrap ul li {
margin-bottom: 15px;
}
.full_page_wrap {
width: 98%;
}
.full_page_wrap ul {
list-style: none;
}
.full_page_wrap ul li {
margin-bottom: 15px;
}
.right_col_wrap {
float: left;
margin-left: 5px;
width: 100%;
}
.right_col_wrap ul {
list-style: none;
}
.right_col_wrap ul li {
margin-bottom: 15px;
}
.footer {
width: 100%;
margin: 10px auto 15px auto;
}
.history_pic {
width: 221px;
margin: 10px auto 15px auto;
}
}

/* 
----------------------------------------------------------------
Minimum 601px----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
 */
@media screen and (min-width: 601px) {

	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}

#whole_home {
	width: 910px;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}
#whole_join {
	width: 910px;
	height: 675px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}	
#whole_weekend {
	width: 910px;
	height: 675px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}	
#whole_phoenix {
	width: 910px;
	height: 975px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}
#whole_about {
	width: 910px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}
#whole_links {
	width: 910px;
	height: 1050px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}
#whole_contact {
	width: 910px;
	height: 1275px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
	}

#new_nav ul {
width: 800px;
height: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
text-decoration: none;
padding-top: 10px;
}

.nav_row a:link {color: #FFF; text-decoration: none; }
.nav_row a:visited {color: #FFF; text-decoration: none; }
.nav_row a:hover {color: #FFF; text-decoration: underline; }
.nav_row a:active {color: #FFF; text-decoration:none }




h1 {
font-family: Arial, Helvetica, sans-serif;
width: 100%;
text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
}
.logo {
height: 105px;
width: 100%;
background: url(images/header.jpg) no-repeat 50% 8px;
}
.icons {
width: 200px;
height: 500px;
float: left;
margin-top: 35px;
}
.app_icons {
width: 125px;
height: 44px;
margin: 10px auto 15px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 200;
	color: #666;
	text-align: center;
}
.slider_line {
width: 98%;
height: 450px;
margin: 5px 0 0 5px;
}
.inner_slide {
width: 670px;
height: 223px;
}
.paypal {
width: 900px;
height:60px;
margin: 15px 0 5px 0;
}
.paypal_left {
width: 155px;
float: left;
margin: 0 15px 0 24px;
}
.right_paypal {
width: 675px;
float: right;
text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #666;
}
.right_paypal_subhead {
text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.right_paypal p {
margin-bottom: 10px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#content {
	clear: both;
	border-top: solid 1px #ccc;
	padding-top: 20px;
	margin: 20px 0;
}

/************************************************************************************
NAV
*************************************************************************************/
#nav-wrap {
	margin: 10px auto 0 auto;
	height: 50px;
	width: 800px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

/* nav bar height */
#nav, 
#nav li {
	margin: 0;
	padding-top: 10px;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 1px;
	width: 113px;
}

/* nav link */
#nav a {
height: 25px;
	padding: 10px 4px 3px 4px;
	display: block;
	color: #fff;
	background: #f9932b;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
#nav a:hover {
	background: #7f7f7f;
	text-decoration: underline;
}

/* nav dropdown */
#nav ul {
	background: #5B52AA;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}
.page_container {
padding: 0 5px 0 5px;
margin: 5px auto 0 auto;
width: 900px;
}

.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
}
.item_list_inner {
width: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 30px;
	margin: 0 auto 0 auto;
}
.item_list_inner ul {
	text-align: center;
}
.article_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
}
.order_form {
width: 105px;
height: 135px;
float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-top: 32px;
	margin-left: 100px;
}
.home_logos {
width: 104px;
height: 135px;
margin: 45px auto 0 auto;

}
.member_app_logo {
width: 105px;
height: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-left: 50px;
}
.fb_logo {
width: 75px;
height: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 5px auto 0 auto;
}
.home_campers_photo {
height: 228px;
width: 557px;
background: url(images/campers_2012.jpg) no-repeat 50% 8px;
margin: 0 auto 0 auto;
}
.books_photo {
height: 196px;
width: 511px;
background: url(images/books.jpg) no-repeat 50% 8px;
margin: 0 auto 0 auto;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}
.home_logo_text {
clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0 0 25px 0;
}
.gap {
height: 15px;
}
.mission {
width: 900px;
height: 75px;
margin: 5px 0 10px 0;
}
.mission_left {
width: 155px;
float: left;
margin: 0 15px 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	color: #f9932b;
}
.mission_right {
width: 700px;
float: left;
text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #000;
}
.below_mission {
width: 75%;
height: 100px;
margin-top: 10px;
float: right;
}
.below_mission_wrapper {
width: 75%;
margin-top: -100px;
float: right;
text-align: center;
}
.link_listing {
width: 400px;
text-align: left;
line-height: 30px;
margin: 0 auto 0 30%;
}
.left_col_wrap {
float: left;
width: 52%;
}
.left_col_wrap ul {
list-style: none;
}
.left_col_wrap ul li {
margin-bottom: 15px;
}
.full_page_wrap {
width: 800px;
padding-left: 25px;
}
.full_page_wrap ul {
list-style: none;
}
.full_page_wrap ul li {
margin-bottom: 15px;
}
.right_col_wrap {
float: left;
margin-left: 5px;
width: 45%;
}
.right_col_wrap ul {
list-style: none;
}
.right_col_wrap ul li {
margin-bottom: 15px;
}
.footer {
width: 300px;
margin: 30px auto 15px auto;
}
.history_pic {
width: 221px;
margin: 10px auto 15px auto;
}
}
