/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	margin: 0;
	background-color: white;
	background-image: url(images/web_bg.gif);
	background-repeat: repeat;
	text-align:center; /* for IE */  
}

p {
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

p.main {
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

p.list {
	line-height: 25px;
	margin-left: 10px;
	padding: 15px 15px 15px 15px;
	width: 470px;
	margin-top: 0px;
	background-color:#CCFFCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
}

p.contactmain {
	padding: 20px 20px 20px 20px;
	margin-top: 0px;
}

p.homepagemain {
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}


p.infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	margin-top: 20px;
}

p.leftboxtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

p.odd {
	padding: 10px 10px 10px 10px;
	background-color: #CCFFCC;
	margin-top: 0px;
}

p.even {
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

p.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 7px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#banner {
	background-image: url(images/bbanner.jpg);
	width: 931px;
	height: 240px;
}

#contactbody{
	margin-left: 5px;
	width:530px;
	padding-top: 20px;
	border-top-style: dashed;
	border-top-width: thin;
	border-color: #CCCCCC;
}


#content {
	width: 100%;
	height: 100%;
}

#leftcolumn {
	width: 165px;
	margin-left: 20px;
	float: left;
}

#maincolumn {
	float: left;
	width: 535px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: thin;
	border-right-width: thin;
	border-color: #CCCCCC;
	margin-bottom: 20px;

}

#rightcolumn {
	width: 170px;
	float: right;
	margin-right: 20px;
}

#newslinks {
	width: 150px;
	float: right;
	margin-top: 10px;
}

#producers {
	float: left;
	width: 515px;
	margin-left: 8px;
	margin-bottom: 20px;

}

#producersa {
	float: left;
	height: 174px;
	width: 200px;
	margin-left: 8px;
	margin-bottom: 20px;
	background-image: url(images/producerbg.gif);
}

#producersat {
	float: right;
	height: 150px;
	width: 270px;
	margin-left: 8px;
	margin-bottom: 20px;
}

#producersb {
	float: right;
	height: 174px;
	width: 200px;
	margin-left: 8px;
	margin-bottom: 20px;
	background-image: url(images/producerbg.gif);
}

#producersbt {
	float: left;
	height: 150px;
	width: 270px;
	margin-left: 8px;
	margin-bottom: 20px;
}

#pictures {
	width: 139px;
	height: 115px;
	float: right;
	background-image: url(images/pic_bg.gif);
	margin-right: 15px;
}


#footer {
	float:left;
	width: 100%;
	background-image: url(images/footer.gif);
	height: 34px;
}

#news, #news ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
}
/***********************************************/
/* Navigation                                  */
/***********************************************/

div#wrapper {
	text-align:left;
	width:931px;
	height: 100%;
	padding-top: 0;
	margin:0 auto;
}

#navwrapper{
	position: relative;
	text-align: center;
	margin-left: 100px;
	top: 10px;
	left: 180px;
}

#nav, #nav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	text-decoration: none;
	display: block;
	width: 8em;
}

#nav a:link { 
	color: #000033;
}

#nav a:visited { 
	color: #000033;
}

#nav a:hover { 
	color: white;
	background-color: #CCCCCC;
	text-decoration: none;
}

#nav a:active { 
	color: #333333;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #99FF66;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#leftnav, #leftnav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#leftnav a {
	text-decoration: none;
	display: block;
	width: 10em;
}

#leftnav a:link { 
	color: #000033;
}

#leftnav a:visited { 
	color: #000033;
}

#leftnav a:hover { 
	color: white;
	background-color: #CCCCCC;
	text-decoration: none;
}
/** Contact Form **/

label{
float: left;
margin-left: 20px;
width: 120px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	background-color: #99FF66;
}

textarea{
	width: 350px;
	height: 225px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 140px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

