/***************************************************************************
*                                                                          *
* contented4 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
* Version: 1.01 (May 17, 2006)                                             *
***************************************************************************/


* {
	padding:0;
	margin:0;
}

body {
	color: #003c00;
	background-color: #003300;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:83%;
    padding: 0px;
    margin: 0;
}

div: {
	padding: 0;
	margin: 0;
}

#container {
	background: #e3f3d9; /* url(/img/css/container-bg.png) 0 0 repeat-y;*/
	margin: 0px auto;
	width:989px;
	border-left: 2px solid #003c00;
	border-right: 2px solid #003c00;
	border-bottom: 2px solid #003c00;
	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color: #003c00;
	font-weight: normal;
	text-decoration: underline;
	outline:none;
}

a:visited {
	color: #003c00;
}
a:hover {
        color: #00CC00;
        font-weight: normal;
        text-decoration: underline;
}

#contact {
        padding:10px 70px 0px 0px;
        float:right;
        text-align: right;
}
#contact p {
	margin: 0;
}

#contact p.address {
	font-weight: bold;
}

#contact p.telephone {
	font-weight: bold;
	font-size: large;
	margin-top: 5px;
}
#contact a {
        font-weight:bold;
        text-decoration:none;
}

#contact a:hover {
        color: #FFFFFF;
        text-decoration:underline;
}

#title {
        font-size:300%;
        font-weight:normal;
		margin:22px 0px 0px 20px;
        float:left;
}

#slogan {
	font-size:medium;
	font-weight:normal;
	font-style:normal;
	padding:50px 0px 0px 0px;
	float:right;
	margin:0px 0px 0px 0px;
}

#path {
        width:530px;
        clear:both;
        float:left;
        font-size:83%;
        font-weight:normal;
        margin:0px 0px 25px 0px;
}

#path a {
        font-weight:normal;
}

#header {
	background: #e3f3d9 url(/img/css/header-bg.png) 55px 5px no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:355px;
	width:100%;
}

#header h1 {
	margin: 0;
	height: 180px;
	margin-left: -1000px;
	width: 1990px;
	zzborder: 1px solid red;
}

#sidecontent {
	clear:both;
	font-family:Arial, sans-serif;
	font-size:83%;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	width:170px;
	float:left;
}

#sidecontent a {
}

#sidecontent a:hover {
}

#sidecontent h2 { margin:1.5em 0.5em 0.5em 0.5em;}

#sidecontent ul { margin:0.5em 0.5em 0.5em 1.5em;}

ul#nav {
	clear:both;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style: none;
	width:170px;
}

ul#nav li {
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	float: left;
	width:170px;
	text-align: right;
}

ul#nav li a {
	zzborder:1px solid #CFE6CF;
	display: block;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	padding:0px 20px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul#nav li a:hover { 
}

#maincontent {
	background: #fff url(/img/css/main-content-bg.png) top right repeat-y;
	font-size:100%;
	padding:0px 10px 25px 0px;
	margin: -80px 10px 10px 30px;
	width:728px;
	float:left;
}


#footer {
	font-size:80%;
	line-height:1.5em;
	width: 728px;
	clear:both;
	padding-left: 200px;
	height: 50px;
}

#footer a {
        text-decoration: none;
}

#footer a:hover {
        color:#60BF60;
        font-weight: normal;
        text-decoration: underline;
}

#copyright {
	padding:5px 20px 5px 10px;
	float:left;
}

#footercontact {
	padding:5px 10px 5px 0px;
	float:right;
}

#FooterNav {
	text-align: center;
}

#FooterCopyright {
	float: left;
}
#SiteBy {
	float: right;
}

/* tables */

table {  
  width: 100%;   
  border: 1px solid #003d4c; 
  background-color: #fff;
  clear:both;    
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
}
th {
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:1px;
}
table tr td {
  border-right: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
}
table tr.altRow td {
  background: #f4f4f4;
}


.page h3 {
	clear: both;
}

.page img.left {
	float: left;
	margin-right: 10px;
	height: 200px;
	width: 200px;
	border: double 3px #79ab5a;
}

.page img.right {
	float: right;
	margin-left: 10px;
	height: 200px;
	width: 200px;
	border: double 3px #79ab5a;
}

#flashMessage {
	color: red;
	font-weight: bold;
	font-size: 14px;
}


