@charset "utf-8";
/*---------------------------------------------------------------*\
|                                                                 |
|    Copland CSS                                                  |
|    Crafted at Oast One by James Marett, October 2009            |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|    yellow: #E3CB5F                                              |
|    green: #005F32                                               |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E5E5E5;
	/*font-size: 62.5%;*/
}

/*-- Fonts --*/

#footer,
#content h2,
#content h3,
#menu,
.menulist
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/* -- layout -- */

#background_left {
	background: url(../images/side_left.gif) #fff repeat-y top left;
	min-width: 940px;
	padding-left: 30px;
}

#background_right {
	background: url(../images/side_right.gif) repeat-y top right;
	min-width: 940px;
	padding-right: 30px;
}

#header {
	height: 70px;
	background-color: #E3CB5F;
	padding: 25px 0;
}
#header .header_logo {
	padding: 0 70px 0 30px;
	width: 341px;
	float: left;
	background-color: #E3CB5F;
}
#header .header_stretch {
	background: url(../images/image_line.jpg) left top repeat-x;
}
#header h1 {
	display: none;
}

#menu {
	background: url(../images/menu_bg.jpg) repeat-x top left #005F32;
	height: 40px;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li {
	/*float: left;*/
	display: inline;
}
#menu ul li a {
	line-height: 40px;
	/*display: block;*/
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
}
#menu ul li a:hover {
	color: #E3CB5F;
}

#pagearea {
	min-height: 300px;
	background: #fff url(../images/watermark.gif) bottom right no-repeat;
	padding: 20px 10px 40px 10px;
}

#container {width: 100%; float: left; margin-right: -190px;}
#main {text-align: left; margin-right: 190px; min-width: 500px;}
#rightcolumn {width: 160px; float: right; vertical-align: top; text-align:center;}
#innercontainer {width: 100%; float: right; margin-left: -190px;}
#content {text-align: left; margin-left: 190px; min-width: 500px; text-align:left;}
#leftcolumn {width: 160px; float: left; vertical-align: top; text-align:center;}

.menulist h2 {
	background: url(../images/menu_top.gif) repeat-x left bottom;
	color: #005F32;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	display: block;
	padding: 11px 5px;
	font-weight: bold;
}
.menulist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url(../images/menu_bottom.gif) repeat-x bottom left;
	padding-bottom: 3px;
}
.menulist li {
	font-size: 13px;
	background: url(../images/menu_panel.gif) repeat-x left bottom #fff;
}
.menulist li a {
	font-size: 15px;
	line-height: 17px;
	padding: 9px 5px;
	display: block;
	margin: 0;
	color: #005F32;
	text-decoration: none;
}
.menulist li a:hover {
	background: url(../images/menu_panel_over.gif) repeat-x left bottom;
}

#content {
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
	color: #333;
	min-height: 400px;
}
#content p ,
#content li
{
	line-height: 22px;
}
#content li {
	margin: 7px 0;
}
#content a {
	color: #005F32;
	text-decoration: none;
}
#content a:hover {
	color: #005F32;
	text-decoration: underline;
}
#content .newslist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: solid 1px #eee;
}
#content .newslist li {
	margin: 0;
	border-bottom: solid 1px #eee;
}
#content .newslist li a {
	padding: 5px;
	display: block;
}
#content .newslist li a:hover {
	text-decoration: none;
	background: url(../images/menu_panel_over.gif) repeat-x left bottom;
}

#content #breadsandtime {
	color: #005F32;
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#content #breadsandtime a {
	color: #005F32;
	text-decoration: none;
}
#content #breadsandtime a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 25px;
	line-height: 30px;
	color: #005F32;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 10px;
	background: url(../images/header_bottom.gif) repeat-x bottom left;
}
#content h3 {
	font-size: 20px;
	color: #005F32;
	font-weight: normal;
	line-height: 25px;
}
#content h4 {
	font-size: 16px;
	line-height: 21px;
	color: #005F32;
	font-weight: normal;
}
#content .imageright,
#content .imageleft
{
	margin-bottom: 5px;
	padding: 5px;
	background: url(../images/menu_bottom.gif) top left;
}
#content .imageright {
	margin-left: 10px;
}
#content .imageleft {
	margin-right: 10px;
}

#content .ziplink,
#content .pdflink,
#content .linklink,
#content .doclink,
#content .vidlink,
#content .piclink
{
	padding-left: 22px;
	font-weight: normal;
	margin: 5px 0;
}
#content .ziplink {
	background: url(../images/zip_icon.gif) no-repeat left;
}
#content .pdflink {
	background: url(../images/pdf_icon.gif) no-repeat left;
}
#content .linklink {
	background: url(../images/link_icon.gif) no-repeat left;
}
#content .doclink {
	background: url(../images/doc_icon.gif) no-repeat left;
}
#content .vidlink {
	background: url(../images/vid_icon.gif) no-repeat left;
}
#content .piclink {
	background: url(../images/pic_icon.gif) no-repeat left;
}
#content .acrobat {
	border-top: 1px solid #eee;
	font-size: 10px;
	margin-top: 20px;
}
#content .acrobat p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 13px;
}
#content .coptable td {
	padding: 4px;
	border-bottom: 1px solid #eee;
}

#content .coptable .tabletop {
	background: url(../images/menu_panel.gif) repeat-x bottom left;
	font-weight: bold;
	color: #005F32;
	padding: 6px 4px;
}

#content .pageflash {
	border: 1px solid #005F32;
	background:url(../images/menu_panel.gif) repeat-x bottom;
	padding:5px;
	margin: 10px 0;
}
#content .pageflash h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
#content .pageflash p {
	margin: 5px 0;
}

#footer {
	padding: 15px 30px;
	background-color: #005F32;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
#footer p {
	margin: 0;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #E3CB5F;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clearer {
	clear: both;
}