/* CSS Document */

body {
	background-image: url(../../images/backcol.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	bottom: 0px;
	background-repeat: repeat-y;
	left: 70px;
	padding-left: 70px;
}

#container{
	position: absolute;
	width:1000px;
	top:0px;
	left:0px;
	bottom: 0px;
}

#left-column{float:left; clear:left; height:auto; width:180px;}

#right-column{float:right; height:auto; width:100px;}

#header{
	height:370px;
	position:absolute;
	top:0px;
	margin-left: 70px;
}
	

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}



#logo{
	position:absolute;
	width: 170px;
	margin: 0px;
	top: 270px;
	left: 13px;
	z-index: 200;
	padding: 0px;
	height: 100px;
}

.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	line-height: 15px;
}

.fun{font-family: Arial, Helvetica, sans-serif;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 65px;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#title{
	position:absolute;
	width: 200px;
	margin: 0px;
	top: 310px;
	left: 300px;
	background-position: right bottom;
	z-index: 200;
	padding: 0px;
	height: 100px;
}


#menua{
	position:absolute;
	width: 130px;
	top: 380px;
	left: 85px;
	padding-left: 0px;
	text-align: right;
	line-height: 22px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menua a:link, .menuaa:visited, .menuaa:active{text-decoration: none;} 
.menua a:hover {text-decoration: underline;}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 16px;
}

.submenu a:link, .submenua:visited, .submenua:active{text-decoration: none;}  
.submenu a:hover {text-decoration: underline;
	
}

.submenub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	line-height: 16px;
}

.submenu a:link, .submenua:visited, .submenua:active{text-decoration: none;}  
.submenu a:hover {text-decoration: underline;
	
}

#menub{
	position:absolute;
	width: 150px;
	top: 380px;
	left: 155px;
	line-height: 16px;


}

#content{
	position:absolute;
	width: 400px;
	top: 380px;
	left: 370px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

#footer{
	width: 595px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 18px;
	left: 370px;
	top: 0px;
	position: absolute;
	padding-top: 0px;
	padding-left: 5px;
}

#footer a:link, .footer:visited, .footer:active {
	font-size: 9px;
}

.footer:hover {
	text-decoration: underline;
}









/* accordion */

@charset "UTF-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-position: left top;
}


h1, h2, h3, h4, h5, p, blockquo {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 22px;
	padding: 5px 0;
	color: #523978;
}

h2 {
	font-size: 20px;
	padding: 4px 0;
	color: #523978;
}

h3 {
	font-size: 18px;
	padding: 3px 0;
	color: #523978;
}

h4 {
	font-size: 16px;
	padding: 2px 0;
	color: #523978;
}

p {
	padding: 5px 0;
	font-size: 12px;
}

ul {
	padding: 5px 0;
	font-size: 11px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
}

.twoColFixLt #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 0px;
} 

.twoColFixLt #frontContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #headerContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#gallery-list1{list-style-type:none; margin:15px 0 0 0; padding:0;}

#gallery-list1 li{display:inline;}

#gallery-list2{list-style-type:none; margin:0; padding:0;}

#gallery-list2 li{display:inline;}

#gallery-list3{list-style-type:none; margin:0; padding:0;}

#gallery-list3 li{display:inline;}



div#myOtherElement {list-style-type:none; margin:0 0 10px 0; padding:13px 0 0 5px; width: 180px; height: 30px; overflow: hidden;}

div#myOtherElement li{margin:1px 0 0 5px; font-size:14px; }

div#myOtherElement span{font-size:36px; color:#183319; display: block; margin:0 0 20px 0; padding: 0; cursor:pointer; text-decoration:underline;}

div#myOtherElement span:hover{color:#183319;}



div#myOtherElement1 {list-style-type:none; margin:0 0 10px 0; padding:13px 0 0 5px; width: 180px; height: 30px; overflow: hidden;}

div#myOtherElement1 li{margin:0 0 0 5px; font-size:14px;}

div#myOtherElement1 span{font-size:36px; color:#183319; display: block; margin:0 0 20px 0; padding: 0; cursor:pointer; text-decoration:underline;}

div#myOtherElement1 span:hover{color:#183319;}



div#myOtherElement2 {list-style-type:none; margin:0 0 10px 0; padding:13px 0 0 5px; width: 200px; height: 30px; overflow: hidden;}

div#myOtherElement2 li{margin:0 0 0 5px; font-size:14px;}

div#myOtherElement2 span{font-size:36px; color:#183319; display: block; margin:0 0 20px 0; padding: 0; cursor:pointer; text-decoration:underline;}

div#myOtherElement2 span:hover{color:#183319;}


div#myOtherElement3 {list-style-type:none; margin:0 0 10px 0; padding:13px 0 0 5px; width: 180px; height: 30px; overflow: hidden;}

div#myOtherElement3 li{margin:0 0 0 5px; font-size:14px;}

div#myOtherElement3 span{font-size:36px; color:#183319; display: block; margin:0 0 20px 0; padding: 0; cursor:pointer; text-decoration:underline;}

div#myOtherElement3 span:hover{color:#183319;}


div#myOtherElement4 {list-style-type:none; margin:0 0 10px 0; padding:13px 0 0 5px; width: 380px; height: 40px; overflow: hidden;}

div#myOtherElement4 li{margin:0 0 0 5px; font-size:14px;}

div#myOtherElement4 span{font-size:36px; color:#183319; display:inline-block; margin:0 0 10px 0; padding: 0; cursor:pointer; text-decoration:underline;}

div#myOtherElement4 span:hover{color:#183319;}




#gallery-table{width:600px;}


#page-text{width:500px; margin:0;}

.title{font-size:28px; color:#183319;}

.title2{font-size:18px; color:#183319;}

#actionpak{font-weight:800; color:#183319; font-size:13px;}





#cutout-image-home{float:left; margin:0px 0 0 100px;}

#cutout-image-about{float:left; margin:-170px 0 0 330px;}

#cutout-image-gallery{float:left; margin:-9px 0 0 250px;}

#cutout-image-activities{position:absolute; left:300px; top:195px;}

#cutout-image-registration{float:left; margin:100px 0 0 100px;}

#cutout-image-jobs{float:left; margin:-950px 0 0 420px;}

#cutout-image-contact{float:left; margin:-30px 0 0 300px;}



div#myOtherElement4 span.option{font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-decoration:none; }



#sport-list{float:left; list-style-type:none; width:150px;}

#sport-list li{margin:0 0 1px 0;}

#activities-list{float:left; list-style-type:none; width:150px;}

#activities-list li{margin:0 0 1px 0;}

#fun-list{float:left; list-style-type:none;}

#fun-list li{margin:0 0 1px 0;}

#trip-list{ float:left; list-style-type:none;}

#trip-list li{margin:0 0 1px 0;}

#first-item{list-style-type:none; color:#183319; text-decoration:underline; padding:0 0 10px 0;}

#activities-text{float:left; margin:50px 0 0 0; width:600px;}

#activities-logo{margin:350px 0 0 10px;}

#reg-link{color:#183319;}


