/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color:#FFFFFF;
	width: 760px;
	margin: auto;
	padding: 0;
	margin-top: 3px;	
}

/*****************************/
/*     Main Content Divs     */
/*****************************/
#header { background-color:#FFFFFF; width: 100%; height: 150px; }
#navbar { background-color: #426E4B; width: 100%; height: 17px; line-height: 17px; }
#content { background-color:#FFFFFF; margin-top: 5px; width: 100%; }
#contentleftside { background-color:#FFFFFF; float: left; width: 68%; padding: 15px 5px 15px 5px; }
#contentrightside { background-color:#FFFFFF; float: left; width:25%; }
#footer { background-color:#FFFFFF; float: left; width: 100%; height: 20px; line-height: 20px; margin-top: 10px; text-align:center; font-size:11px; }


/*****************************/
/*     Gallery Index Page    */
/*****************************/
#widegallery201 { float: left; width: 20%; }
#widegallery201 img { padding-top: 30px }
#widegallery60 { float: left; width: 60%; padding-top: 30px; }
#widegallery60 a { color: #426E4B; }
#widegallery202 { float: left; width: 20%; }
#widegallery202 img { padding-top: 30px }


/*****************************/
/*     Gallery Index Page 2  */
/*****************************/
#galleryholder { margin-left: 5px; }
.galleryindexholder { float: left; width: 240px; height: 130px; margin: 20px 5px 0px 5px; }
.galleryimgholder { float: left; width: 100%; height: 105px; text-align:center; }
.galleryimgholder img { border: 1px solid #000000; }
.gallerycapholder { float: left; width: 100%; line-height: 25px; text-align:center; }

/*****************************/
/*   Gallery Content Pages  */
/*****************************/
.greenheader2 { font-weight: bold; font-size: 12px; color: #426E4B; text-decoration:underline; }
#gallerywrapper { width: 760px; }
#gallerywrapper img { border: 1px solid #000000; margin: 10px; }

/*****************************/
/*   Ideas Formatting        */
/*****************************/
.picspace { border: 1px solid #000000; margin: 10px; }


/*****************************/
/*    Form Styling           */
/*****************************/
.cssform { margin-left: 100px; }
.cssform p { width: 300px; clear: left; margin: 0; padding: 5px 0 8px 0; padding-left: 155px; height: 1%; }
.cssform label { font-weight: bold; float: left; margin-left: -155px; width: 150px; color: #426E4B; }
.cssform input[type="text"] { width: 180px; border: 1px solid #426E4B; }
.cssform input[type="submit"] { border: 1px solid #426E4B; background-color: #B6D5BC; }
.cssform input[type="reset"] { border: 1px solid #426E4B; margin-left: 20px; background-color: #B6D5BC; }
.cssform textarea { width: 250px; height: 150px; border: 1px solid #426E4B; }

#contactform { margin-left: 200px; }

/*****************************/
/*   Text Formatting         */
/*****************************/
.navbartext { font-size: 12px; color: #FFFFFF; }
.navbartext a { color: #FFFFFF; text-decoration: none; }
.navbartext a:hover { color: #FFFFFF; text-decoration:underline; }
.navbardate { font-weight:bold; margin-left: 45px;  }
.greenheader { font-weight: bold; font-size: 13px; color: #426E4B; }
.greenheader3 { font-weight: bold; font-size: 12px; color: #426E4B; }
.contenttext { line-height: 17px; }
.contentnarrow { width: 80%; margin-left: 10%; }
.contentnarrow2 { width: 90%; margin-left: 5%; }
.quote { color:#426E4B; font-weight:bold; }
.bigbold { font-size:16px; font-weight: bold; }

.contactlabel { color: #426E4B; font-weight:bold; font-size: 13px; }
.contactitem { color: #000000; margin-left: 110px; margin-top: -20px; }

/*****************************/
/*     Link Formatting       */
/*****************************/
a img { border: none; }
a { color: #426E4B; text-decoration:none; }
a:hover { text-decoration: underline; }
a:visited { color: #426E4B; }
#navbar a:visited { color: #FFFFFF; }