/***** START HTML ELEMENTS ****/

* {
	margin:0px;
	padding:0px;
	font-family:verdana;
	color:#D8D8D8;
	font-size:9pt;
}

A {
	color:#9EBD21;
	text-decoration:none;
	outline:none;
}
	A:hover {
		text-decoration:underline;
	}

BODY {	
	background:url(/images/backgrounds/body.jpg) no-repeat fixed #000000;
	margin:0;
	padding:0;
}

HTML {
	overflow-y:scroll;
}

H1{
	color:#F8F8FA;
	font-size:23px;
	font-weight:normal;
}

IMG {
	border:0px;
}

INPUT[type="text"],INPUT[type="password"],INPUT[type="file"], {
	width:230px;
	border:solid #6A6A6A 1px;
	padding:5px;
	background:#ECECEC;
	color:#323232;
}

SELECT {
	width:230px;
	border:solid #6A6A6A 1px;	
	background:#ECECEC;	
}

SELECT OPTION {
	color:#323232;
}

INPUT.button {
	border: solid #476203 1px;
	background:#5D8103;
	padding:2px 10px 2px 10px;
	color:#EDF2DD;
	font-size:11px;
	font-weight:bold;
	font-style:italic;	
	text-transform:uppercase;
}

INPUT.button:hover {
	border: solid #7E9C1E 1px;
	background:#A7CC2F;
}


P {
	margin-top:8px;
	margin-bottom:8px;
}

TEXTAREA {
	border:solid #406508 1px;
	padding:5px;
	background:#ECECEC;
	line-height:18px;
	min-height:30px;
	color:#323232;
}

SELECT {
	width:230px;
}

UL {
	list-style-type:square
}

LI {
	margin-left:20px;
}

/***** END HTML ELEMENTS ****/
/***** START BODY & GLOBAL ELEMENTS ****/

#site_container{

}

#site_header {
	height:94px;
	background:#212121;
}

#site_header img {
	margin-top:10px;
	margin-left:65px;
	float:left;
}

#body_content {
	padding:0px;
	margin:0px;
}

#footer {
	clear:both;
	margin-top:20px;
	margin-left:65px;
	border-top:solid #636363 1px;
	padding-top:4px;
	padding-bottom:75px;
}

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

#footer_login {
	float:right;
	margin-right:20px;
}

#copyright {
	float:left;
	color:#636363;
}

#tier2 {
	float:right;
	margin-top:68px;
	background: url(/images/backgrounds/tier2_navigation.png) no-repeat;
	width:379px;
	height:25px;	
}

#tier2 ul {
	list-style-type:none;
}

#tier2 ul li {
	float:left;
	margin-left:42px;
}

#tier2 ul li a {
	color:#EDF2DD;
	font-size:11px;
	font-weight:bold;
	font-style:italic;	
	text-transform:uppercase;
	height:25px;
	line-height:24px;
	text-decoration:none;
}

#tier2 ul li a.active {
	color:#323232;
}

/***** END BODY & GLOBAL ELEMENTS ****/
/***** START HOME PAGE & ACCORDION ****/

a.accordion {
	color:#EDF2DD;
	font-size:11px;
	font-weight:bold;
	font-style:italic;	
	text-transform:uppercase;
	height:29px;
	padding-left:65px;
	display:block;
	line-height:29px;
	text-decoration:none;
	clear:both;
}

a.accordion:hover {
	text-decoration:none;
}

.accordion_info {
	padding-left:65px;
}

.accordion_info h1 {
	margin-top:30px;
}

#home1 {
	background: url(/images/backgrounds/accordion_1.jpg) repeat-x;
}

#home2 {
	background: url(/images/backgrounds/accordion_2.jpg) repeat-x;
}

#home3 {
	background: url(/images/backgrounds/accordion_3.jpg) repeat-x;
}

#home4 {
	background: url(/images/backgrounds/accordion_4.jpg) repeat-x;
}

div.home_left {
	width:520px;
	float:left;
	margin-bottom:30px
}

div.home_left p {
	margin-top:14px;
}

div.home_right {
	float:left;
	margin-left:28px;
	margin-bottom:30px
}

.picture_frame {
	border:solid #121212 9px;
	margin-top:45px;
	margin-left:12px;
}

/***** END HOME PAGE & ACCORDION ****/
/***** START TOUR PAGE ****/

.tour {
	padding-left:65px;
	width:520px;
	float:left;
	padding-top:30px;
}

/***** END TOUR PAGE ****/
/***** START FORM ****/

span.required {
	color:#A7CC2F;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	margin-right:2px;
}

label.error {
	color:#A7CC2F;
	font-size:11px;
	font-weight:bold;
	font-style:italic;	
	text-transform:uppercase;
	display:block;
}


p.required_sign {
	margin-top:10px;
}

.form_container {
	margin-bottom:30px;
}

.form_header {
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
}
.form {
	clear:both;
}

	.form .float {
		float:left;
		width:280px;
		margin-bottom:20px;
		margin-right:20px;
	}
.form_submit {
	margin-top:20px;
}
	
.module_menu_item {
	padding-left:4px;
	
}

.module_menu_item table {
	background:#F6F6F6;
	border: solid #BCBCBC 1px;
	width:400px;
}

/***** END FORM ****/
/***** START GENERAL & MISC CLASSES ****/
.clear {
	clear:both
}

.topmargin {
	margin-top:30px;
}

.thickbox_detail {
	color:#323232;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:10px;
}

.thickbox_detail * {
	color:#323232;
}
.thickbox_detail h2 {
	font-size:16px;
	margin-top:20px;
}

.wtooltip_header {
	color:#EDF2DD;
	font-size:11px;
	font-weight:bold;
	font-style:italic;	
	text-transform:uppercase;
	height:29px;
	padding-left:15px;
	display:block;
	line-height:29px;
	text-decoration:none;
	clear:both;
}

.wtooltip_detail {
	color:#222222;
	padding: 4px 12px;
}

.contact_form td {
	padding-right:50px;
	padding-top:6px;
}

/***** END GENERAL & MISC CLASSES ****/