@charset "utf-8";
/* CSS Document */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: underline;
color: #d1cabb;
}

a:hover {
text-decoration: none;
color: #faf2e1;
}



/* MAIN STYLES */

html {
background-color:#FFF;
}

#flashcontent {
width: 100%;
height: 850px;
background: #958671;
margin: 0;
}

#footer {
clear: both;
background: url(../images/footerLinksBG.gif) repeat-x;
background-color: #FFF;
margin: 0;
height: 168px;
font-size: 12px;
}

#footerContainer {
width: 810px;
margin: 0 auto;
height: 140px;
overflow: hidden;
font-size: 12px;
}

#footerLinks {
clear: both;
margin: 15px auto;
}

#footerLinks ul{
float:left; 
width: 139px;
margin: 0 0 0 20px;
line-height: 18px;
list-style-position: outside;
list-style-image: url(../images/footArrow.gif) ;
list-style-type: square;
}

#footerLinks span {
margin: 0;
font-size: 14px;
font-weight:bold;
color: #bfb45a;
}

a.topItem:link {
text-decoration: underline;
color: #bfb45a;
}

a.topItem:hover {
text-decoration: none;
color: #e6d767;
}

#footerBottom {
background: url(../images/footBtmContBG.gif) repeat-x;
color: #ddc19c;
}

#footerBottomContainer {
width: 800px;
font-size: 12px;
margin: 0 auto;
height: 28px;
line-height: 28px;
clear: both;
}

#footerBottom .copyright {
float: left;
margin: 0;
width: 380px;
overflow: hidden;
font-size: 10px;
}

#footerBottom .address {
float: right;
margin: 0 20px 0 0;
width: 390px;
}