/*#############################################################
Template Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
Modified by Bruce Purcell
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #655A46;
	background-image: url(img/bg3.gif);
}
p, cite, ul, ol {
	font-size: 1.2em;
	margin: .3em;
	padding: .3em;
}
.fltright {
	padding-right: 0.3em;
	float: right;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 12px;
}
h2 {
	font-size: 1.9em;
	margin-bottom: 4px;
}

blockquote {
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* misc */
.clearer {
	clear: both;
}
.italics {
	font-style: italic;
}

/* structure */
.container {
	background: url(img/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(img/bgheader2.gif) repeat-x;
	height: 111px;
	width: 760px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation2.gif) repeat-x;
	height: 3.4em;
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	margin-right: 4px;
	line-height: 3.4em;
	padding: 3px;
}
.navigation a:hover {
	background: #e6d5c9;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav ul img{
	margin-left: 45px;
	margin-top: 35px;
}

.sidenav h1, .sidenav h2 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.5em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 8px;
	background-color: #d3beb0;
	background-image: url(img/sidenavh1_2.gif);
	background-repeat: repeat-x;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #e6d5c9;
}
.sidenav li a:hover {
	color: #4A4A44;
	background-color: #debeb0;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #665544;
	font-size: 1.3em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	list-style-image: none;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter2.gif) repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 39px;
	text-align: center;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	background-color: #654;
}
.emphasis {
	font-weight: bold;
}

.align_center {
	text-align: center;
}

.fltLeft {
	float: left;
}
 .quotebox {
	border: 2px solid #00008B;
	background-color: white;
	padding: 20px;
}

#heading {
	background-image: url(img/background1.gif);
	background-repeat: repeat;
	height: 111px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#heading h1 {
	padding-left: 250px;
}

#heading img {
	padding-left: 100px;
}

