

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #331d10 url(img/bg.jpg) repeat-x;
	color: #444;
	font: normal 62.5% Verdana, arial,sans-serif;
}




p,code {padding-bottom: 1.2em;}



li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em  Verdana, arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {    
	background: #f0f0f0 url(img/quote.gif) no-repeat;	
	font-family:Script;
	font-size:x-large;
	display: block;	
	padding: 0px 28px;	
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 5px;
	width: 780px;		
}

.containershadow {
    width:780px;
    margin: 0 auto;
    padding:10px;
    filter:shadow(direction:135);
}

.thumbnails .thumb img {border:solid 1px silver;}


/* header */
.top {	
	padding: 0px 0px 5px;
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 193px;
	margin: 0 auto;
	padding: 0px 0px 2px;
	width: 780px;
	/*border-top: solid 6px #a49763;*/
	border-top: solid 6px #704532;
}

.headershadow {
    width:780px;
    margin: 0 auto;
    padding:10px;
    filter:shadow(direction:135);
}

.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font: normal 2.8em  Verdana, arial,sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em  Verdana, arial,sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav2.jpg);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav2.jpg);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #D9E1E5 url(img/nav.jpg); color: #630d3c;}

/* main */
.main {
	/*border-top: 20px solid #630d3c;*/	
	/*background: url(img/bgmain.gif) repeat-y;*/
	border-top: solid 6px #704532;
	background:#fff;
}

.main h2 {
    font-family:   Verdana, arial,sans-serif;
    font-size: 1.2em;
}

.main h3 {
    font-family:   Verdana, arial,sans-serif;
    font-size: 1.0em;
    font-weight:normal;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;	
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
    border-bottom: 1px solid #EAEADA;
    background: url(img/nav5.jpg) repeat-x;
    padding-right:10px;
}

.sidenav li a.active {
    color: #fff;    
    background: url(img/nav3.jpg) repeat-x;
}

.sidenav li a {
	font-size: 1.1em;
	color: #000;
	text-align:center;
	font-weight:bold;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 100%;
	
}
.sidenav li a:hover {		
	background: url(img/nav4.jpg) repeat-x;
	font-weight:bold;
	color:#fff;
}

.designplan
{
    width:520px;
}

/* content */
.content {
	float: left;
	margin: 0px 0;
	padding: 0 18px 0px;
	width: 533px;
	background:#f0f0f0;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.content ul {margin-left: 18px;}
.content ul li {list-style: url(img/li.gif); padding-bottom:5px}
.content ol li {list-style: decimal;}
.content ol {margin-left: 25px;}

/* footer */
.footer {
	background: url(img/nav3.jpg) repeat-x;
	color:#fff;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px 0px;
	text-align: center;
}
.footer .right {color: #fff; font-weight:normal} 
.footer .right a {color: #fff; text-decoration: none;}
.footer .right a:hover {color: Silver;}

.footer a {color: #fff;}
.footer a:hover {color: silver;}

.planheader {
    background: url(img/nav3.jpg) repeat-x;
    background-color:#593421; 
    font-weight:bold; 
    color:#f0f0f0;
    height:30px;
    text-align:center
}

.planborder {
    border:solid 2px #a56849;
}

.detailplanheader {
    font-family: Verdana, Arial, Monotype Corsiva;
    font-weight: bold;
    font-size:12px;
    height: 30px;
}

.spacer {
    height:40px;
}
