html {
	height: 100%;
}

body {
	background-color: #e2f0d6;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/** styles for text **/

td, th, p, div, ul {
	font-family: "Tahoma","Verdana",sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "Tahoma","Verdana",sans-serif;
	color: #10222B;
	margin-top: 0;
}

.boldText {
	font-weight: bold;
}

.pinkText {
	color: #D7246F;
	font-weight: bold;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.titleText {
	margin-bottom: 15px;	
}

.left {
	float: left;
}

.clear {
	clear: both;
	height: 0
}

.center {
	width: 100%;
	text-align: center;
}

#footer .small {
	font-size: 12px;
}

#footer .reallysmall {
	font-size: 10px;
}

img {
	border: 0;
}

/** styles for links **/

a, a:active, a:visited {
	color: #DE3A83;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#navigation ul li a {
	display: block;
}

#footer a {
	color: #F55C13;
	font-size: 15px;
	font-weight: bold;
}

#footer a.small {
	font-size: 12px;
}

#footer a.reallysmall {
	font-size: 10px;
}

/** styles for layout **/

#wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;	
	height: 100%;	
}

#header {
	clear: both;
	padding: 10px 5px 0 15px;
	height: 147px;
}

#navigation {
	float: right;
	margin-right: 5px;
	margin-top: -95px;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	float: left;
	height: 31px;
	margin-right: 2px;
}

#content {
	background-image: url(../images/site.contentBackground.png);
	background-repeat: no-repeat;
	padding: 60px 0 30px 0;
	min-height: 350px;
	height: auto;
	width: 900px;
	overflow: auto;
}

#homeIntro {
	background-image: url(../images/home.topBackground.png);
	background-repeat: no-repeat;
	width: 835px;
	min-height: 302px;
	height: 302px;
	padding: 45px 20px 0 45px;
	overflow: auto;
}

#homeTeaser {
	 width: 394px;
	 height: 183px;
	 padding: 10px 10px 20px 40px;
	 background-image: url(../images/home.teaserBackground.png);
	 background-repeat: no-repeat;
}

#homeIntroText {
	width: 370px;
}

#homeMiddleLeft {
	width: 370px;
	margin-left: 45px;
}

#homeMiddleRight {
	width: 394px;
}

#classPics {
	background-image: url(../images/home.picsBackground2.png);
	background-repeat: no-repeat;
	width: 325px;
	height: 250px;
	padding: 0;
}

#classPicsGallery {
	width: 292px;
	height: 175px;
	margin: 55px auto 0 auto;
	overflow: hidden;
}

#innerContentBottom {
	background-image: url(../images/site.innerContentBackgroundBottom.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 260px;
	width: 616px;
	height: 25px;
}

#photoGallery {
	width: 650px;
	height: 500px;	
	background-image: url(../images/photos.picsBackground.png);
	background-repeat: no-repeat;
	padding: 40px 25px 10px 25px;
	margin-left: 130px;
}

#footer {
	clear: both;
	background-color: #10222B;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 11px;
}



/** styles for forms **/


form {
	margin: 0;
	padding: 0;
	text-align: left;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	text-align: left;
	border: 0;
}

form legend {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #10222b;
	font-weight: bold;
	font-size: 11px;
}

form label.short {
	width: 75px;
}

form input {
	width: 250px;
	height: 30px;
	margin-top: 5px;
	font-family: "Tahoma","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #10222b;
}

form textarea {
	width: 250px;
	height: 100px;
	margin-top: 5px;
	font-family: "Tahoma","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #10222b;
}


form select {
	width: 250px;
	height: 20px;
	margin-top: 5px;
	font-family: "Tahoma","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #10222b;
	padding: 1px 0 0 0;
}

form select.short {
	width: 85px;
}

form input.checkbox {
	width: auto;
}

form br {
	clear: left;
}

form small { /* form instructions/comments will appear below input elements */
	display: block;
	margin: 0 0 0 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form input.button, .button, .longbutton, .shortButton, .miniButton {
    border: 0;
    background-image: url(../images/site.button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	height: 35px;
	width: 115px;
	text-align: center;
	cursor: hand;
}

.longbutton {
	background-image: url(../images/site.longButton.png);
	background-repeat: no-repeat;
	width: 175px;
}

.shortButton {
	background-image: url(../images/site.smallButton.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 25px;
	padding-bottom: 3px;
}

.miniButton {
	background-image: url(../images/site.miniButton2.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	padding-bottom: 3px;
}

form .requiredLabel {
	font-weight: bold;
	color: #000033;
}

