/* 
Education Page styles for smithdiving.com
Bob Haider
bobhaider@mac.com
Updated: Apr 2004
*/

/* The display area for the main page is a text area to the left and a menu area to the right. the display area has a top and bottom graphic that further defines the display space and should be the first and last elements displayed */

#maindisplay {
	background: #ffffff url(../images/pagedisplays/aboutuspage/apdisplaybg.gif) repeat-y center ;
	}

#maindisplay:before {
	content: url(../images/pagedisplays/aboutuspage/apdisplaytop.gif);
	text-align: center;
	}

#maindisplay:after {
	content: url(../images/pagedisplays/aboutuspage/apdisplaybtm.gif);
	text-align: center;
	}

/* display area - text areas */

#textarea {
	float: right;
	background: #ffffff url(../images/pagedisplays/aboutuspage/apdisplaybg.gif) repeat-y right ;
	}

/* display area - menu */

#menuarea {
	float: left;
	background: #b8e6f7 url(../images/pagedisplays/aboutuspage/apdisplaybg.gif) repeat-y left ;
	}

table {
	border-collapse: collapse;
	font-size: 12px; 
	margin-top: 2em;
	margin-bottom: 2em; 
	}

table.maptable {
	margin-left: 5em;
	}

th {
	border: 1px black solid; 
	}

td {
	text-align: left;
	vertical-align: middle;
	padding: .5em;
	border-top: 1px black solid;
	border-bottom: 1px black solid; 
	}

#fieldname {
	text-align: right;
	}

#requiredfield {
	color: red;
	text-align: right;
	}

#requiredfieldtop {
	color: red;
	text-align: right;
	vertical-align: top;
	}

#requiredfieldid {
	color: red;
	text-align: right;
	border: none;
	font-size: smaller;
	}

td.icon {
	border-left: 1px black solid; 
	}

td.map {
	border-left: 1px silver solid; 
	border-right: 1px silver solid; 
	}

td.directions {
	border-right: 1px black solid; 
	}

