/* CSS Document */

/* ----- General ----- */
/* Zero down margin and paddin on all elements */
* {
  	margin: 0;
  	padding: 0;
}

body {
  	font: 75% Arial, Helvetica, sans-serif;
  	text-align: center; 
  	min-width: 760px;
  	margin: 10px 0 10px 0;
}

h1 {
  	font-size: 2.1em;
  	font-weight: bold;
  	color: #666;
}

h2 {
  	font-size: 1.5em;
	font-weight: bold;
	color: #669900;
}

h3 {
  	font-size: 1.2em;
	font-weight: bold;
	color: #669900;
}

p, li {
  	font-size: 1.1em;
	padding-top: 8px;
}

a {
	color: #669900;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.photoRight {
	float: right;
	background-color: #FFF;
	padding: 5px;
}

/* ----- Page Wrapper ----- */
#wrapper {
  	background-color: #fff;
  	width: 750px; 
  	margin: 0 auto; 
  	text-align: left; 
}

/* -----Header Section ----- */
#header {
  	height: 100px;
  	background-color:#fff;
  	background-image:url(../images/header.gif);
}

/* Header Contact Information */

#headerContact {
	float: right;
	height: 88px;
	margin: 12px 30px 0 0;
}

#headerContact p {
	color: #fff;
   	font-weight: bold;
}

#headerContact a {
	color: #fff;
	text-decoration: none;
}

/* ----- Menu Section ----- */
#menuBackground {
  	margin: 10px 0 0 0;
  	width: 750px;
  	height: 30px;
  	float: left;
  	background-image:url(../images/footer.gif);
}

#centeredmenu {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
}

#centeredmenu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#centeredmenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#centeredmenu ul li a {
   display: block;
   margin: 3px 0 0 0px;
   padding: 3px 20px;
   color: #fff;
   text-decoration: none;
   line-height: 1.3em;
}

#centeredmenu ul li a:hover {
   color: #fff;
   text-decoration: underline;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color: #fff;
   font-weight: bold;
}

/* ----- Main Content, left side ----- */
#content { 
  	width: 530px;
  	float: left; 
  	padding: 10px 10px 10px 3px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ----- Main Content, Whole page ----- */
#contentWhole { 
  	width: 744px;
  	float: left; 
  	padding: 10px 3px 10px 3px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -----Sidebar, right side ----- */
#sidebar { 
  	width: 200px; 
  	float: right;
  	padding-top: 20px; 
} 

#sidebar p {
  	padding-left: 10px;
  	background-color: #99cc00;
}

#sidebar h2 {
  	margin: 10px 0 0 0;
  	padding-left: 10px;
  	color: #fff;
  	font-size: 1.5em;
}

#sidebarTop {
  	height: 15px;
  	width: 200px;
  	background-image: url(../images/sideBarTop.gif);
}

#sidebarBottom {
  	height: 15px;
  	width: 200px;
  	background-image: url(../images/sideBarBottom.gif);
}	

/* ----- Contact Details -----*/
#contactAddress {
	float: left;
	margin: 0 0 0 0;
}

#contactPhone {
	float: left;
	margin: 0 0 0 50px;
}

#contactEmail {
	float: left;
	margin: 0 0 0 50px;
}

#contactEmail a {
	color: #000;
	text-decoration: none;
}

/* ----- Footer ----- */
#footer {
  	clear: both; 
  	height: 30px;
  	background-image:url(../images/footer.gif);
}

#footer p {
  	margin: 0 10px 0 10px;
	padding-top: 8px;
	line-height: normal;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
}