@charset "utf-8";
/* CSS Document */

body {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ebebeb;
	text-align: center;
}

#page-container {
	width: 780px;
	background: #fff;
	text-align: left;
	margin: auto;
	background-color: #fff;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#top {
	height: 250px;
	padding-top: 18px;
	padding-left: 28px;
	padding-right: 20px;
	text-align: right;
	color: #ccc;
	font-size: 10px;
	background-color: #fff;
	background-image: url(images/top_sunflower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top .comment {
	margin: 14px 0px 0px 0px;
	color: #245917;
	font-size: 18px;
	text-align:left;
	font-weight: bolder;
}

#top a {
 color: #808080;
 background-color: #fff;
}

#sidebar-a {
	float: right;
	width: 228px;
	line-height: 18px;
	margin-right: 30px;
	background-color: #fff;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#sidebar-a p {
    width: 173px ;
    margin-left: 30px;
	text-decoration: none ;
	text-align: left;
	background-color: #fff;
}


* html #sidebar-a p {
  width: 173px;
  margin-left: 75px;
  margin-top: -15px;
  text-decoration: none ;
  text-align: left;
  background-color: #fff;
  }


#sidebar-a .padding {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 30px;
}


#content {
	margin-right: 280px;
	line-height: 18px;
	padding-left: 20px;
}

#content .padding {
	padding: 25px;
	background-color: #fff;
}

h4 {
	font-size: 12px;
	color: #684f40;
	text-align: left;
	background-color: #fff;
}


#content h2 {
	margin: 0;
	padding-bottom: 15px;
	color: #684f40;
	background-color: #fff;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

#content h4 {
	margin: 0;
	padding-bottom: 0px;
	font-size: 12px;
	color: #684f40;
	background-color: #fff;
}

#content a {
	color: #3f5974;
	text-decoration: none;
	background-color: #fff;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

#content .title
{
    margin: 0;
	padding: 0;
	padding-bottom: 0px;
	font-size: 100%; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #245917;
	background-color: #fff;
}


#menu {
    text-align: center;
	font-size: 100%; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#menu a {
	width: 180px;
	color: #3371c6;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	background-color: #fff;
}

#menu a:hover {
	color: #3371c6;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 0 0px;
}

ul#menu
{
	padding: 0px ;
	list-style-type: none ;
	text-align: left;
	margin-left:0;
}

ul#menu li
{
	margin: 0px 0 0 0 ;
	padding: 0 ;
}

ul#menu li a
{
	display: block;
	width: 175px;
	line-height: 29px;
	color: #3371c6;
	text-indent: +30px;
	text-decoration: none;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}


ul#menu li a:hover
{
	background: #eaeaea;
	text-indent: +40px;
	line-height: 29px;
	background-color: #ebebeb;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#prefooter {
	clear: both;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}


#prefooter p {
    width: 350px;
    padding: 12px 0px 10px 0px;
    margin: 0px 0px 3px 0px;
    border-bottom: 1px solid #ada;
}

	
#prefooter a {
	color: #B60400;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0px 0px 0px;
}


#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #684f40;
	text-align: center;
	background-image: url(images/grass.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:170px;
}

#footer a {
	color: #684f40;
	text-decoration: none;
}

#footer p {
	padding-top: 25px;
}

#footer a:hover {
	color: #3371c6;
}

#footer #copyright {
	color: #684f40;
	padding-top: 1px;
}

#samples {
	width:450px;
	float:left;
}

#samples dl {
	padding:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	display:inline;/*fixes IE/win double margin bug*/
	width:200px;
	height:150px;
	}

#samples dt {
	padding: 0px;
	color: #684f40;
	width:160px;
	text-align: left;
}	

#samples dd {
	padding:0;
	margin: 0;
}

#samples dd.img img {
	float:left;
	margin: 0 8 0 0;
	padding:4px;
	border: 1px solid #D9E0E6;
	border-bottom-color:#C8CDD2;
	border-right-color: #C8CDD2;
	background-color: #FFFFFF;
	width:160px;
	height:110px;
	}
	
#samples .alt dt {
	float:left;
}

#samples .alt dd.img img{
	float:right;
	margin: 0 0 0 8px;
}
	
