/* Start of CMSMS style sheet 'Lindale - Base' */
body {
	margin: 0; 	
	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(images/bg.jpg) repeat-x;
	text-align: center;		
}
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
#header-content, #content, #footer-content {
	width: 760px;
}
#header {
	height: 60px;
	text-align: left;
	z-index: 1000;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
	z-index: 1000;
}
#header-content h1#logo {
	position: absolute;	
	background: url(images/logo.png);
	width: 200px;
	height: 38px;
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	margin: 0; padding: 0;		
	float: left;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; left: -15px;
	z-index: 1000;
}
#header-content ul {
	position: absolute;
	right: -15px; top: 17.5px;
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
	z-index: 1000;		
}
#header-content li {
	display: inline;
	z-index: 1000;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
	z-index: 1000;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;

}
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	/* padding: 15px 10px 10px 10px; */
	/* background: #FFF url(images/headerphoto.jpg) no-repeat center; */
	background: #FFF;
	z-index: 999;
}
#content-wrap {
	clear: both;
	float: right;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

#main {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* End of 'Lindale - Base' */

