/* CSS Document */

	* {
		padding:0px;
		margin:0px;
	}
	
	img {
		border:0px;
	}

	body {
		background-image: url('images/body_bg.png');
		background-repeat:repeat-x;
		background-color:#262626;		
		padding:0px;
		margin:0px;
	}
	
	#pagewrap {
		width: 900px;
		margin: auto;
	}
		

	#header {
		width: 900px;
		height: 134px;	
		background-image: url('images/header.png');
		background-repeat: no-repeat;
	}
	
	#footer {
		width: 900px;
		height: 102px;	
		background-image: url('images/footer_bg.png');
		background-repeat: no-repeat;
	}

	
	#content {
		background-image: url('images/content_top.jpg');
		background-repeat: no-repeat;
		background-color:#fff;
		width: 900px;
		margin: auto;
		padding: 50px 0 0 0;	
		min-height:400px;
	}
	
	#menu {
		background-image: url('images/nav_bg.jpg');
		background-repeat: no-repeat;
		height:46px;
		width:900px;
	}
	
	#slideshow {
		width: 900px;
		height: 500px;
		margin: auto;
	}	





/* General Use Styles */	
	p {
		font-family: georgia;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		padding: 10px 20px 10px 30px;

	}
	p.contact {
		font-family: Georgia;
		text-align: center;
		width:300px;
		border-bottom: 1px solid #777;
		font-size: 30px;
		font-weight: normal;
		color: #ccc;
		text-decoration: none;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	p.footertext {
		font-family: helvetica;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #ccc;
		text-decoration: none;
		padding:40px 0 0 0;

	}
	h1 {
		font-family: Garamond, Georgia;
		border-bottom: 1px solid #ccc;
		font-size: 30px;
		font-weight: normal;
		background-image: url('images/h1.jpg');
		background-repeat: no-repeat;
		color: #2e5e94;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;	
	}
	h1.banner {
		font-family:Georgia;
		font-size:20px;
		color:#fff;
		font-style:italic;
		border:none;
		padding: 75px 0 0 20px;
	}
	h2 {
		font-family: "Century Gothic";		
		font-size: 22px;
		font-weight: normal;
		background-repeat: no-repeat;
		color: #777;
		text-decoration: none;
		text-align: left;
		margin-top: 0px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 10px;
	}	
	h4 {
		font-family: Georgia;
		font-size: 24px;
		font-weight: normal;
		color: #3b6c8c;
		text-decoration: none;
		text-align: left;
		margin: 5px 0px 10px 15px;
	}
	h5 {
		font-family: Georgia;
		font-size: 30px;
		font-weight: normal;
		color: #c28700;
		text-decoration: italic;
		text-align: center;		
		margin: 0 0 0 10px 0;
	}
	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #777;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 50px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: square;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	

	a:link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #5b8cc4;
		text-decoration: none;
	}
	a:visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #5b8cc4;
		text-decoration: none;
	}
	a:active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #255489;
		text-decoration: none;
	}
	a:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #255489;
		background-color: none;
		text-decoration: underline;
	}

/* These are the Main Menu Links */	

	a.nav {
		text-align:left;
		font-family: Georgia;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		line-height:50px;
		padding: 0 10px 0 10px;
	}

	a.nav:hover {
		font-family: Georgia;
		font-size: 18px;
		font-weight: normal;
		color: #ffe400;
		text-decoration: none;
	}


/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 20px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 760px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 341px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }


/* Contact Form */

#contact-area {
	width: 400px;
	margin-top: 25px;
	padding:20px;
	background-color:#eee;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 24px;
}

#quote-area {
	width: 500px;
	margin: 25px auto;
	padding:20px;
	background-color:#eee;
	
}

#quote-area input, #quote-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#quote-area textarea {
	height: 90px;
}

#quote-area textarea:focus, #quote-area input:focus {
	border: 1px solid #900;
}

#quote-area input.submit-button {
	width: 100px;
	float: right;
}