/* CSS Document *//* structure=======================*/body {	background-color: #ffffff;	text-align: center;	margin: 0;	font: 62.5%/1.6 Helvetica, Arial, sans-serif;}#wrapper { 	width: 760px;   	margin: 0 auto;   	text-align: left;   	background-color: #ffffff;		}/* header=======================*/#top-nav {	padding-top: 8px;	text-align: right;		color: #264122;	font-size: 1.4em;	}#top-nav a {	color: #264122;	text-decoration: none;	}#header {	height: 100px;	background-image: url(../images/learn-mast-2.jpg);}#header h1 {	color: #ffffff;	font-family: "Garamond" serif;	padding-top: 60px;	padding-left: 15px;	font-weight: lighter;	font-size: 2.5em;	font-style: italic;	letter-spacing: .2em;	}/* mainNav=======================*/#main-nav ul {  margin: 0;  padding: 0;  float: left;  width: 760px;  background-color: #ffcc66;  list-style: none;}#main-nav li {  float: left;  border-right: solid 1px #b2ccb2;}#main-nav a {  font-size: 1.8em;  padding: 0 1.5em;  line-height: 2.1em;  text-decoration: none;  color: #264122;  float: left;  display: block;}#main-nav a:hover {  color: #333;}/* home page=======================*/#home-content {	float: left;	padding-left: 0px;	width: 360px;	font-size: 1.2em;	}#home-content h1 {	font-size: 2.6em;	font-family: "Garamond" serif;	font-weight: lighter;	font-style: italic;}#home-call-out  {	padding: 0;	margin: 0;	}#home-call-out li {	background-color: #b2ccb2;	padding: 5px 10px 5px 10px;	list-style-type: none;	display: block;		margin-bottom: 10px;	}#home-call-out a {	text-decoration: none;	color: #264122;		}.call-out {	background-color: #b2ccb2;	padding: 5px 10px 5px 10px;	font-style: italic;	}.call-out-2 {	width: 250px;	float: right;	background-color: #b2ccb2;	padding: 5px;	font-style: italic;		font-size: 1.2em;}.call-out-title {	font-size: 2.2em;	font-family: "Garamond" serif;	font-weight: lighter;	font-style: italic;}#quote {	float: right;	width: 360px;	padding-left: 20px;}#home-photo {	position:relative;	left:10px;	top:-110px;	z-index:1;}.home-quote {	margin-top:-70px;	font-size: 1.6em;	font-family: "Garamond" serif;	font-weight: lighter;	font-style: italic;}/* inside pages=======================*/#content {	margin-top: 40px;	}#content-left {	float: left;	width: 550px;}#content-right {	float: right;	width: 150px;}#content-right img {	border: 0;}#inside-photo {	position:relative;	left:550px;	top:10px;	z-index:2;}.photo-rt {	float:right;	display: block;	margin: 5px;	}.photo-lt {	float:left;	display: block;	margin: 5px;	}#content h1 {	font-size: 2.6em;	font-family: "Garamond" serif;	font-weight: lighter;	font-style: italic;}#content h2 {	font-size: 2.2em;	font-family: "Garamond" serif;	font-weight: lighter;	font-style: italic;}#content p {	font-size: 1.2em;}/* schools info pages=======================*/#map {	width: 300px;	height: 300px;	border: solid 1px #b2ccb2;	float: right;	margin-left: 10px;}#main-map {	width: 700px;	height: 500px;	border: solid 1px #b2ccb2;}#schools-lt {	float: left;	width: 320px;}#schools-rt {	float: right;	width: 320px;}/* contact form=======================*/form {  font-size: 1.2em;  width: 80%;}/* fieldset styling */fieldset {  margin: 1em 0; /*  space out the fieldsets a little*/  padding: 1em;  border : 1px solid #ccc;}/* legend styling */legend {  font-weight: bold;}/* style for  labels */label {  display: block;}/* style for required labels */label .required {  font-size: 1em;  color:#760000;}/*input {  width: 300px;}input.radio, input.submit {  width: auto;}/* style form elements on focus */input:focus, textarea:focus {  background: #ffc;}input.radio {  float: left;  margin-right: 1em;}textarea {  width: 300px;  height: 100px;}/* Hack to make sure the floated radio buttons   sit next to the labels correctly in IE/Mac*//* This is the style I want IE/Mac to see */input.radio + label {  text-indent: 2em;}/* Using the commented backslash filter, I'm resetting   the above rule for everything other than IE5/Mac \*/input.radio + label {  text-indent: 0;}/* End the hack *//* footer=======================*/#footer {	margin-top: 45px;	clear: both;	border-top: #274023 solid 3px;	}#footer p {	font-size: 1.1em;	color: #666666;}