/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
margin: 10px;
padding: 0;
border: 0;
}

body {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#000000;
}

#wrapper{
	width:800px;
	background-color:#FFFFFF;
	margin:10px auto;
}
 
#banner{
	height:150px;
	background-image: url(images/siteImages/banner2.jpg);
	background-repeat: no-repeat;
}

#content {
width: 600px;
float:right;
background-color:#FFFFFF;
}

#content p{
margin: 10px;
font-size:14px;
text-align:left;
}

#content h1{
	margin: 10px;
	font-size:24px;
	color:#FF6600;
	text-align:left;
}

#content h2{
	font-size:14px;
	color:#FF6600;
	text-align:left;
	
}

.leftimage{
float:left;
margin: 5px 10px 10px 20px;
}

.rightimage{
float:right;
margin: 5px 10px 20px 5px;
}

.clearit{
clear:both;
}

.clearitLeft{
clear:right;
}

#footer {
padding: 5px;
background-color:#0066CC;
color:#0066CC;
}

#footer p {
font-size:10px;
color:#FFFFFF;
}

#leftcol {
	float:left;
	width: 180px;
	background-color:#CCCCCC;
	padding-top: 10px;
	
	height:500px;
	
}

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

ul#navigation a{
display:block;
font-size:18px;
text-decoration:none;
background:#036;
color:#FFFFFF;
padding: .2em .5em;
border-bottom: 5px solid #CCCCCC;
width: 95%;
}

ul#navigation a:hover{
	background:#FF6600;
	color:#FFFFFF;
}

ul#navigation li{
display:inline;
}

.thumbnail {
	width:150px;
	float:left;
	margin: 0  20px 20px 20px;
	background-color:#FF6600;
}

.thumbnail img{
	margin: 10px 0 0 10px;
	border:#FFFFFF medium;
	
}

.thumbnail p {
margin: 0;
padding: 0 10px 20px 10px;
color:#FF6600;
font-size:24px;
color:#FFFFFF;
}

.thumbnail p a{
text-decoration:none;
color:#FFFFFF;
}

.thumbnail p a:hover {
color:#3366FF;
}

.thumbcartoon {
	width:70px;
	float:left;
	margin: 5px 5px 10px 5px;
	background-color:#FF6600;
	height: 120px;
}

.thumbcartoon img{
	margin: 5px 0 0 5px;
	border:#FFFFFF 2px;
	
}

.thumbcartoon p {
margin: 0;
padding: 0 5px 5px 5px;
color:#FF6600;
font-size:12px;
color:#FFFFFF;
}

.thumbcartoon p a{
font-size:12px;
text-decoration:none;
color:#FFFFFF;
text-align:left;
}

.thumbcartoon p a:hover {
color:#3366FF;
}
