/* 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;}
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #324149;
	height: 100%;
	background-color: #cacfcb;
	width: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

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

a:hover{
	color: #333333;
}

#page{
	width: 907px;
	margin: 10px auto;
	background-color: #FFFFFF;
}

#top{
	background-image: url(images/top.gif);
	height: 15px;
	width: 907px;
}

#bottom{
	background-image: url(images/bottom.gif);
	height: 15px;
	width: 907px;
}
#topsection{
	height: 60px;
}

#logo{
	margin: 5px 0 0 20px;
	display: inline;
	float: left;
}

#toplinks{
	display: inline;
	float: right;
	margin-right: 20px;
}

#toplinks a{
	color:#000000;
	margin-right: 20px;
	font-weight:normal;
}


#topmenu{
	margin: auto;
	background-image: url(images/topmenu.gif);
	width: 884px;
	height: 35px;
	color: #FFFFFF;
}
#topmenu ul{ margin:0px; padding:0px;}
#topmenu li {
	list-style-type:none;
	text-align: center;
	float: left;
}
#topmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	float: left;
	height: 12px;
	border-right: 1px solid #fff;
	margin: 10px 0 0 0;
	line-height: 12px;
	width: 100px;
}
#topmenu li a:hover {
	color: #000000;
}

#header{
	background-image: url(images/header.jpg);
	width: 884px;
	height: 231px;
	margin: auto;
	margin-top: 8px;
}

#main{
	margin: 10px auto;
	width: 870px;
}

#left{
	width:420px;
	display:inline;
	float:left;
	margin-right:20px;
}

#right{
	width:420px;
	display:inline;
	float:left;
}

h1{
	font-size:18px;
	color:#2a7e01;
	border-bottom: 3px solid #dce4e5;
	width: 420px;
	margin-bottom: 6px;
}

h2{
	font-size:18px;
	color:#2a7e01;
	border-bottom: 3px solid #dce4e5;
	width: 870px;
	margin-bottom: 6px;
}

h3{
	font-size:18px;
	color:#666666;
	margin-bottom: 6px;
}

.list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	display: inline;
	float: left;
	margin-bottom: 10px;
}
.list1 li{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent:20px;
	line-height:24px;
	font-size: 12px;
	margin:0px;
	font-weight: bold;
}
.title{
	display: inline;
	float: right;
	width:240px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	display: inline;
	float: right;
	width: 240px;
	margin-top: 5px;
}
.list2 li{
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent:10px;
	line-height:18px;
	font-size: 11px;
	margin:0px;
	font-weight: normal;
}


.list2 a{
font-weight:normal;

}
#pic{
	padding: 2px;
	border: 1px solid #ccc;
}


#footer{
	background-image: url(images/footer.gif);
	height: 28px;
	width: 884px;
	margin: auto;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
}

#footer a{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

