@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) top repeat-x #FFF;
}
 
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	padding: 10px 0 14px 0;
	letter-spacing: -1px;
	font-size: 1.8em;
	margin-bottom: 5px;
}
 
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.5em;
	margin-bottom: 5px;
}
 
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c5ac00;
	padding: 6px 0;
}

#main h1 a {
	color: #c5ac00;
	text-decoration: none;
}
#main h1 a:hover {
	color: #000;
	text-decoration: none;
}

.box {
	padding: 10px;
	margin-right: 8px;
}

#home .box {
	float: left;
	width: 305px;
}

#right .box {
	margin-bottom: 15px;	
}

.box h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #c5ac00;
	border-top: 1px solid #cccccc;
}

.box_bottom {
	width: 230px;
	float: left;
	text-align: left;
	padding: 10px;
}

.box_bottom h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #c5ac00;
	padding-bottom: 0px;
}

.box_bottom p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	text-align: left;
	letter-spacing: -0.5px;	
	line-height: 16px;
}

a.go_btn {
	float: right;	
}

a.reg:link, a.reg:visited, a.reg:active {
	background-color: #cfb71f;
	color: #000;
	text-decoration: none;
	padding: 10px;
	display: block;
	border: 1px solid #a38e01;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

a.reg:hover {
	color: #FFF;	
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

p, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	line-height: 26px;
	text-align: justify;
	letter-spacing: -0.5px;
}

#content li {
	list-style-image: url(../images/li.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	line-height: 22px;
}
 
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: none;
	outline: none;
	color: #c5ac00;
}

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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	line-height: 26px;
	text-align: justify;
	letter-spacing: -0.5px;
}

td, th {
	background-color: #f8f8f8;	
}

#download a {
	color: #666;
}

#download a:hover {
	color: #C1A900;
}


/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	height: 415px;
	background:url(../images/header.jpg) top no-repeat;
}

#content {
}

.search {
	float: right;
	margin-top: 50px;
	clear: both;
	width: 292px;
	height: 50px;
	background: url(../images/search.gif) no-repeat;
}

.search input {
	background: none;
	margin: 0px;
	padding: 15px;
	border: none;
	float: left;
	color: #FFF;
	font-size: 18px;
}

input.type {
	width: 210px;
}

#submit {
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

input:active {
	border: none;
	outline: none;
}

#main {
	width: 700px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	border-bottom: 1px solid #CCC;
}
#home #main {
	width: 1000px;
}

#right {
	width: 250px;
	float: right;
	padding: 10px;
	padding-right: 0px;
}

#bottom {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;	
}

.cycle {
	width: 292px;
	height: 179px;
    padding: 0; 
	float: right;
    margin: 0;
	margin-top: 100px;
}

.cycle img {  
	width: 292px;
	height: 179px;
} 


/*-------------------------------------------------------------- MY DIVS*/
#foot_container {
	width: 100%;
	height: 135px;
	background: #c7ae00;
	border-top: 1px solid #a79830;
}

#footer {
	background: url(../images/bg_ftr.gif) no-repeat;
	margin: 0 auto;
	width: 1000px;
	height: 115px;
	padding-top: 20px;
	clear: both;
	color: #FFF;
	font-size: 85%;
}

#footer_left {
	float: left;
	padding: 10px;
	height: 40px;
	width: 75%;
}

#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:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000;	
}

.ribbon {
	position: absolute;
	right: 0;
	top: 56px;
	z-index: 100;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 57px;
}

#nav, #nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

#nav a {
	display: block;
	padding: 17px;
	height: 23px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-left: 1px solid #9f8c00;
	border-right: 1px solid #d0bc30;
}

#nav a:hover, #nav a.activepage {
	color: #FFF;
	background-color: #dac118;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #c5ac00;
}

#nav ul a {
	border: none;	
}

#nav ul {
	position: absolute;
	display: none;
	width: 140px;
	top: 57px;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 130px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	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 {
	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 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;
}

/*-------------------------------------------------------------- BASIC CSS ACTIONS*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.zero {
	margin: 0px;
	padding: 0px;
}

.required {
	color: #c5ac00;
	font-weight: bold;
	font-size: 22px;
	line-height: 0px;
	margin-left: 5px;
}

a.backtotop {
	clear: both;
	margin: 15px 0;
	display: block;
	color: #c7ae00;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/backtotop.gif) left no-repeat;
}

a.backtotop:hover {
	color: #000;	
}

#tooltip { 
	background: #111111; 
	color: #FFF; 
	border: 2px solid #000;
	position: absolute;
	z-index: 3000;
	display: none;
	cursor: help;
	max-width: 332px;
} 

#tooltip h3 {  
	font-style: normal;
	font-size: 11px;
	color: #FFF;
	margin: 0;  
	padding: 5px;  
	background: none;
	border: 1px solid #2a2a2a; 
}


.disabled, .disabled:hover {
	background-color: #EEE;
	border: 1px solid #999999;
	color: #000;
}

#number {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

ul#number li:hover {
	background-color: #dac118;
	border: 1px solid #94b53b;
	cursor: pointer;
}

ul#number li {
	font: 1em Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #d83939;
	border: 1px solid #c82828;
	font-size: 12px;
	padding: 6px;
	float: left;
	list-style: none;
	margin-right: 5px;
}

#row2, #row3, #row4, #row5, #row6, #row7, #row8, #row9, #row10, #din_row2, #din_row3, #din_row4, #din_row5, #din_row6, #din_row7, #din_row8, #din_row9, #din_row10 {
	display: none;
}

.yellow {
	color: #c9ae09;
}

#registration #main h1 {
	float: left;	
	border: none;
}
