/* CSS Document */

/*div {
	border: 1px solid #FF0000;
}*/

html, body {
	height:100%;
}

body {
	margin:0;
	background-color:#CCCCCC;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
	letter-spacing: 0.5px;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.textTitle {
	font-size: 14px;
}


h1 {
	color:#93812A;
	background-color:#000000;
	margin-bottom:0;
}

#container {
	margin:auto;
	min-height:100%;
	width:840px;
	background-image:url(../images/containerbackground.jpg);
}

 *html #container {
 	height:100%;
 }


#header {
	width:780px;
	height:100px;
	margin:0 30px 10px;
	padding-top:10px;
}

#header #mainBanner {
	margin:10px 0 0px;
	height:200px;
	width:780px;
}

#navigation {
	width:780px;
	height:30px;
	margin:0 0 0 30px;
	background-color:#93812A;
	padding:0;

}
.goldBorder {
	border: 1px solid #7b641e;
}

/*#navigation ul {
	margin:0;
	padding:0;
	width:780px;
}

#navigation li {
	display:inline;
	margin:0 1px;
	padding:0;
}

#navigation li a.left {
	margin-left:0px;
}

#navigation a:link {
	background-color:#3333CC;
	padding:11px 48px;
}

#navigation a:hover {
	background-color:#FFFFFF;
}*/

#content {
	position:relative;
	width:780px;
	margin:10px 30px 10px;
	/*background-color:#333333;*/
}

.leftContent {
	margin-right:390px;
}

.rightFeature h1 {
	margin:0;
	padding:0;
	background-color:#333333;
	font-size:18px;
	color:#FFFFFF;
	padding-left:4px;
}

.rightFeature {
	width:360px;
	height: 233px;
	position:absolute;
	top:0;
	right:0;
	background-color:#333333;
	padding:10px;
	font-size:11px;
}
.clear {
	width: 770px;
	clear: both;
	position: relative;
}
.contentLeft {
	width: 415px;
	padding:5px;
	float: left;
}
.contentRight {
	width:345px;
	top:0;
	right:0;
	padding-bottom:10px;
	padding-top:10px;
	position: relative;
	float: right;
}
.infoBox {
	width: 325px;
	margin-left: 5px;
	right: 10px;
	padding: 10px;
	position: relative;
	background-color: #7b641e;
	border: 1px solid #999999;
}
.title {
	border-bottom: 1px solid #FFFFFF;
}
#footer {
	width:770px;
	height:20px;
	margin:20px auto 10px;
	padding:0 5px;
	border-top:1px solid #93812A;
	font-size:11px;
	text-align:right;
}
#footer p {
	margin:0;
	padding:0;
}
