/*
CSS file for Southern Crop Insurance
Written by Grady Pruitt
July 13, 2005
*/

/*
HTML tags 
*/
body {
	background: #ffffff url(Stucco.gif) repeat;
	text-align: center;
}

h1 {
	text-align: center;
	font-family: Heather, "Times New Roman", Times, serif;
	font-size: 200%;
}

h2 {
	text-align: center;
	font-family: Heather, "Times New Roman", Times, serif;
	color: #800000;
	font-size: 175%;
}

h3 {
	font-size: 160%;
	color: #800000;
	text-align: center;
}

h4 {
	text-align: center;
	font-size: 135%;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #004080;
}

a:visited {
	color: #804000;
}

a:hover {
	color: #800000;
}

a:active {
	color: #800000;
}

address {
	text-align: center;
	font-size: larger;
	font-weight: bolder;
	font-style: normal;
}

/*
ID tags
*/

#introweather {
	width: 175px;
	float: right;
}


#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

#header {
	background: url(logo3.gif) no-repeat;
	padding-left: 146px;
	height: 146px;
	padding-bottom: 20px;
}

#emailadd {
	height: 48px;
	width: 140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}	

#navMenu {
	padding-left: 2%;
	float: left;
	padding-right: 20px;
	width: 175px;
}

#contents {
	/*position: relative;*/
	float: right;
	text-align: center;
	width: 720px;
}

#footer {
	margin-top: 25px;
	border-top: thin solid Gray;
	padding-top: 25px;
	clear: both;
	text-align: center;
}

div#currentStaff {
	width: 350px;
	text-align: center;
	float: left;
}

div#salesStaff {
		width: 350px;
	text-align: center;
	float: right;
}

ul#aboutus {
	text-align: left;
}

ul#navMenuUL {
		list-style: url(tractor.gif);
}

#localweather {
	width: 300px;
	float: left;
}

#InsCo {
	width: 300px;
	float: right;
}

#OtherLinks {
	width: 100%;
	clear: both;
}

#OLleft {
	width: 350px;
	float: left;
}

#OLright {
	width: 350px;
	float: right;
}

/*
CLASS tags
*/
span.footerItem {
	/*	display: none;*/
}

div.image {
	height: 300px;
	width: 400px;
	float: left;
	margin-bottom: 50px;
}

.contentHeader {
	text-align: center;
	font-size: 125%;
}

.contentInfo {
	text-align: center;
	font-size: 115%;
}

.gps {
	text-align: center;
	font-weight: bold;
}

span.gps {
	width: 200px;
	display: block;
}

p.gps {
	width: 220px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.gps {
	height: 113px; 	
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.name {
	font: bold 150% "Times New Roman", Times, serif;
}

.title {
	font: italic normal 125% "Times New Roman", Times, serif;
	font-family: cursive;
}

.menuitem {
	width: 100px;
	height: 3em;
}

ul.SCIlinks {
	list-style: none;
}

ul.SCIlinks li {
	height: 3em;
}

/*
Misc tags
*/