/* CSS for default layout */

body, html{
	padding: 0px;
	margin: 0px;
	background: #E7F3E7;
}

body, p, div, span, li, ul, th, td{
  font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}
h1, h2, h3, h4, h5{
   font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	color: #009999;
}
h1{
	font-size: 24px;
	margin: 0;
}
h2{
   font-size: 20px;
}
h3{
   font-size: 16px;
}
h4{
   font-size: 12px;
   font-weight: bold;
}
h5{
   font-size: 8px;
   font-weight: bold;
}

img{
	border: 0;
}
/* Links */

a:link, a:visited {
	color: #009999;
	text-decoration: none;
}

a:hover {
	color: #99CC99;
}

/* Masthead */

#masthead ul{
margin: 0 30px 0 0;
padding: 0;
float: right;
}

#masthead li{
background:url(../images/tab.png);
color:#FFFFFF;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 1px;
text-align:center;
width:173px;
}

#masthead li.active, #masthead li a:hover{
	background:url(../images/tab-active.png);
}

#masthead li a{
	color: inherit;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height:30px;
}

/* Navigation */
ul#top { margin: 0; padding: 0; background:url(../images/masthead/menubar.jpg); text-align: center; color: #fff; }

ul#top li { 	
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	color: #fff;
}

ul#top li a { margin: 0 45px; color: #fff; text-decoration: none; line-height:28px; }
/* Content */

#wrapper{
	width: 90%;
	margin: auto;
	padding: 0.5em 0;
}

#logo{
	float: left;
	margin: 12px 0 0 30px;
}

#main{
	 background: #fff;
	 padding: 15px;
	 
}

#bottom{
   background-image: url(../img/bg-bottom.gif);
   background-repeat: no-repeat;
   height: 34px;
}

#menu{
	border: 1px solid #3BA6AE;
	float: left;
	width: 175px;
}

.menu{
	margin: 8px 8px 8px 15px;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

#content{
	background: #fff;
	padding: 1em;
}

#footer{
	text-align: center;
	background: #fff;
	padding: 1em;
}
