﻿body, html {
	background-color: #006837;
	font-family: arial;
	font-size: small;
}
/* CSS layout */
#wrapper {
	width: 921px;
	margin: 0 auto;
	background: transparent url('../images/bg01.png') repeat-y;
}
#masthead {
	position: relative;
	width: 921px;
}
#top_left {
	width: 200px;
	height: 208px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent url('../images/dairyland_01.png') no-repeat;
}
#header {
	margin-left: 200px;
	width: 721px;
	height: 175px;
	background: transparent url('../images/dairyland_02.png') no-repeat;
}
#container {
	position: relative;
	width: 891px;
	background-color: transparent;
	display:block;
}
#left_col {
	width: 200px;
	position: absolute;
	dispaly:table;
	left: 0px;
	top: 33px;
	background-color: white;
}
#top_menu {
	margin-left: 200px;
	height: 33px;
	width: 711px;
	background: #7FCBA4 url('../images/dairyland_04.png') right no-repeat;
}
#page_content {
	margin-left: 200px;
	display:table;
}
#page_content_left {
	width: 495px;
	padding: 20px 10px 0px 10px;
	float: left;
	background-color: #E5F0EB;
	min-height:900px;
}
#page_content_right {
	background: #E5F0EB url('../images/dairyland_08.png') top right no-repeat;
	width: 170px;
	padding-left:6px;
	float: left;
	display:block;
}

/* Boxes on page */
.page_content_right_box {
	margin-top: 180px;
	width:160px;
}
.page_content_right_box a, .page_content_right_box a:visited {
	color: black;
}
#right_box_title {
	font-weight:bolder;
	color:white;
	background-color:black;
	margin:0px;
	padding:5px;
}
#right_box_text {
	color:white;
	background-color:#7FCBA4;
	margin:0px;
	padding:1px 5px;
}
/* End Boxes */


#footer_left {
	width: 200px;
	height: 383px;
	position: relative;
	top: 71px;
	margin-top: -383px;
	background: transparent url('../images/dairyland_12.png') no-repeat;
	float: left;
}
#footer_right {
	width: 721px;
	height: 71px;
	clear:both;
	margin-left: 200px;
	background: transparent url('../images/dairyland_13.png') no-repeat;
}
#left_menu {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#left_menu li {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: black;
	border-bottom: 2px white solid;
	border-left: 2px white solid;
	border-right: 2px white solid;
}
#left_menu a:visited {
	background-color: black;
	color: white;
	text-decoration: none;
}
#left_menu a {
	background-color: black;
	color: white;
	text-decoration: none;
}
#left_menu a:hover {
	background-color: black;
	color: yellow;
	text-decoration: none;
}
/* Tabs Start */
#subNavContainer {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 33px;
	overflow: hidden;
	width: 500px;
	background-color: #7FCBA4;
}
#subNavContainer li {
	float: left;
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	background: url('../images/left.png') no-repeat top left;
}
#subNavContainer li a {
	background-color: transparent;
	background-image: url('../images/right.png');
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	display: block;
	float: left;
	height: 33px;
	padding: 4px 10px 10px 10px;
	text-transform: capitalize;
	font-weight: bold;
	overflow: hidden;
}
#subNavContainer li > a {
	/* box model correction */
	height: 12px;
}
#subNavContainer li:hover {
	background-image: url('../images/left_on.png');
}
#subNavContainer li.selected {
	background-image: url('../images/left_on.png');
}
#subNavContainer li:hover a {
	background-image: url('../images/right_on.png');
	color: #FFFFFF;
}
#subNavContainer li.selected a {
	background-image: url('../images/right_on.png');
	color: #000000;
}
#subNavContainer li a:hover {
	background-color: transparent;
	color: #000000;
}
/* Tabs End */
/* Other text */
#page_content h1 {
	background: #E5F0EB;
}
.myImage {
	border: black 1px solid;
	float: left;
	margin: 10px 10px 10px 10px;
	background-color: #E5F0EB;
}
.BulletContent {
	background-color: #E5F0EB;
}
.BulletContent li {
	list-style-image: url('../images/starbullet.gif');
	color: black;
	background-color: #E5F0EB;
	list-style-position: outside;
	padding: 0 0 5px 10px;
}
h1 {
	font-size: x-large;
	font-family: Tahoma;
}
/* GALLERY IMAGES  */
#gallery {
background-color: #E5F0EB
}
#gallery div.img {
	margin: 2px;
	height: 130px;
	width: auto;
	float: left;
	text-align: center;
	background-color: #E5F0EB;
	
}
#gallery div.img img {
	margin: 3px;
	border: 1px solid black;
}
#gallery div.img a:hover img {
	border: 1px solid black;
}
#gallery div.desc {
	text-align: center;
	font-weight: normal;
	width: 115px;
	margin: 2px;
	background-color: #E5F0EB;
}
ul.horlinklist {
	list-style: none;
	float: right;
	margin: 22px 40px 0px 0px;
	padding:0px;
	background-color: #00984A;
}
ul.horlinklist li {
	display: inline;
	margin-right: 15px;
	background-color: #00984A;
}
ul.horlinklist li a {
	background-color: #00984A;
	font-size: small;
	color: black;;
}
ul.horlinklist li a:visited {
	font-size: small;
	color: black;
}
ul.copyright {
	margin: 340px 0px 0px 6px;
	padding: 0px;
	width: 200px;
	list-style: none;
	background-color: #00984A;
}
ul.copyright li {
	background-color: #00984A;
}
#textlinks {
	list-style:none;
	width:700px;
	margin:10px auto;
	font-size: 10px;
	color:#000000;
	text-align:center;
}
#textlinks li {
	display:inline;
	text-align:center;
}
#textlinks a {
	color: #000000;
}
.ITOK {
	text-align:center;
	color:#000000;
	font-size: 10px;
}
#sitemap {
	margin:20px;
}
#sitemap h1 {
	font-size:15px;
}
