/* CSS Document */

	body {
		background-color:#1e1f1e;		
		text-align: center;
		padding:0px;
		margin:0px;
	}
	
	#container {
	    background-image: url('images/body_bg.png');
		width: 960px;
		margin: auto;
	}
		

	#header {
		width: 960px;
		height: 91px;	
		background-image: url('images/header_bg.png');
		background-repeat: no-repeat;
		margin: auto;
	}
	
	#footer {
		width: 960px;
		height: 91px;	
		background-image: url('images/footer_bg.png');
		background-repeat: no-repeat;
		margin: auto;
	}
	
	#logo {
		width:922px;
		height: 153px;
		margin: auto;
		z-index:1;
	}
	
	#content {		
		width: 900px;
		margin: auto;		
	}
	
	#menu {
		background-image: url('images/menu_bg.png');
		background-repeat: repeat-x;
		height:48px;
		width: 960px;
	}
	
	#slideshow {
		width: 900px;
		height: 500px;
		margin: auto;
	}	





/* General Use Styles */	
	p {
		font-family: georgia;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	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: Georgia;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #777;
		text-decoration: none;
		margin-bottom: 10px;
		margin-top: 25px;	
	}
	h1 {
		font-family: Garamond, Georgia;
		border-bottom: 1px solid #ccc;
		font-size: 26px;
		font-weight: normal;
		background-image: url('images/h1.jpg');
		background-repeat: no-repeat;
		color: #fff;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;	
	}
	h2 {
		font-family: "Century Gothic";		
		font-size: 22px;
		font-weight: normal;
		background-repeat: no-repeat;
		color: #ccc;
		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: #fff;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 10px;
	}	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #777;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 30px;
		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: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #ccc;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #ccc;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #ccc;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		background-color: none;
		text-decoration: underline;
	}

/* These are the Main Menu Links */	

	a.nav {
		font-family: Georgia;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		line-height:50px;
	}
	
	a.nav:hover {
		font-family: Georgia;
		font-size: 18px;
		font-weight: normal;
		color: #7a7a7a;
		text-decoration: none;
	}
	
	a.gallery {
		font-family: Georgia;
		font-size: 24px;
		font-weight: normal;
		color: #777;
		text-decoration: none;
		margin: 0 20px 0 20px;
	}
	
	a.gallery:hover {
		font-family: Georgia;
		font-size: 24px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted:#777;
	}

/*
    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 24px/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: 800px; height: 460px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 460px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 460px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 48px; width: 78px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 160px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; background: url(images/next.png) }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; background: url(images/last.png) }
/* .anythingSlider .forward:hover          { background-position: 0 -200px; } */
/* .anythingSlider .back:hover             { background-position: -67px -200px; } */

#thumbNav                               { position: relative; top: 440px; 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: #fff; }

#start-stop                             { background: #ccc; color: #000; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 100px; top: 440px; -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: #ccc; }
#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; }


/* Contact Form */

	#contact-wrapper {
		width: 430px;
		border: 1px solid #777;
		background:#fff;
		padding: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#contact-wrapper div {
		clear: both;
		margin: 1em 0;
	}
	
	#contact-wrapper label {
		display:block;
		float:none;
		font-size:18px;
		font-weight:normal;
		color:#777;
		width:auto;
		font-family:Georgia;
		text-align:left;
		margin-left:30px;
	}
	
	form#contactform input {
		border-color: #000 #777 #000 #777;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
		font-size: 16px;
		color: #000;
	}
	
	form#contactform textarea {
		font-family:Arial, Tahoma, Helvetica, sans-serif;
		font-size:100%;
		padding:0.6em 0.5em 0.7em;
		border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
		border-style:solid;
		border-width:1px;
	}
