/* css Zen Garden submission - 'spring360', by Rene Hornig, http://www.medialab360.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Rene Hornig */


* {
	margin: 0;
	padding: 0;	
}

body {
	background: #DFDBD3 url(../images/bg.gif) top left repeat-x;
	color: #4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p, ol, ul {
	line-height: 1.8em;
	padding-top: 12px;
}

h1 {
	font-size: 18px;
	padding: 10px 0 20px 0;
}



a{
	background: #EBF3CE;
	color: #5D7403;
	text-decoration: none;
}

a:hover
{
	background: #B2CF42;
	color: #FFF;
}

a img{
	border:none;
}

#container { 
	background: transparent url(../images/contbg.gif) top left repeat-y;
	width: 700px;		
}

.content1_box, 
.content2_box
{
	padding: 0 69px 0 86px;
	width: 545px;	
}

.content1_box {	
	background: transparent url(../images/logo.gif) top left no-repeat;
	padding-top: 190px;	
}

.content2_box h3,
.content2_box p{
	padding-left: 10px;
	padding-right: 40px;
}


.content1,
.content2
{
	border-bottom: 1px solid #E4E1DB;
	padding-bottom: 26px;	
}

.clearfloat{
	clear:both;
	font-size:1px;
	line-height:0;
	height:0;
}

.btimg{
	border:solid 1px #CCCCCC;
	margin: 10px;
	padding: 8px;
}

#col1{
	width: 272px;
	float: left;
	
}

ul.collists{
	list-style:circle outside;
	margin: 0 0 0 20px;
}

.collists li{
	margin:8px 0 0 0;
}

ol.numlists{
	margin: 0 0 0 30px;
}


h3.cattitle{
	font-size:13px;
	color:#5D7403;
}

/* Category Styles */
.cat{
	text-align:center;
}

.cat a{
	background:none;
	text-decoration:underline;
	margin: 0 0 0 10px;
	line-height: 1.5;
	color:#5D7403;
}

.cat a:hover{
	background: #B2CF42;
	color: #FFF;
}

.catimg, .catwed, .videos{
	padding: 25px 0 15px 30px;
}

.catimg img, .catwed img{
	border:3px #666666 solid;
	margin: 10px 0 0 5px;
}

.wed{
	width:160px;
	margin: 10px 0 0 8px;
	height: 255px;
	float: left;
	border: 1px solid #EAE8E8;
}

.wed288{
	width:305px;
	float: left;
	margin: 10px 0 0 8px;
	height: 255px;
	border: 1px solid #EAE8E8;
}


.wed p, .wed288 p{
	padding:0 0 0 12px;
}


/* Videos */
#vidbox{
	margin: 25px 0 10px 0;
}

.vidlarge{
	text-align:center;
	padding: 25px 0;
}
.thumbvid{
	margin-top: 15px;
}


h3.vidtitle{
	font-size: 13px;
	color: #fff;
	margin-left: 7px;
}

.vidbox{
	float:left;
	margin: 5px 7px 10px 7px;
	border: 2px solid #0099CC;
}

.vidtxtwrap{
	clear: left;
	padding: 0 35px 0 0;
}

.vidtxtwrap img{
	float:left;
	border: 3px solid #535252;
	margin: 8px;
}


.vidtxtwrap a:hover img,
.vidtxtwrap a:active img,
.vidtxtwrap a:focus img
{
	border:3px solid #fff;
}

.vidtxtwrap p a{
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0 0 0;
}

a.tooltip{ color:#0099FF; border-bottom:1px dotted #666; background:#fff; cursor: default;}
a.tooltip span {display:none; padding:2px 3px; margin-left:5px; width:100px; font-size:11px;}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}




/* Right Styles */

#linkList {
	background: transparent url(../images/navbg.gif) top left repeat-y;
	left: 661px;
	padding-top: 16px;
	position: absolute;
	top: 130px;
	width: 285px;
	z-index: 10;
}
#linkList2 { 
	background: transparent url(../images/navbtmbg.gif) bottom left no-repeat;
	font: 9px/9px verdana, sans-serif; 				
	padding-bottom: 130px;
}
#linkList2 h3 {
	background: top left no-repeat;
	display: block;
	height: 26px;
	padding: 8px 0 10px 0;
	width: 285px;
	color: #FFFFFF;
}
#linkList2 .select {
	background-image: url(../images/nav_des.gif);
}

#linkList2 a
{
	background:none;
	font-weight: bold;
	text-decoration:none;
}

#linkList2 a:hover{
	background:none;
}

#linkList2 a:focus{
	outline:none;
}

#lselect a{
	font-size:11px;
	padding:0 0 0 10px;
	color:#fff;
	display:block;
}

#lselect a:hover{
	background:none;
}


#ad{
	height: 90px;
	padding: 8px 0;
	margin-top: 10px;
	
}

small.flickr{
	display:block;
}
small.adtxt{
	margin: 0 220px 20px 220px;
	font-size: 12px;
}


/* Footer */

#footer { 	
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

#footer a{
	color:#857E70;
	text-decoration:none;
	background:none;
}


/* contact style */
/* feedback styles */
.form{
	padding:20px 0 0 20px;
	height: 380px;
}
.formbox{
	width: 420px;
	padding-top: 8px;
}
.formbutton{
	width: 420px;

}
div.formbox label  {
	margin: 0 5px 0 10px;
	color: #4C4C4C;
	width: 100px;
	float: left;
	text-align: right;
}
input.inputtxt, select.inputtxt{
	background:#F8F9F9;
	color:#333;
	border:#ccc 1px solid;
	width: 250px;
	float: left;
	font-size: 13px;
	height: 24px;
}

textarea.inputtxt{
	background:#F8F9F9;
	color:#333;
	border:#ccc 1px solid;
	width: 250px;
	float: left;
	font-size: 13px;
}

input.inputtxt:focus, textarea.inputtxt:focus, select.inputtxt:focus{ background:#ECEFF3;color:#000; }
input.button{
	float: left;
	background: #CAC7C0;
	border: #000 1px solid;
	margin-right: 3px;
	width: 125px;
	height: 30px;
	font-size: 16px;
}
