@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #1b3323;
	font-family: "Century Gothic", "helvetica", "arial";
	color: #ede1c1;
	font-size: 14px;
	line-height: 26px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #ede1c1;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.icon {
	margin:40px 0 0 16px;
	float:left;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px dotted #fbd363;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: 24px;
	
}

li {
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	color: #666666;
	margin-bottom: 5px;
}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #fbd363;
	}
	
h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #fbd363;
	}

h6 {
	margin: 0px;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	color: #fbd363;

}


.smaller {
	font-size: 10px;
	line-height: 14px;
	
}

strong {
	color: #FFFFFF;
}

.line-height-normal {
	line-height: normal;
}

.brown {
	color: #3c2212;
}

.brown h1 {
	color: #5a0004;
}

.larger-line{
	line-height:35px;
}

/* ------- LAYOUT ------- */

.wrapper {
	width: 990px;
	margin: 0 auto;
}

#top {
	height: 176px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	z-index: -100;
	font-size: 16px;
}

#main-container {
	background-image: url(../images/bg.jpg);

	
}

#sub-container {
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-x;
	padding: 35px 0 20px 0;
}


#menu {
	margin: 0 auto;
	z-index: 100;
	position:relative;
}

#menu a {
	color: #ffe18d;
	text-decoration: none;
	padding: 5px 17px;
	float: left
}

#menu a:hover {
	color: #FFFFFF;
}


#logo {
	float: left;
	margin:-33px 0 0 299px;
	position: absolute;
	z-index: 0;
	left: 27px;
	top: 50px;
}

#top-type {
	float: right;
	text-align: right;
	margin-top: 63px;
}

#top-images {
	height: 370px;
	width: 688px;
	text-align: right;
	float: right;
	overflow: hidden;
}

#footer {
	padding: 20px 0;
	font-size: 12px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	
}

#footer a {
	text-decoration: none;
	
}

#footer a:hover {
	color: #ffffff;
	
}

#left-column {
	float: left;
	display: inline;
	width: 760px;
	
}

#right-column {
	float: right;
	display: inline;
	width: 209px;
	line-height: normal;
}

#right-column h6 {
	text-align: center;
}

.brown-box {
	background-image: url(../images/brown-bg.png);
	background-repeat: repeat-y;
	width: 660px;
	min-height: 400px;
	padding: 0 50px;
	float: left;
}

.brown-box h6 {
	color: #ffffff;
	font-size: 18px;
}

.red-box {
	background-image: url(../images/red-bg.png);
	background-repeat: repeat-y;
	width: 149px;
	padding: 0 30px;
	float: left;
}

.red-box h1 {
	color: #eaddb8;
	
}

.red-box h6 {
	text-align: left;
	font-size: 16px;
}




.green-box {
	background-image: url(../images/green-bg.png);
	background-repeat: repeat-y;
	width: 149px;
	padding: 0 30px;
	float: left;
}

.orange-box {
	background-image: url(../images/orange-bg.png);
	background-repeat: repeat-y;
	width: 149px;
	padding: 0 30px;
	float: left;
}

.yellow-box {
	background-image: url(../images/yellow-bg.png);
	background-repeat: repeat-y;
	width: 149px;
	padding: 0 30px;
	float: left;
}

.yellow-box h6 {
	color: #3c2212;
}

#flashcontent {
	height: 620px;
}

.image-left {
	float: left;
	margin: -70px 20px 0 -90px;
	z-index: 100;
}

#form1 #info1{
	width:300px;
}

#form1 #info1 input{
	width:250px;
	margin-bottom: 10px;
}

#form1 #info2{
	width:300px;
}

#form1 #info2 input{
	width:250px;
	margin-bottom: 10px;

}

#form1 #info3{
	width:300px;
}

