/* TYPE */
a { color: #0088CC; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { color: #005890; font-size: 2.4em; }
h2 { color: #005890; font-size: 1.5em; font-weight: normal; font-style: normal; margin-bottom: 10px; }

p.subtitle { font-weight: bold; text-align: center; }

.sidepanequote { line-height: 16px; margin-bottom: 20px; padding: 0 10px; }
.sidepanequote span { display: block; text-align: right; font-style: italic; margin-top: 10px; }

#sidepane ul { margin-bottom: 30px; }
#sidepane ul li { width: 214px; margin-bottom: 2px; padding: 2px 8px; background-color: #e4eef3; border: 1px #cee7f7 solid; }
#sidepane ul li a { display: block; text-decoration: none; }
#sidepane ul li:hover { background-color: #65b4e6; border: 1px #679bc1 solid; }
#sidepane ul li:hover a { color: #fff; }

#sidepane ul li.active { background-color: #65b4e6; border: 1px #679bc1 solid; }
#sidepane ul li.active a { color: #fff; }

#sidepane ul li.home { background-color: #b1bb25; border: 1px #808719 solid; margin-bottom: 10px; }
#sidepane ul li.home:hover { background-color: #939b20; border: 1px #7c831b solid; }
#sidepane ul li.home a { color: #fff; }
#sidepane ul li.home a:hover { color: #fff; }

.administratortitle { display: block; color: #fff; padding: 2px 0; }

/* IMAGE STYLES */
.photowrap { margin-bottom: 20px; border: 1px #005890 solid; }

/* SECONDARY HEADER LOGO/PHOTO */
#headercontainer { height: 275px; padding-bottom: 4px; }
#logophoto { width: 936px; height: 176px; background-color: #005890; }
#logophoto #logo { float: left; width: 232px; height: 176px; border-right: 4px #fff solid; }
#logophoto #logo img { margin: 32px 40px 0 40px; }
#logophoto #headerphoto { float: right; width: 700px; height: 176px; }

/* SECONDARY HEADER QUOTES */
#headerquotes { width: 936px; height: 56px; margin-top: 4px; background-color: #b1bb25; }

/* HEADER QUOTE STYLES */
p.quotetitle { color: #fff; font-size: 1.2em; font-weight: bold; text-align: center; margin-bottom: 3px; padding-top: 6px; }
p.quotetitle span { color: #ffca38; }
p.quotetext { font-size: 1em; line-height: 1.4em; text-align: center; margin: 0 20px; }

/* SECONDARY CONTENT */
#secondarycontainer { width: 936px; height: auto; padding: 4px; background-color: #fff; border-top: 1px #b2cddd solid; }

/* COLUMN STYLES */
.grid2colc .column.first { border-right: 1px #fff solid; }

/* INNER COLUMN STYLES */
#sidepane { width: 232px; height: auto; padding: 10px 10px 0 10px; }
#contentpane { width: 652px; height: auto; padding: 10px 20px 20px 10px; }

/* TABULAR STYLES */
table.testresults { width: 100%; margin-bottom: 14px; border: 1px #679BC1 solid; }
table.testresults th,table.testresults td { padding: 4px; }
table.testresults th { color: #fff; font-weight: bold; background-color: #65B4E6; }
table.testresults td.subject { font-weight: bold; font-style: italic; }
table.testresults td.grade { text-align: left; }
table.testresults tr.subjectheader { background-color: #acd4ed; }
table.testresults tr.odd { background-color: #e6f5ff; }
table.testresults .lasttable { width: 100%; margin: 0; }

table.tuition { width: 100%; margin-bottom: 14px; border: 1px #679BC1 solid; }
table.tuition th,table.tuition td { padding: 4px; }
table.tuition th { color: #fff; font-weight: bold; background-color: #65B4E6; }
table.tuition td.subject { font-weight: bold; font-style: italic; }
table.tuition td.date { font-weight: bold; }
table.tuition td.grade { text-align: left; }
table.tuition tr.subjectheader { background-color: #acd4ed; }
table.tuition tr.odd { background-color: #e6f5ff; }
table.tuition .lasttable { width: 100%; margin: 0; }

table.assembly { width: 100%; margin-bottom: 14px; border: 1px #679BC1 solid; }
table.assembly th,table.assembly td { padding: 4px; }
table.assembly th { color: #fff; font-weight: bold; background-color: #65B4E6; }
table.assembly td.subject { font-weight: bold; font-style: italic; }
table.assembly td.grade { text-align: left; }
table.assembly tr.separator { background-color: #acd4ed; }
table.assembly tr.separator td { font-weight: bold; }
table.assembly tr.odd { background-color: #e6f5ff; }
table.assembly .lasttable { width: 100%; margin: 0; }

/* BUSINESS DIRECTORY STYLES */
.categories { width: 98%; color: #333; font-family: 'Trebuchet MS'; font-size: 9pt; text-align: center; line-height: 20pt; margin-bottom: 30px; }
.categories a { color: #333; text-decoration: underline; }
.categories a:hover { color: #000; text-decoration: underline; }
.directoryTable { width: 98%; color: #333333; font-family: 'Trebuchet MS'; padding: 5px; border: 1px solid #679BC1; }
.directoryBusinessTitle { background-color: #65B4E6; font-weight: bold; font-size: 12pt; padding: 5px; }
.directoryBusinessTitle a { color: #fff; }
.directoryBusinessTitle a:hover { text-decoration: none; }
.odd { background-color: #E6F5FF; }
.directoryInfoRow {  }
.directoryCategory { width: 25%; font-size: 10pt; font-weight: bold; padding: 5px; vertical-align: top; }
.directoryText { font-size: 10pt; padding: 5px 0px; }
.directoryText a { color: #333; text-decoration: underline; }
.directoryText a:hover { color: #000; text-decoration: underline; }