/* Oak Harbor School District Website Style Sheet */

/* global styles */

body {
	background-color: #FDFCF9;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C52A1;
	font-weight: bold;
}

/* DIV ID Styles */

#wrapper {
	width: 748px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -375px;
	margin-top: 25px;
	background-color: background-color: #FDFCF9;
	border: 1px solid #000000;
	margin-bottom: 25px;
}

#wrapper #header {
	width: 100%;
}

#three-news-lines {
	position:absolute;
	left:269px;
	top:127px;
	width:326px;
	height:66px;
	z-index:2;
}

#wrapper #three-news-lines #textline-1 {
	font-size: 10pt;
	color: #EFE83F;
	padding-bottom: 5px;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}

#wrapper #three-news-lines #textline-2 {
	font-size: 10pt;
	color: #EFE83F;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 15px;
	text-decoration: none;
}

#wrapper #three-news-lines #textline-3 {
	font-size: 10pt;
	color: #EFE83F;
	font-weight: bold;
	margin-left: 40px;
	text-decoration: none;
}

#wrapper #contactinfo {
	width: 99%;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #34215B;
	padding-left: 1%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#wrapper #topnav-links {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

#wrapper #body {
	width: 738px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
}

#wrapper #body #lft-col-box {
	float: left;
	width: 150px;
	height: auto;
	position: relative;
}

#wrapper #body #lft-col-box #lft-col {
	width: 138px;
	background-color: #F2E205;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#wrapper #body #lft-col-box #lft-col #left-col-top {
	margin-bottom: 30px;
}

#wrapper #body #lft-col-box #lft-col #quick-links {
	width: 96%;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 2px solid #999999;
}

#wrapper #body #lft-col-box #lft-col #left-col-bottom {
	width: auto;
}

#wrapper #body #mainstage-home {
	width: 408px;
	margin: 0px;
	float: left;
	position: relative;
	left: 15px;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#wrapper #body #mainstage-cat-pgs {
	width: 570px;
	margin: 0px;
	float: left;
	position: relative;
	left: 15px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#wrapper #body #right-col-box {
	float: right;
	height: auto;
	width: 150px;
	position: relative;
}

#wrapper #body #rt-col-home {
	width: 138px;
	background-color: #B3B1D8;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	position: relative;
}

#wrapper #body #rt-col-home #rt-col-position-1{
	clear: both;
}

#wrapper #body #rt-col-home #rt-col-position-2 {
	clear: both;
}

#wrapper #body #rt-col-home #rt-col-position-3 {
	clear: both;
}

#wrapper #footer {
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	text-align: center;
}

/* block level span classes */

.quicklinkstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	position: relative;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	font-weight: bold;
}

/* Quick links side bar drop down menu Option Value Class Styles */

.quick_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 100%;
}

.quicklinks-form {
	margin-top: 3px;
	margin-bottom: 0px;
}


.news-line1 {
	display: block;
	padding-left: 20px;
	color: #ECEA3F;
}

.news-line2 {
	display: block;
	padding-left: 40px;
	padding-top: 8px;
	color: #ECEA3F;
}

.news-line3 {
	display: block;
	padding-left: 60px;
	padding-top: 8px;
	color: #ECEA3F;
}

.contact-line-bullet {
	margin-right: 2px;
	margin-left: 2px;
}

.page-image {
	margin: 10px;
}

.home-thumb-image {
	margin-right: 5px;
	margin-bottom: 5px;
}

.home-thumb-block {
	display: block;
	
}

.home-thumb-subtext-block {
	display: block;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.rt-col-home-hr {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* arial text styles */

.a10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.a11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.a12boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.a12boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3300FF;
}

.a13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.a14redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.a16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.a18 { /* cat pg position 2 title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.a24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

.a28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
}

/* times font styles */

.t13 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.t14bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* misc class styles */

.teachermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.contacttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.footer-statement {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

.highlightyellow {
	background-color: #FFFF00;
}

.dev-note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}


/* Global Link Style */

a:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #0000FF; 
	text-decoration: underline;
}

a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; color: #0000FF; 
	text-decoration: underline;
}

a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #0000FF; 
	text-decoration:none;
}

/* link style template */

a.linkgeneric:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.linkgeneric:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
color: #000000; 
font-weight: normal;
text-decoration: underline;
}

a.linkgeneric:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 

color: #000000; 
font-weight: normal;
text-decoration: none;
}

/* top nav bar link style */

/* original text color #4C52A1 */

a.linktopnav:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

a.linktopnav:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000066; 
font-weight: bold;
text-decoration: none;
}

a.linktopnav:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000066; 
font-weight: bold;
text-decoration: underline;
}

/* Left sidebar link styles */

/* left nav category 1 link style */

a.link-category-1:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.link-category-1:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

a.link-category-1:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

/* left nav category 2 style */

a.link-category-2:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	line-height: 1.8em;
}

a.link-category-2:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	line-height: 1.8em;

}

a.link-category-2:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
	padding-left: 8px;
	line-height: 1.8em;
}

/* left nav category 3 style */

a.link-category-3:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	line-height: 1.5em;	
}

a.link-category-3:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	line-height: 1.5em;	
}

a.link-category-3:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
	padding-left: 16px;
	line-height: 1.5em;	
}

/* left nav bar dynamic bottom links */

a.link-lftnav-bottom:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	line-height: 1.5em;
}

a.link-lftnav-bottom:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;

}

a.link-lftnav-bottom:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
	padding-left: 4px;

}

/* right column title link style */

a.link-home-mainstage-rightnav:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #354098;
	font-weight: bold;
	text-decoration: none;
}

a.link-home-mainstage-rightnav:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #354098;
	font-weight: bold;
	text-decoration: none;
}

a.link-home-mainstage-rightnav:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #354098;
	font-weight: bold;
	text-decoration: underline;
}

/* footer link style */

a.linkfooter:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

a.linkfooter:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold;
	text-decoration: none;
}

a.linkfooter:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #000066; 
	font-weight: bold;
	text-decoration: underline;
}

/* LEGACY STYLES FROM OLD SITE - NOT IN USE 

.a11bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.a11red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.a11blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
}

.a12red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

.a12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.a12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.a12white {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF;
}

.a12lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7BA5DE;
}


.a13bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.a14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.a15 {
	font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;
}

.a18red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}

.a28boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3366CC;
}

.a44gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: normal;
	color: #FFE700;
}

.a46gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: normal;
	color: #FFE700;
}

.t13bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

.t14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.t14boldblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}

END LEGACY STYLES NOT IN USE */

