body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/*******************************************************\
 * The hideous colors of OC
\*******************************************************/
h1 {
	color: #3399FF;
}
h2 {
	color: #333333;
}
h3 {
	color: #666666;
}
h4 {
	color: #666666;
}
a:link,
ul#tiptop a
{
	color: #0033CC;
}
a.home-header {
	color:#0066FF;
}
a.home-header:visited {
	color:#0066FF;
}
a:hover,
ul#tiptop a:hover
{
	color: #00FF99;
}
a#side {
	color: #FFFFFF;
}

ul#top
{
	background-color: #00FF99;
}
ul#top a
{
	color: #3333FF;
}
ul#top a:hover
{
	color: #00FF99;
	background-color: #3399ff;
}
ul#top .a
{
	color: black;
	background-color: #3399ff;
}
.sidenavigation ul
{
	background-color: #3399ff;
}
.sidenavigation ul a:hover,
.sidenavigation ul .a
{
	color: #000;
	background-color: white;
}
p.sidenavigation {
	color: #FFFFFF;
}
.sidenavigation ul a
{
	color: #FFFFFF;
}
div.sidenavigation {
	background-color: #3399ff;
}
#directions-form td.input-title {
	color: white;
	background-color: black;
}

/*******************************************************\
 * End colors
\*******************************************************/

#container {
	width: 800px;
	margin: 0 auto;
	display: block;
	position: relative;
	background-image: url(../images/OC-main-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	position: relative;
	height: 80px;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 0;
}

#top-menu {
	display: block;
	padding-left: 233px;
}
/*
 * New columns, CSS only
 */
div#leftcontent {
	position: absolute;
	top: 80px;
	left: 0;
	width: 233px;
	z-index: 55;
	text-align: center;
}
#centercontent-wide,
#centercontent {
	padding-top: 15px;
	margin-left:  232px;
	margin-right: 0;
	min-height: 625px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 234px;
}
#centercontent {
	margin-right: 210px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 201px;
}
#rightcontent {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 210px;
}
#rightcontent img {
	float: right;
}
#footer {
	text-align: center;
	clear: both;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

a:link, a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}
p#top {
	font-size: 12px;
	font-weight: normal;
}

li {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	padding-bottom: 5px;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
}
a#side {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	padding-top: 5em;
	padding-bottom: 5em;
}

.sidenavigation ul
{
	list-style-type: none;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	margin-left: 0px;

	padding-left: 0px;
	margin-right: 0px;
}

.sidenavigation ul a,
.sidenavigation ul a:visited,
.sidenavigation ul .a
{
	display: block;
	float: none;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding: 5px 15px;
	width: 203px;
}
.sidenavigation ul li
{
	display: inline;
}
div.sidenavigation {
	display: block;
	position: relative;
	padding-top: 20px;
	height: 100%;
}
h4 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
ul {
	list-style-type: none;
}
ul#tiptop
{
	list-style-type: none;
	float: right;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul#tiptop a, ul#tiptop .a
{
	display: block;
	float: right;
	text-decoration: none;
	font-weight: normal;

	padding: .4em . 4em;
	border-right: 1px solid #666666;
	padding: .2em .5em;
}
ul#tiptop li
{
	display: inline;
}
ul#top
{
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #00FF99;
}
ul#top a, ul#top .a
{
	display: block;
	float: left;
	width: 180px;
	text-decoration: none;
	font-weight: bold;
	padding: .2em .3em;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 12px;
}
ul#top li
{
	display: inline;
}
ul#top a:hover
{
	color: #00FF99;
	background: #3399ff;
}
p#leftside {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00FF99;
	margin-right: 15px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	padding-bottom: 0px;
}
div#sidetext {
	padding-top: 10px;
	text-align: right;
}
p.sidetext {
	padding-top: 20px;
	text-align: right;
	color: #666666;
	padding-left: 30px;
	padding-right: 0px;
	font-style: italic;
	padding-bottom: 0px;
	line-height: 14pt;
}

/*** Home Page **/
a.home-header,
a.home-header:link,
a.home-header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:0px;
	padding-left:2px;
	text-align:left;
	text-decoration:none;
}
#home-footer {
	text-align: center;
	color:#333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
}

/** Newsletter **/
#header #newsletter-signup {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#newsletter-signup label {
	color: #666666;
	position: absolute;
	right: 0;
	bottom: 21px;
	font-size: 12px;
	width: 260px;
	text-align: right;
	font-weight: bold;
}
#newsletter-signup .email {
 	font-size: 10px;
	position: absolute;
	right: 4em;
	bottom: 2px;
 	border:1px solid #999999;
}
#newsletter-signup .submit {
 	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}

#directions-form {
	font-size: 12px;
	padding: 10px 0 10px 10px;
}
#directions-form td {
	background-color: #DDD;
	padding: 4px;
}
#directions-form td.input-label {
	text-align: right;
	white-space: nowrap;
}
#directions-form input {
	border: 1px solid #AAA;
}
#directions-form td.input-title {
	text-align: center;
}
.col2 {
	display: block;
	float: left;
	width: 220px;
}
.thin-col {
	display: block;
	float: left;
	width: 150px;
	min-height: 200px;
}

ul.newsletters li {
	/* list-style: none; */
}
ul.newsletters li em {
	color: #CCC;
}

.staff
{
	clear: both;
}
.staff img
{
	float: left;
	padding: 0 10px 5px 20px;
}
.staff.summary h2, .staff.summary h2 a
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin: 0;
}
.staff.summary h3
{
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#alert-message a,
#alert-message-link a {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#alert-message a {
	position: absolute;
	right: 5px;
	border: 1px solid white;
	padding: 5px;
	bottom: 5px;
	background-color: #F00;
	color: white;
}
#alert-message span {
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	color: black;
	font-size: 11px;
	padding: 5px;
}
#alert-message,
#alert-message-link {
	position: absolute;
	z-index: 100;
	width: 90%;
	top: 5px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	left: 5%;
	right: 5%;
	border: 3px solid red;
	background-color: #EEE;
	color: #F00
	font-size: 14px;
}
#alert-message .message {
	margin-right: 30px;
}
#alert-message-link {
	top: 50px;
	position: absolute;
	z-index: 100;
	width: 8em;
	padding: 2px;
	color: white;
	font-weight: bold;
	text-align: center;
	left: 15px;
	right: 5%;
	background-color: #F00;
	color: white;
	font-size: 14px;
}
#family-access {
	background-color: #E0E0E0;
	display: block;
	text-align: center;
	border: 1px solid black;
	margin-left: 20px;
	padding: 10px;
}
#family-access h2 {
	padding: 0 0 5px 0;
	margin: 0;
}
#family-access p {
	padding: 0 0 5px 0;
	margin: 0;
}
#family-access ul,
#family-access li {
	list-style: none;
	padding: 0 0 3px 0;
	margin: 0;
}
.error {
	color: #FF9933;
	font-weight: bold;
	font-size: 13px;
}
.tiny {
	font-size: 9px;
}
#message {
	position: absolute;
	z-index: 70;
	width: auto;
	left: 30%;
	right: 30%;
	top: 20%;
	border: 10px solid #CCC;
	background-color: #EEE;
	color: black;
	font-size: 1.9em;
	text-align: center;
	padding: 20px;
}
