/* simplyFULL v2 */

/* Palette
*/

@charset "utf-8";

/* ----- CSS Reset ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- Grid System ----- */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 30px; /* over-ridden in IE6 hacks */
	}

.col-1 {width: 20px;}
.col-2 {width: 100px;}
.col-3 {width: 180px;}
.col-4 {width: 260px;}
.col-5 {width: 340px;}
.col-6 {width: 420px;}
.col-7 {width: 500px;}
.col-8 {width: 580px;}
.col-9 {width: 660px;}
.col-10 {width: 740px;}
.col-11 {width: 820px;}
.col-12 {width: 900px;}
.clear {clear: both;}

body {
	font: 85%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #0A3A4F;
	background: #1E5E79 url(../img/bg-body-2a.jpg);
}
#wrapper {
	width: 960px;
	background: #F8F2E5;
	margin: 30px auto;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #904B3B;
}
#header {
	position: relative;
	height: 165px;
	background: #1E5E79;
}
h1 {
	font-size: 2.3em;
	color: #fff;
}
h1 span{
	display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(../img/header-2d.jpg) no-repeat;
}

/* ----- Navigation ----- */
ul#nav {
	overflow: hidden;
}
ul#nav li{
	float: left; 
	list-style: none;
}
ul#nav li.secondary{
	float: right; 
}
ul#nav li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #1E5E79;
	border-left: 1px solid #EAD3A4;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	padding: 5px 30px;
}
ul#nav li.secondary a{
	border-right: 1px solid #fff; 
}
ul#nav li a.current{
	background: #FEE29D;
}
ul#nav li a:hover, ul#nav li a:focus{
	background: #FEE29D;
}

/* ------- Content -------- */
#content {
	background: #F8F2E5 url(../img/content-2c.jpg) repeat-y;
	padding: 0 0 3em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 1em 0 0em;
	-moz-text-shadow: 1px 1px 1px #ddd;
	-webkit-text-shadow: 1px 1px 1px #ddd;
	text-shadow: 1px 1px 1px #ddd;
}
h3 {
	font-size: 1.1em;
	letter-spacing: .03em;
	border-top: 1px solid #dcc;
	margin: 1em 0;
	padding: 2px 0 0;
}
h4 {
	font-style: italic;
}
p {
	margin: 1em 0;
}
a {
	color: #7D5D0D;
}
a:hover {
	text-decoration: none;
}
#content ul, #content ol {
	margin: 1em 2em;
}
img.scrn {
	background: #ccc;
	padding: 2px; 
	-moz-box-shadow: 2px 2px 2px #888;
}
#home dt {
	font-weight: bold;
	text-align: right;
	border-top: 1px dotted #999;
	margin: 2em 0 0; padding: 1em 0 0;
}
#home dd {
	margin: 2em 0;
}
#home dd a {
	color: none;
}
.float-l {
	float: left;
	background: #ff9;
	clear: left;
}
.float-r {
	float: right;
	clear: right;
}
#num-left {
	background: url(../img/numbers-2b.jpg) no-repeat 120px 10px;
}
#num-right {
	background: url(../img/numbers-2b.jpg) no-repeat -280px 15px;
}
.intro {
	font-size: 1.1em;
	padding-top: 0;
}
.cto {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	color: #D45F31;
	padding-top: 0;
}
.nodisp {
	display: none;
}
.conditional {
	color: #900;
}

/* ----- Footer ----- */
#footer {
	overflow: hidden;
	color: #E3CA9A;
	background: #3F1006 url(../img/footer-2e.jpg) no-repeat bottom;
	padding: 10px 0;
}
#footer a{
	color: #F8F2E5;
}
#footer blockquote{
}
/* ----- Contact Button -----*/
a#contact {
	position: relative;
	display: block; width: 198px; height: 71px;
	font-weight: bold;
	color: #69c;
	margin: 0 0 0px 210px;
}
a#contact span {
	position: absolute;
	display: block; width: 198px; height: 71px;
	background-image: url(../img/btn-pencil-2c.jpg);
	background-position: left top;
}
a#contact:hover, a#contact:focus {
	text-decoration: none;
}
a#contact:hover span, a#contact:focus span {
	background-position: -198px top;
}
a#contact:active span, a#contact:active span{
	background-position: -396px top;
}

