/*                  CSS Document                      */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                    SITE COLORS                     //                  
		WHITE - #FFFFFF
		BLACK - #000000
		TAN   - #CEC495
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                   Standard Tags                    */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	background-color:#000000;
	background-image:url(images/FDBack.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#000000;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
}
a {
	color:#000000;
	border-bottom:1px dotted #000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	border-bottom:none;
}

address, abbr, img { font-style:normal; border:none; }
#container {
	width:800px;
	margin:auto;
	background-color:#CEC495;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px -2px;
	text-align:left;
}
#header {
	text-align:center;
	font-size:5em;
	font-weight:bold;
	border-bottom:1px solid #000000;
	padding:8px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                Primay Navigation                   */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.navbar {
	background-color:#000000;
	width:800px;
	height:30px;
	margin-top:3px;
	margin-bottom:3px;
	text-align:center;
}
.navbar ul {
	margin:0px; 
	width:800px;
	padding-top:6px;
	text-align:center;
}
html>body .navbar ul {
	margin-left:-45px;
}
.navbar ul li{
	display:inline;
	color:#FFFFFF;
	margin-left:45px;
	margin-right:45px;
	text-align:center;
}
.navbar a, .navbar a:link, .navbar a:visited, .navbar a:active {
	color:#CEC495;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.navbar a:hover {
	text-decoration:underline;
}
#footer .navbar a {
	font-size:1.2em;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                   Main Content                     */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#content {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin:0px;
	padding:10px;
	text-align:center;
	background-image:url(images/fd_content_bg.jpg);
	background-repeat:repeat-y;
}
.fullcol {
	width:725px;
	float:left;
	text-align:center;
	padding:15px;
	padding-top:0px;
}

.bigcol {
	width:425px;
	float:left;
	text-align:center;
	padding:15px;
	padding-top:0px;
}
.smallcol {
	width:300px;
	float:left;
}
p {
	text-align:left;
	line-height:1.3em;
}
.floater {
	float:left;
	width:190px;
	text-align:left;
	padding-left:15px;
}
.floater h2 {
	font-size:1em;
	text-transform:capitalize;
}
.floater ul li {
	margin-left:-25px;
	line-height:1.5em;
}
.hidden {
	display:none;
}
h1 {
	font-size:1em;
}
h2 {
	font-size:1em;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                      Footer                        */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footer {
	padding-top:3px;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer .nav { margin-top:0px; }
.copy {
	margin:0px;
	padding:6px;
	text-align:right;
	border-top:1px solid #000000;
	padding-right:10px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*               Miscellaneous Fixes                  */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.clearfix {
	clear:both;
}
.border {
	border:1px solid #000000;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.center { text-align:center; }
.left { float:left; }
.right { float:right; }