@charset "utf-8";
/* CSS Document */
/**************************
Coded by Webmaster Paula Duggan|Shackles On 4-23-09 2009 pduggan@crowder.edu
****************************/

body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family:"Tahoma",Geneva,Helvetica,Arial,serifSansSerifMonospace;
	font-size:14px;
	background-attachment: scroll;
	background-image: url(template-images/ag-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.makeme450 {
	
	width:450px;
	float:left;}

/*******************
Fonts are odd sounding but are default Windows XP -> Windows 7 fonts
**********************/

h1 {
	color:#3a2c19;
	font-size:36px;
	font-family: "Palatino", Times, Times New Roman, serif;
}

h2 {
	font-family: "Palatino", Times, Times New Roman, serif;
	color:#0e3a80;
	font-size:24px;
	padding-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018ede;
}

	
h3 {font-family: "Palatino", Times, Times New Roman, serif;
	color:#3a2c19;
	font-size:18px;}	

blockquote {
	font-family:"Tahoma",Geneva,Helvetica,Arial,serifSansSerifMonospace;
	color:#36C;
	line-height:16px;
	font-size:16px;
	background-attachment: scroll;
	background-image: url(template-images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:70px;
	min-height:30px;
}

ul {
	list-style-image: none;
	list-style-type: none;
	
}

li {
	list-style-image: none;
	list-style-type: none;
	padding:5px 0px 0px 0px;
	
}

/****Use these to float images - it contains padding for white space******/

.floatLeft {float:left;border:0px; padding:5px;}
.floatRight {float:right;border:0px; padding:5px;}
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt { 	float: right;}
.fltlft { float: left;}
.padme {padding:0px 0px 0px 25px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	


.gray {background-color:#CCC;}

.smallgraytext {
	color:#666;
	font-size: 10px;
}
.bottomBorder,hr{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B9CD1;
		}
.printOnly {display:none;}		
	
a:link, a:visited {color:#144085}	
a:hover, a:active{color:#0e3a80;}

a.imagelink:link, a.imagelink:visited {
		color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #51C7FF;
}	
a.imagelink:hover,  a.imagelink:active{
	color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #53FF53;
}


#wrapper {
	width:1024px;
	}

#banner {
	height:52px;
	background-attachment: scroll;
	background-image: url(template-images/crowder-college-ag.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
#apDiv1 {
	position:absolute;
	left:372px;
	top:6px;
	width:538px;
	height:36px;
	z-index:1;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
}

#apDiv1 a:visited, #apDiv1 a:active, #apDiv1 a {  font-size:12px; color:#fff; text-decoration:underline;}
#apDiv1 a:hover {color:#F90;}	

	
#content {
	background-attachment: scroll;
	background-image: url(../agriculture/assets/ag-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:660px;
	padding:48px 0px 0px 0px;
	float:left;
	margin:0px 0px 15px 0px;
}
	#contentText {width:500px;
	margin:-90px 15px 30px 15px;}/**SubLayer**/
	

#leftColumn {
	width:315px;
	background-attachment: scroll;
	background-image: url(../agriculture/assets/left-col-building.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin:0px 0px 15px 0px;
}
	#relatedLinks{
	width:200px;
	margin:0px 15px 0px 15px;
	border: 3px solid #dfe8f4;
	background-color:#FFF;
	background-image:url(template-images/related-links.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding:20px 20px 0px 0px;
}/**SubLayer**/

#footer {
	clear:both;
	background-image:url(template-images/footer-ag.jpg);
	background-color:#FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px dashed #103880;
	overflow:hidden;
	padding:80px 20px 15px 20px;
	color:#999;
	font-size:10px;
	margin:15px 0px 0px 0px;
}


	

