﻿/* CSS layout */
/*-- our cleafix hack -- */ 
.row:before, 
.row:after {
    content:"";
    display: table ;
     clear:both;
}

/* main page layout */
body {
	background:#F2F5A9;
	font: 13px/normal Arial;
	margin: 0px 0px 1.5em 0px;
	padding: 0px 7px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;

}
#container {
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}


/* navigation bar */
#nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align:center;
}

#nav a {
	display:inline-block;
    width: 9em;
    height:1.5em; 
    text-decoration: none;
    color: white;
	background-color: #00CCFF;
    padding: 0.2em 0.6em;
    border-bottom:2px solid white;
    border-top:2px solid white;
    border-right: 1px solid white; 
}

#nav a:hover {
    background-color: fuchsia;
}

#nav li {
    display: inline;
}

/* header setup  */
#header {
	width:95%;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}

/* footer setup   */
#footer {
	width:95%;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}
#footer p {
	font-size: 10px;
}



#left_col {
	padding: 3px;
	margin: 2px;
	width: 200px;
	float: left;
}

#right_col {
	padding: 5px;
	border: thin solid #0000FF;
	width: 200px;
	float: right;
}

#page_content {
	background-color:white;
	padding: 5px;
}


#latest_updates {
	margin: 5px;
	padding: 5px;
	border: medium solid #0000FF;
	width: 220px;
	right: 5px;
	background-color: #FFFFFF;
	float: right;
}

#latest_updates ul {
	left: 3px;
	margin-left: 10px;
}


#photoArea {
	text-align: center;
	float: right;
	margin: 0px;
	padding: 5px;
	width: 300px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
	left: 300px;
}
#photoArea p {
	padding: 0px;
}


#left_col ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width:120px;
}
 
#left_col ol ol {
	float: left;
	position: absolute;
	top: 0;
	left: 161px;
	display: none;
}
 
#left_col ol li {
	position: relative;
	}
 
 
#left_col li a {
	margin: 1px;
	display: block;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #00CCFF;
	height: 15px;
	width: 150px;
	text-decoration: none;
	color: #000000;
}
 
#left_col li:hover ol, li.over ol  { display: block; }
 
.SECC {
}

p {
	font: 13px/normal Arial;
	margin: 0px 0px 1.5em 0px;
	padding: 0px 7px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}


h1 {
	text-align: center;
}

h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px;
	padding: 0px 7px 0px 0px;
	
}

.style2 {
	vertical-align: middle;
	margin: 2px 10px 13px 10px;
}

.right_align {
	text-align: right;
}
#latest_updates ul {
	margin-left: 10px;
	padding: 1px;
	list-style-type: disc;
}
#latest_updates li {
	margin-left: 20px;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
a {
	color:blue;
	text-decoration: none;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:active {
	color:blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.cclogo {
	border-width: 0px;
	vertical-align: middle;
	margin: 5px 10px;
}
.lower_menu_block {
	background-color: #00CCFF;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.upper_menu_block {
	width: 100%;
}
.upper_menu_buttons {
	text-align: center;
	width: 16%;
	background-color: #00CCFF;
}.upper_menu_block a {
	color: #000000;
	text-decoration:none;
}

.Lower_menu_titles {
	font-size: large;
	text-decoration: underline;
}
.image_no_border {
	border-width: 0;
}
.text_line_500 {
	width: 500px;
}
.text_line_75 {
	width: 75px;
}
.lower_menu_block a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
.text_area_500 {
	width: 500px;
	height: 304px;
	background-color:white;

}
.text_area_750 {
	width: 750px;
	height: 304px;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#lower_menu {
	margin: 15px 0px 0px 0px;
}
.large_font {
	font-size: large;
}
textarea {
	background:white;
	
}
.white_text {
	color: #FFFFFF;
}
.table_background {
	background-image: url('Assetts/header/christmas1.jpg');
}