/* CSS Document */

/* Song Writing Works Main Css */

body, html {
	padding:0;
	margin:0;
	font-family: Verdana, Georgia, serif;
	font-size: 15px;
	line-height: 22px;
}
/* left nav area css */

#left-nav-container {
	position: relative;
	display: block;
	left: 0px;
	width: 110px;
	margin: 0px;
	top: 0px;
	float: left;
	border: 1px solid #DFDFDF;
	color: #FFFFFF;
	overflow: visible;
	font-weight: bold;
	padding: 174px 0px 0px;
}
#left-nav-container li {
	list-style: none;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	text-align: left;
}
#left-nav-container li a {
	color:#FFFFFF;
}
#left-nav-container li a:hover {
	color:#999999;
	text-decoration: none;
}
#left-nav-top, #left-nav-middle, #left-nav-bottom {
	width: 110px;
	display: block;
	float: left;
}

/* left-nav background colors and heights*/

#left-nav-top {
	height: 270px;
	overflow: visible;
}
#left-nav-middle {
	height: 50px;
	text-align: center;
}
#left-nav-bottom {
	height: auto;
	text-align: center;
}

.left-nav-maroon {
	background-color: #660033;
	height: 1300px;
}
.left-nav-blue {
	background-color:#000066;
	height: 900px;
}
.left-nav-green {
	background-color:#003333;
	height: 900px;
}
.left-nav-green-long {
	background-color:#003333;
	height: 1300px
}
.left-nav-black {
	background-color:#000000;
	height: 900px;
}
.left-nav-black-medium {
	background-color:#000000;
	height: 1200px;
}
.left-nav-orange {
	background-color:#E88B12;
	height: 1000px;
}
.left-nav-orange-long {
	background-color:#E88B12;
	height: 1500px;
}
.left-nav-purple {
	background-color:#330033;
	height: 950px;
}
.left-nav-purple-long {
	background-color:#330033;
	height: 1600px;
}
.left-nav-purple-extra-long {
	background-color:#330033;
	height: 4600px;
}
.left-nav-gold {
	background-color:#E8C212;
	height: 900px;
}
.left-nav-gold-medium {
	background-color:#E8C212;
	height: 1500px;
}
.left-nav-gold-long {
	background-color:#E8C212;
	height: 2500px;
}
.left-nav-red {
	background-color:#970000;
	height: 900px;
}
.left-nav-red-long {
	background-color:#970000;
	height: 1300px;
}
.left-nav-bright-green {
	background-color:#13E440;
	height: 950px;
}
/* main container to center layout */
#master-body {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
#container {
	width: 740px;
	padding: 0px;
	margin: 0px;
	float: right;
}

/* Container for the article box */


#articleboxouter {
	width: 736px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	min-height:0;
	position: relative;
	height: 100%;
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
/* mac hide ie6 haslayout \*/
* html #articleboxouter {
	height:1%;
	display: block;
}
/* end hide */

/* the css to control the various content on pages */
#gallery-content {
	width: 700px;
	margin: 0 0 0 5px;
	padding: 0px 7px 0px 0px;
	overflow: hidden;
	z-index: 3;
}
#gallery-content ul {
	list-style-type:none;
}
#gallery-content li img, #gallery-content li object {
	display: block;
	height: 200px;
	width: 300px;
	margin: 20px 20px 20px 25px;
	clear: both;
}
#gallery-content li a {
	display: block;
	margin: 0;
	padding: 0;
}
#gallery-content li embed {
	display: block;
	height: 212px;
	width: 300px;
	margin: 14px 20px 14px 25px;
}
#gallery-content li p {
	display: block;
	height: 30px;
	width: 300px;
	margin: -15px 20px 0px 30px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	visibility: visible;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}	
/*gallery nav buttons */
#gallery-nav ul {
	text-align: center;
}
#gallery-nav li {
	display: inline;
	list-style: none;
}
#gallery-nav li a {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}
	
#gallery-nav li a:hover {
	background:#660000
}
#articleboxinner {
	width: 717px;
	line-height: 1.3em;
	color: #660000;
	height: auto;
	font-size: 12px;
	margin: 0px;
	position: relative;
	border: 1px solid #DFDFDF;
	background-color: #F4F4F4;
	clear: both;
	display: block;
	float: left;
	padding: 5px 10px 5px 5px;
}
#article-head-main {
	width: 325px;
	margin: 0px;
	padding: 0px 0px 10px;
	position: relative;
	display: block;
	float: right;
}
#article-head-archive {
	width: 400px;
	margin: 0px;
	padding: 0px 0px 10px;
	float: right;
	clear: both;
	position: relative;
	display: block;
}
#article-head-right {
	width: 300px;
	margin: 0px;
	padding: 0px 0px 10px;
	position: relative;
	display: block;
	float: right;
	top: -28px;
}
#articlecontent {
	width: 320px;
	height: 280px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#articlecontent-template2 {
	width: 320px;
	float: right;
	margin: 0px;
	padding: 0 7px 0 0;
}
#articlecontent-archive-right {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	height: 550px;
	overflow: auto;
}
#articlecontent-archive-left {
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#articleimage {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}
.som-player {
	float: left;
	width: 370px;
	margin: 5px 0px;
	padding: 3px 0px;
	display: block;
	clear: both;
	background-color: #CDBF5A;
	position: relative;
	text-align: left;
	text-indent: 10px;
}
#som-left-column {
	float: left;
	width: 355px;
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 10px 5px 0px 8px;
}
#articlecontentleft {
	float: left;
	width: 380px;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 12px;
}
#articlecontentright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/*repeatable index pages */
#archive li {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 175px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #DFDFDF;
}
#archive p {
	width: 540px;
	position: absolute;
	height: 150px;
	clear: both;
	margin: 0px 0px 0px 175px;
	top: 2px;
	padding: 10px 0px 0px;
}
#archive img, #archive span {
	float: left;
	margin: 0;
	padding: 10px 0px 0px 0px;
	position: absolute;
}
#archive embed {
	float: left;
	clear: both;
	margin: 120px 0 0 0px;
	padding: 0;
	position: absolute;
}
/* css for news-area */ 
#news-container {
	width: 650px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#news-container ul {
	padding: 25px 0 0 0;
}
#news-container strong {
	color: #660000;
}
#news-container li {
	text-align: left;
	display: block;
	font-size: 1em;
	color: #000000;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-top-width: 1px;
	border-top-color: #DFDFDF;
	background-color: #CDBF5A;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#news-container li a {
	color: #660000;
}
#news-container li a:hover {
	text-decoration: none;
	color: #7373A8;
}
/* css for media area in extended article and other templates */
#media-gallery-template {
	width: 740px;
	clear: both;
	height: 60px;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* css for song of the month */
#song strong, #song2 strong {
	color: #660000;
}
#song, #song2 {
	width: 650px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding: 0px;
}
#song li, #song2 li {
	text-align: left;
	display: block;
	font-size: 1em;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-top-width: 1px;
	border-top-color: #DFDFDF;
	background-color: #CDBF5A;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#song li a, #song2 li a {
	color: #660000;
}
#song li a:hover, #song2 li a:hover {
	text-decoration: none;
	color: #7373A8;
	}

#missionouter{
	width: 736px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	min-height:0;
	position: relative;
	height: 100%;
	float: left;
	clear: both;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#mission {
	width: 717px;
	line-height: 1.3em;
	color: #660000;
	text-align: left;
	height: auto;
	font-size: 12px;
	position: relative;
	border: 1px solid #DFDFDF;
	background-color: #F4F4F4;
	clear: both;
	display: block;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 0px;
}
#media-container {
	width: 740px;
	padding: 25px 0px;
	clear: both;
	margin: 0px;
}
#media-container-sub {
	width: 740px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	float: left;
}
#quote-container {
	display: block;
	padding: 0px;
	border: 0px solid #DFDFDF;
	position: relative;
	margin: 25px 0px 0px;
	float: left;
}
#quote-container-sub {
	float: left;
	position: relative;
	display: block;
	padding: 0px;
	border: 0px solid #DFDFDF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#quote-main-template {
	position: relative;
	display: block;
	padding: 0px;
	border: 0px solid #DFDFDF;
	margin: 0px;
}
#quote-content {
	font-size: 1.5em;
	font-style: oblique;
	font-weight: normal;
	color: #660000;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: center;

}
/*let's control the various look of unordered lists in this project */
ul {
	padding: 0px;
	margin: 0px;
}
.som-player ul, #articlecontentleft .som-player ul {
	list-style: none;
}
#articlecontent ul, #articlecontent-template2 ul, #articlecontentleft ul, #articlecontentleft ul, #articlecontentright ul, #mission ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 25px;
}
p {
	margin: 0px;
	padding: 0px;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	height: 7%;
	margin: 0px 0px -5px;
	padding: 0 0 3px 0px;
	font-size: 15px;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	height: 1%;
	padding: 0 0 3px 0px;
	font-size: 14px;
	margin: 17px 0px -12px 0px;
}
h5 {
	font-size: 14px;
	margin: 0px 0px 5px;
	padding: 15px 0 0;
	font-weight: bold;
}
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #400040;
}
a:link {
	color: #D88B32;
}
#footer a:link {
	color: #400040;
}
a:visited {
	text-decoration: none;
	color: #D88B32;
}
#footer a:visited {
	color: #400040;
}
a:hover, #footer a:hover {
	text-decoration: underline;
	color: #7373A8;
}
a:active {
	text-decoration: none;
}

/* end container */

/* begin general body tags etc. */
body {
	background-color: #FFFFFF;
}

.caption {
	font-size: 10px;
	color:#660000;
	display: block;
	width: 358px;
	border: 1px solid #DFDFDF;
	padding-left: 10px;
	height: 36px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 0;
}

.plugin-control {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 1px;
}

.mainpiccontrol
{
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0 1em 0 0;
}

.noborder {
	border: none;
	padding: 0px;
	clear: both;
	position: relative;
}

img {
	border: none;
}

#footer {
	color: #CDBF5A;
	text-align: center;
	height: auto;
	position: relative;
	background-color: #F4F4F4;
	border: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.3em;
	width: 732px;
	margin: 0px;
}
#footer-outer {
	width: 736px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	min-height:0;
	position: relative;
	height: 100%;
	float: right;
	margin: 0px;
	padding: 2px 0px 2px 2px;
}
#footer p span {
	font-size: 10px;
}
.mainpiccontrolright {
	float: left;
	padding: 0px;
	margin: 5px 10px 5px 0px;
}
#master-body #container {
	padding-top: 0px;
	margin: 0px;
}
.video-plugin {
	border: none;
	padding: 5px 0;
	margin: 0 0 0 0;
	clear: both;
	position: relative;
	height: 225px;
	width: 300px;
}
.listIndent {
	margin: 0 0 0 25px;
}
/* Contact Form Styles */
form {
margin:0px;
padding:0px;
border:0px;
}
form div {
	clear: left;
	overflow: hidden;
	margin: .5em 0 0.5em;
}
label {float:left; width:auto}
#dot {
	margin-bottom:8px;
	padding-bottom: 8px;
	padding-top:3px;
	border-bottom:dotted;
	width:100%;
	border-color:#b5a327;
	border-bottom-width:thin;
}
fieldset {
	width:600px;
	background:url(../about/gradientform.gif) repeat-x;
	padding:0px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #F4F4F4;
}
form #send {
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	}
form #dot label{
	display: block;
	width: 700px;
	border-bottom: 1px solid #999999;
	position: relative;
}
form #send input{background-color:#b5a327; padding: 0 .25em; font-family: Verdana, Arial, Helvetica, sans-serif; color:#fff; font-weight:bold}
form #send input:hover{background-color:#990033}
#master-body #container #form1 {
	float: left;
	position: relative;
	width: 600px;
	clear: both;
}
#master-body #container #form1 #dot input {
	margin: 15px 0px 10px 0;
	padding: 0;
	display: block;
	height: 20px;
	float: left;
	position: relative;
	width: 17px;
}
/* end form style */
