/* Main
================================================*/
body,
html {background:#cec98c;}
body {
	padding:0 20px 20px;
	color:#202020;
	font:76%/1.5 Tahoma,Arial,Helvetica,sans-serif;
	}
	
#shadow {
	width:700px;
	margin: 0 auto;
	position:relative;
	background-image:  url(images/shadow.jpg);
	background-repeat: repeat-y;
}

#wrap {
	margin:0 auto;
	width:680px;
	background-color:#fff;
	border:1px solid #ccc;
	border-width:1px 1px 1px;
	position:relative;
	}
#main {
	float:left;
	width:675px;
	margin:1em 0 0 3px;
	overflow:visible;
	}
#content-secondary {
	font-size:0.94em;
	line-height:1.3;
	float:left;
	width:675px;
	margin:0em 0 0 3px;
	color:#555;
	background-color: #FFFFFF;
	background-image:  url(test/images/sep.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
#cs-1 {
	margin-bottom:1em;
	}
#cs-2 {
	width:96%;
	float:right;
	background-image:  url(test/images/blogstuff/blog.gif);
	background-repeat: no-repeat;
	background-position: 10px 60px;
	}
#cs-3 {
	width:47%;
	float:right;
	}
#footer {
	clear:both;
	}
	

/* Links
================================================*/
a:link,
a:visited {
	color:#920D02;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #666;
	}
a:visited {color:#333;}
a:focus,
a:hover {
	color:#580801;
	border-color:#580801;
	border-bottom-style:solid;
	}
a.imglink:link,
a.imglink:visited {border:none;}
a.imglink:hover {background:transparent;}

/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	margin:0 0 0.5em;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4;
	}
h2 {
	font-size:1.3em;
	line-height:1.3;
	margin:1.3em 0 0;

	font-weight:bold;
	}
h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}
.home h1 {
	margin:0;
	line-height:1.0;
	}
.home h2 {
	margin:0 0 0.5em;
	font-weight:bold;
	font-size:2em;
	line-height:1.3;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	margin:0;
	padding:0;
	color:#555;
	}
h2 a:hover {
	color:#333;
	background:#ffe;
	}

/* Lists
================================================*/
dl,
ol,
ul {margin:1em 0;}
dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 2px 20px;
	list-style:circle;
	}
ol {padding:0 0 0 2.5em;}
li {margin:0 0 0.5em;}


/* Data tables
================================================*/
table {
	}
caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.5em 0;
	}
th {
	font-weight:bold;
	}
th,
td {
	padding:0.25em 0.5em 0.25em 0;
	text-align:left;
	vertical-align:top;
	
	}
td#error {
	color:red;
}
/* Quotations
================================================*/
blockquote {
	margin:1em 0;
	padding-left:30px;
	color:#555;
	background:url(/i/bq.gif) top left no-repeat;
	}

/* Images
================================================*/
img {
	border:none;
	display:block;
	
	}
.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:0px 0 0px 6px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}



/* Header
================================================*/
#header {
	background:#fff url(images/header2.jpg) no-repeat 0 -30px;
	height:120px;
	}
#header img {
	position:absolute;
	left:0;
	color:#fff;
	top:69px;
	}
#header a,
#header a:hover {
	border:none;
	color:#fff;
	background:transparent;
	}

/* Footer
================================================*/
#footer {
	background:#fff;
	margin:0;
	padding:1px 0px 0px 3px;
	list-style:none;
	text-align:left;
	font-size:0.85em;
	border-top:1px solid #ccc;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
#footer li {
	display:inline;
	padding:0 0 0 0.55em;
	margin:0 0 0 0.25em;
	}
#footer li:first-child {
	border:none;
	}
li#hosted {
	font-size:0.94em;
	position:absolute;
	top:98px;
	right:0;
	color:#fff;
	border:none;
	margin:0;
	padding:2px 1em;
	white-space:nowrap;
	}

/* Navigation
================================================*/
#nav {
	float:left;
	width:100%;
	border-bottom:2px solid #678786;
	border-top:1px solid #fff;
	background:#fff;
	margin:0 0 0.25em;
	padding:0 0 2px;
	}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#70946E;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a {
	background:#70946E;
	border-right:1px solid #fff;
	border-bottom:0;
	padding:9px 15px 4px 8px;
	margin:0px 0px 0px 0px;
	color:#333333;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	font:normal 0.94em/1.0 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
#nav a:hover,
#nav a:focus {background:#B7B091; color:#fff;}
#nav .sel a {
	background:#0AB2A8;
	}
#nav .sel a:focus {background:#B7B091; color:#fff;}
#nav a:active {
	background:#B7B091;
	color:#000;
	}


