/* ESTERBROOKFARM.NET CSS RULES*/



/* Force Scrollbar on Netscape, Firefox to eliminate page shift
--------------------------------------------------------------*/
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}



/* Browser center ID
--------------------------------------------------------------*/

	#browsercenter {
		margin: 0px auto 0px auto;
	}



/* BODY, Define all main values for the web site 
--------------------------------------------------------------*/
	body {
		margin: 0px;
		font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
		color: #000;
		font-size: 0.8em;
		line-height: 150%;
		background-color: #ccc;
		background-image: url(images/background.gif);
		background-repeat: repeat-x;
	}


/* Spacer
--------------------------------------------------------------*/

	.spacer {
		clear: both;
	}
	


/* Header Styling
--------------------------------------------------------------*/
	h1,h2,h3 {
		font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
		color: #2f3092;
		font-size: 1.65em;
		font-variant: small-caps;
		font-weight: bold;
		line-height: 150%;

	}


	h2 {
		font-size: 1.3em;
	}


	h3 {
		font-size: 1.25em;
	}




/* =ul  List Styling
--------------------------------------------------------------*/
	ul {
		list-style-type: disc;
		font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
		color: #000;
		font-size: 1.3em;
		padding: 0 0 0 35px;
	}

	.contact {
		text-align: left;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		font-size: 1.1em;
		list-style-type: none;
		padding: 0 0 0 0;
	}




/* =img  Image Styling
--------------------------------------------------------------*/
	img {
		border: 0px;
	}




/* =table  Table styling
--------------------------------------------------------------*/
	table, tr, td {
		border: 0px solid;
		border-collapse: collapse;
		padding: 0px;
		text-align: left;
	}

	.whitebackground {
		background-color: #fff;
	}
	
	.whitebackgroundpadded {
		background:#fff;
		padding: 15px;
	}

	.whitebackgroundabout {
		text-align: right;
		vertical-align: bottom;
		background: #fff url(images/about/aboutbackground.jpg) bottom right no-repeat;
	}

	.alignright {
		text-align: right;
	}

	.aligncenter {
		text-align: center;
	}

	.calendar td {
		border-bottom: 1px dotted #000;
		vertical-align: middle;
		padding: 0px 0px 5px 0px;
		font-size: 0.75em;
	}



/* =a  Link Styling Pseudo-classes
--------------------------------------------------------------*/

	a:link {
		color: #33c;
	}

	a:visited {
		color: #33c;
	}

	a:hover {
		text-decoration:none;
		color: #f66;
	}

	a:active {
		color: #33c;
	}


/* =p Paragraph Classes
--------------------------------------------------------------*/

	.justify {
		text-align: justify;
	}


	.general {
		
		/*font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;*/
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		color: #333;
		font-size: 1em;
		text-align: justify;
		margin: 1em;
	}



/* Text Classes
--------------------------------------------------------------*/


	.addressfootermain {
		text-align: right;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		color: #333;
		font-size: .85em;
		font-weight: bold;
		line-height: 120%;
	}	


	.addressfootersub {
		text-align: right;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		color: #333;
		font-size: .8em;
		line-height: 120%;
	}


	.marketingcredit {
		text-align: right;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		color: #666;
		font-size: .75em;
		line-height: 120%;
		margin-bottom: 15px;
	}

	
	.sold {
		display: inline;
		font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
		color: red;
		font-size: 1em;
		Font-weight: bold;
	}




/* Image Classes
--------------------------------------------------------------*/

	.floatleft {
		float: left;
		margin: 10px 10px 0px 10px;
	}

	.aboutcontainer img {
		float: left;
		margin: 10px 10px 10px 10px;
	}
	

	.floatright {
		float: right;
		margin: 10px 5px 0px 15px;
	}


/*Container IDs & Classes for Divs
--------------------------------------------------------------*/
	
	#container {
		width: 98%;
		text-align: center;
		margin: 15px;
	}


	.calendarcolumnone {
		width: 45%;
		float: left;
		text-align: left;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	}


	.calendarcolumntwo {
		width: 50%;
		margin-left: 49%;
		padding-top: 50px;
		text-align: center;
		font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
		color: #000;
		font-size: 2em;
		font-weight: bold;
		font-style: italic;
		line-height: 150%;
	}

/*
	.aboutcolumnone {
		width: 25%;
		float: left;
	}


	.aboutcolumntwo {
		width: 70%;
		margin-left: 28%;
		text-align: right;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		color: #000;
		font-size: 1em;
		line-height: 150%;
	}
*/

	.aboutcontainer {
		margin: 15px;
		text-align: left;

	}

	.boardingcontainer {
		margin: 15px;
		padding: 0px;
		text-align: left;
	}


	.boardingcontainer p {
		text-align: justify;
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	}


	.trainercontainer {
		clear:left;
		width: 95%;
		margin: 30px;
	}

	.instructormargin {
		width: 95%;
		margin: 30px;
	}

	.salescontainer {
		clear:left;
		width: 95%;
		margin: 5px;
	}



	.bluebanner {
		background: #2f3092;
		padding: 5px;
		text-align: center;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
	}


	.bluebanner td{
		text-align: center;
		padding: 10px;
	}

	.getflash {
		font-family: Verdana, "Gill Sans", "Gill Sans MT", Arial, sans-serif;
		font-size: 1.2em;
		font-weight:bold;
	}
