/* CSS Document */

body {background:#3c3907; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.6em;  font-size:13px;}
#content p {padding:.2em; text-align:left; line-height:1.6em;  font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;}
* {color:#000;}
a {color:#003300;}
h1 {font-size:16px; padding:.5em;}
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

#facebook-link {
	position: absolute;
	top: 5px;
	right: 30px;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	width: 140px;
}

#facebook-link a {
	color: #fff;
	text-decoration: none;
}

#facebook-icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/facebook.png);
	text-indent: -999em;
	float: left;
	margin: 2px 2px 0 0;
}
/* Layout Selectors */
#wrapper { width:930px; text-align:center; margin:0 auto; background:url(/images/rpt.gif) repeat-y #3c3907;}
	#wrapper div{}
	#header {position: relative;}
	#flash {}
	#ghost {margin-right:15px; }
		#ghost1 {margin-right:15px; background:url(/images/ghost.jpg) no-repeat bottom right;}
		#ghost2 {margin-right:15px;}
		#content {width:880px; margin-left:25px; text-align:left;}
			#content img {padding:10px; float:left;}
			#bullets {float:right; font-size:13px;}
				.leftbullets {list-style-type:none;}
				.rightbullets {list-style-type:none; margin-left:200px; margin-top:-105px; margin-right:40px; }
				#bullets li {background:url(/images/bullet.gif) no-repeat left; padding-left:10px;}
	#footer1 {width:930px; height:87px; background:url(/images/footer.jpg);}
	#footer2 {width:930px; height:87px; background:url(/images/footer2.jpg);}
		.footer p {padding-top:30px;}
		.footer p a {color:#fff;}
	#after {text-align:center;}
		#after p {color:#D7D69D; padding:.2em; line-height:1.6em;  font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;}
		#after h1 a{color:#D7D69D;}
		#after img {}
		p a{color:#556130}
	
/* Classes and Fixes */

.clear{clear:both;}

/* Gallery Stuff */

#gallery {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #9e9a6b; background:#afab85}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:672px; height:375px; padding:5px; border:2px solid #666; background:#9e9a6b url(/images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:20px; border:2px solid #666; background:#9e9a6b}
#thumbarea {position:relative; overflow:hidden; height:100px; width:612px; margin-left:35px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #9e9a6b}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
#thumbs li:hover {background:#fff}
.imgnav {position:absolute; height:430px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(/images/left.gif) left bottom no-repeat; border-left:5px solid #9e9a6b}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(/images/right.gif) right bottom no-repeat; border-right:5px solid #9e9a6b}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* Additions by Andrew Wells */

.pics img {
padding: 5px;
}

strong {
font-weight: bold;
}

h2 {
font-weight: bold;
font-size: 1.4em;
margin: 10px 0;
}

h3 {
font-weight: bold;
font-size: 1.2em;
}

th {
	font-weight: bold;
}

li {
	list-style-type: none;
	text-indent: 10px;
}

.wit_gallery {
	width: 400px;
	float: right;
	text-align: center;
	overflow: hidden;
}

.wit_gallery .main_pic {
	width: 400px;
	height: 325px;
	text-align: center; 
}

.wit_gallery .main_img img {
	padding: 0;
	margin: auto; 
}

.wit_gallery .thumbs {
	width: 400px;
	height: 150px;
	margin: 15px 0 0 0;
	overflow: auto;
}

.wit_gallery .thumb {
	display: block;
	float: left;
	height: 75px;
	padding: 0 20px 15px 0;
	width: 100px; 
}

.wit_gallery .thumb_img {
	padding: 0;
}

.wit_gallery .img_preload {
	display: none;
	visibility: hidden; 
}

.wit_form input[type=text], .wit_form input[type=password] {
	width: 215px;
}

.wit_form textarea {
	width: 275px;
	height: 105px;
}

a:active {
	color: #3C3907;
}
a:link {
	color: #3C3907;
}
a:visited {
	color: #3C3907;
}

/* -------------------------------------------------------------------------------------------
CSS Alerts/Messages (http://www.bioneural.net/2006/04/01/create-a-valid-css-alert-message/)
------------------------------------------------------------------------------------------- */

body{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 40px;
    vertical-align: middle;
    text-indent: 50px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/validation.png');
}

.wit_featured {
	border: 1px solid #000;
	width: 200px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.wit_featured h3 {
	font-size: 1.0em;
}

.wit_featured img {
	float: none !important;
}

