/********************
Voici the Valley Cultureway "base" styles
http://www.voicithevalley.org

Version 1.22.2008

Created by: Steve L. Michaud, Freelance Web Designer
s_mich@hotmail.com
Contact author for written permission prior to use.
********************/

/********************
1.0 Basic Elements
********************/

body {
	background: #e2e2d5;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
img {
	border: 0;
	padding-bottom: 8px;
}
a:link, a:active, a:visited {
	color: #6d6d2b;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
	border-left: #6d6d2b solid 1px;
	border-right: #6d6d2b solid 1px;
}

/********************
2.0 Branding Elements
********************/
	/****************
	2.1 Basic Branding Elements
	****************/
	
#branding-container {
	position: relative;
	width: 760px;
	height: 119px;
	background: #8a8a55;
}

	/****************
	2.2 Logo Elements
	****************/
	
#branding-logo {
	width: 228px;
	height: 119px;
	background: url(../images/banner/logo2.gif) no-repeat;
	float: left;
}
#branding-logo span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#branding-tagline {
	width: 532px;
	height: 119px;
	background: url(../images/banner/experience2.jpg) no-repeat;
	float: right;
}
#branding-tagline span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}

	/****************
	2.3 Navigation Elements
	****************/
	
#navcontainer {
	position: relative;
	height: 24px;
	width: 760px;
	background: #6d6d2b url(../images/banner/navbg2.gif) repeat-x;
	padding: 0;
	margin: 0;
}
#nav {
	float: right;
	padding-right: 25px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-bullet {
	float: left;
	width: 24px;
	height: 24px;
	background: url(/images/banner/navbullet2.gif) no-repeat;
}
.nav-bullet span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#nav-home {
	float: left;
	width: 37px;
	height: 24px;
	background: url(/images/banner/home2.gif) no-repeat;
}
#nav-home a {
	display: block;
	width: 100%;
	height: 24px;
}
#nav-home span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#nav-audiostory {
	float: left;
	width: 148px;
	height: 24px;
	background: url(/images/banner/audiostory2.gif) no-repeat;
}
#nav-audiostory a {
	display: block;
	width: 100%;
	height: 24px;
}
#nav-audiostory span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#nav-who {
	float: left;
	width: 28px;
	height: 24px;
	background: url(/images/banner/who2.gif) no-repeat;
}
#nav-who a {
	display: block;
	width: 100%;
	height: 24px;
}
#nav-who span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#nav-resources {
	float: left;
	width: 66px;
	height: 24px;
	background: url(/images/banner/resources2.gif) no-repeat;
}
#nav-resources a {
	display: block;
	width: 100%;
	height: 24px;
}
#nav-resources span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#nav-order {
	float: left;
	width: 57px;
	height: 24px;
	background: url(/images/banner/order2.gif) no-repeat;
}
#nav-order a {
	display: block;
	width: 100%;
	height: 24px;
}
#nav-order span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
/* for side navigation bar on the resources page */
#side-column ul {
	list-style: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
.side-column-head1 {
	display: block;
	color: #ffffff;
	background: #8a8a55;
	border-top: #6d6d2b solid 1px;
	border-right: #6d6d2b solid 1px;
	text-align: left;
	font-weight: bold;
	text-indent: 3px;
}
.side-column-head2 {
	display: block;
	color: #ffffff;
	background: #8a8a55;
	border-top: #8a8a55 solid 1px;
	border-right: #6d6d2b solid 1px;
	text-align: left;
	font-weight: bold;
	text-indent: 3px;
}
#side-column ul li ul {
	margin: 0;
	padding: 0;
}
#side-column ul li ul li {
	color: #ffffff;
	background: #6d6d2b;
	border-bottom: #8a8a55 solid 1px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	text-indent: 0px;
}
#side-column ul li a {
	color: #ffffff;
	text-decoration: none;
}
#side-column ul li ul li a {
	color: #ffffff;
	text-decoration: none;
}

/********************
3.0 Content Elements
********************/

	/****************
	3.1 Title Elements
	****************/
	
#title-home {
	position: relative;
	width: 760px;
	height: 28px;
	background: url(../images/content/titlehome.gif) left no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
}
#title-home span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#title-audio {
	position: relative;
	width: 760px;
	height: 28px;
	background: url(../images/content/titleaudio.gif) left no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
}
#title-audio span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#title-creators {
	position: relative;
	width: 760px;
	height: 28px;
	background: url(../images/content/titlecreators.gif) left no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
}
#title-creators span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#title-resources {
	position: relative;
	width: 760px;
	height: 28px;
	background: url(../images/content/titleresources.gif) left no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
}
#title-resources span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
#title-order {
	position: relative;
	width: 760px;
	height: 28px;
	background: url(../images/content/titleorder.gif) left no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
}
#title-order span {
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
	
	/****************
	3.2 Main Content Elements
	****************/

.clearfix:after {
    content: "."; 
    clear: both; 
    visibility: hidden;
    display: block; 
    height: 0; 
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
#content-container {
	position: relative;
	width: 760px;
	min-height: 100px;
	background: #ffffff;
	margin-bottom: 8px;
}
#content-area {
	float: left;
	width: 562px;
	padding-right: 10px;
}
#side-column {
	float: left;
	width: 188px;
}
table td {
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
}
.header {
	background: #6d6d2b;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
}
.row2 {
	background: #f1f2f0/*#dde3d7*/;
}
#acadian-village-img {
	float: right;
	padding-left: 10px;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
}

/********************
4.0 Footer Elements
********************/

#footnote {
	position: relative;
	width: 760px;
	background: #ffffff;
	padding-bottom: 8px;
}
#footnote2 {
	position: relative;
	padding-right: 25px;
	background: #ffffff;
	padding-bottom: 8px;
	text-align: right;
}
#footer-container {
	position: relative;
	width: 760px;
	height: 27px;
	background: #6d6d2b;
}
#copyright {
	float: left;
	padding-top: 5px;
	padding-left: 25px;
	color: #ffffff;
	font-size: 10px;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
#credit {
	float: right;
	padding-top: 5px;
	padding-right: 25px;
	color: #ffffff;
	font-size: 10px;
}

/********************
5.0 Miscellaneous Styles
********************/

.text {
	border: #393939 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #ffffff /*url(../images/content/textfield.gif) bottom repeat-x*/;
}
.alert {
	color: #990000;
	font-style: italic;
}
.center {
	text-align: center;
}
img {
	border: none;
}
.smtext {
	font-size: 10px;
	line-height: 16px;
}
.caption-margin {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.caption {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-right: 10px;
}
.indent {
	padding-left: 30px;
}