html
	{
	background-color: #8dc63f;
	}
	
body
	{
	font-family: Helvetica, arial, sans-serif;
	/*font-family: Tahoma, Veranda, sans-serif;*/
	color: #4b4b4b;
	font-size: .8em;
	}

#liquid-round
	{
	width:950px;
 	margin:0px auto;
 	background:#fff url(images/leftside.jpg) repeat-y left top;
 	}

.top
	{
	width:100%;
  	height:60px;
  	background:url(images/top.jpg) no-repeat left top;
 	}

.top span
	{
	display:block;
 	position:relative;
 	height:60px;
 	background:url(images/top_right.jpg) no-repeat right top;
    }
    
.center-content
	{
 	position:relative;
 	background:url(images/rightside.jpg) repeat-y right top;
 	padding:1px 20px 1px 25px;
  	margin:-10px 0 -50px 0;
  	min-height: 550px;
  	}
  	
.bottom
	{
 	height:102px;
 	background:url(images/bottom.jpg) no-repeat left bottom;
 	}
 
.bottom span
	{
 	display:block;
	position:relative;
 	height:102px;
 	background:url(images/bottom_right.jpg) no-repeat right top;
 	}
 	
.top_buttons img
	{
	float: right;
	padding-left:10px;
	/*margin-top: 10px;*/
	margin-right: 10px;
	/*clear:left;*/
	}
	
#header
	{
	margin-top: -20px;
	}
	
#searchbar
	{
	width: 907px;
	text-align: right;
	background-color:#faa517;
	margin-top: 10px;
	margin-left: -3px;
	padding: 6px 0px 6px 3px;
	font: 11px helvetica, areal, sans-serif;
	font-weight: bold;
	color: #FFF;
	}
	
#searchbarblank
	{
	width: 100%;
	height: 22px;
	text-align: right;
	background-color:#faa517;
	margin-top: 10px;
	padding: 6px 0px 6px 3px;
	}

/* ##################################### */
.nav
	{
	background:url(images/nav_bg_active.gif) repeat-x;
	}
	

.topNav
	{
	width:910px;
	background:url(images/nav_bg_active.gif) repeat-x;
	margin-left:-3px;
	}

#navWrapper
	{
	background:url(images/nav_bg_active.gif) repeat-x;
	width: 950px;
	}

#sddm
	{
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial;
	}

#sddm li a
	{
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding: 10px 21px 10px 21px;
	/*width: 110px;*/
	background:url(images/nav_bg_active.gif) repeat-x;
	color: #ffff00;
	text-align: center;
	text-decoration: none;
	}

#sddm li a:hover
	{
	background:url(images/nav_bg.gif) repeat-x;
	color: #456105;
	}

#sddm div
	{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	}

#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 19px 10px 21px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:url(images/nav_bg_active.gif) repeat-x;
	color: #ffff00;
	font: bold 13px arial;
	}

	#sddm div a:hover
	{
	background:url(images/nav_bg.gif) repeat-x;
	color: #456105;
	}

	
/* ##################################################################### */






#content
	{
	margin: 0px 160px 0px 180px;
	padding: 10px;
	border-left: solid 1px #698920;
	border-right: solid 1px #fff06d;
	}
	
#content h1
	{
	font-size: 2em;
	color:#bb57a1;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left: 8px;
	font-weight: normal;
	}
	
#content h2
	{
	font-size: 1.3em;
	color:#fa6217;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 8px;
	font-weight: normal;
	}
	
#contentheader
	{
	font-size: 1.3em;
	color:#faa517;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-weight: normal;
	}
	
#contentblogregister
	{
	margin: 0px 220px 0px 230px;
	padding: 10px;
	border-left: solid 1px #698920;
	height: 500px;
	}
	
#contentblogregister h1
	{
	font-size: 1.8em;
	color:#faa517;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-weight: normal;
	}
	
.pcontent
	{
	font-size: 12px;
	line-height: 17px;
	padding-right: 50px;
	margin-left: 8px;
	}
	
.pcontenttips
	{
	padding-right: 100px;
	border-bottom: solid #CCC 1px;
	padding-bottom: 5px;
	width: 500px;
	}

.pcontentBefore
	{
	font-size: 14px;
	line-height: 17px;
	margin-right: 50px;
	margin-left: 8px;
	}
	
.pcontentAfter
	{
	font-size: 14px;
	line-height: 17px;
	margin-left: 40px;
	}
	
.pcontentAfterText
	{
	font-size: 14px;
	line-height: 17px;
	margin-left: 300px;
	}

#side1
	{
	position: absolute;
	width: 180px;
	top: 120px;
	left: 25px;
	height: auto;
	background-color: #698920;
	}
	
#side1 li
	{
	font-size: 1.2em;
	list-style: none;
	line-height: 2.3em;
	margin-left: -30px;
	}
	
#side1 a
	{
	display: block;
	text-decoration: none;
	color: #c6e27b;
	border-bottom: 1px solid white;
	}
	
#side1 a:hover
	{
	background-color:#c6e27b;
	color:#698920;
	}
	
#side2
	{
	position: absolute;
	width: 160px;
	top: 120px;
	right: 18px;
	height: 88%;
	background: transparent;
	/*border-left: solid 1px #fff06d;*/
	}

#side2 li
	{
	font-size: 1.0em;
	list-style: none;
	margin-left: -25px;
	padding-bottom:13px;
	}
	
#side2 a
	{
	display: block;
	text-decoration: none;
	color: #698920;
	}
	
#side2 a:hover
	{
	text-decoration: underline;
	}


.headline
	{
	font-size: 1.8em;
	color:#faa517;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-left: 8px;
	}
	
.construction
	{
	font-size: 1.4em;
	color:#698920;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: 8px;
	}

#email_link a
	{
	color:#698920;
	text-decoration: none;
	}
	
#email_link
	{
	margin-left: 8px;
	}

#email_link a:hover
	{
	color:#faa517;
	text-decoration: underline;
	}
	
#email_link_no_left_margin a
	{
	color:#698920;
	text-decoration: none;
	}
	
#email_link_no_left_margin a:hover
	{
	color:#faa517;
	text-decoration: underline;
	}
	
.blogtext
	{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #a700e5;
	}
	
.Q
	{
	font-weight: bold;
	color: #a700e5;
	}
	
.testimonialtext
	{
	padding-bottom: 5px;
	padding-top: 30px;
	border-bottom: solid 1px #5d8b2f;
	width: 500px;
	}
	
.testimonialdate
	{
	font-weight: bold;
	color: #6a8a22;
	}
	
.blogtopiclink a
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #ff7018;
	text-decoration: none;
	}
	
.blogtopiclink a:hover
	{
	text-decoration: underline;
	}
	
.bottomwhitespace
	{
	margin-bottom: 250px;
	margin-left: 8px;
	}
	
#forms
	{
	margin-left: 8px;
	}

.gallerynames
	{
	font-weight: bold;
	color:#698920;
	padding-left: 10px;
	vertical-align: top;
	}
	
.gallerynamesdetail
	{
	font-weight: bold;
	color:#698920;
	vertical-align: top;
	}
	
.gallerysubnames
	{
	padding-left: 5px;
	vertical-align: top;
	}
	
.nextpreviouslinksstatic
	{
	color:#698920;
	}

.nextpreviouslinks a
	{
	color:#698920;
	font-weight: bold;
	text-decoration: none;
	}
	
.nextpreviouslinks a:hover
	{
	color:#faa517;
	text-decoration: underline;
	}

.adminLoginForm, .blogAdmin
	{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	}
	
.BlogTopicsAdmin
	{
	border-right: solid 1px #000;
	width: 130px;
	}
	
.blogAdmin p
	{
	padding-bottom: 5px;
	}

.newBlogTopic
	{

	}	
	
.createNewTopic
	{
	padding-bottom: 30px;
	}

.rightNav
	{
	float:right;
	position: absolute;
	top: 130px;
	right: 20px;
	width: 300px;
	}
	
.rightNav2
	{
	float:right;
	position: absolute;
	top: 130px;
	right: 20px;
	width: 280px;
	}
	
.rightNav3
	{
	float:right;
	position: absolute;
	top: 130px;
	right: 20px;
	width: 303px;
	}

.blogSubHead
	{
	border-bottom: solid #a44d00 1px;
	font-size: 18px;
	background-color:#faa61a;
	margin-left: -33px;
	padding: 5px 0px 5px 33px;
	margin-bottom: 20px;
	margin-top: -20px;
	margin-right: -2px;
	color: #FFF;
	}
	
.blogSubHeadPublic
	{
	/*border-top: solid #a44d00 1px;*/
	font-size: 18px;
	margin-left: -33px;
	padding: 5px 0px 5px 33px;
	margin-bottom: 20px;
	margin-top: -20px;
	margin-right: -2px;
	color: #a44d00;
	font-weight: bold;
	}
	
.blogTopicMain
	{
	font-size: 14px;
	margin-top: -10px;
	color: #59741d;
	margin-bottom: 20px;
	}
	
.commentHead
	{
	font-style: italic;
	color: #a44d00;
	margin-bottom: 7px;
	}
	
.datePosted
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	border-bottom: solid 1px #999;
	margin-right: 30px;
	padding-bottom:7px;
	}
	
.blogComments
	{
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
	margin-top: 12px;
	width: 600px;
	}
	
.postCommentHead
	{
	color: #faa61a;
	font-weight: bold;
	margin-top: 30px;
	}
	
.postCommentName
	{
	color: #faa61a;
	margin-top: 5px;
	}
	
.postCommentComment
	{
	color: #faa61a;	
	}
	
.padRight10
	{
	padding-right: 10px;
	}
	
.publicHeader
	{
	font-family: Helvetica, arial, sans-serif;
	font-size: 22px;
	margin-top: 20px;
	margin-right: 60px;
	color:#456105;
	border-bottom: solid 1px #456105;
	}
	
.publicHeader2
	{
	font-family: Helvetica, arial, sans-serif;
	font-size: 22px;
	margin-top: 1px;
	margin-right: 30px;
	color:#456105;
	border-bottom: solid 1px #456105;
	}
	
.publicHeader3
	{
	font-family: Helvetica, arial, sans-serif;
	font-size: 17px;
	margin-top: 1px;
	margin-right: 30px;
	color:#456105;
	}
	
.adminHeader
	{
	font-family: Helvetica, arial, sans-serif;
	font-size: 22px;
	margin-top: 20px;
	margin-right: 60px;
	color:#456105;
	margin-bottom: 30px;
	}
	
#leftSide
	{
	float:left;
	width:700px;
	border-right: solid #000 1px;
	margin-top: 10px;
	}
	
.clear
	{
	clear: both;
	}
	
#rightSide
	{
	float:right;
	width: 187px;
	margin-top:20px;
	}
	
.product
	{
	border-bottom: solid 1px #000;
	width: 640px;
	}
	
.deleteTopic
	{
	font-size: 11px;
	color: #e6610e;
	line-height: 18px;
	}