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

* {
	margin: 0;
	padding: 0;
}

a {
	color: #757CBD;
	text-decoration: none;
}
a:hover {
	color: #67B5B5;
}

body {
	background: #bcc0e0 url(images/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 11px/120% "Trebuchet MS", sans-serif;
}

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

li {list-style: none;}

code {
	background: #FFF;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #C5C8DC;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	line-height: 140%;
}

h1 {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #333;
	}
	
h2 {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 0;
	font-weight: bold;
	color: #333;
	}
	
h3 {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #333;
	}
	
h4 {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 0;
	font-weight: bold;
	color: #333;
	}

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

.left {float: left;}

.right {float: right;}

/** THESE 2 STYLES MAKE THE LOGO HEADERS LINK BACK TO INDEX */
.left a {
	display:block;
	width:564px;
	height:150px;
}

.left a span {
	display:none;
}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* title */
.header {
	background: #FFF;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	color: #444;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.header .left {
	text-align: left;
	width: 564px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.header .right {
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px;}

/* navigation */
.nav {
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	background-color: #ffffff;
	background-image: url(images/nav.jpg);
	font-size: 11px;
	font-weight: bold;
}
.nav a {
	border-right: 1px solid #AFBEC7;
	color: #456;
	float: left;
	display: block;
	font: bold;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	background-color: #D9E1E5;
	background-image: url(images/nav.jpg);
}
.nav a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #333;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	border-right: 1px solid #f6f5e8;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
	border-right: 1px solid #f6f5e8;
}
.sidenav li a {
	color: #444;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #444;
	background-color: #FFFEF0;
}

/* content */
.content {
	float: left;
	margin: 24px 0;
	padding: 0 16px;
	width: 531px;
}
.post {
	margin: 0;
	}
.content .descr {
	color: #664;
	margin-bottom: 9px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p { }

/* content - wide */
.content-wide {
	width: 780px;
	margin: 0px;
	padding: 0;
}

.content-wide-white {
	width: 780px;
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
}
.content-wide .descr {
	color: #664;
	margin-bottom: 6px;
}
.content-wide li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content-wide p { }

/* footer */
.footer {
	color: #444;
	line-height: 39px;
	text-align: center;
	background-image: url(images/bgfooter.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CFDEE7;
	margin: 0px;
	padding: 0px;
}
