body {
	position: relative;
	font: 13px/16px arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	min-width: 758px;
}

#content {
	height: 610px;
	width: 758px;
	left: 0;
	top: 100px;
	margin: 0 auto;
	position: relative;
}

#header {
	float: right;
}



#nav, ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	z-index: 10;
}

.level-1-nav-li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
}

#nav li.level-1-nav-li:hover  {
	background-position: 0 -30px;
}

#nav li.level-1-nav-li.sfhover {
	background-position: 0 -30px;
}

#nav li.level-1-nav-li a:hover {
	color:white;
}

#nav li {
	float: left;
	position: relative;
	padding: 0 0 10px 16px;
	width: 100px;
	font: 13px/16px arial, helvetica, sans-serif;
	font-weight: bold;
}

#nav li a {
	text-decoration: none;
	color: #95CF2A;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 15px;
	background: #0761D4;
	border-bottom: 1px solid #95CF2A;
}

#nav li li {
	float: none;
	border-style: solid;
	border-color: #95CF2A;
	border-width: 1px;
	border-bottom: 0px;
	padding:3px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#bodee {
	clear: both;
	position:relative;
	background: url(../images/bodee-bg.gif) repeat-y;
	
}

#left {
	float: left;
	width: 150px;
	height: 421px;
	background-color:#95CF2A;
	text-align: center;
	position:relative;
}

#logo {
	padding-top: 20px;
}

#tagline {
	padding-top: 20px;
}

#gutter {
	position: absolute;
	left: 150px;
	z-index: 1;
}

#right {
	float: right;
	width: 608px;
	/*width: 605px;*/
	position:relative;
}

#banner {}

#breadcrumbs {
	background-color: #0761D4;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
	padding-left: 10px; 
	color: white;
}

#breadcrumbs a {
	color: white;
}

#display {
	/*font: 14px Georgia, sans-serif ;*/
	font: 12pt cursive;
	color: #000;
	background-color: #FFF;
	height: 305px;
	min-height: 305px;
	padding: 0 5px 5px 10px;
	position: relative;
	overflow: auto;
}

#display h1 {
	font: 16px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0761D4;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#display h2 {
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0761D4;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #0761D4;
}

#callouts {
	overflow: hidden;
}
#callouts .callout {
	float: left;
}

.gaw {
	font-family: "Girls are Weird", "Lucida Handwriting", cursive;
	font-size: 14pt;
	font-weight: bold;
}

.thumbnail {
	border: 0px;
	margin: 10px;
}

.thumbnail-container {
	border: 1px solid #0761D4;
	float: left;
	width: 100px;
	height: 125px;
/* change width and height of thumbnail container */
	background-color:#FFF;
	margin: 5px 0px 5px 10px;
	text-align:center;
}

#bottom {
	background-color: #0761D4;
	color: #0761D4;
	font-size:10px;
	line-height: 10px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#footer {
	color:#95CF2A;
}

#footer a {
	color:#95CF2A;
}

/* float clearing -- add class="clear" to a div containing floated elements */
.clear:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear {
	min-height:1px;
}
* html .clear {
	height:1px;
}
