/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	margin: 0px;
	background-image: url(images/PastureBackground.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #0B150D;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

h1 {
	margin: 0px;
	size: 24px;
	font-size: 24px;
	padding: 0px;
	line-height: 24px;
	color: #10392A;
}
h3 {
	margin: 0px;
	top: 0px;
	font-style: italic;
	color: #10392A;
	font-size: 19px;
}
h4 {
	font-size: 13px;
	font-style: italic;
	color: #1D4214;
}
#LeftContent h2 {
	font-size: 18px;
	color: #10392A;
	text-align: center;
}

a {
	color: #10392A;
	text-decoration: none;
}

a:hover {
	color: #CD294A;
}

tr {
	font-size: .9em;
}

#All {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#Header {
	width: 800px;
	border: 3px ridge #10392A;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}

#LeftSidebar {
	width: 125px;
	min-height: 320px;
	background-color: #C2B58B;
	border: 3px ridge #10392A;
	float: left;
	clear: left;
	margin-top: 15px;
}

#LeftSidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center
}

#LeftSidebar ul li {
	width: 110px;
	margin: 5px;
	border: 1px solid green;
}

#LeftSidebar ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #10392A;
	background-color: #F9F9F9;
}

#LeftSidebar ul li a:hover {
	color: #EBF0F6;
	background-color: #10392A;

}

#MainContent {
	width: 654px;
	background-color: #C2B58B;
	border: 3px ridge #10392A;
	float: left;
	min-height:320px;
	margin-top: 15px;
	margin-left: 15px;
}
#MainContent ul {
	font-size: .9em;
	margin-bottom: .5em;
}
#MainContent ul li {
	margin-bottom: .4em;
}

#LeftContent {
	width: 311px;
	position: relative;
	top: 0px;
	float: left;
	left: 0px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	clear: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#RightImaget {
	width: 313px;
	float: left;
	height: 320px;
	padding: 0px;
}

#Footer {
	height: 30px;
	width: 654px;
	border: 3px ridge #10392A;
	background-color: #C2B58B;
	clear: both;
	float: right;
	margin-top: 15px;
}

#Footer a {
	font-size: x-small;
	color: #10392A;
	text-decoration: none;
}

#Footer a:hover {
	color: #CD284A;
}
#CallToday {
	height: 40px;
	width: 550px;
	right: 0px;
	position: absolute;
	top: 5px;
	margin-top: 10px;
	text-align: right;
	padding-right: 15px;
}
.designedBy {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	float: right;
	margin-top: 5px;
	font-weight: bold;
	color: #CCCCCC;
}
.designedBy a {
	color: #CCCCCC;
}
.designedBy a:hover {
	color: #ADA87A;
}
.callToAction {
	font-size: 20px;
	font-weight: bold;
	color: #10392A;
	text-align: center;
	padding-top: 3px;
	font-style: italic;
}
