/* CSS Document */

body {
  background: #fbfbd5  url(../assets/bodybg.jpg) repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, verdana, tahoma, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #555;
}


#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
 	background: url(../assets/containerbg.jpg) repeat;
	width: 756px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
 	width: 734px;
}

html>body #container {
  width: 734px;
}

#content {
  padding: 0 2px 0 2px;
}

a {
  color: #6392AC;
  text-decoration: none;
}

a:hover {
  color: #79AC63;
  text-decoration: none;
  border-bottom: 1px dotted #79AC63;

}

#header {
  text-align: right;
  padding: 20px 25px 20px 0;
}  

#header img {
  border: 0;
}

#header a {
  border: 0;
}

#copyright {
  background-color: #92c83f;
  border-top: solid #eee 1px;
  border-bottom: solid #999 1px;
  font-size: 10px;
  padding: 1px 30px;
  color: #fff;
  text-align:center;
}

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

#welcomestart
{
  height: 120px;
  background: url(../assets/welcome.jpg) top left no-repeat;
}

span.invisible {
  display: none;
}

/*
    text content
*/

#maincontent {
  padding: 20px 15px 0px 20px;
  margin: 0;
  width: 520px;
  float: right;
  
}


#sidebarContainer {
  margin: 0px 0 20px 10px;
  width: 150px;
  float: left;
  background-color: #f9fceb;
  border: solid #dfea8a 1px;
}

#sidebar {
  padding: 10px 20px 0 10px;
  font-size: 12px;
  color: #052600;
  line-height: 15px;
}

#sidebar h3 {
  font-size: 14px;
  margin: 0 0 3px 0;
  color:#334a20;
}


ul {
  padding: 0;
  margin: 0 0 10px 17px;
}



#sidebar p {
  margin: 0 0 10px 0;
  line-height:16px;
}

#sidebar h3 {
  font-size: 13px;
  margin: 0 0 5px 0;
}

hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0 8px 0;
  padding: 0;
}

p {
  margin: 0 0 25px 0;
  line-height:25px;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  margin: 0 0 15px 0;
  font-size: 23px;
  color: #101010;

}

h3 {
  margin: 0 0 4px 0;
  font-size: 20px;
  line-height:25px;
  color:#003300;
  font-weight:200;
}


h4 {
  margin: 0 0 4px 0;
  font-size: 15px;
}

/*
    Horizontal Nav
*/

#menu {
  margin-bottom: 40px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
	padding: 0;
	margin: 0;
	text-align: center;
	background:url(../assets/navbg.jpg) repeat-x;
	width: 102px;
	height: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}

#menu ul li a.wider{
	width:104px;
	}

#menu ul li a:hover,
#menu ul li a:hover.current
{
  background:  url(../assets/navbghover.jpg) repeat-x;
  color: #000;
}

#menu ul li a.current {
  background:  url(../assets/navbghover.jpg) repeat-x;
  color: #000;
  text-transform:uppercase;
}


.image
{float:right; margin-left:5px;}


