@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #B08A08;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: normal;
	color:#65b561;
	font-size: 3em;
	line-height:20px;
}

h2 {
	font-size: 2em;
	color:#65b561;
}

h3 {
	text-transform: lowercase;
	font-weight: normal;
	color:#65b561;
}


h4{
	font-weight: normal;
	font-size:14px;
	color:#333;
}

ul, ol {
	line-height: 200%;
}

p{
	padding-right:35px;
	color:#333;
	line-height:18px;
}

a {
	color:#333;
	padding-left:30px;
}
.premium li {
	font-size: 14px;
	color: #333;
	list-style: none;
	margin-top:25px;
}

a:hover {
	text-decoration: none;
	color:#65b561;
}


img.floatLeft { 
    float: left;
	margin-right:15px;
}

/* Header */

#header {
	width: 778px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/top.gif) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 80px;
	text-transform: lowercase;
	line-height: normal;
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/nav.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
	width:30px;
}

#menu a {
	padding: 0 20px 0 15px;
	background: url(images/img04.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
	background-color:#FFF;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 10px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 30px 0 2px 25px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 3px solid #539550;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:visited {
	color:#539550;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background:#65b561;
	border-top: 5px solid #539550;
	font-size: smaller;
}

#footer a {
	text-decoration: none;
	color:#333;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color:#333;
}

#footer h2 {
	font-size:14px;
	letter-spacing:0px;
	text-align:center;
	color:#000;
}


#footer p {
	font-size:12px;
	text-align:center;
}
