/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,'sans-serif';
	background:#8898af url('../images/body_bg.jpg') 0 0 repeat-x;
	color:#f1e5c2;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#a6c1e6;
	text-decoration:none;
	}
a:visited {
	color:#c7b299;
	}
a:hover,.pseudolink:hover {
	text-decoration:underline
	}
a:active,.pseudolink:active {
	text-decoration:underline
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:804px;
	margin:0 auto;
	}
/* page header */
#header {
	width:804px;
	}
#hnavi {
	display:block;
	position:absolute;
	right:0;
	top:70px;
	margin:0;
	padding:0;
	list-style:none;
	}
#hnavi li {
	margin:0;
	float:left;
	}
#hnavi a {
	display:block;
	padding:2px 10px;
	font-weight:bold;
	font-size:0.9em;
	}
#hnavi a,#hnavi a:visited {
	color:#fff;
	}
#hnavi a:hover {
	color:#fbb13d;
	text-decoration:none;
	}
#header_bar {
	display:block;
	width:800px;
	height:11px;
	background:url('../images/header_img_bg.gif') repeat-x;
	border:solid #fff 2px;
	}
#header_img {
	display:block;
	width:800px;
	border-right:solid #fff 2px;
	border-bottom:solid #fff 2px;
	border-left:solid #fff 2px;
	}
/* content area */
#content {
	width:800px;
	border-right:solid #fff 2px;
	border-bottom:solid #fff 2px;
	border-left:solid #fff 2px;
	background:url('../images/content_bg.gif') repeat-y;
	}
#left {
	width:141px;
	border-right:solid #fff 2px;
	background:#0a1d47;
	float:left;
	}
#left ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	width:141px;
	}
#nav li {
	position:relative;
	margin:0;
	width:141px;
	border-bottom:solid #fff 2px;
	}
#nav li a {
	position:relative;
	display:block;
	width:117px;
	padding:4px 5px 3px 19px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#nav li a,#nav li a:visited {
	background:url('../images/nav_bg.gif') repeat-x;
	color:#000;
	}
#nav li a:hover,#nav li a.over {
	background:url('../images/nav_bg_over.gif') repeat-x;
	color:#fff;
	}
#nav li ul {
	border-top:solid #fff 2px;
	display:none;
	}
#nav li.current_page_item ul,#nav li.current_page_ancestor ul,#nav li.current_page_parent ul {
	display:block;
	}
#nav li li {
	border:none;
	background:#3e5170;
	}
#nav li li a {
	}
#nav li li a,#nav li li a:visited {
	background:#3e5170;
	color:#fbb13d;
	}
#nav li li a:hover,#nav li li a.over {
	background:#3e5170;
	color:#f1e5c2;
	color:#a6c1e6;
	}
#text {
	float:left;
	width:393px;
	padding:26px 0 20px 24px;
	line-height:1.4em;
	}
#text.gallery {
	float:left;
	width:601px;
	padding:26px 0 20px 24px;
	line-height:1.4em;
	}
#text h2 {
	margin:0 0 1em;
	text-transform:uppercase;
	font-size:1.2em;
	color:#fbb13d;
	}
#text h3 {
	margin:0 0 1em;
	font-size:1.1em;
	color:#e96b1e;
	}
#text h4 {
	margin:0 0 0.3em;
	font-size:1em;
	color:#fbb13d;
	}
#text p {
	margin:0 0 1em;
	}
#text ul {
	margin:0 0 1em;
	padding:0;
	}
#text li {
	margin-left:1.4em;
	}
.ddsg-wrapper h2,.ddsg-wrapper div p {
	display:none;
	}
#text .ddsg-wrapper ul {
	list-style:none;
	font-size:1.1em;
	margin-bottom:0;
	}
#text .ddsg-wrapper li {
	font-weight:bold;
	}
#text .ddsg-wrapper li li {
	font-weight:normal;
	}
#text .gallery img,.navigation img {
	border:2px solid #cfcfcf;
	}
/* Styling for cformsII: http://www.deliciousdays.com/cforms-plugin */
#cformsform fieldset {
	border:none;
	padding:0;
	}
#cformsform fieldset>legend {
	display:none;
	}
#cformsform ol {
	list-style:none;
	margin:0;
	padding:0;
	}
#cformsform ol li {
	margin:0;
	float:none;
	clear:left;
	padding:0.5em 0 0 0;
	}
#cformsform ol label {
	display:block;
	width:70px;
	float:left;
	}
#cformsform ol input,#cformsform ol textarea {
	display:block;
	float:left;
	width:180px;
	margin:0 10px 0 0;
	}
#cformsform ol textarea {
	width:300px;
	}
#cformsform ol .reqtxt {
	}
#sendbutton {
	margin:.5em 0 0 70px;
	}
#ll {
	display:none;
	}
.cf_hidden {
	display:none;
	}
.navigation {
	width:393px;
	}
.navigation .alignleft {
	width:49%;
	text-align:left;
	float:left;
	}
.navigation .alignright {
	width:49%;
	text-align:right;
	float:right;
	}
#right {
	float:left;
	width:201px;
	padding:26px 0 0 37px;
	color:#fbb13d;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	}
#right p {
	text-align:center;
	line-height:1.7em;
	}
#right .right_res {
	font-size:1.2em;
	}
/* footer */
#footer {
	width:804px;
	text-align:center;
	padding:0 0 15px;
	}
#footer ul {
	display:block;
	list-style:none;
	margin:10px auto 0;
	padding:0;
	}
#footer li {
	display:inline;
	margin:0;
	}
#footer a,#footer a:visited {
	color:#fff;
	}
#footer a:hover {
	text-decoration:underline;
	}
#flegal {
	font-size:0.9em;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
