/* CSS Document - Updated 10.22.09 */

/* General Styles */
	html, body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height:18px; 
	color: #630;
}

body {
	background-image:url(../images/bkgrnd_brown_blocks.gif);
}

h1 {
	font-size:12px;
	padding-top: 10px;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active, a:focus {
	color:#630;
}

a:hover {
	border-bottom: 1px #C96 solid;
	color: #C96;
}

/* Layout Styles */

#container {
	background-color:#FFC;
	width: 700px;
	margin: 60px;
}
	
#header h1 {
	height:138px;
	width: 700px;
	background-image:url(../images/hdr_main.jpg);
	padding:0px;
}

#photo {
	width: 700px;
	background-color:#FFC;
}

#content2 {
	width:630px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	position:relative;
	z-index:0;
	background-color:#FFC;
}

#footer {
	font-size: 10px;
	text-align:center;
	color:#FFF; 
	background-color: #666;
	height:20px;
	padding:5px;
}

#footer a {
	color:#FFF;
}

/* Top Navigation Styles */

#navbar {
	
	text-align: center;
	background-color:#630;
	padding-top: 5px;padding-bottom: 8px;
	width: 700px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	font-size:13px;
	font-style:normal;
	color: #FFC;
	text-decoration: none;
	display: inline;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-bottom: 2px; 
}

#navbar ul li a:hover, #navbar ul li a.current {
	text-decoration: none;
	border-bottom: 1px #C96 solid;
	color: #C96; 
}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
	
#navbar ul {
	margin: 0px;
	padding: 0px;
}

/* Miscellaneous Styles */

#formerror {
	color: #C00;
	font-weight:bold;
}

#tinytype {
	font-size: 9px;
	color:#333;
	text-align:center; 
	background-color: #FFC;
	padding: 4px;
	border: thin dotted; 
}

#tinytype2 {
	font-size: 12px;
	color:#036;
	text-align:center; 
	background-color: #FFF;
	padding: 4px;
	border: thin dotted;
	width: 200px;
}	

#parade {
	padding: 15px;
	width: 175px;
	height: 145px;
	margin:10px;
	border:2px solid #630;
	text-align:center;
	float:left;
	margin-left: 70px;
}
#parade img {
	padding: 0px;
}

#homelogos {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	float:right;
}

#parade2 {
	padding: 5px;
	width: 238px;
	height: 45px;
	margin-top:40px;
	text-align:center;
	float:right;
}
#parade2 a:hover { /*Put in to control the border at the bottom of non top navigation items.*/
	border:none;
}

/* Classes */

.h1green {
	font-size:13px;
	color:#693;
}
.center {
	text-align:center;
}
