/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/forms.css";

@import "lib/plugins/tabs.css";

/* Page
-------------------------------------------------------------- */

html {
	background-color: #333;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333;
	margin-bottom: 0px;
}

#page {
	margin: 0 auto;
	width: 984px;
	background: #fff;
}

/* Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	margin: 0;
	height: 157px;
	width: 984px;
	background: #fff url(/images/headerBG.gif) no-repeat;
}

#header .tabs { height: 24px;}
#header .tabs li { margin-right: 0px; margin-bottom: 0px; height: 24px;}
#header .tabs a { padding: 0px; text-decoration: none; background: url(/images/buttonBG.gif) 0 0 no-repeat;height: 26px; }
#header .tabs a:hover { background-position: 0px -12px; 
color:#fff;height: 24px;}


#navtop1 {
	margin: 40px 15px 0px 317px;
	float: left;
	width: 204px;
	border: 0;
}

#navtop2 {
	margin: 40px 15px 0px 0px;
	float: left;
	width: 204px;
	border: 0;
}

#navtop3 {
	margin: 40px 15px 0px 0px;
	float: left;
	width: 204px;
	border: 0;
}



/* content body
-------------------------------------------------------------- */

#content {
	float: left;
	width: 934px;
	margin: 0;
	padding: 0px 25px 0px 25px;
	background-color: #fff;
}

#content li {
	list-style-image: url(/images/bullet.gif);
}

#mainwrap {
	float: left;
	width: 934px;
	border-bottom: solid 1px #000;
}

#maintext {
	float: left;
	width: 277px;
}

#mainimage {
	float: left;
	width: 642px;
	height: 428px;
	margin-left: 15px;
	background-color: #e1e1e1;

}

#fullpagetext {
	float: left;
	width: 622px;
	min-height: 408px;
	margin-left: 15px;
	background-color: #e1e1e1;
	padding: 10px;

}

#detailwrap {
	float: left;
	width: 934px;
	padding-bottom: 20px;
}

#detailtext {
	float: left;
	width: 277px;

}

#detailcolumn {
	float: left;
	width: 657px;
	margin-top: 35px;
}

#detailbox {
	float: left;
	width: 204px;
	height: 130px;
	margin-top: 15px;
	margin-left: 15px;
	border-bottom: solid 5px #000;
}

#detailbox a {
	display: block;
	width: 204px;
	height: 130px;
	position:relative;
	text-decoration:none;
}

.blurb1 {bottom:0;position:absolute; margin:0; padding: 2px 5px ; width: 194px; background: url(/images/tint-blacklite.png);
	text-transform: uppercase;font-size: 80%;
}

.blurb2 {display: none;}
a:hover .blurb2 {
	width: 194px;
	height: 120px;
	padding: 5px; display: block; background: url(/images/tint-black.png)}
 
#detailbox a {color: #fff; }


#detailentry {
	float: left;
	width: 184px;
		height: 110px;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #e1e1e1;
	border-bottom: solid 5px #000;
	padding: 10px;
}




/* Footer
-------------------------------------------------------------- */

#footerbox {
	clear: left;
	margin: 0;
	width: 984px;
	height: 70px;
	background-color: #fff;
}

#footertext {
	margin: 0 25px 0 0;
	float: right;
	width: 600px;
	padding-top: 2em;
	padding-right: 25px;
	text-align: right;
	background: url(/images/footerslash.gif) no-repeat 603px 12px;
}

/* class extra
-------------------------------------------------------------- */

.hide {
	display: none;
}