/* CSS Document */

* {
padding: 0;
margin: 0;
}

a:link,a:visited,a:hover
{
	text-decoration:none;
}

p
{
	margin-bottom:10px;
}

html, body {
height: 100%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	margin:0;
	line-height:normal;
	background:url(../giffs/bgdpattern2.gif) repeat;
	height:100%;
}

/*  BEGIN popup lightbox*/

.white_content {
    display: none;
}

/* END popup lightbox*/

#container
{	
	width:1100px;
	margin:auto;
	height:100%;
	
}

#col1
{	
	width:150px;
	float:left;
	padding:15px;
	padding-right:15px;
	background:#e1dbb0;
	margin-top:100px;
	
}

#col2
{	
	width:710px;
	min-height:100%;
	border:10px solid #e1dbb0;
	float:left;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	
}
#col3
{	
	width:70px;
	min-height:100px;
	float:left;
	
}
#logorow
{
	background:url(../giffs/logorow.gif) no-repeat;
	height:113px;
	
}
#picturerow
{
	background:url(../giffs/homepic.jpg) no-repeat;
	height:296px;
	
}

#content
{
	float:left;
	width:400px;
	margin-top:25px;
	margin-left:25px;
	
}

#content ul
{
	margin:0;
	padding:0;
	margin-left:20px;
	margin-bottom:15px;
}
#content li
{
	list-style-type:disc;
	color:#009236;
	border-bottom:solid 1px #eeeecc;
	padding:3px;
	
}

#content a:link,#content a:hover,#content a:visited
{
	color:#847f59;
	text-decoration:none;
	font-weight:bold;
}

#rightnavigation
{
	float:right;
	width:230px;
	margin-top:-100px;
	margin-right:30px;
	margin-bottom:30px;
	
}

.rightbox1
{
	border:3px solid #d7d1a4;
	background:#fcf9e3;
	padding:10px;
	margin-bottom:0px;
	font-size:11px;
	color:#847f59;
}
.rightbox1 a:link,.rightbox1 a:hover,.rightbox1 a:visited
{
	color:#847f59;
	text-decoration:none;
	border-top:1px dotted #bcb588;
	font-weight:bold;
	margin-top:4px;
	padding-top:2px;
	display:block;
}
.rightbox2
{
	border:1px solid #666;
	background:#fff;
	margin-bottom:15px;
}


#footer
{
	width:710px;
	padding-bottom:20px;
	padding-left:30px;
	font-size:11px;
	margin:auto;
}
#footercontainer
{
	width:1000px;
	margin:auto;
}
.footercol
{
	float:left;
	max-width:295px;
	margin-right:40px;
	padding-left:8px;
	border-left:2px solid #e1dbb0;
	color:#6b653c;
}
.footercol ul a
{
	margin:0;
	padding:0;
	color:#6b653c;
}
.footercol ul a:hover
{
	text-decoration:line-through;
}

.textcol1
{
	float:left;
	width:45%;
	border-right:3px solid #e1dbb0;
	padding-right:15px;
	margin-bottom:20px;
	margin-top:20px;
}
.textcol2
{
	float:right;
	width:45%;
	margin-bottom:20px;
	margin-top:20px;
}
.textcol2 a
{
	color:#26a770;
	border-bottom:0px dotted #26a770;
	font-size:10px;
	display:compact;
}
.textcol1 a
{
	color:#26a770;
	border-bottom:0px dotted #26a770;
	font-size:10px;
	display:compact;
}

#paypal
{
	padding:10px;
	font-size:11px;
	color:#688ebc;
	background:#ecf1f7;
	border:1px solid #c1d3ea;
}

.hordivide
{
	height:1px;
	background-color:#00CC66;
	margin-bottom:20px;
}