/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/greenbar.gif) repeat-x left top;
}

.contact-info td
{
	padding-bottom: 10px;
	padding-right: 10px;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: normal;
	color: #1E4009;
}

.text2 {
	font-size: 13px;
	font-weight: normal;
	color: #779F49;
}

.text3 {
	font-size: 11px;
	color: #CC6600; /*#F37F00;*/
}

.text4 {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #1E4009;
}

.text5 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #779F49;
}

.text6, .text6-noimg {
	font-size: 18px;
	font-weight: normal;
	color: #779F49;
}

.text7 {
	color: #1E4009;
}

.text8 {
	text-align: right;
}

.text9 {
	text-align: center;
	font-size: 10px;
	color: #7D7D7D;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 11px;
	background: url(../images/squareBullet.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #3B7310;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: center;
	text-decoration: none;
	color: #5F5F5F;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
}

.link3 {
	padding-left: 10px;
	background: url(../images/downArrow.gif) no-repeat left center;
}

.link4 {
	text-decoration: none;
	color: #FFFFFF;
}

.link4:hover {
	text-decoration: underline;
}

.link5 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #779F49;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/nav_button_wood.gif) no-repeat left top; }
.bg1:hover { background: url(../images/nav_button_wood_hover.gif) no-repeat left top; cursor: pointer; cursor: hand; }

.bg2 { background: url(../images/horizontalSeperator.gif) repeat-x left bottom; }
.bg3 { background: url(../images/headerVerticalSeperator.gif) repeat-y left top; }
.bg4 { background: url(../images/rightContentSides.gif) repeat-y left top; }
.bg5 { background: url(../images/footerBackground.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 
{
	display: block;
	height: 1px;
}

.prime-details
{
	display:none;
	position:inherit;
	font-weight:normal;
	padding-top: 0px;
}

.subText
{
	color: White;
}


/** Search page **/
#searchcontrol
{
	width: 507px; 
	border: solid 0px black;
}
#searchcontrol .gsc-control { 
	width: 100%;
}
#searchcontrol .gsc-ad-box { 
	display:none;
}

.contact-table td
{
	padding-right: 10px;
}

.Error
{
	color: #CC0000;
	font-weight: bold;
}

.Error-Panel
{
	border: solid 1px #CC0000;
	padding: 3px;
	font-weight: bold;
}
