@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d6daae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
		color: #666666;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #666666;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: normal;
	
}

li {
	padding-top: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0 0 10px 0;
	line-height: normal;
	font-size: 20px;
	border-bottom: 1px dotted #666666;
	font-weight: normal;
	color: #4d502e; 
	}
	

h6 {
	margin: 0px;
	line-height: normal;
	color: #ff8d1a;
	font-size: 16px;
	font-weight: normal;

}

.smaller {
	font-size: 10px;
	line-height: 14px;
}



/* ------- LAYOUT ------- */

#wrapper {
	margin: 0 auto;
	min-height: 780px;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;	
}

#top {
	height: 130px;
	padding: 10px 4px;
}

#main-container {
	width: 982px;
	margin: 0 auto;
	
}
#top-image {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 982px; 
}
#sub-container {
	background-image: url(../images/bg-main.png);
	background-repeat:repeat-y;
	padding: 0 14px;
	width: 954px;
	z-index: 100;
}

#bottom-image {
	z-index: -100;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 982px; 
	margin-top: -4px;
}

#sub-sub-container {
 	padding: 20px;
	width: 914px;
}

#home-images {
	height: 440px;
}


#menu {
	clear: both;
	height: 39px;
	text-align: center;
}


#footer {
	clear: both;
	padding: 4px 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-top: -4px;
	
}

#footer a {
	text-decoration: none;
	
}

#footer a:hover {
	color: #333333;
	
}

#footer img {
	margin-right: 10px;
}

#footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	border-bottom: none;
	font-style: italic;
}

#left-column {
	float: left;
	display: inline;
	
}

#right-column {
	float: left;
	display: inline;	
}
 
#flashcontent {
	height: 550px;
 }
 
 #side-images {
 	float: right;
	margin: -20px -20px -20px 40px;
	width: 335px;
	height: 500px;
	background-color: #FFFFFF;
	border-left: 30px solid #ffffff;
}

 