/* 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: #fff;
	}
	


/* 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.1em;
	}




/* =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;
		vertical-align: top;
		text-align: left;
	}


	.whitebackground {
		background: #fff;
	}
	
	.whitebackgroundpadded {
		background:#fff;
		padding: 15px;
	}

	.alignright {
		text-align: right;
	}

	.aligncenter {
		text-align: center;
	}

	.whitebackgroundandbanner {
		background: #fff;
	}



/* =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;
	}



/* Image Classes
--------------------------------------------------------------*/

	.floatleft {
		float: left;
		margin: 10px 10px 10px 10px;
	}
	


	.floatright {
		float: right;
		margin: 10px 5px 10px 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%;
		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;
	}


	.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: #fff;
		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;
	}