* {
	margin  : 0;
	padding : 0;
}

body {
	font-family : 'Tahoma';
	font-size   : 12px;
	text-align  : center;
	background  : url('../images/background.jpg') top left repeat-x;
}

h1 {
	font-family : 'Tahoma';
	font-size   : 16px;
	color       : #c1c1c2;
	font-weight : bold;
	text-align  : left;
	margin      : 0 0 0 10px;
}

h2 {
	font-family : 'Tahoma';
	font-size   : 14px;
	font-weight : bold;
	color       : #AF9E83;
	text-align  : left;
	line-height : 25px;
	margin      : 0 0 2px 0;
}

h3 {
	font-family : 'Tahoma';
	font-size   : 14px;
	color       : #8e3c24;
	font-weight : bold;
	text-align  : center;
	line-height : 25px;
	margin      : 0 0 0 58px;
}

h4 {
	font-family : 'Tahoma';
	font-size   : 13px;
	color       : #8e3c24;
	font-weight : bold;
	text-align  : center;
	line-height : 25px;
}

p {
	padding     : 8px 0 4px 0;
	font-family : 'Tahoma';
	line-height : 18px;
	text-align  : justify;
	color       : white;
	font-size   : 14px;
}

hr {
	color        : #5B431F;
	filter       : alpha(opacity=80);
	-moz-opacity : .80;
	height       : 1px;
	width        : 480px;
	margin       : 0 0 0 10px;
	text-align   : left;
}

a {
	font-family     : 'Tahoma';
	font-size       : 14px;
	color           : #c8c6c6;
	text-decoration : none;
}

a:hover {
	font-size       : 14px;
	font-family     : 'Tahoma';
	color           : #9A6A22;
	text-decoration : none;
}

a:visited {
	font-family     : 'Tahoma';
	font-size       : 12px;
	color           : #B7A44D;
	text-decoration : none;
}

.clear {
	clear : both;
}

.imgRight {
	float  : right;
	margin : 8px 0 5px 15px;
}

.imgLeft {
	float  : left;
	margin : 8px 15px 5px 0;
}

ul {
	color       : #766c51;
	font-size   : 11px;
	list-style  : circle;
	text-align  : left;
	margin      : 0 0 10px 20px;
	line-height : 20px;
	font-weight : bold;
}

.links a {
	 color : #43484C;
}

.links a:hover {
	color : #E20001;
}

form {
	width : 500px;
}

/* BANNER START */


#flash {
	float      : right;
	width      : 490px;
	margin     : -240px 30px 0 0;
	text-align : right;
	height     : 258px;
}

/* BANENR END */

/* MENU START */

#menu {
	font-weight  : bold;
	text-align   : left;
	background   : url('../images/menuBackground.jpg') top left repeat-x;
	height       : 78px;
	margin       : -25px 0 0 0 ;
	width        : 990px;
}

#menu ul {
	list-style : none;
	width      : 420px;
}

#menu ul li {
	float       : left;
	margin      : 0 3px 0 3px;
	padding     : 0 0 0 10px;
	line-height : 50px;
	background  : url('../images/bullet.gif') center left no-repeat;
}

#menu ul .separator{
	float       : left;
	margin      : 0 6px 0 6px;
	padding     : 0 0 0 10px;
	line-height : 50px;
	background  : none;
	color       : white;
	font-weight : normal;
}

#menu ul li a {
	color     : white;
	font-size : 12px;
}

#menu ul li a:hover {
	color     : #9A6A22;
	font-size : 12px;
}

#menu .selected a {
	color : #BDA622;
}

#menu ul .separator{
	margin : 0 6px 0 6px;
}

/* MENU END */

/*CONTENT START*/

#title {
	height : 115px;
	width  : 990px;
	margin : 0 0 -55px 0;
}

#top {
	height     : 50px;
	background : #e9e9e9;
	width      : 100%;
}

#banner {
	height     : 140px;
	width      : 100%;
	background : url('../images/bannerBackground.jpg') top left repeat-x;
}

#logo {
	float  : left;
	width  : 390px;
	margin : 0 auto 0 auto;
	text-align : center;
}

#right {
	background : url('../images/banner.gif') top right no-repeat;
	height     : 285px;
	width      : 620px;
	float      : right;
	margin     : -20px 0 0 0;
}

#container {
	margin     : 0 auto 0 auto;
}

#mainContent {
	width        : 990px;
	text-align   : center;
	margin       : 0 auto 0 auto;
	background   : black url('../images/contentBackground.jpg') bottom left no-repeat;
}

#mainContentText {
	padding    : 30px 20px 0 20px;
	min-height : 500px;
	text-align : justify;
	color      : white;
	font-size  : 13px;
}

/*FOOTER START*/

#footer {
	width        : 990px;
	height       : 68px;
	color        : #777368;
	text-align   : left;
	margin       : 0 auto 20px auto;
	background   : url('../images/footerBackground.jpg') bottom left repeat-y;
}

#footer a {
	font-family     : 'Tahoma';
	font-size       : 12px;
	color           : #8e3c24;
	text-align      : center;
	line-height     : 38px;
	text-decoration : none;
}

#footer a:hover {
	font-family     : 'Tahoma';
	font-size       : 12px;
	color           : #DA251A;
	text-align      : center;
	text-decoration : none;
}

#footerLeft {
	background : url('../images/footerLeft.gif') top left no-repeat;
	width      : 62px;
	height     : 63px;
}

#rdc {
	float  : right;
	margin : -55px 10px 0 0;
	color  : #c8c6c6;
}

#rdc a {
	color : white;
}

#rdc a:hover {
	color : #9A6A22;
}

#addresses {
	color       : #c8c6c6;
	line-height : 70px;
	margin      : 0 0 0 10px;
}

/*FOOTER END*/

