﻿body
{
	margin: 0px auto;
	font: 13px Arial, Helvetica, sans-serif;
	background: #2852af url('http://www.silverlakefamily.com/breeze/images/bluebacking.gif') fixed;
	text-align:center;
}
a
{
	color:#0c3172;
}

a:hover
{
	color:#4d99cf;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e49218;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


#pageContainer
{
	margin: 0px auto;
	width:775px;
	border: 2px solid #06225b;
	border-width: 0 2px 2px 2px;
	padding: 0px;
}

#pageContainer2
{
        margin: 0px auto;
	margin-top:20px;
        width:800px;
        padding: 0px;
}

.nav
{
	width:210px;
	margin: 20px 0 0 0;
	padding: 10px;
	border: 3px solid #f46606;
	border-width: 3px 3px 3px 0;
	background: #ffba31;
}


.nav span
{
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #b1550a;
}

.nav span.small
{
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #000;
}

input.button
{
	text-align:center;
	color: #fff;
	font-weight: bold;
	background: #b1550a;
}

.nav a
{
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	color: #b1550a;
	font-weight: bold;
}

.nav a:hover
{
	background: #de0b01;
	color: #fff;
	font-weight: bold;
}

#flashheader
{
	margin: 0px;
	padding: 0px;
}

#footer
{
	padding: 10px;
	background: #4d99cf;
}

td.navunder
{
	background: #f90 url('http://www.silverlakefamily.com/breeze/images/nav-under.gif') no-repeat;
}

td.bodyunder
{
	background: #fff url('http://www.silverlakefamily.com/breeze/images/body-under.gif') no-repeat;
}

#mapfooter
{
	font-size: 11px;
	margin: 10px 0 0 0;
}

#mapfooter a
{
	text-transform: uppercase;
	color: #ffffff;
}

#mapfooter a:hover
{
	color:#4d99cf;
}

#footer p
{
	font-size: 10px;
	padding: 0px 5px 0 0;
	color: #0c3172;
	text-align: center;
}

#footer p span.copyright
{
	font-size: 10px;
}

#footer p span.copyright a
{
	text-transform: none;
}

#footer p span.copyright a:hover
{
        text-transform: none;
}

#footer a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #2852af;
}

#footer a:hover
{
	text-transform: uppercase;
	text-decoration: underline;
        color: #06225b;
}

#content
{
	margin:0px;
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

#content p
{
	font-size: 12px;
	margin: 0px 0 0 0;
	padding: 10px;
}

h2
{
	font-family: Georgia, Times, serif;
	text-align: center;
	margin: 0px;
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ff4800;
	text-transform: uppercase;
	border-width: 0 5px 0 5px;
}

span.tiny
{
	font-size: 10px;
}

span.tinywhite
{
	font-size: 10px;
	color: #fff;
}

span.tinyred
{
	font-size: 10px;
	color: #5a1b02;
}

span.yellow
{
	color: #fffc03;
}

#pdflinks
{
	text-align: center;
	margin: 10px;
}

#pdflinks a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#pdflinks a:hover
{
	color: #fbfab5;
}

#content div.orgcont
{
	margin: 5px 0 0 0;
	padding: 10px;
	background: #fbcb6d url('http://www.silverlakefamily.com/breeze/images/orback.gif') no-repeat;;
	border: 1px solid #ffba31;
	color: #441d01;
	font-size: 12px;
}

#content div.blucont
{
	margin: 5px 0 0 0;
	padding: 10px;
        background: #c1cde3 url('http://www.silverlakefamily.com/breeze/images/bluback.gif') no-repeat;
        border: 1px solid #4d99cf;
	color: #0C3172;
	color: #011835;
	font-size: 12px;
}

#content div.whcont
{
	margin: 1px 0 0 0;
	padding: 1px;
	font-size: 1px;
}


span.heading
{
	font-size:16px;
	font-weight: bold;
}

a.btt
{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	padding: 2px;
	text-align: center;
	border: 1px solid #e7a301;
	background: #ffb401;
	color: #fff;
	text-decoration: none;	
	font-weight: bold;
	margin: 5px 0 0 0;
}

a.btt:hover
{
	color: #fdf797;
	text-decoration: underline;
}

a.btt2
{
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        width: 200px;
        padding: 2px;
        text-align: center;
        border: 1px solid #e7a301;
        background: #ffb401;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        margin: 5px 0 0 0;
}

a.btt2:hover
{
        color: #fdf797;
        text-decoration: underline;
}



h3
{
	text-align: center;
	font-size: 16px;
}

sup
{
	line-height:0;
}

span.label
{
	font-size: 14px;
	font-weight: bold;
}

span.red
{
	font-size: 14px;
	font-weight: bold;
	color: #f90b0b;
}

img.ph
{
	border:2px solid #e5e5e5;
	margin: 4px;
}
