@charset "utf-8";
/* CSS Document */
/*--------------------------------*\
-----------Body Styles--------------
\*--------------------------------*/

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
}

body {
	background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

hr {
	width: 275px;
	border: 1px solid #88C318;
	margin: 17px 0px;
}

h1 {
	font-family: Eurostile, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #88C318;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 0px;
	padding: 0px;
	display: inline;
}
h1 a {
	color: #88C318;
}

p {
	margin: 0px;
	padding: 0px;
}

object, embed {
	padding: 0px;
	margin: 0px 0px 10px 0px ;
	}

object {
	text-align:center;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

form {
	padding: 0px;
	margin: 0px;
}


/*------------------------------*\
------------ID Styles--------------
\*--------------------------------*/

#outerWrapper {
	width: 750px;
	margin: 80px auto;
	text-align: center;
}

#topNav {
	position: absolute;
	text-align: left;
	margin-top: -10px;
	margin-left: -20px;
	width: 592px;
	z-index: 2;
}

#info {
	width: 400px;
}
	#info p {
		margin-bottom: 10px;
	}
	
#leftColWrapper{
	width: 750px;
	background-image: url(../images/greenCol.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#leftCol {
	width: 162px;
	float: left;
	color: black;
	font-size:10px;
	line-height: 13px;
	text-align: left;
	padding: 142px 10px 10px 10px;
}
#leftCol a, #mainCol a {
	color: #AA0F7B;
}

#leftNav img {
	padding-bottom: 10px;
}

#mainColWrapper {
	width: 750px;
	background-image: url(../images/whiteCol.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#mainCol {
	overflow: hidden;
	text-align:left;
	min-height: 390px;
	padding: 140px 100px 20px 20px;
	width: 443px;
	color: black;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

#bottomBar {
	width: 750px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	line-height: 2px;
	background-color: #88C318;
	clear: both;
	overflow: hidden;
}

#footer {
	padding-top: 5px;
	background-color: #333;
	text-align: left;
	font-size: 9px;
	line-height: 17px;
	color: white;
}
#footer a{
	color: white;
}

#collageImage {
	position: absolute;
	text-align: left;
	margin-left: 630px;
	margin-top: 0px;
	z-index: 5;
}

/*--------------------------------*\
----------Class Styles--------------
\*--------------------------------*/
			
.blogTable {
	width: 99%;
	padding: 10px 0px;
}

.brandsTable {
	width: 99%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.linkText a {
	color: #437313;
}
#leftCol a.linkText, #mainCol a.linkText {
	color: #437313;
}

.formTable {
	width: 99%;
	border: 0px;
}
.formTable input {
	width: 99%;
}
.formTable textarea {
	width: 99%;
	height: 150px;
}