/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #FFF url("../images/bg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e4c46;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:23px; margin:0 0 12px;font-family: arial;text-transform: uppercase;}
h2 					{font-size:19px; margin:8px 0;color: #9daa52;text-transform: uppercase;}
h3 					{font-size:15px; margin:6px 0 5px;color: #e09b3d;text-transform: uppercase;}
h4 					{font-size:15px; margin:4px 0;color: #53a1b8;text-transform: uppercase;}
h5 					{font-size:14px; margin:0;color: #a59b86;text-transform: uppercase;}
h6					{font-size:9px; margin:3px 0;color: #A48C84;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{padding-bottom: 10px;text-transform: uppercase;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.lefttext {float: left; margin: 0 20px 10px 0;padding-right: 40px;}

/* Weather Search */

.weather-search {
	margin: 25px 0 25px 0;
}

.weather-search p img,
.weather-search small {
	display: none;
}

.weather-search img {
	float: left;
	margin: 0 10px 0 10px;
}

.weather-search input {
	border: 1px solid #333232;
	height: 16px;
	padding: 2px 0 2px 0;
	margin-right: 10px;
}

.weather-search input[type="submit"] {
	background: #ECE8D7;
	padding-top: 0px;
	margin-top: 1px;
	height: 23px;
}

/* Page */

#wrapper {
	position: relative;
	width: 1077px;
	margin: 0 auto;
	text-align: left;
	background: url("../images/header-bg.png") no-repeat;
}

/* Header */

#header {
	width: 1077px;
	height: 243px;
	margin: 0;
	
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 11px;
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	width: 1055px;
	height: 146px;
	z-index: 10000000;
	background: url("../images/header.png") no-repeat;
}

#header h1 a {
	
	display: block;
	width: 1055px;
	height: 146px;
	text-indent: -9000px;
	background: transparent;
}

#header #nav-cover {
	position: absolute;
	top: 146px;
	left: 11px;
	width: 1055px;
	height: 25px;
	z-index: 10000000;
	background: url("../images/nav-cover.png") no-repeat;
}

#header #links {
	position: absolute;
	top: 171px;
	left: 590px;
	width: 476px;
	height: 60px;
	z-index: 10000000;
	background: url("../images/links.png") no-repeat 10px 0;
}

#header #links a {
	float: left;
	text-indent: -9000px;
	width: 160px;
	height: 60px;
}

#header #links a.seed-assist {width: 170px;}
#header #links a.soil-assist {width: 155px;}
#header #links a.total-gro {width: 145px;}

/* Content */

#content {
	/*float: right;*/position: relative;
	width: 1055px;
	padding-top: 20px;
	background: #fff;
	margin-left: 11px;
	text-align: left;
}

.content-main {
	width: 636px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}



#content-side {
	float: right;
	width: 270px;
	min-height: 361px;
	background: #fff url("../images/sidebar-swirl.gif") no-repeat;
	border-left: 1px solid #FDF3E7;
	text-align: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#content-side h1 {text-transform: none;}

/* Footer */

#footer {
	position: relative;
	width: 1035px;
	height: 55px;
	padding-top: 25px;
	padding-left: 20px;
	margin-left: 11px;
	text-align: left;
	background: #f3f1f0 url("../images/dalriada-footer-logo.gif") no-repeat right;
	border-bottom: 8px solid #483934;
}

#footer p {
	font-size: 11px;
	margin: 0;
	color: #8D8B8B;
}
