@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
	height: 100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascadkiuor. */
	margin: 0;
	float: right;
	border-left-width: 0px;
	border-left-style: none;
	padding: 0;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #666;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #333;
	
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	background-color: #000;
	padding-top: 40px;
	height: auto;
	margin-left: 21px;
}
#audiolist {
	float: left;
	line-height: 20px;
	margin-left: 5px;
	position: relative;
	width: 490px;
	font-size: medium;
	font-weight: 100;
}
.content ol , 





/* ~~ This grouped selector gives the lists in the .pagelink area space ~~ */
.ul{ 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-color: #666;
}
ul.nav li {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #333;
}


/* ~~ miscellaneous float/clear classes ~~ */
.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: 10px;
	margin-right: 10px;
}
.content {
	width: 710px;
	float: right;
	background-color: #FFF;
	padding-top: 10px;









color: #
	padding-right: 1px;
	padding-left: 20px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-bottom: 10px;
	height: auto;
	padding-right: 10px;
	color: #000;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 10px;
}
.subheading {
	font-size: medium;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}
.column {
	float: left;
	height: 200px;
	width: 180px;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #333;
	text-decoration: none;
}
.nametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
}
.list {
	line-height: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: medium;
	color: #000;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
#endtext {
	text-align: left;
	padding-left: 50px;
	position: relative;
	padding-top: 25px;
}

h2, h3, h4, h5, h6  {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-variant: small-caps;
}

#formbox {
	line-height: 15px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
}
.section {
	background-color: #FFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}
.section3tab {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.section2 {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}

.formlist {
	line-height: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: medium;
	color: #000;
	width: 100px;
	padding-left: 10px;
	padding-top: 1px;
}
.bluetext {
	color: #309;
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
	background-color: #FFF;
	}
	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.pagelink a:link {
	color: #309;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
	font-style: italic;
	font-size: normal;
}

.pagelink a:visited {
	color: #309;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.pagelink a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #39F;
	font-style: italic;
	font-weight: bold;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #333;
}

.thumbnail span{ /*CSS for enlarged image*/
	background-color: #CCC;
	padding: 1px;
	border: 0px none gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	position: absolute;
	right: 1px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	z-index: auto;
	float: right;
	top: 1px;
}
.photoandtext {
	text-align: center;
	position: relative;
	width: 140px;
	background-color: #FFF;
	height: 160px;
	margin: 5px;
	padding: 0px;
	float: left;
}

.footer {
	background-color: #000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	color: #999;
	}
.whitespace {
	height: 100px;
	width: 710px;
}
