@charset "utf-8";
/*

Tagmoor Farm
lovemycow.com

Layout Stylesheet

Version 1.0
06-February-2008


*/

/* Import external style sheets */
@import "lmc_typography.css";


/* -------- Layout Elements Divisions --------- */

html, body {
	height: 100%;
	margin: 0;
	z-index: 1;
	}
	
#wrapper {
	width: 1180px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(../images/grass_background.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	}
	
#topMenu {
	width: 978px;
	border: 0;
	height: auto;
	text-align: right;
	padding-top: 30px;
	margin: 0 100px;
	}
	
#mainMenu {
	width: 978px;
	border: 0;
	height: auto;
	text-align: left;
	padding-top: 30px;
	margin: 0 100px;
	}
	
#bodyContent {
	width: 658px;
	height: auto;
	margin-top: 30px;
	margin-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	text-align: left;
	float: left;
	}
	
	
#rightColContainer {
	width: 280px;
	height: auto;
	border: 0;
	margin-top: 30px;
	margin-right: 100px;
	text-align: left;
	overflow: visible;
	float: right;
	}
	
	
#footer {
	width: 658px;
	border: 0;
	height: auto;
	text-align: left;
	margin: 0 100px;
	clear: none;
	}
	
/* -------- Data Tables --------- */

table {
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
th {
	text-align: left;
	background-color: #000000;
	background-image: url(../images/theadBkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	}

th, td {
	padding: 0.7em;
	border-collapse: collapse;
	border: 1px solid #eeeeee;
	}

/* -------- Layout Element Classes --------- */
	
.contentBoxes {
	width: 270px;
	background-color: #f8f8f8;
	border: 5px solid #ffffff;
	margin-bottom: 30px;
	}
	
.clear {
	height: 0px;
	width: auto;
	clear: both;
	}
	
.menuItems {
	height: 29px;
	padding-right: 16px;
	}
	
.rightIcon {
	position: relative;
	z-index: 2;	
	border: 0;
	width: 66px;
	height: 64px;
	margin-left: 190px;
	margin-top: -27px;
	clear: both;
	}
	
.leftIcon {
	position: relative;
	z-index: 2;	
	border: 0;
	width: 66px;
	height: 64px;
	margin-left: 15px;
	margin-top: -27px;
	clear: both;
	}
	
	
	
	
	
	