@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table{
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
}
div{
	color: #000000;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #006600;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #519e0d;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
strong {
	color: #000000;
}
p {
	margin: 0px 0 15px 0;
}
hr {
	margin: 0px 0 15px 0;
}
ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}	

li {
	text-align: left;
	/*this allows for a custom bullet*/
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #000000;
}



/*this is for three column layout*/
#leftHolder #thirdLeft {
	width: 252px;
	margin-left: 32px;
	
}
#leftHolder {
	float: left;
}
#rightHolder {
	float: right;
}
#rightHolder #thirdRight {
	width: 257px;
	margin-right: 28px;
}
#thirdMiddle {
	margin: 0 310px 0 310px;
}


#closer {
	clear: both;
}
#header {
	height: 158px;
	background-image: url(../images/bkgdHeader.gif);
}
#menu {
	text-align: right;
}
#leftTop {
	background-image: url(../images/toledo-irrigation_23.jpg);
	background-repeat: no-repeat;
	height: 363px;
	width: 610px;
}
#leftBttm {
	background-image: url(../images/toledo-irrigation_31.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 610px;
	height: 335px;
}
#buffer {
	background-color: #000000;
	height: 20px;
}

#rightTop {
	background-image: url(../images/toledo-irrigation_26.jpg);
	height: 356px;
	width: 349px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}
#mainBody {
	background-color: #000000;
	background-image: url(../images/bkgdMiddle.gif);
	background-repeat: repeat-x;
}

#rightTop p {
	color: #000000;
	line-height: 20px;
	width: 320px;
	text-align: justify;
}
#rightHeader {
	margin-top: 12px;
}

#rightBttm h3 {
	color: #000000;
}
#rightBttm form {
	margin: 15px;
}
#gallBucket {
	float: left;
	margin-top: 240px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#gallBucket h2 a {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	line-height: 14px;
}



#rightBttm {
	background-image: url(../images/toledo-irrigation_30.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 349px;
	padding-right: 15px;
	height: 318px;
}
input, select, option, textarea {
	color: #000000;
}

#rightBttm strong {
	color: #000000;
}


#footer {
	background-repeat: repeat-x;
	height: 131px;
	line-height: 18px;
	background-image: url(../images/bkgdFooter.gif);
}
#footer1 {
	width: 254px;
	color: #FFFFFF;
}
#footer3 {
	width: 120px;
}
#footer h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#footer h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#footer2 {
	text-align: right;
}


#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
#tips {
	color: #000000;
	width: 280px;
	padding: 10px;
	text-align: justify;
}
#tips p {
	color: #000000;
	text-align: justify;
}


/*content page specific */
#borderHolder {
	background-image: url(../images/contentBorder.png);
	background-repeat: repeat-y;
	color: #000000;
}
#ender {
	background-image: url(../images/contentEnd.png);
	height: 60px;
}
#leftContent {
	color: #000000;
	width: 605px;
	margin-left: 25px;
	margin-top: 25px;
}
#leftContent p {
	color: #000000;
	text-align: justify;
}
#rightContent strong {
	color: #000000;
}

#rightContent {
	margin-right: 25px;
	width: 334px;
	margin-top: 25px;
}
#gallery img {
	border: 1px solid #006600;
	margin: 4px;
}

