@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#outerContainer {
	width: 1024px;
	margin:0 auto;
	background-color: #24420E;
}
#container {
	width: 986px;
	margin:0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAD7DF;
}
#header {
	background: #DDDDDD;
	background-image:url(../Images/Home/header.jpg);
	background-repeat:no-repeat;
	height:153px; 
}
#header a img.link {
	float:left;
	margin-top:30px;
	margin-left:60px;
	width:262px;
	height:124px;
	display:inline;
}


/* ----------------------------------- */
/*Navigation Styles 
/* ----------------------------------- */
#nav {
	padding-top:106px;
	padding-left:520px;
}
#nav ul {
	list-style-type:none;
	display:inline;
}
#nav ul li{
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li img {
	display:inline;
	float:left;	
	padding-right:1px;		
}
a {
	text-decoration:none;
}
a img {
	border:none;
}

#GoldRule {
	/*margin-top: 135px;*/
	width:1024px;
	height:25px;
	background-image:url(../Images/Home/GoldRule_img.jpg);
	background-repeat:repeat-x;
}
#GoldRule p {
	margin:0 auto;
	text-align:left;
	padding-left:180px;
	font-family:"Georgia";
	font-size:19px;
	color:#000000;
	font-style:italic;
}

/* ----------------------------------- */
 /*Home Content Styles
/* ----------------------------------- */
#mainContent {
	background: #d8d7dd;
	margin-bottom:10px;
}
#mainContent p.flash {
	margin:0;
	text-align:center;
	border:none;
	background-color: #24420E;
	height:210px;
}
#flashContainer {
	width:958px;
	margin:0 auto;
}


#mainContent p.contact {
	margin:0;
	text-align:center;
	padding:0;
	/*background-image:url(../Images/Home/contact-bg.jpg);
	background-repeat:no-repeat;*/
	width:986px;
}
#mainContent p.contact img {
	padding:0;
	margin:0;
}
#mainContent div.bottom {
	background-image:url(../Images/Home/bottomsection_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:269px;
	width:963px;
	margin:0 auto;
}
#mainContent div.bottom h3 {
	font-family:"Georgia";
	font-size:37px;
	font-weight:bold;
	font-style:italic;
	color: #24420E;
	margin:0 auto;
	text-align:left;
	padding-top:22px;
	padding-left:190px;
	width:290px;
	text-transform:lowercase;
}
#mainContent div.bottom p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	margin:0 auto;
	text-align:left;
	padding-left:210px;
	width:310px;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
div.green {
	background-color: #24420E;
	height:10px;
}

/* ----------------------------------- */
/*Footer Styles
/* ----------------------------------- */
ul.footer {
	font-family:"Trebuchet MS";
	color:#6D6868;
	font-size:12px;
	display:inline;
	text-align:left;
	margin:0;
	padding-left:20px;
}
ul.footer li {
	display:inline;
	list-style-type:none;
	padding-right:4px;
}
ul.footer li a {
	text-decoration:none;
	color:#666666;
}
ul.footer li a:hover {
	color:#660000;
}