@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/site_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	color: #666666;
	}
	
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	}
a:hover {
	}
	
img {
	border: 0px;
	}
	
h2 {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	}

.site {
	position: absolute;
	left: 50%;
	margin-left: -485px;
	top: 0px;
	width: 970px;
	min-height: 638px;
	background-color: white;
	z-index:20;
	}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 200px;
	z-index: 30;
	}
	
.content {
	width: 970px;
	min-height: 400px;
	position: absolute;
	left: 0px;
	top: 238px;
	background-color: white;
	z-index: 30;
	}
.content_pic {
	width: 641px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.content_text {
	float: right;
	position: relative;
	top: 10px;
	right: 20px;
	width: 280px;
	/*height: 400px;*/
	margin-bottom: 20px;
	color: #666666;
	font-size:12px;
	}
	
.menu_strip {
	width: 970px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 184px;
	background-color: #692c7d;
	background-image:url(images/menu_strip.jpg);
	background-repeat:repeat-y;
	color: white;
	z-index: 30;
	}
	
.menu_mainitem {
	width: 130px;
	margin-top: 15px;
	margin-left: 27px;
	margin-right: 0px;
	float: left;
	font-size:12px;
	z-index: 110;
	position: relative;
	text-indent: 3px;
	list-style: none;
	}
.menu_arrow {
	width: 22px;
	height: 30px;
	position: absolute;
	right: -13px;
	top: -7px;
	z-index:110;
	}
.menu_dropdown_box {
	width: 153px;
	height: 27px;
	background-color: white;
	border: 1px #b8b8b8 solid;
	border-top: 0px;
	position: relative;
	left: -12px;
	top: 9px;
	z-index:100;
	}
.menu_dropdown_text {
	margin: 7px;
	width: 139px;
	height: 13px;
	font-size: 12px;
	color: black;
	float: left;
	text-align: left;
	z-index:110;
	}
.menu_dropdown_bottom {
	background-image:url(images/corners.gif);
	background-repeat:no-repeat;
	border:0px;
	background-color: transparent;
	width:155px;
	height: 29px;
	}
	


/* BEGIN SUCKERFISH STYLE */
#nav, #nav ul {
	list-style: none;
	z-index: 100;
	padding: 0px;
}

#nav a {
	display: block;
	text-decoration:none;
}

#nav a:link {
	color: white;
	}

#nav a:visited {
	color: white;
	}

#nav li ul a:link {
	color: #b8b8b8;
	}
	
#nav li ul a:visited {
	color: #b8b8b8;
	}
	
#nav li ul a:hover {
	color: black;
	}

#nav li {
	z-index: 100;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li: hover ul {
	white-space: normal;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

li:hover {
	visibility:visible;
	} /* fixes "sticky" problem with IE7 */
}
/* END SUCKERFISH STYLE */
	
