/* CSS
Author: Andrei Dobre

*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{
	border:0;
	margin: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100%;
	background-color: #8CA93E;
	color: #515151;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #a34624;
}

a:hover{
	color: #8ca93e;
}


#top{
	background-color: #8CA93E;
	background-repeat: no-repeat;
	background-image: url(../images/top.jpg);
	height:50px;
	width: 1000px;
	margin: auto;
	padding-top: 380px;
}
#page{
	width:888px;
	margin:0px auto;
	background-color: #FFFFFF;
	text-align: left;
}


#page-bottom{
	width:888px;
	margin:auto;
	background-image: url(../images/page-bottom.gif);
	height: 22px;
}

#topmenu{
	background-image: url(../images/topmenu.gif);
	text-transform: uppercase;
	width: 682px;
	height: 43px;
	margin:auto;
	position: relative;
	z-index: 999;
	font-size: 14px;
}

#topmenu a{
	color: #36391c;
	font-size: 14px;
	line-height:43px;
	margin:0px 29px 0px 29px;
	font-weight: bold;
}

#topmenu a:hover{
	color: #FFFFFF;
}

#topmenu .active{
	color: #FFFFFF;
}


.panel{
	background-image: url(../images/panel.gif);
	height: 337px;
	width: 267px;
	margin: 10px 10px 10px 10px;
	display: inline;
	float: left;
	font-size: 11px;
}
.panel-padder{
margin:12px;
}

.more{
color:#a34624;
float:right;
}

.black{
color:#000;
font-size:12px;
}

#main{
	width:830px;
	margin:auto;
}

#right-pics{
	float:right;
	display:inline;
	width:270px;
	margin-left: 10px;
}

.pic{
	width:250px;
	margin:3px;
	border:1px solid #999;
	padding:4px;
	background-color:#fff;
	display: inline;
	float: right;
}

h1{
	color:#fca000;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	line-height: 28px;
}
#footer{
	width:888px;
	margin:auto;
	text-align: center;
	color:#fff;
	font-size: 11px;
	line-height: 20px;
}

#footer a{
	color:#fff;
	font-size: 11px;
	font-weight:normal;
	margin: 0px 20px 0px 20px;
}

#footer a:hover{
	color:#000;
}
