@charset "UTF-8";

/*STYLES FOR INTERNAL DIVISIONS, TAGS & CLASSES */

/*(styles for page layout & positioning are located in "layout.css"*/

/* -------------------------------------------------------------------------------*/
/* Color Scheme; Dark green: #5C743D, medium green: #D5EDB3, lime green: #99CC66, lightest green: #F4FFE4, f5f8ec
	Rust: #993300*/ 

/* Main Structural Divisions (margin and padding used for positioning are in layout.css)*/

#main_wrapper {
	background-color: #F4FFE4;
	border: 1px;
	border-color: #000;
	border-style: solid;
}

#advertizing {
	border: 1px;
	border-color: #000;
	border-style: solid;
}

#footer {
	border: 1px;
	border-color: #000;
	border-style: solid;
}

/*Styles for the internal divisions (margin and padding used for positioning are in layout.css) */

#header_inner, #content_inner, #nav_inner, #ad_inner, #footer_inner, #form_box	{
	overflow: hidden;
}


#header_inner {
	background-image: url(../images/SVheader.jpg);
}

#content_inner {
	text-align: left;
/*	border-left: 1px;
	border-left-color: #000;
	border-left-style: solid;
*/	
}

#nav_inner {
	text-align: left;
	border-bottom: 2px;
	border-bottom-style: ridge;
}

#footer_inner {
	background-color: #000;
	height: 30px;
	color: #fff; 
	text-align: center;
} 

/* Tags * (including margin and padding where applicable) */

input {
	display: block;
}

#ad_inner p {
	margin: 1em 0 1em 0;
}

#ad_inner a {
	color: #993300;
}

#ad_inner a:hover {
	color: #5C743D;
}


#nav #case li a {
	text-decoration: none;
	padding:3px;
	margin: 25px;
	border: 2px;
	border-style: outset;
	border-color: #000;
	list-style: none;
	background-color: #993300;
	color: #F4FFE4;
}

#nav #case li a:hover {
	color: #000;
}

#nav #case ul li  {
	list-style: none;

}

#content_inner a {
	color: #993300;
}

#content_inner a:hover {
	color: #5C743D;
}

#content_inner p {
	margin: 1em 0 1em 0;
}

#header_inner h1 {
	text-align: center;
	margin-top: 15px;
}

#nav_inner li {
	padding:3px;
	margin: 3px;
	background-color: #5C743D;
	border: 2px;
	border-style: outset;
	border-color: #000;
	text-decoration: none;
	line-height: 2em;
	
}

#nav_inner a {
	text-decoration: none;
	color: #F4FFE4;
}

#nav_inner a:hover {
	text-decoration: underline;
	color: #99CC66;
}


/* Classes (including margin and padding where applicable) */

.formsection {
	float: left;
	width: 145px;
	display: block;
	text-align: left;
	border-bottom: 2px;
	border-bottom-style: ridge;
	padding: 5px;
	margin: 2px;
}

.caption_style {
	margin-top: 20px;
}

.pagename{
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #99CC66 ;
}

.section_head {
	font: 1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #5C743D;
}

.photo {
	float: left;
	margin: 10px;
}

.photo img {
	border: 2px;
	border-style: outset;
	border-color: #000;
}

.photo p {
	font-size: .80em;
	font-weight: bold;
	text-align: center;
	background-color: #99CC66;
}

.subHeader {
	font:bold .75em Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 1.2em;
	letter-spacing:.2em;
	}

.space {
	line-height: 2em;
}

.text {
	font-size: .95em;
}

.transparent {
	color: transparent;
}



