/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/bg.gif") #c9e3a9 repeat-x;
	font-family:Century Gothic,arial,sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:976px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:976px;
	height:162px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
	padding:21px 0 0 0
}
	
div#content {
	padding:0 0 145px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:976px;
	height:120px;
	bottom:0; /* stick to bottom */
	font-family:helvetica,arial,sans-serif;

	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #606060;

}




/* content formatting */

#pagecontent {
	width: 885px;
	padding: 0;
	margin:18px 0 30px 52px;
	overflow: auto;
	line-height:20px;
	float:left;
	display:inline;
}

#pagecontent img {
	float:right;
	display:inline;
	margin:0 0 32px 32px;

}

#galpagecontent {
	width: 885px;
	padding: 0;
	margin:18px 0 30px 52px;
	overflow: auto;
	line-height:20px;
	float:left;
	display:inline;
}



#barre {
	width:916px; 
	height:63px; 
	padding:15px 0 0 23px;
	margin:0 0 0 18px;
	background: url("/graphics/barre.gif") no-repeat;
}

#splashpic {
	width:939px; 
	height:313px; 
	border-bottom:6px solid #f16f05;
	margin:0 0 0 18px;
	background: url("/graphics/spbg.gif") repeat-x;
	position:relative;
}

#signup {
	width:595px; 
	color:#f16e04;
	font-weight:bold;
	font-size:16px;
	padding:0 0 0 15px;
	margin:42px 0 0 50px;
	float:left;
	display:inline;
	background: url("/graphics/signup.gif") no-repeat 0 5px;
}

.email {
	border:1px solid #066666; 
	font-size: 11px; 
	color: #000; 
	width:180px; 
	height:16px;
	padding:2px 0 0 5px;
	background: url("/graphics/email.gif") repeat-x;
}

.council {
	width:245px;
	float:left; 
	text-align:center; 
	margin:40px 40px 0 0; 
	display:inline;
}

.picture {
	width:160px;
	height:200px;
	margin:0 auto;
	padding:10px 0 0 10px;
	background: url("/graphics/picbg.gif") no-repeat;
	clear:both;
	text-align:left; 
}

.council a{
font-size:11px;
	color: #64a52a;
	text-decoration: underline;
	 outline: none;
}

.council a:hover{
	color: #f68428;
	text-decoration: underline;
}

#foot_top {
	float: left;
	padding-top: 20px;
	padding-left:34px;
	font-weight:bold;
}

#left_foot {
	float: left;
	padding-top: 8px;
	padding-left:34px;
}

#right_foot {
	float: right;
	padding-top: 8px;
	padding-right:34px;
}


#right_foot a{
	color: #606060;
	text-decoration: none;
}

#right_foot a:hover{
	color: #c50000;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #64a52a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #f68428;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}





#newslist{
width:258px;
float:right; 
margin:25px 29px 0 0; 
display:inline;
padding: 38px 11px 0 11px;
font-size: 12px;
line-height:19px;
text-align:left;
background: url("/graphics/events.gif") no-repeat;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 9px 0;
color: #000000;
text-decoration: none;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:21px;
	color: #f47c19;
	text-transform: capitalize;
	margin:8px 0 26px 0;
}

.title {
	font-weight:bold;
	font-size:21px;
	color: #f47c19;
}

.maintitel {
	font-weight:bold;
	font-size:20px;
}

.maintitel2 {
	font-weight:bold;
	font-size:1px;
}

.titel {
	font-weight:bold;
	text-decoration:underline;
}

.titel2 {
	font-weight:bold;
	font-style:italic;
}

p { 
	margin:18px 0 18px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}





/* menu codes */

#topmenu ul {
	list-style: none;
   width: 960px;
	height:38px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
   position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:189px;
overflow:hidden;
height:38px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	
	


a.involved {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:124px;
}

a.involved:hover{
background: url("/graphics/topmenu.gif") 0 -38px no-repeat;
}

a.photo {
background: url("/graphics/topmenu.gif") -124px 0 no-repeat;
width:129px;
}

a.photo:hover{
background: url("/graphics/topmenu.gif") -124px -38px no-repeat;
}

a.events {
background: url("/graphics/topmenu.gif") -253px 0 no-repeat;
width:73px;
}

a.events:hover{
background: url("/graphics/topmenu.gif") -253px -38px no-repeat;
}

a.gcouncil {
background: url("/graphics/topmenu.gif") -326px 0 no-repeat;
width:161px;
}

a.gcouncil:hover{
background: url("/graphics/topmenu.gif") -326px -38px no-repeat;
}

a.news {
background: url("/graphics/topmenu.gif") -487px 0 no-repeat;
width:119px;
}

a.news:hover{
background: url("/graphics/topmenu.gif") -487px -38px no-repeat;
}

a.contact {
background: url("/graphics/topmenu.gif") -606px 0 no-repeat;
width:105px;
}

a.contact:hover{
background: url("/graphics/topmenu.gif") -606px -38px no-repeat;
}

a.sponsors {
background: url("/graphics/topmenu.gif") -711px 0 no-repeat;
width:92px;
}

a.sponsors:hover{
background: url("/graphics/topmenu.gif") -711px -38px no-repeat;
}

a.about {
background: url("/graphics/topmenu.gif") -803px 0 no-repeat;
width:89px;
}

a.about:hover{
background: url("/graphics/topmenu.gif") -803px -38px no-repeat;
}

a.home {
background: url("/graphics/topmenu.gif") -892px 0 no-repeat;
width:68px;
}

a.home:hover{
background: url("/graphics/topmenu.gif") -892px -38px no-repeat;
}

