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

body {
	background-repeat: repeat-x;
	background-image: url(../img/body-bg.jpg);
	background-position: left top;
	background-color: #efefef;
}
.container {
	background-color: #FFFFFF;
}
.header {
	height: 120px;
	width: 100%;
	background-image: url(../../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	background-color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	color: #272727;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 4.5em;
	font-style: italic;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
	color: #FCF9E0;
	padding-bottom: 34px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-style: italic;
	font-variant: small-caps;
	color: #333;
	margin-bottom: 15px;
	font-size: 18px;
	margin-right: 15px;
	}
div#rightcol {
	width: 220px;
	float: right;
	padding: 10px;
	background-color: #efefef;

}
#leftcol {
	float: left;
	width: 700px;
	padding: 3px;

}
#onecolumn {
	width: 920px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	}
input.groovybutton
{
   font-size:14px;
   font-weight:bold;
   height:25px;
}

/**************************************************************
   #Tables
 **************************************************************/
 table {
	 padding: 100px;
	 	font-size: 1em;
	border-collapse: collapse;
	 
	 }
 tbody tr:hover {
  background-color: #FBFEDF;
}
table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
 /* padding: 4px 7px !important;
  padding: 6px 10px; */
}
/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  padding: 60px 0 2em 49px;  
  background: url(../img/bg/header.jpg) no-repeat top center;  
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


#header h1,
#header h2 {
  margin: 0;
  padding: 0;  
  background: none;
}

#header h1 {
  font-size: 3.5em;
  font-family: georgia;
  letter-spacing: -3px;
  color: #6E310B;
}


/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
  width: 491px;
  margin: 0 auto;  
  padding: 0 !important;
  padding: 0 0 0 10px;  
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 15px 0 5px 0;

  font: 400 1.54em georgia, serif;
  text-align: center;
  text-decoration: none;
  
  color: #61804E;
  border-bottom: 1px solid #D3F1B6;
}

ul#menu li a:visited {
  background-color: #FFF;
}

ul#menu li a:hover {
  color: #2E5F0F;
  background: url(../img/bg/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
	color: #512103;
	background-image: url(../../images/menu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

img.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: auto;
}

a img {
	border: 2px solid #999;
}

a:hover img {  
  border: 2px solid #BAAAA1;
}

img {
	border: 4px solid #333;
	padding: 5px;
	}.text {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

