/*
	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.
*/

body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Verdana,Helvetica,'sans-serif';
	background:#d7e5f5 url('../images/body_bg.gif') 0 0 repeat-x;
	color:#666666;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#1f5086;
	text-decoration:none;
	}
a:visited {
	color:#6a0085;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	color:#0000ff;
	text-decoration:underline;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:805px;
	padding:0 16px 0 8px;
	margin:15px auto 0;
	background:#fff url('../images/container_bg.gif') repeat-y;
	}
/* page header */
#header {
	height:189px;
	width:805px;
	/*background:url('../images/header_sample.jpg') no-repeat;*/
	background-repeat:no-repeat;
	background-position: 195px 0;
	z-index:2;
	border-bottom:solid #1f5086 5px;
	}
#header_logo {
	position:absolute;
	top:0;
	left:12px;
	}
#home #header {
	height:367px;
	width:805px;
	background:url('../images/header_home_splash.jpg') 0 190px no-repeat;
	border:none;
	}
#header img {
	display:block;
	}
#nav {
	position:absolute;
	right:0;
	top:159px;
	list-style:none;
	/*margin:0 -9px 0 0;*/
	margin:0 0 0 0;
	padding:0 0 0;
	font-size:1.4em;
	}
#home #nav {
	top:160px;
	}
#nav li {
	position:relative;
	float:left;
	margin:0;
	/*height:29px;*/
	}
#nav li a {
	display:block;
	text-transform:uppercase;
	padding:8px 7px 7px;
	max-height:15px;
	overflow:hidden;
	font-family:Georgia,Times,serif;
	}
#nav li a,#nav li a:visited {
	color:#1f5086;
	text-decoration:none;
	}
#nav li.current_page_item>a,#nav li.current_page_ancestor>a {
	background:#d7e5f5;
	}
#nav li:hover,#nav li.over {
	}
#nav li:hover a,#nav li.over a {
	color:#ffffff;
	background:#1f5086;
	}
#nav li ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	width:151px;
	}
#nav li li a {
	font-family:Verdana,Helvetica,'sans-serif';
	font-size:0.8em;
	text-transform:inherit;
	padding:5px 8px 4px;
	width:135px;
	max-height:none;
	overflow:visible;
	}
#nav li:hover li a,#nav li:hover li a:visited {
	color:#fff;
	background:#1f5086;
	}
#nav li:hover ul,#nav li.over ul {
	display:block;
	}
#nav li li:hover a:hover {
	color:#1f5086;
	background:#d7e5f5;
	}
/* content area */
#content {
	width:805px;
	padding:0;
	background:#fff;
	z-index:1;
	}
#sidebar {
	width:181px;
	padding:0 0 0 14px;
	float:left;
	}
#sidebar img {
	display:block;
	}
#sidebar .bleedleft {
	margin-left:-14px;
	}
#sidebar .bleedright {
	margin-right:-35px;
	}
#sidebar .caption { /* 181px wide */
	width:155px;
	background:#1f5086;
	color:#fff;
	padding:11px 13px;
	}
#sidebar .caption h4 {
	font-family:Georgia,Times,serif;
	color:#bcd96b;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 0.1em;
	}
#sidebar .testimonial { /* 181px wide */
	width:155px;
	padding:11px 13px;
	margin:0 0 5px 0;
	background:#d7e5f5;
	border-bottom:solid #1f5086 8px;
	color:#211402;
	font-style:italic;
	}
#home #sidebar {
	width:239px;
	padding:11px 0 0 9px;
	}
#home #sidebar img {
	display:block;
	margin:0 0 6px 0;
	}
#text {
	width:429px;
	padding:19px 0 20px 56px;
	line-height:1.5em;
	float:left;
	}
#home #text {
	width:544px;
	padding:19px 0 20px 6px;
	}
#text h2 {
	color:#000000;
	font-family:Georgia,Times,serif;
	margin:0 0 .5em;
	font-size:1.5em;
	}
#text h3 {
	color:#83a030;
	font-family:Georgia,Times,serif;
	margin:0 0 .5em;
	font-size:1.3em;
	}
#text p {
	margin:0 0 1em;
	clear:left;
	}
#text ol,#text ul {
	margin:0 0 1em 1.3em;
	padding:0;
	}
#text ul {
	list-style:url('../images/text_ul_bullet.gif');
	}
#text .right,#text .alignright {
	float:right;
	margin:0 0 3px 5px;
	}
#text .left,#text .alignleft {
	float:left;
	margin:3px 5px 3px 0;
	}
/* 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;
	}
/* custom styling for the homepage... */
#home #text {
	
	}
#home #text p {
	width:100%;
	}
#home #text .hometitle {
	text-align:center;
	font-size:3.3em;
	letter-spacing:0.1em;
	line-height:0.9em;
	padding:0 0 20px;
	border-bottom:solid #bf9d68 3px;
	margin:0 0 20px;
	}
#home #text .subtitle {
	font-size:0.7em;
	letter-spacing:0.09em;
	}
#home #text .hometext {
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:0.09em;
	text-align:center;
	margin:0;
	}
/* footer */
#footer {
	width:568px;
	padding:9px 0 0 261px;
	margin:0 auto;
	font-family:Georgia,Times,serif;
	color:#000000;
	font-size:1em;
	line-height:1.4em;
	}
#home #footer {
	}
#footer_sig {
	width:750px;
	height:36px;
	background:url('../images/footer_bg.gif') no-repeat;
	}
#footer a {
	color:#1f5086;
	}
#footer a:visited {
	color:#6a0085;
	}
#footer a:hover {
	text-decoration:underline;
	}
/* 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 */
