/*==================================================
	LAZARUS GROUP CMS - www.lazarusgroup.com
	CMS Template Author: Scott Phelps (scott@lazarusgroup.com)
	Created: December 2008
	Website Designer: 
	Modified: 
	Project: 

	::::::: TOC :::::::
	^Reset
	^Globals
	^Structure
		^Navigation
	^Typography
	^CMS
	^Extras
		-Newsletter Sign Up Style *8/24/2009 TSP
==================================================*/

/* ^Reset */
* { padding: 0; margin: 0; }
a { outline: none; }

/* ^Globals */
html, body { height: 100%; }

body {
	background: #8d9292 url(images/background.jpg) top center no-repeat fixed;
	color: #fff;
	font: 63.5%/1.4em "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	}

/* ^Structure */
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: auto;
	background-color: transparent;
	}



#head {
	background-image: url(images/head_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 165px;
	width: 800px;
	float: left;	
	}

#content_wrap {
	background-image: url(images/content_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	_background-color: #fff;
	width: 800px;
	height: auto;
	float: left;
	border: 1px solid #656765;
}
	
#content {	
	width: 740px;
	height: auto;
	min-height: 500px;
	background-color: transparent;
	padding: 0px 30px 0px 30px;
	
	}
	
#ad_space {
	background-color: transparent;
	width: 120px;
	height: 500px;
	float: left;
}

#footer {
	background-color: #3f443e;
	height: 55px;
	text-align: center;
	width: 100%;
	float: left;
	}

/* ^Navigation */

h1 a {
width: 800px;
height:105px;
display: block;
text-indent: -9999px;
outline: none;
}

#head ul {
	width: 100%;
	margin-top: 10px;
	height: 35px;
}

#head ul li { display: inline; }

#head ul li a,
#head ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	height: 25px;
	font-size: 18px;
	font-weight: normal;	
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
		text-shadow: 0 1px 1px #000;
	}

#head ul li a:hover {
	text-decoration: underline;
	}
	
#footer ul {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: center;
}

#footer ul li {
list-style-type: none;
display: inline;
text-align: center;
}
	
#footer ul li a,
#footer ul li a:visited {
	color: #fff;
	text-align: center;
	
	
	height: 20px;
	
	font-size: 15px;
	font-weight: bold;	
	padding: 0 17px;
	border: none;
	text-decoration: none;
	
	}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}

/* ^Foot */

hr {
color: #8cc63f; 
margin-top: 20px;
margin-bottom: 20px;
}

h2, h3, h4, h5, h6, p, pre, ul, ol, .byline, .dateline, .readmore { padding: 10px 0px 0px 0px; }

/* ^Typography */


h1 {
	
	}

h2 {
	font-size: 3.8em;
	height: 1.6em;
	letter-spacing: -.8px;
	line-height: 1.6em;
	color: #fff;
	font-weight: normal;
	
	}

h3 {
	font-size: 1.8em;
	height :2em;
	letter-spacing: -0.3px;
	line-height: 2em;
	color: #143d8d;
	font-weight: normal;
	
	}

h4 { 
	font-size: 1.4em;
	height: 2.11em;
	letter-spacing: -0.1px;
	line-height: 2.9em;
	color: #8cc63f;
	}

h5 { 
	color: gray;
	font-size: 1.4em;
	
	height: 2.11em;
	letter-spacing: -0.1px;
	line-height: 2.9em;
	}
	
	h6 { 
	color: #000;
	font-size: 1.4em;
	
	height: 2.11em;
	letter-spacing: -0.1px;
	line-height: 2.9em;
	}

p { 
	
	margin: 0px 0px 0px 0px;
	line-height: 1.42em;
	font-size: 16px;
	
	font-family: Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	}

img { 

border: 5px solid #fff;
}

a, a:visited {
	color: #000;
	}

a:hover {
	text-decoration: none;
	}

pre { color: #5F5F5F; font-size: 13px; margin: 0 0 16px 0;}

#content ul { margin: 0 0 16px 0; }

#content li { font-size: 14px; line-height: 1.42em; }

#content ul li ul { margin: 0; }

#content ul li ul li { font-size: 14px; line-height: 1.42em; margin: 0 0 0 16px; }
	
/* ^CMS */

/* actionline */
.actionline {float: right; }

.actionline li {
	list-style: none outside;
	display: inline;
	width: 20px;
	height: 14px;
	line-height: 14px;
	}

.actionline a {padding: 0 14px; margin: 0 0 0 7px;}

.back {background: url(/images/arrow_left.gif) 0 7px no-repeat; border-right: 1px solid;}
.print {background: url(/images/printer.gif) 0 7px no-repeat; border-right: 1px solid;}
.email {background: url(/images/mail.gif) 0 7px no-repeat;}

/* email article */
form { font-size: 1.4em; }

fieldset {
	border: 1px solid #d6d6d6;
	width: 600px;
	margin: 0 0 2em 0;
	padding: 14px 0;
	}

legend span { font-size: 1.2em; background-color: #fff; padding: 0 14px; }

form ul {
	margin: 30px;
	}

form li {
	list-style: none outside;
	line-height: 1.42em;
	margin: 1em 0;
	height: auto;
	}

.error {color: #C62E07; font-style: italic;}

form em {font-size: 14px;}

label { text-align: right; float: left; display: block; margin-right: 16px; width: 160px; }
input,textarea { border: 1px solid #9f9f9f; width: 300px; line-height: 1.42em; }
textarea { height: 200px; }
.submit { width: 120px; float: right; margin: 0 150px 0 0 ;}

/* ^Extras */
	/*media library images*/
	
.media_lib_image_left {
float: left;
margin: 10px 10px 10px 0px;
padding-right: 10px;
padding-bottom: 5px;
background-color: #fff;
}

.media_lib_image_right {
float: right;
margin: 10px 0px 10px 10px;
background-color: #fff;
padding-right: 10px;
padding-bottom: 5px;
}

.media_lib_image_center {

margin: 10px 10px 10px 10px;

}

.media_lib_image {
margin: 10px 10px 10px 10px;

}

cite {
color: #000;
font-style: normal;
padding-left: 10px;
font-size: 13px;
}


/* Newsletter Sign Up  - 8/24/2009 TSP Added to navigation in _header.tpl */
#email_signup { background: transparent url(images/content_bg.png) 0 0 repeat; border: 1px solid #656765; width: 200px; float: right; padding: 10px; margin-top: -22px; position: relative;}
#email_signup label { float: none; margin: 0; width: 94px; font: 11px Tahoma, Arial; }
#email_signup input { width: 150px; border: 1px solid #7f7f7f; }
#email_signup input.submit_button { width: 40px; }
#email_signup p { background-color: #64AB4D; font: 11px Tahoma, Arial; position: absolute; bottom: 0; margin: 0; padding: 0; color: #fff; text-shadow: 0 1px 1px #000;}
#email_signup p.yield { color: #FFE900; text-shadow: 0 1px 1px #000; }