/* general html styles */

html, body, td {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

body { background-color: #FFFFFF; }

h1 {
	font-family: Times New Roman, Times, Georgia;
	font-size: 25px;	
	text-transform: capitalize;
}

h2 {
	font-family: Times New Roman, Times, Georgia;
	font-size: 15px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

p {
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* scio header styles */

#header_scio {
	height: 104px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header_scio h1 {

}

/* springfield header styles */

#header_springfield {
	height: 104px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header_springfield h1 {
	height: 97px;
	width: 244px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* elms header styles */

#header_elms {
	height: 104px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header_elms h1 {
}

/* highfield header styles */

#header_highfield {
	height: 104px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header_highfield h1 {
}

/* section depentent colours */

#scio_content h1 { color: #000000; }
#scio_content h2 { color: #000000; }
#scio_content a:link { color: #000000; text-decoration: underline; }
#scio_content a:active { color: #000000; text-decoration: underline; }
#scio_content a:visited { color: #000000; text-decoration: underline; }
#scio_content a:hover { color: #000000; text-decoration: underline; }


#springfield_content h1 { color: #000000; }
#springfield_content a:link { color: #000000; text-decoration: underline; }
#springfield_content a:active { color: #000000; text-decoration: underline; }
#springfield_content a:visited { color: #000000; text-decoration: underline; }
#springfield_content a:hover { color: #000000; text-decoration: underline; }


#elms_content h1 { color: #000000; }
#elms_content a:link { color: #000000; text-decoration: underline; }
#elms_content a:active { color: #000000; text-decoration: underline; }
#elms_content a:visited { color: #000000; text-decoration: underline; }
#elms_content a:hover { color: #000000; text-decoration: underline; }


#highfield_content h1 { color: #000000; }
#highfield_content a:link { color: #000000; text-decoration: underline; }
#highfield_content a:active { color: #000000; text-decoration: underline; }
#highfield_content a:visited { color: #000000; text-decoration: underline; }
#highfield_content a:hover { color: #000000; text-decoration: underline; }

/* left column styles */

#left_column {
	display: none;
}

#left_column_springfield {
	display: none;
}

#left_column_elms {
	display: none;
}

#left_column_highfield {
	display: none;
}

/* universal styles */

#nav {
	display: none;
}

html>body #nav {
	height: 98px;
	width: 410px;
	float: right;
	padding-top: 68px;
	background-image: url(../images/nav_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
}

#content_container {
	border-top: 1px solid #FFFFFF;
}

html>body #content_container {
	height: 100%;
	border-top: 1px solid #FFFFFF;
}

#center_column {
}

html>body #center_column {
}

#center_column_springfield {
}

html>body #center_column_springfield {
}

#center_column_elms {
}

html>body #center_column_elms {
}



#navigation_container {
	display: none;
}

#navigation_container img {
	margin-bottom: 1px;
}

#admin_navigation_container {
	margin: 82px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 2;
}

#admin_navigation_container a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#admin_navigation_container a:hover {
	text-decoration: underline;
}

/* side information panel */

#side_panel {
	display: none;
}

#side_panel h1 { padding: 10px 20px 0px 20px; font-size: 20px; font-weight:normal;}
#side_panel h2 { padding: 7px 20px 0px 20px; margin: 0px; font-size: 14px; font-weight:normal;}
#side_panel h3 { padding: 0px 20px 0px 20px; margin: 0px; font-size: 12px; font-weight:normal;}
#side_panel p { padding: 0px 20px 0px 20px; margin: 0px; }
#side_panel img { margin-top: 20px; }
#side_panel a:link, a:active, a:visited { color: #FFFFFF; text-decoration: none; }
#side_panel a:hover { color: #FFFFFF; text-decoration: underline; }

/* field and form styles */

.fieldText {
	border: 1px solid #999999;
	width: 400px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.fieldLabel {
	font-style: italic;
}

.fieldDropDown {
	border: 1px solid #999999;
	width: 400px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.fieldTextArea {
	border: 1px solid #999999;
	width: 400px;
	height: 200px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.fieldTextAreaSmall {
	border: 1px solid #999999;
	width: 400px;
	height: 100px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.fieldButton {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

.fieldButtonOver {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	cursor: pointer;
	color: #999999;
}

.adminListHeadings a, .adminListHeadings a:link, .adminListHeadings a:active, .adminListHeadings a:visited {
	font-style: italic;
	font-weight: normal;
}

.adminListHeadings a:hover {
	color: #000000;
}

.adminListSelectedItem {
	border: 1px solid #999999;
	padding: 5px;
}

.adminListItemOdd {
	background-color: #FFFFFF;
}

.adminListItemOver, .adminListItemOver td {
	background-color: #999999;
	color: #FFFFFF;
	cursor: pointer;
}

#menu_table {
	border: 1px solid #999999;
}

#menu_table td {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

