/********************************************
   AUTHOR:  			Will Robinson
   WEBSITE:   			willrobinson2@gmail.com
   LAST MODIFIED:    		7/26/08
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFF url(bg.gif) repeat-y center top;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #5952e5;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav-will.jpg) repeat-x 0 0;
	border: none;
}

/* Layout */
#wrap {
	position: relative;
	width: 790px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #FFF;
	top: 0; left: 0;
	z-index: 2;	
}

#content-wrap {
	position: relative;
	clear: both; 
	float: left;	
	padding: 0; 	
	background: #c1d1bf;
	background: #FFF;
	border-top: 5px solid #FFF;
	border-bottom: 4px solid #FFF;
	border: 4px solid #000;
	margin-left: 15px;
	display: inline;
	width: 790px;	
}

#contact-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 	
	/* background: #5a5757;	 */
	background: url(nav-will.jpg) repeat-x;	
	border: 4px solid #000;
	border-top: 0px solid #000;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
	margin-left: 15px;
	display: inline;
}

#contact-wrap p {
	color: #FFF;
	padding: 5px 0;
	text-align: center;
}

#contact-wrap a {
	color: #FFF;
	font-weight: bold;
}
#contact-wrap a:hover {
        color: #000;
}
#contact-wrap img {
	clear: both;	
	display: inline;
	float: right;
	display: inline;
	padding: 0px 0px 0px 0px; margin: 0 0 0 0px;
} 

/* header code */
#header {
	width: 820px;
	position: relative;
	height: 120;
	background: #FFF url(header-bg-will.jpg) repeat-y center top; 
	background: #FFF;
	padding: 0;	
	color: #FFF;	
}
#header img {
	clear: both;	
	display: inline;
	float: left;
	display: inline;
	padding: 15px 0px 15px 0px; margin: 0 0 0 10px;
	background: #FFF;
	border: 0;
} 
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 38px; left: 27px;	
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

#main p#intro {
	float: left;
	width: 100%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
}
/* header links */
#header #header-assoc {
	position: absolute;
	top: 40px; right: 23px;	
	color: #838181;
	font-size: 10px;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 10px; right: 25px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav-will.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #2c292e;
	border-left: 1px solid #2c292e;
	border-bottom: none;
	color: #FFF;
	font: bold 11px/2.4em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover-will.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current-will.jpg) repeat-x;	
}

/* Testimonials Column */
#testimonials {
	float: left;
	width: 90%;
  	padding: 5px 0 0 0; margin: 0 0 0 10px; 
	display: inline;
}
#testimonials img {
	width: 120px;
	height: 11px;
  	padding: 10px 0 0 0; margin: 0 0 0 10px; 
}
#testimonials h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #747b0b; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#testimonials h1 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666;
	text-transform: none;
	padding: 15px 0px 10px 10px; 			
}
#testimonials p#intro {
	float: left;
	width: 100%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	font: normal 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
}
#testimonials p#introb {
	float: center;
	width: 100%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	font: normal 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
}
#testimonials p#sig {
	float: left;
	width: 100%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	font: italic 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #666666;
}
#testimonials p#address {
	float: left;
	width: 100%;
	padding: 2px 0 0 0; margin: 0 0 0 12px;
	font: normal 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
}


/* Full Column */
#full {
	float: left;
	width: 90%;
  	padding: 5px 0 0 0; margin: 0 0 0 10px; 
	display: inline;
}
#full h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #747b0b; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#full h2 a {
	color: #264154;
	text-decoration: none;	
}
 
#full a {
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: none;	
	padding: 10px 0 0px 17px; 			
	background: inherit;
}

#full a hover {
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: none;	
	padding: 10px 0 0px 17px; 			
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

#full ul {
	margin: 0;
	padding: 20px;
	list-style-type: none;
}
#full li {
	background: url(bullet-will.gif) no-repeat 0 50%;
	background: url(bullet-will.gif) no-repeat 0 2px;
	padding-left: 24px;
	font: normal 12px 'Trebuchet MS', Tahoma, Sans-serif;
}
	
/* Main Column */
#main {
	float: left;
	width: 52%;
  	padding: 5px 0 0 0; margin: 0 0 0 10px; 
	display: inline;
}
#main h2 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #747b0b; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #747b0b;
	text-decoration: none;	
}
#main ul li {
	font: normal 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000000; 
	list-style-image: url(bullet-will.gif);
	padding: 6px 0 0px 8px; 			
}

/* Leftbar */	
#leftbar {
	padding: 0 0 0 0; margin: 0 0 0 0;
	float: left;
	width: 100%;
	background: #FFF;	
}	
#leftbar img {
	float: left;
	display: inline;
	padding: 5px 5px 5px 5px; margin: 0 0 0 10px;
	border: 0;
}

#testemonial {
	float: left;
	width: 45%;
	padding: 10px 10px 10px 10px; margin: 0 0 0 0;
	font: normal 10px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	background: #4e4a45;	
	background: #264154;	
}

#contactus {
}

/* Sidebar */	
#sidebar {
	position: relative;
	float: right;
	width: 44%;
 	padding: 0px 0px 0px 0px; margin: 0;		
	background: #c1d1bf;	
	background: #FFF;	
}	
#sidebar img {
	clear: all;
	float: right;
	display: inline;
}

/* footer */
#footer-wrap {
	background: #5a5757;	
	clear: both;
	position: relative;
	float: left;
        width: 820px;
	padding: 0;
	margin-left: 15px;
	height: 13px;
	font-size: 95%;	
	text-align: left;
	color: #5a5757;
	padding: 5px 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:5px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	position: relative;
	float: left;
        width: 790px;
	padding: 0;
	background: #CCC;	
	color: #000;
	padding: 1px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

#gallery {
	width:97%;
	height:430px;
	padding:10px;
	background: #fff;
	position:relative;
}

#gallery b.default {
	position:absolute;
	left:6px;
	top:10px;
	width:600px;
	height:430px;
	text-align:center;
}

#gallery b.default img {
	display:block;
	margin:0 auto 10px auto;
	border:0px solid #eee;
	border-color:#555 #ddd #eee #333;
}

#gallery b.default span {
	display:block;
	color:#000;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:180px;
	position:relative;
	float:right;
}

#gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin:0 0 5px 5px;
}

#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:1px solid #000;
	border-color:#eee #555 #333 #ddd;
}

#gallery ul li a span {
	display:none;
}

#gallery ul li a img {
	display:block;
	width:50px;
	height:50px;
	border:0;
}

#gallery ul li a:hover {
	white-space:normal;i
	border-color:#555 #ddd #eee #333;
	background:#fff;
}

#gallery ul li a:hover b {
	position:absolute;
	left:-590px;
	top:0;
	width:600px;
	height:430px;
	text-align:center;
	background:#fff;
	z-index:20;
}

#gallery ul li a:hover span {
	display:block;
	color:#000;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}

#gallery ul li a:hover img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:0px solid #eee;
	border-color:#555 #ddd #eee #333;
}

#gallery ul li a:active, 
#gallery ul li a:focus {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#777;
}

#gallery ul li a:active b, 
#gallery ul li a:focus b {
	position:absolute;
	left:-590px;
	top:0;
	width:600px;
	height:430px;
	text-align:center;
	background:#fff;
	z-index:10;
}

#gallery ul li a:active span, 
#gallery ul li a:focus span {
	display:block;
	color:#000;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}

#gallery ul li a:active img, #gallery ul li a:focus img{
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:0px solid #eee;
	border-color:#555 #ddd #eee #333;
}

#dhtmlgoodies_slideshow{
	width:610px;	/* Total width of slideshow */
}
	
#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		/* font-style:italic; */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1.2em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}


.floatRight {
  float: right;
}

/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
	color: #000;
	background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
	color: #8D9012;
	background: url(../images/bullet-will.gif) no-repeat 5px 50%;
}

/* Gallbar */	
#gallbar {
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	position: relative;
	float: right;
	top:16px;
	left:14px;
	clear: all;
	display: inline;
	width: 16px;
 	padding: 0px 0px 0px 0px; margin: 0;		
	background: #c1d1bf;	
	background: #FFF;	
}	
#gallbar img {
	clear: all;
	float: right;
	display: inline;
}

/* footer */
