/* CSS Document */

/***********************************************/
/*peek_styles.css                            */
/* Use with template peek_template.dwt       */
/***********************************************/

/***********************************************/
/* LAYOUT STYLES FOR DIV REGIONS             */
/***********************************************/ 

#masthead {
	background-color: #FFFFCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	height: 2px;
}

#navbar {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
}
.navbar_style {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}

#content {
	width: 700px;
	float: none;
	margin: 0px;
	padding: 0px;
	left: 200px;
	top: auto;
}
.caption {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	text-indent: 10px;
}

#contentArea {
	margin: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 7px;
	text-decoration: none;
}
.small_text {
	font-size: 10px;
}
#text_flip {
}


/***********************************************/
/* DOCUMENT STYLES FOR DISPLAY                 */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color:#FF99CC;
	text-decoration: none;
}


/***********************************************/
/* STUFF FOR THE CONTENT CHANGES 			*/
/***********************************************/ 

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
margin-bottom: 1em;
padding: 10px;
}
.showstate {
}

.tabcontent{
display:none;
}
#banner {
	float: left;
	position: relative;
	top: auto;
}

#pics {
}

#pics:hover {
	background-color:#FFFFFF;
}
