@charset "UTF-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #636363 url(../images/theme09/p0_grad.gif) top repeat-x;
	background-attachment: fixed; /* keeps image from scrolling */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link		{ color:#000000; text-decoration:none }
a:active 	{ color:#880000; text-decoration:none }
a:visited	{ color:#000000; text-decoration:none }
a:hover		{ color:#000000; text-decoration:underline !important; }

form		{ margin: 0; padding: 0 }

/* MEDIA areas *************************/
@media print {
	#top_header { display: none }
	#main_nav { display: none }
	/* let footer print with phone no.  #footer { display: none } */
}


/* MAIN Page Container *****************/
#page_container {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/* Top_Header *************************/
#top_header {
	background: url(../images/theme09/top_header_ff_bak.png) no-repeat;
	height: 97px; 
}
#top_header .hplink {
	float:left;
	width: 400px;
	height: 50px;
	margin: 25px 0 0 20px;
}

#top_header .links {
	float: right;
	display: inline; /* for ie6 double margin bug */
	text-align:right;
	padding: 0;
	height: 15px;
	margin-top: 18px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}
#top_header .links2 {
	float: right;
	display: inline; /* for ie6 double margin bug */
	height: 15px;
	margin-top: 18px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}
#top_header .links ul {
	margin: 0;
}
#top_header .links li {
	display:inline;
	padding: 0;
	margin: 0 0 0 20px;
	font-size:10px;
}

#top_header .srchbox {
	clear:right;
	float:right;
	margin-right: 20px;
	display: inline; /* for ie6 double margin bug */
	width: 365px;
}

.top_headerBigPhoneNo {
	font-size: 16px; font-weight:200
}
.searchtext {
	font-size: 10px;
}


/* Main_Nav ****************************/
#main_nav {
	margin-top: 5px;
	background: url(../images/theme09/main_nav_bak.png) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 43px;
	clear:both;
	color:#FFFFFF;
}
#main_nav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#main_nav .links {
	text-align: center;
	padding: 14px 0 0 0;
	width:inherit;
	margin: 0;
}
#main_nav .links a {
	color:#FFFFFF;
}
#main_nav .links ul {
	font-size:10px;
	margin: 0; /* needed */
	padding: 0; /* needed */
	list-style:none;
}
#main_nav .links li {
	display:inline;
	padding: 0;
	margin: 0 1px 0 1px;
}
	


/* Main Content Area *****************************/
#mainContent {
	padding-top: 5px;
	background: url(../images/theme09/p1_grad.gif) top repeat-x #e6e6e6;
	clear:both;
}
#mainContentBot {
	height: 11px;
	background:url(../images/theme09/p1_sep1.png) no-repeat;
}


/* Footer *****************************/
#footer {
	margin: 5px 0 0 0;
	background: url(../images/theme09/footer_bak.png) no-repeat;
	padding: 0 0 20px 0;  /*  */
	height: 73px;
	clear:both;
	color:#FFFFFF;
}
#footer .sharebuttons {
	float:left;
	margin: 30px 0 0 110px;
	display: inline; /* for ie6 double margin bug */
	padding: 0;
}

#footer .links {
	float:right;
	margin: 10px 20px 0 0;
	display: inline; /* for ie6 double margin bug */
	text-align:right;
	padding: 0;
}
#footer .links ul {
	margin: 0; /* needed */
	padding: 0; /* needed */
}
#footer .links li first {
	margin: 0 3px 0 0;
}
#footer .links li {
	display:inline;
	margin: 0 3px 0 3px;
	font-size:10px;
}
#footer .links a {
	font-size:10px;
	color:#FFFFFF;
}

#footer .infotext {
	clear:right;
	float:right;
	margin: 15px 20px 0 0;
	display: inline; /* for ie6 double margin bug */
	text-align:right;
	padding: 0;
	font-size:10px;
}
#footer p {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* HOMEPAGE SPECIFFIC *********************************************************/
#frotator {
	float:left;
	padding: 0;
	height: 433px;
}
#hprightcontent {
	float:left;
	display: inline; /* for ie6 double margin bug */
	width: 274px;
	height: 433px;
	margin-left: 5px;
}


#dotboxdiv {
	clear:both;
	background:#e6e6e6;
	padding: 0;
	height: 135px /* must be same as dotbox1 + top + bot padding (10px) */
}
.dotbox1 {
font-size:10px;
	display:block;
	padding: 5px 5px 5px 8px;
 	height: 125px;/* must be dotboxdiv - 10 (top & bot padding) */
}
.dotbox1 h1 {
	margin: 5px 0 0 5px;
	color:#FFFFFF;
	font-size: 16px;
	font-stretch:condensed;
}
.dotbox1 p {
	margin: 0;
}

.bigred {
	font-size:large;
	font-weight:bolder;
	color:#FF0000;
}
.bigred a {
	font-size:large;
	font-weight:bolder;
	color:#FF0000;
}


.hpbotbox {
	background: #e6e6e6;
	margin: 0;
	padding: 0 5px 5px 8px;
}
.hpbotbox h1 {
	text-align:center;
	font-size:16px;
	margin: 0;
}	
.hpbotbox p {
	margin: 0;
	padding-top: 5px;
}


/* P 2 col left nav *********************************************************/
#p2col_leftNav {
	float:left;
	width: 247px;
	padding-bottom: 16px;
	background: #ffffff;
	margin-left: 5px;
	border: 1px solid;
	-moz-border-radius: 8px;
}

#p2col_leftNav h1 {
	color:#FFFFFF;
	margin-left: 30px;
	font-size: 16px;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#p2col_leftNav p {
	margin: 0;
	padding: 0;
}
#p2col_leftNav ul {
	margin: 5px 0 0 0;
	padding: 0 0 10px 15px;
}
#p2col_leftNav li {
	list-style: none;
}


#lnavBox1 {
	background-color: #80a2b3;
	background-image: url(../images/theme09/dot_filmcan.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 5px;
	margin-left: 5px;
	-moz-border-radius: 8px 0 0 8px;
}
#lnavBox2 {
	background-color: #5ec1da;
	background-image: url(../images/theme09/dot_camera.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 5px;
	margin-left: 5px;
	-moz-border-radius: 8px 0 0 8px;
}
#lnavBox3 {
	background-color: #91e0c5;
	background-image: url(../images/theme09/dot_envelope.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 5px;
	margin-left: 5px;
	-moz-border-radius: 8px 0 0 8px;
}

#p2col_rtContent {
	background:url(../images/theme09/p2col_rt_bkg.gif) top right no-repeat #ffffff;
	width: 610px;
	border: 1px solid;
	margin-left: 258px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 8px;
}

#p1col_Content {
	background:url(../images/theme09/p2col_rt_bkg.gif) top right no-repeat #ffffff;
	width: 863px;
	border: 1px solid;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 8px;
}

/***************************************

	COURSE DETAIL PAGE
	
****************************************/
#cd_top {
	background:url(../images/theme09/p2col_rt_bkg.gif) top right no-repeat #ffffff;
	width: 610px;
	border: 1px solid;
	margin-left: 258px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 8px;
	margin-bottom: 5px;
	padding-top: 5px;
}

#cd_bottom {
	background:url(../images/theme09/p2col_rt_bkg.gif) top right no-repeat #ffffff;
	width: 610px;
	border: 1px solid;
	margin-left: 258px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 8px;
	padding-top: 5px;
}
#cd_bottom h6 {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
}

/**************************************
*
*	Cart Page
*
**************************************/

.cart_page {
	font-size: 12px;
	margin-bottom: 10px;	
}
.cart_page h1 {
	font-size:16px;
}
.cart_page h2 {
	font-size:14px;
	color:#CC9900
}
.cart_page table {
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid #000000;
	width: 100%;
}
.cart_page tr {
	vertical-align: top;
}
.cart_page th {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
	text-align: left; /* In most cases */
}
.cart_page td {
	padding: 4px;
	text-align: right; /* In most cases */
	border: 1px solid #000000;
}
.cart_page .header {
	text-align: center;
	background:#CCCCCC;
}

.cart_page .reqd {
	color: #dd0000;
	font-weight:bold;
	font-style:oblique;
}


table.bnavbuttons {
	border: none;
}
.bnavbuttons td {
	border:none;
	text-align:center;
}

/***************************************

	LEGACY STUFF

****************************************/

.textbox1 {
	border: solid 1px #808080;
	margin: 2px;
	background-image: url(../images/theme09/textbox1_header.gif);
	background-repeat: repeat-x;
	padding: 2px 6px;
	-moz-border-radius: 8px;
	display: block;
}
	
.textbox1 H1 {
	font-size: 19px;
	font-family: Helvetica;
	color: #FFFAB8;
	margin-top: 0px;
	margin-left: 5px;
	/*background-color: #808080; */
	}
	
.textbox1 H2 {
	font-size: 15px;
	font-family: Helvetica;
	color: #FFFAB8;
	margin-top: 1px;
	margin-left: 5px;
	/*background-color: #808080; */
	}
	
.indent20 { padding-left: 20px; }


/*********************************************

   MISC STUFF
   
*********************************************/

.imgbox_rt {
	float:right;
	padding: 5px;
	background:#eeeeee;
	border: #000000 1px solid;
	margin: 5px 0px 3px 3px;
	display: inline;
	font-size: 9px;
}
.imgbox_rt h1 { font-size: 12px; margin: 3px}
.imgbox_rt p {	font-size: 10px; margin: 3px}

.imgbox_lt {
	float:left;
	padding: 5px;
	background:#eeeeee;
	border: #000000 1px solid;
	margin: 5px 8px 3px 0px;
	display: inline;
	font-size: 9px;
}
.imgbox_lt h1 { font-size: 12px; margin: 3px }
.imgbox_lt p {	font-size: 10px; margin: 3px }

.float_left_simple {
	float: left;
	margin-right: 8px;
	font-size:9px;
	text-align:right;
}
.float_right_simple {
	float: right;
	margin-left: 3px;
	font-size:9px;
	text-align:right;
}

.buy_box {
	background-color: #E0E0E0;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 8px;
	text-align: right;
	padding: 5px;
	margin-top: 5px;
	line-height: 200%;
	font-size: 10px;
}
.photocaption {
	font-size: 9px;
}
#master_schedule th {
	background-color: #CCCCCC;
	background-position: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#master_schedule tr {
	border: 1px solid #000000;
}
#master_schedule td {
	font-size: 10px !important;
	text-align: left;
	vertical-align: top;
}
.attention {
	color: #FF00FF;
	font-weight: bolder;
}
.travel {
	color: #006600
}
.camp {
	color: #000066;
}
.large1 {
	font-size: 16px;
	font-weight: 700;
}
