* {margin:0; padding:0; border: none; font-size:100%; }

html,body {
	font-family: 'Arial', Lucida Grande, Verdana, sans-serif;
	background-color: #ffffff;
	color: #000000;
	background: url('../img/header.png') repeat-x top center;
	font-size: 12px;
	}

#container-shadow {
	background: url('../img/content-shadow.png') repeat-y left top;
	width: 964px;
	margin: 11px auto 0px auto;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}
		
#logo {
	float: left;
	width: 193px;
	height: 92px;
	background: url('../img/logo.png') no-repeat left top;
	cursor: pointer;
	margin-left: 17px;
	margin-top: -2px;
	}
	
#sup-navigation {
	float: right;
	display: block;
	margin: 20px 18px 0 0; 
	}	
	
#sup-navigation ul {
	height: 30px;
	margin-top: 5px;
	}		

#sup-navigation li {
	list-style-type: none;
	float: left;
	color: #7f7f7f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 4px 0 13px;
	height: 26px;
	}	
	
#sup-navigation a {
	color: #3054a7;
	text-decoration: none;
	}		
	
#sup-navigation a:hover {
	color: #617dbc;
	}		
	
li#member-login {
	margin-left: 10px;
	}
		
#member-login {
	background: url('../img/member-login.png') no-repeat left top;
	width: 115px;
	height: 26px;
	}
	
#member-login a {
	color: #ffffff;
	}
	
#member-login a:hover {
	color: #b3bfdb;
	}		
	
#top-mountain {
	float: right;
	display: block;
	width: 653px;
	height: 27px;
	background: url('../img/top-mountain.png') no-repeat left top;
	margin-top: 20px;
	}

ul#navigation {
	list-style: none;
	margin: 6px 0px 0px 18px;
	}
	
ul#navigation li {
	display: inline;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 30px 0 0px;
	}	

ul#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 33px;
	background: transparent url('../img/navigation-arrow.png') no-repeat 0px 1px;
	}
		
ul#navigation li a:hover {
	color: #b3bfdb;
	text-decoration: none;
	background: transparent url('../img/navigation-arrow.png') no-repeat 0px -15px;
	}


#header-image-container {
	float: left;
	display: block; 
	margin-left: 2px;
	margin-top: -3px
	}
	
#header-photo {
	width: 700px;
	height: 196px;
	}	

#header-photo-index {
	width: 700px;
	height: 196px;
	}

#sub-navagation {
	float: left;
	background: url('../img/sub-navigation-background.png') no-repeat left top;
	width: 260px;
	height: 196px;
	margin-top: -3px
	}
	
#sub-navagation ul {
	list-style: none;
	margin-top: 20px;
	margin-left: -15px;
	}	
	
#sub-navagation ul li {
	text-transform: uppercase;
	padding: 0px 0px 3px 33px;
	background-position: 0px -17px;
	font-size: 11px;
	}

#sub-navagation ul li a {
	background: transparent url('../img/sub-navigation-arrows.png') no-repeat;
	display: block;
	padding: 0px 0px 3px 33px;
	color: #3054a7;
	text-decoration: none;
	font-weight: bold;
	}
	
#sub-navagation ul li a:hover {
	background: transparent url('../img/sub-navigation-arrows.png') no-repeat 0px -18px;
	color: #000000;
	}	
		

#content-container {
	background: #eaeaea url('../img/bottom-gray-gradient.png') no-repeat bottom left;
	width: 960px;
	margin-left: 2px;
	margin-top: -2px;
	}

#content {
	float: left;
	width: 634px;
	padding: 20px 20px 0 28px;
	min-height: 280px;
  	height: auto !important;
    height: 280px;
    line-height: 1.25em;
	}
	
	#content ul,ol {
		margin: 0 0 10px 20px;	
	}

#content-index-line-height {
	line-height: 1.7em;
	}

#photo-album-single { /* For one image use the id photo-album-single and remove all other photos imgs and class active attribute */
	position: absolute;
	float: left;
	background: transparent url('../img/photo-album.png') no-repeat left top;
	width: 287px;
	height: 235px;
	margin: 10px 0 0 690px;
	}

#photo-album {
	position: absolute;
	float: left;
	background: transparent url('../img/photo-album.png') no-repeat left top;
	width: 287px;
	height: 235px;
	margin: 10px 0 0 690px;
	}

#photo-album IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#photo-album IMG.active {
    z-index:10;
    opacity:1.0;
}

#photo-album IMG.last-active {
    z-index:9;
}	
	
	
		

#bottom-mountain {
	position: absolute;
	background: url('../img/bottom-mountain.png') no-repeat left top;
	width: 685px;
	height: 27px;
	margin: -27px 0 0 343px;
	overflow: hidden;
	}

#footer {
	background: #4a3900 url('../img/footer.png') repeat-x left top;
	width: 100%;
	height: 200px;
	}

#footer-site-container {
	width: 960px;
	margin: 0 auto;
	}
	
#footer-left-text {
	float: left;
	text-align: left;
	color: #ffffff;
	margin-top: 50px;
	margin-left: 23px;
	font-size: 11px;
	line-height: 1.5em;
	}
		
#footer-right-text {
	float: right;
	text-align: right;
	color: #ffffff;
	margin-top: 33px;
	margin-right: 23px;
	font-size: 11px;
	line-height: 1.5em;
	z-index: 1;
	}

#footer-left-text a, #footer-right-text a {
	color: #d8c878;
	text-decoration: none;
	}
	
#footer-left-text a:hover, #footer-right-text a:hover {
	color: #f3dd7a;
	text-decoration: none;
	}
		
.left {
	float: left;
	}	
	
.right {
	float: right;
	}		
	
.clear {
	clear: both;	
	}
	
	/* gets rid of dotted box around links */
a:focus {
	outline: none;
	}
	
h2 	{
	font-size: 18px;
	margin-bottom: 18px;
	}	
	
h4  {
	margin-bottom: 10px;
	font-size: 14px;
	color: #2144b2 ;
	}	

p  {
	margin-bottom: 10px;
	}		
	
#form-join-chamber {
	text-decoration: none;
	margin: 0px;
	width: 500px;
	}	

#form-join-chamber td {
	padding: 2px;
	}		
	

input {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 1px;
	}	

textarea {
	border: 1px solid #999999;
	padding: 1px;	
	}
	
select {
	border: 1px solid #999999;
	padding: 1px;	
	}	

.radio {
	border: none;
	}
	
/* Template content Start */
	

#sponsors {
	float: left;
	margin: 20px 0px 0px 10px;
	}	
	
#sponsors-text {
	float: left;
	margin: 32px 0px 0px 20px;
	}	
	
#sponsors-logos	{
	margin-left: 22px;
	}
	
/* Template content End */
