.show {display:block}
.hide {display:none}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/nav_bk.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:justify;
	color: #F47622;
	text-align: center;
}

#wrapper {
	background: url(../images/page_bk.jpg) center repeat-y;
	text-align: left;
}

#wrapper2 {
	width: 720px;
	margin: 0 auto;
	padding-right:1px;
}

#header {
	background: url(../images/toplogo.jpg) no-repeat;
	width: 720px;
	height: 167px;
}
#header2 {
	background: url(../images/toplogo2.jpg) no-repeat;
	width: 720px;
	height: 167px;
}

#midSection {
	background: url(../images/nav_bk.jpg) repeat;

}

#navContainer {
	float: left;
	width: 228px;
}
#navContainer2 {
	float: left;
	width: 720px;
	background-image:url(../images/nav_bk.jpg);
	text-align:center;
	height:33px;
}

#nav {
	list-style: none;
}

#nav li a {
	color: #F47622;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 9px 14px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #F47622;
}
#topnav {
	list-style: none;
	margin-top:7px;
	padding-bottom:4px;
	padding-top:4px;
}

#topnav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:8px 5px;
}

#topnav a:hover {
	color: #fff;
	background-color: #F47622;
}

#thinkingCaps {
	background:url(../images/thnkingcaps.jpg) no-repeat;
	padding: 8px;
	float: left;
	width: 704px;
}

#locations {
	width: 320px;
	float: right;
	text-align: right;
}

#locations a {
	color: #F47622;
	text-decoration: none;
	font-weight: bold;
}

#locations a:hover {
	text-decoration: underline;
}

#littleGuy {
	position: absolute;
	top: -28px;
	left: 0px;
}

#mainBody {
	position: relative;
	float: left;
	width: 689px;
	padding: 15px;
}

#leftColumn	{
	width: 335px;
	float: left;
	text-align:justify;
}

#rightColumn	{
	width: 335px;
	float: right;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	padding:15px;
	text-align:center;
}

#footerNav {
	list-style: none;
}

#footerNav li {
	display: inline;
}

#footerNav li a {
	color:#F47622;
	padding:0px 15px;
	text-decoration:none;
}

#footerNav li a:hover {
	color:#000000;
	text-decoration:underline;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

#contact {
	text-align:center;
}

div.rightBlocks {
	background:url(../images/box_middle.jpg) repeat-y;
}

div.rightBlocks h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:underline;
	color:#000000;
	margin:0;
	padding-left:10px;
}

div.rightBlocks p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding-left:35px;
	padding-right:20px;
}

.imageRight{
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}

.boldHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:900;
	color:#F47622;
}


/* EVENTS PAGE */

#events h1 { font-size:14px; }
#events h2 { font-size:12px; color:#000000; font-weight:normal; }
#events h3 { font-size:12px; color:#000000; font-weight:normal; }
#events p { font-size:12px; color:#000000; }

#eventsMain {text-align:center; width:100%;}
.eventsDiv{float:left; width:315px; height:300px; padding:10px; text-align:center;}

				

