/*Layout */

body {
	background-color: #F0CAC3;
	margin: 0;
	}
#container	{
	margin: 0 auto;
	width: 770px;
	background-color: #FFFFFF;
	}
#header	{
	height: 78px;
	background-color: #000000;
	padding: 10px;
	margin-bottom: 4px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
#content	{
	padding-top: 10px;
	border-top: 3px solid #D4615A;
	background-image: url(../images/header-line.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
#sidebar {
    float: left;
    width: 182px;
    }
#main {
    float: right;
    width: 570px;
	margin-bottom: 15px;
    }
#footer {
    clear: both;
	height: 72px;
	background: #000;
	background-image: url(../images/footer-logos.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
    }
.footer-logo	{
	padding: 5px 0 0 3px;
	}
#feature	{
	height: 197px;
	background-image: url(../images/feature-bg.jpg);
	background-repeat: no-repeat;
	}
#nav	{
	background-color: #EC8983;
	}
#nav-top	{
	height: 8px;
	background: url(../images/navcnr-top.gif) top right no-repeat;
	}
#nav-bottom	{
	height: 8px;
	background: url(../images/navcnr-bot.gif) bottom right no-repeat;
	}
#contact	{
	background-color: #C30E2F;
	margin-top: 15px;
	}
#contact-top	{
	height: 8px;
	background: url(../images/contactcnr-top.gif) top right no-repeat;
	}
#contact-mid	{
	background: #EC8983;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 0 6px 0;
	}
#contact-bottom	{
	height: 8px;
	background: url(../images/contactcnr-bot.gif) bottom right no-repeat;
	}
#contact-details	{
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 280px;
	}
	
/* Typography */

#title	{
	font: bold 1.8em Arial, Helvetica, sans-serif ;
	color: #FFFFFF;
	letter-spacing: -0.07em;
	width: 305px;
	}
h1	{
	font: 1.3em bold Arial, Helvetica, sans-serif;
	color: #990000;
	display: block;
	border-bottom: 1px solid #990000;
	padding-left: 15px;
	}
.feature	{
	font: 1.8em bold Arial, Helvetica, sans-serif;
	letter-spacing: -0.07em;
	color: #ffffff;
	display: block;
	width: 325px;
	padding: 15px;
	}
h2	{
	display: block;
	background: url(../images/heading-end.gif) left top no-repeat;
	background-color: #221E1F;
	padding: 3px 0 3px 15px;
	border-bottom: 2px solid #C50D2F;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 24px;
	}
h3	{
	display: block;
	background: #FCF1EF;
	border-top: 1px solid #D46258;
	border-bottom: 1px solid #D46258;
	padding: 3px 3px 3px 15px;
	color: #C30E2D;
	font: bold 1em Arial, Helvetica, sans-serif;
	}
p	{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 25px 0 15px;
	line-height: 1.5em;
	}
p strong	{
	color: #990000;
	}
#main ul	{
	}
#main li	{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: circle inside;
	}

#navcontainer ul	{
	list-style-type: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	line-height: 20px;
	}
#navcontainer ul li a	{
	text-align: left;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #930000;
	}
#navcontainer ul li a:hover	{
	color: #fff;
	}
#navcontainer ul li a#current	{
	color: #000;
	}
#contact-top	{
	font: bold 0.8em Arial, Helvetica, sans-serif;
	padding: 4px 4px 2px 8px;
	color: #FFFFFF;
	height: 20px;
	}
#contact-bottom	{
	padding: 4px 14px 2px 8px;
	height: 20px;
	text-align: right;
	}
#contact-bottom a, #contact-bottom a:hover, #contact-bottom a:visited	{
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	}
#contact-bottom a:hover	{
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: underline;
	}
#contact-mid ul	{
	list-style-type: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	}
#contact-mid ul li	{
	list-style-image: url(../images/contact-bullet.gif); 
	text-align: left;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-left: -12px;
	line-height: 1.8em;
	}
#copyright	{
	margin: 0 auto;
	font: 0.6em Arial, Helvetica, sans-serif;
	width: 770px;
	text-align: center;
	padding-top: 5px;
	color: #C20F2F;
	}
.top	{
	float: right;
	}
#contact-details p	{
	margin: 0;
	}