@charset "utf-8";
/* CSS Document */

h1.home {
 font-size: 14px;
 font-weight: normal;
 font-family: Arial, Helvetica;

 letter-spacing: .5px;
 margin-bottom: 0px;
 }
 
h2.title {
 font-family: Bradley Hand ITC, Arial;
 font-size: 36px;
 margin-bottom: 5px;
 text-align: center;
 color: #000;
 margin-top: 5px;

 }

h2 {
 font-size: 24px;
 font-weight: normal;
 font-family: Arial, Helvetica;
 color: #CC0000;
 margin-top: 0px;
 }
 
h3.home {
 font-style: italic;
 text-align: left;
 margin-bottom: 0px;
 margin-top: 0px;
 }
 
h3 {
 margin-top: 0px;
 }
 
h4 {
 margin-top: 0px;
 font-size: 14px;
 }
 
hr {
 color: #CC0000;
 height: 1px;
 background:#CC0000;
 }
 
hr.clearfloat {
 color: #FF0000;
 height: 6px;
 background:#FF0000;
 }

#img-menu {
width: 486px;
margin-left: 150px;
}

#header-img {
	width:386px;
	margin-right: 100px;
 }
 
#menu {
	width: 100px;
	float: right;
 }
 
ul#head-menu {
 list-style-type: none;
 margin-left: 0px;
 padding-left: 0px;
 }
 
ul#head-menu li {
 list-style-type: none;
 padding-left: 0px;
 width: 100px;
 }

ul#head-menu a {
 background-image:url(images/button-bg-off.gif);
 background-repeat: no-repeat;
 width: 100px;
 height: 30px;
 padding-top: 6px;
 text-indent: 6px;
 display: block;
 color: #000;
 font-size: 12px;
 font-style: italic;
 }
 
 ul#head-menu a:hover {
 background-image:url(images/button-bg-on.gif);
 background-repeat: no-repeat;
 }
 
a { 
 text-decoration: none;
 color: #339933;
 font-weight: bold;
 }
 
 a:hover {
 color: #CC0000;
 }
 
#mainContent {
font-size: 14px;
}

#sidebar2 p, ul {
font-size: 85%;
}

 ul#side-list li {
 padding-right: 20px;
 padding-bottom: 10px;
 }
 
.bradley {
 font-family: Bradley Hand ITC, Arial;
 }
 
 p.bradley {
 font-size: 20px;
 font-weight: bold;
 }
 
 #sidebar2 p.bradley {
 font-size: 16px;
 font-weight: normal;
 }
 
 ul.bradley li {
 font-size: 18px;
 }
 
 .name {
 font-family: Bradley Hand ITC, Arial;
 font-size: 16px;
 color: #CC0000;
 }
 
div.green {
	width: 230px;
	border: 1px solid #339933;
	color:#339933;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 90%;
 }
 
 div.green a { font-size: 12px; }
 
div.contact {
	font-size: 120%;
	border: 1px solid #FFF;
	padding-left: 0px;
	padding-right: 0px;
	width: 290px;
	text-align: center;
 }
 
/* PICTURES */

.thumb {
border: 1px solid #000;
}

#pics {
 width: 300px;
 font-size: 12px;
 color: #993366;
 font-weight: bold;
 }
 
 #pics td { 
 vertical-align: top;
 text-align: center;
 }
 
.img_left { float: left; margin-right: 10px; }
 
 
/* FOOTER */
ul#foot-menu {
 text-align: center;
 margin-left: 0px;
 padding-top: 5px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 }
ul#foot-menu li {
 list-style-type: none;
 margin-left: 0px;
 display: inline;
	}
ul#foot-menu a {
 padding-right: 5px;
 padding-left: 5px;
 border-right: 1px solid #000;
 color: #FFF;
 font-size: 10px;
 }
 
 ul#foot-menu a.last {
 border-right: none; 
 }
 
#footer p {
font-size: 11px;
text-align: center;
color: #FFF;
margin-top: 0px;
}
 
 #footer a { color: #FFF; }

