/* CSS Document */

hr { 
	clear: both;
	margin: 10px;
}
	
/* 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: 750px;
	text-align: center;
	overflow: hidden;
	text-align: left;
}

.wit_gallery .main_img {
	width: 400px;
	height: 325px;
	text-align: center; 
}

.wit_gallery .main_img img {
	padding: 0;
	margin: auto;
	width: 400px;
}

.wit_gallery .thumbs {
	width: 340px;
	height: 250px;
	margin: 15px 0 0 0;
	overflow: auto;
	float: right;
}

.wit_gallery .thumb {
	display: block;
	float: left;
	height: 75px;
	padding: 0 5px 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;
}

