/* CSS Document */
.header {
	color: #0000FF;
	font-size: 17px;
	font-weight: bold;
}

.top_header { 
    margin-top: 0;
}

body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    background-color: #020157;
    text-align:center;
}

body.tinymce { 
    background-color: white;
    text-align:left;
}

#wrapper { 
    margin: 0 auto;
    text-align: left;
}

#main_content { 
    background-color: white;
    padding: 0 0 0 19px;
    text-align: left;
}

.blackbold {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.nomargin{ margin: 0; }

.nopadding { padding: 0; }

table.padded tr td { 
    padding: 5px;
}

td.label { 
    text-align: right;
}

table.rates {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	background-color: white;
}
table.rates th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.rates td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

.subheader {
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.rates_sm{
	color: #41668B;
	font-size: 11px;
}

li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1.0em;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer {
	font-size: 11px;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.style2 {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
}

.style3 {
	color: #006633;
}

.style4 {	
	font-size: 18px;
	font-weight: bold;
}

.footer a:link {
	color: #020157; 
	text-decoration:none;
}

.footer a:visited {
	color: #020157; 
	text-decoration:none;
}

.footer a:hover {
	color: #FFFFFF;  
	text-decoration:underline;
}

.footer a:active {
	color: #FFFFFF;
}

.subfooter {
    background-color: white;
	color: #020157;
	font-size: 10px;
}

table.footborder {
	border:1px solid #FFF
}
td.footbordertd {
	border:none;
}

table{
	table-layout:fixed;
	border-collapse:collapse
}

.mainbody { 
    background-color: white;
}

.mainbody a:link {
	color: #180F60;
}

.image{
	border-color: #020157;
}

ul.content {
	margin-right: 19px;
}

ul.content2 {
	margin-right: 19px !important;
	margin-left: 100px !important;
}

ul.content2 {
	margin-right: 19px;
	margin-left: 100px;
}

ul.contentkids {
	margin-right: 19px;
	margin-left: 178px;
}

.legal {
	font-size: 11px;
}

.clipicon {
	margin-right: 15px;
}

.rightaligncontent {
	margin-right: 1px; 
	margin-left: 5px;
}

#calendar_container table { 
    width: 100%;
}

#calendar_container table tr td table {
    width: 100%;
}

#calendar_container table tr td table tr th {
    background-color: #9CC720;
    width: 50px;
}

#calendar_container table tr td table tr td {
    text-align: left;
    vertical-align: top;
    height: 50px;
    width: 50px;
}


#calendar_container table tr td table tr td div.busy {
    height: 100%;
    width: 100%;
}

#calendar_container .day_content {
    text-align:center;
}

.event_description { 
    text-align:left;
    margin-top:0px;
}

.event_description .subheader { 
    margin: 0;
    padding: 0;
}

.date_events { 
    display:none;
}

#right_column_pics {
    width: 200px;
    float: right;
    clear: right;
}

#bear_bottoms { 
    width: 220px;
    position: relative;
    float: right;
    clear: right;
}

.link_logo_container { 
    float: left;
    text-align:center;
    margin: 5px;
}

.link_logo_container img , .link_logo_container a { 
    display: block;
    border: 0;
    margin: 0 auto;
}

.photo_album_cover { 
    float: left;
    margin: 10px;
    text-align: center;
}

.photo_album { 
    float: left;
    margin: 10px;
    text-align: center;
}

#homepage_articles_container { 
    vertical-align: middle;
}

.homepage_article { 
    margin: auto;
}


