@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #454734;
}
 
body {
	background:url(../images/bodypic.jpg) top repeat-x;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	min-height: 550px;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	padding: 10px 0 14px 0;
	letter-spacing: -1px;
	margin-top: 10px;
	font-size: 1.8em;
	font-family:"Georgia", Arial, Verdana;
	color:#274e21;
}
 
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
	color:#274e21;
	font-family:"Georgia", Arial, Verdana;
	line-height:5px;
	text-decoration: underline;
	
}
 
h3 {
	padding: 5px 2px;
	font-size: 14px;
	font-weight: bold;
	color:#656352;
	text-decoration: underline;

}
#h6 {
    padding:5px 2px;
	font-size:10px;
	text-align:right;
	display:block;
	
}

/*----------------------------- COMMON FORMATTING*/
p {
	line-height: 20px;
	font-size:12px;
	color:#274e21;

}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;

}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:active {
	text-decoration: underline;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;

}
 
table tr td {
	padding: 2px;
	font-size:12px;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	
	
	
	
}

#content {
	margin-top:30px;
}

#main {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}

#bottom {
	float: left;
	padding: 10px;
	clear:right;
	
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	height: 219px;
	clear: both;
	background:url(../images/footerpic.jpg) bottom repeat-x;
	background-attachment:scroll;
}

#footer_left, #footer_right {
	float: left;
	padding: 10px;
	height: 40px;
	width: 45%;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	background-color: #333;
	color: #FFFFFF;
	text-decoration: none;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {

	border-top: #c3c0a2 solid 2px;
}

#nav, #nav ul {
    height:32px;
	width:710px;
	margin: 0;
	margin-top:170px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5em; 
	border-bottom: #c3c0a2 solid 2px;
}

#nav a {
	font-family:"Georgia", Arial, Verdana;
	display: block;
	padding: 7px;
	height: 18px;
	color: #888673;
	text-decoration: none;
}

#nav a:hover, #nav a.activepage {
	color:#336600;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 190px;
	top: 32px;
	padding: 0px;
	margin: 0px;

}

#nav li ul a {
	width: 180px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
	border-bottom: 1px solid #CCC;
	background: #fbfedd;
}

#nav ul ul {
	top: auto;
	
}	

#nav li ul ul {
	left: 190px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/
#breadcrumbs {
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	padding-top: 10px;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
}

#searchresult {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
}

#searchresult h2 a:hover {
	color: #000000;
}

#searchresult:hover {
	background-color: #E6E6E6;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

#comments blockquote {
	border-top: 1px solid #CCC;
}

#loggedin {
	padding: 5px 10px;
	border: 1px solid #ebeabf;
	background-color: #f7f6c6;
	margin-bottom: 10px;
	font-size: 11px;
}

.bottomtext {
	clear: both;
	width: 500px;
	padding-top: 30px;
	color: #999999;
}

#wrap a.btn {
	width: 105px;
	height: 18px;
	display: block;
	padding: 6px;
	background: url(../images/btn.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	margin-left: 820px;
	top: 120px;
}

#wrap a.btn:hover {
	background-position: right;
}

/*-------------------------------------------------------------- BASIC CSS ACTIONS*/
.left {
	float: left;
	margin-right: 100px;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.zero {
	margin: 0px;
	padding: 0px;
}

.judge {
	float: left;
	display: block;
	width: 260px;
	height: 230px;
	border: 1px solid #CCC;
	background: #fbfedd;
	margin: 0px 10px 10px 0px;
	padding: 20px;
}
#flash {
	height: 500px;
	width: 960px;
	margin-top: 80px;
}

#main em {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	font-size: 14px;
	width: 500px;
}
