/* Styles used for all pages */

* {
} 

html, body {
	background: #eeeeee;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* need for sticky footer */
body > #page {
	height: auto;
	min-height: 100%;
	}
	
#page {
	width: 920px;
	margin: 0 auto -50px;
	min-height: 100%;
	height: auto; 
 	height: 100%;
	background-color:#ffffff;
	background-position: right;
	background-image: url(images/rtShadow.gif);
	background-repeat: repeat-y;
	padding-bottom: 50px; /*need for sticky footer */
}
/* changed font on P from Garamond to Arial, Helvetica, sans-serif  */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
p a, td a, #right_
column a, .list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	font-variant:normal;
	text-decoration: none;
}
p a:hover, td a:hover, #right_
column a:hover, .list a:hover  {
	color: #999999;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336000;
	}
.header a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336000;
}

.header a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	}
	
	
.learn {
font-size:12.0pt;
line-height:113%;
font-family:Garamond;
color:#336600;
}

.logotitle {
	font-family:Garamond;
	font-size: 18.0pt;
	color: #336600;
	font-style: italic;
	line-height: 100%;
}

.aboutInfo {
	font-size:18px;
	line-height:138%;
	font-family:Garamond;
	color:#336600;
	font-weight: bold;
}	
	
/*need for sticky footer */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}




/* End hide from IE-mac */

#footer {
	position: relative; /*need for sticky footer */
	margin-top: 0px; /*need for sticky footer */
	clear: both; /*need for sticky footer */
	height: 50px; /*need for sticky footer */
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	width: 900px;
	background-image:url(images/menu_background.gif);
	background-repeat: no-repeat;
	color:#ffffff;
	margin-left: 5px;
}

#push {
	height: 25px;
	}
	
.banner {
	padding: 5px;
	}

/* styles for home page */
#menuBackground {
	margin-left: 5px;
	height: 40px;
	width: 900px;
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	}
	
#banner {
	top: 50px;
	padding-left: 5px;
	height: 350px;
	width: 900px;
}

#spacer {
	top: 590px;
	padding-left: 5px;
	height: 20px;
	width: 900px;
}

#column_1 {
	top: auto;
	margin: 0;
	width: 270px;
	z-index: 500;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#column_2 {
	float: left;
	top: auto;
	margin: 0;
	width: 270px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	z-index: 500;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#column_3 {
	float: left;
	top: auto;
	width: 270px;
	margin: 0;
	z-index: 500;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
	
.column_photo {
	position: inherit;
	width: 270px;
	height: auto;
	}
	
.column_text {
	position: relative;
	width: 270px;
}

.column_header {
	position: relative;
	width: 270px;
	font-size: 22px;
	font-variant: small-caps;
	color: #336600;
	font-weight: bold;
	}

.column_header a{
	color: #336600;
	font-weight: bold;
	font-size: 22px;
	font-variant: small-caps;
	}
	
.column_header a:hover {
	color: #336600;
	font-weight: bold;
	font-size: 22px;
	font-variant: small-caps;
	color: #999999;
	font-weight: bold;
	}
	
/*  styles for interior pages  */

#left_column {
	left: 25px;
	background-color: #ffffff;
	width: 270px;
	position: relative;
}	

#right_column {
	margin-left: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	width: 540px;
	padding-left: 20px;
	}

#circleImage {
	position: absolute;
	top: 190px;
	padding-left: 5px;
	width: 300px;
	}

#contactInfo {
	position: absolute;
	left: 50px;
	top: 550px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	width: 200px;
	}

 this class must be used with ul to fix a display problem with IE 	
.list {
	list-style: inside;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 3em;
	text-indent: -3em;
}
.middle_text {
	padding: 10px;
	margin: 0px;
}
.middle_content {
	padding: 25px;
	margin-left: 150px;
	margin-right: 150px;
	width: 575px;
}
.middle_line {
	color: #006600;
}

td{
	padding-left: 15px;
}
