/*2009 BCA National Specialty - An xhtml/css website template by Lynn Snell - http://spinderellas.com.
Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, October 4, 2009 */

/* standard elements */
html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}

a {
	color: #CDC9A5;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FFFACD;
	text-decoration: none;
}

p {
	margin-bottom: 6px;
}

blockquote {
	text-align: justify;
	font-style: italic;
	padding: 6px 20px 6px 30px;
	background: url(images/quote.jpg) left top no-repeat;
}

.left {
	float: left;
	margin: 2px 8px 0px 0px;
	border: 1px solid #A8CE32;
}

.right {
	float: right; 
	margin: 2px 0px 0px 8px;
	border: 1px solid #A8CE32;
}

.center {
	display: block;
	text-align: center;
	margin: 2px auto 2px;
	border: 1px solid #A8CE32;
}

body {
	font: 14px Verdana,Tahoma,Arial,sans-serif;
	color: #c0a000;
	background: #ffe1a0;
}

#header {
/*	height: 200px; */
	background: url(images/header2.jpg) top center no-repeat;
	padding: 33px 30px 20px 40px;
}

#wrapper {
	width: 816px;
	margin: 0 auto;
	background: url(images/innerbackground.png) center repeat-y;
	padding: 0;
}

#toplinks {
	float: right;
	font-weight: 400;
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-right: 4px;
}

#toplinks a {
	color: #d37103;
	text-decoration: none;
	font-weight: 600;
}

#title {
	height: 66px;
	margin: 80px 80px 0 240px;
}

#title h1, #title h1 a {
	color: #E6FFE6;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.22em;
}

#title h2 {
	color: #dDd9A5;
   font-size: 1 em;
}

#menu {
	background: #006300;
	height: 46px;
	margin-left: 7px;
	margin-right: 7px;
}

#menu ul {
	padding-top: 22px;
	padding-left: 10px;
	height: 50px;
}

#menu li {
	list-style: none;
	display: inline;
	padding-top: 8px;
}

#menu li a {
	padding-top: 10px;
	line-height: 30px;
	height: 40px;
	text-decoration: none;
	background: transparent url(images/menul.png) left bottom no-repeat;
	padding-left: 14px;
}

#menu li a:hover, #menu li a.selected {
	color: #ffc524;
	background: transparent url(images/menul1.png) left bottom no-repeat;
}

#menu li a span {
	padding-top: 10px;
	color: #0c0c08;
	font-size: 1.1em;
	height: 40px;
	padding-right: 14px;
	background: transparent url(images/menur.png) right bottom no-repeat;
}

#menu li a:hover span, #menu li a.selected span {
	color: #606319;
	background: transparent url(images/menur1.png) right bottom no-repeat;
}

#content {
	display: block;
	padding: 20px 20px 30px 24px;
	color: #4d4f14;
}

#content h2, #content h3 {
	color: #9d7015;
	margin-bottom: 8px;
}

#main {
	width: 725px;
	float: middle;
}

#main fieldset {
	border: 2px solid #A8CE32;
	background: #f0f0f0;
	margin: 16px auto 16px;
	padding: 14px;
	width: 370px;
}

#main textarea, #main input {
	overflow: auto;
	width: 200px;
	margin: 2px;
}
# main ul{
	list-style-type:none;
	}
#main ul li {
    color:#557a2c;
    font-size: 1.25em;
    font-style:italic;
    list-style: none;
	padding-left: 25px;
	background: url(images/tinysheep.gif) no-repeat left center;
	padding: 15px 40px;
	}	
	
#main table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border: solid 1px;
  border-color: #ffffff;
  }
  
  #main th
    {font-weight:bold;
    text-align:center;
    border-bottom:1px solid;
  }
#main table td {
   border-bottom: 3px solid;
	border-right:1px solid;
	border-bottom-color:#a3645d;
	padding: 10px;
  text-align: center;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
  }	
  

div.row {
	width: 360px;
}


#right {
	padding: 0px 0 50px;
	width: 242px;
	float: right;
	background: #b0d080  url(images/title3.png) bottom left no-repeat;
}

#right h2 {
	color: #d0FFc0;
	text-align: center;
	padding: 12px 0 8px 0px;
	background:url(images/title1.png) no-repeat;
}

#right h2.topright {
	background:url(images/title2.png) no-repeat;
}

#right h3 {
	margin-top: 6px;
}

#right ul {
	border-top: 1px solid;
	margin: 4px 0 6px;
}

#right li {
	list-style: none;
	display: block;
	padding: 4px 0 2px;
	border-bottom: 1px solid;
}

#right a {
	color: #013a01;
}

#right li a:hover {
	color: #FFFF40;
}

.rightitem {
	padding: 0 6px 0 10px;
	margin-bottom: 8px;
}

#footer {
	height: 118px;
	background: url(images/springbottom.png) bottom center no-repeat;
	padding-left: 50px;
}

#footer p {
	color: #d0FFc0;
	padding-top: 46px;
	text-align: center;
}

#clear {
	clear: both;
	height: 130px;
	background: url(images/innerbottom.jpg) bottom center no-repeat;
}
