﻿/* Body and HTML Settings */

* { padding: 0; margin: 0; }

body {
	margin: 25px 0;
	padding: 0;
	font: normal .75em/1.5em 'Arial', sans-serif;
	text-align: center;	
	height: 100%; 
}
	
/* Hyperlink Settings */

a { background: inherit; color: #660000; text-decoration: none; }
a:visited { background: inherit; color: #660000; text-decoration: none; }
a:hover { background: inherit; color: #113724; text-decoration: underline; }
	
/* Overall Wrapper */

#wrap {width: 720px; margin: 0 auto;	background: #FFFFFF; }

/* Header Settings */

#header { 
      position: relative;
      height: 170px; 
      text-align: left; 
      margin: 0; 
      padding: 0; 
      background: #FFFFFF; }
      
#header .headerphoto { position: absolute;
	right: 0px; top: 0px;
	width: 720px;
	height: 170px;
	background: #FFFFFF url('cdlogo.png') no-repeat; }

/* Header Menu Settings */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 719px;
	float: left; }

#menu ul {
	font: bolder 13px 'Arial', sans-serif;
	width: 720px;
	color: #F7F71F;
	background-color: #113724;
	margin: 0 0;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left; }

#menu li {
	float: left;
	list-style: none; }

#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #F7F71F;	
	text-decoration: none; }

#menu li a:hover {
	background: #F7F71F;
	color: #113724;
}

#menu li a#current  {
	background: #F7F71F;
	color: #113724; }

/* Main Content Settings */

h1, h2, h3 { font: bold 1em 'Arial', Sans-serif; color: #333; }
	
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; text-transform: uppercase; }

p, h1, h2, h3 {
	margin: 15px 15px;}

ul, ol { margin: 10px 30px; padding: 0 15px; }

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #113724 url('site_quote.gif') no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Arial', sans-serif; 
	color: #666666; }

/* Image Settings */

img { border: 1px solid #DDD; padding: 5px; background-color: #FFF; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }
p.centreimg {text-align: center;}


/* Table Settings */

table {
	padding-left: 15px; }

order-collapse: collapse; margin: 25px; }
th strong {	color: #fff; }

th {
	background: #FFF;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #FFF;
	border-bottom: solid 2px #FFF;
	margin: 0 0 10px 0; }

tr { height: 30px; }

td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF; }
	
td.first,th.first {	
	border-left: 0px;
	padding-left: 5px; }

tr.row-a { background: #FFF; }
tr.row-b { background: #FFF; }


/* LAYOUT SETTINGS */


/* Content Area Settings */

#content-wrap {
	clear: both;
	float: left;
	width: 100%; }
	
#content {
	width: 720px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto; }

/* Sidebar Settings */

#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	}
		
#sidebar h1 {
	padding: 5px 0px 5px 5px;
	margin: 0;
	color: #113724;
	text-align: center; }
	
.sidebox { margin-bottom: 10px; }

/* Sidebar Menus Settings */

#sidebar ul.sidemenu {
	list-style:none;
	margin: 5px 0 5px 0;
	padding: 0;	}

#sidebar ul.sidemenu li { padding: 0px 5px; }

#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none; }
	
#sidebar ul.sidemenu a.top{	border-top: 1px dashed #D5D5D5; }

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #113724;
	color: #113724;	}

/* Main Content Settings */

#main {
	float: left;
	width: 71%;	
	margin: 0 0 10px 0; padding: 0;	}
	
#mainfull {
float: left;
width: 99%;	
margin: 0 0 10px 0; padding: 0;	}

	
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; }

#mainfull h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; }
	
#main ul li { list-style-image: url('site_bullet.gif'); }

#mainfull ul li { list-style-image: url('site_bullet.gif'); }

/* Footer Settings */

#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 100px;
	color: #666666;
	text-align: center; }
	
#footer p { margin: 0; padding: 0; }

#footer a {
	text-decoration: none;
	color: #777; }

#footer a:hover {
	text-decoration: underline;
	color: #333; }

/* Alignment Settings */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }