@import "/admin/css/dualcol-forms-base.css";

*
{
 margin: 0;
 padding: 0;
}

body
{
 background: #bddfeb;
}

p, table, ol, ul, blockquote, h2, h3, h4, h5, h6, form
{
 margin: 1em 0 0 0;
}

ul {
	list-style: none;
	margin-left : 1em;
}
ul ul {
	margin-top : 0px;
}

table
{
 border-collapse: collapse;
}

#credit
{
	display: none;
}

/* page divisions */

#body
{
 background: #bddfeb url('../images/background.gif') repeat-y top center;
}

#header
{
 position: relative;
 height: 278px;
 width: 100%;
 z-index : 2;
 background: url('../images/header.png') no-repeat top center;
}

#header_home
{
 position: relative;
 height: 360px;
 width: 100%;
 z-index : 2;
 background: url('../images/header_home.gif') no-repeat top center;
}

#header h1
{
 position: absolute;
 left: 0;
 top: 0;
 width: 10px;
 height: 90px;
}

#header span
{
 display: none;
}

#header img
{
 position: absolute;
 width: 273px;
 height: 193px;
 left: 0px;
 top: 0px;
 z-index: 1;
 display: none;
}



#footer
{
 clear: both;
 position: relative;
 height: 140px;
 width: 100%;
 z-index : 2;
 background: url('../images/bottom.gif') no-repeat bottom center;
}

#footer-logo
{
	float: right;
	margin-top: 10px;
}

#buttons
{
	width: 940px;
	height: 140px;
	margin: auto;
  background: url('../images/dot-purple.gif') repeat-x top left;
  padding: 0px;
}

#footer-text
{
	width: 940px;
	margin: auto;
  background: url('../images/dot-green.gif') repeat-x top left;
  padding: 0px;
}

#footer-text ul
{
	padding: 15px 0 0 0;
	margin: 0px;
}

#footer-text ul li
{
	display: inline;
	padding-right: 5px;
	padding-left: 6px;
  background: url('../images/divider-purple.gif') no-repeat right;
}

#footer-text a
{
	color: #722082;
}

#button-green
{
	float: left;
	margin: 5px 10px 0 0;
}

#button-green a
{
	display: block;
	width: 229px;
	height: 72px;
	padding: 50px 25px 0 25px;
	text-align: center;
  background: url('../images/button-green.gif') no-repeat center;
  color: white;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #8dca41;
}

#button-green a:hover
{
  text-decoration: underline;
}

#button-yellow
{
	float: left;
	margin: 5px 10px 0 0;
}

#button-yellow a
{
	display: block;
	width: 221px;
	height: 87px;
	padding: 41px 0px 0 130px;
	text-align: center;
  background: url('../images/button-yellow.jpg') no-repeat center;
  color: #d81152;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

#button-yellow a:hover
{
  text-decoration: underline;
}

#button-blue
{
	float: left;
	margin: 5px 10px 0 0;
}


#button-blue a
{
	display: block;
	width: 229px;
	height: 81px;
	padding: 41px 5px 0 45px;
	text-align: center;
  background: url('../images/button-blue.gif') no-repeat center;
  color: #00a9ec;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

#button-blue a:hover
{
  text-decoration: underline;
}

#wrapper
{
	width: 940px;
	padding-bottom: 15px;
	margin: auto;
}

#site-search
{
	background: #f78f1e;
	margin-top: 10px;
	padding: 1px 10px 5px 10px;
	color: white;
	
}

#site-search fieldset
{
	border: none;
}

#site-search fieldset input.text
{
 border: 1px solid #f9c57c;
 width: 140px;
 height: 20px;
}

#site-search fieldset input.btn
{
 background: transparent url('../images/button-go.png') no-repeat;
 width: 28px;
 height: 24px;
 border: 0;
 cursor: pointer;
}

#left
{
	float: left;
	width: 200px;
	margin-right: 20px;
	padding: 0px;
}
#contact-details
{
	margin-left: 10px;
}
#contact-details h4
{
	color: #67097b;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#contact-details p
{
	padding-top: 0px;
	margin-top: 0px;
}

#tree
{
	background: #fde9d2 url('../images/bottom-orange.png') no-repeat bottom left;
	width: 200px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 25px;
	
}

#left ul
{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#left ul li.first
{
  background: url('../images/dot-organge.gif') repeat-x bottom left;
}

#left ul li
{
  background: url('../images/dot-organge.gif') repeat-x top left;
}

#left ul li a
{
	color: #f78f1e;
	display: block;
	width: 200px;
	padding: 8px 8px 8px 12px;
}

#content
{
	float: left;
	width: 700px;
}

#content img
{
	padding: 15px;
}

#content
{
	list-style: disc;
}

#content ul
{
	list-style: disc;
}

#content ul li {
	margin-left: 2em;
	list-style-image : url('/images/li-breadcrumbs.png');
}

#content ol li {
	margin-left: 25px;
}

#content h2
{
	clear: both;
	padding: 15px 0 10px 3px;
 	font-size: 160%; 
	font-weight: bold;
	color: #67097b;
}
