/*This is the site-wide sheet... the navigation has it's own sheet in /p7pm/p7pmh3.css */

html {height:100.01%}

a:link {color: #999; text-decoration: none;}
 a:visited {color: #999; text-decoration: none;}
 a:hover {
	color: #f60;
	text-decoration: none;
}
 a:active {color: #f60; text-decoration: none;}
 
 /*award hover stuff*/
a.award { position:relative;}
a.ward {background:#fff;z-index:25;}
a.award span {
	text-align:left;
	font-size:12px;
	visibility: hidden;
	position: absolute;
	top:-120px;
	left:145px;
	color: #666;
	width:190px;
	height:85px;
	padding:10px;
	display: block;
	background:#fff;
	border:1px #E1E1E1 solid;
}
a.award:hover span {visibility:visible; cursor:pointer; z-index:25;}


body {
	font-family: Arial, Helvetica, sans-serif;
	line-height:26px;
	margin:0;
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 14px;
	color:#666666;
}
#centerpage {
	margin: 0 auto;	
	width: 1000px;
	padding:0;
	text-align: center;
	
}
#welcome {
	font-family: Arial Rounded MT Bold, century gothic, Arial ;
	font-size:28px;
	letter-spacing:5px;
	font-weight:100;
	color: #EC5F00;
	margin:50px 0 10px 0;
}

.portalpic {
	border:solid 1px #f60;
	padding:5px;
	margin:5px;
}
/*hover links and hovers on pics*/
a.paint { position:relative;}
a.paint:hover {background:#fff;z-index:25;}
a.paint span {
	text-align:left;
	font-size:14px;
	visibility: hidden;
	position: absolute;
	top:-200px;
	left:10px;
	color:#000;
	width:250px;
	height:165px;
	padding:20px;
	display: block;
	background:#fff;
	z-index:5;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
a.paint:hover span {visibility:visible; cursor:pointer; z-index:25;}

#divisions {
	font-size:12px;
	font-weight:100;
	color: #999;
	letter-spacing:2px;
	margin:10px 0 50px 0;
	font-variant:small-caps;
}

/*DIVLINKS links and hovers*/
a.divlink {position: relative; z-index:1;}
a.divlink:hover {background:#fff;z-index:25; position:relative;}
a.divlink span {
	font-weight: normal;
	letter-spacing: normal;
	font-variant: normal;
	text-align:left;
	font-size:14px;
	visibility: hidden;
	color:#000;
	width:250px;
	height:165px;
	padding:20px;
	display: none;
	background:#fff;
	z-index:5;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
a.divlink:hover span {visibility:visible; cursor:pointer; z-index:25; display:block}
a#lucaslink span{	
	position: absolute;
	top:80px;
	left:35px;

}
a#fitlink span{	
	position: absolute;
	top:80px;
	left:233px;
}
a#reslink span{	
	position: absolute;
	top:307px;
	left:-172px;
}
a#murlink span{	
	position: absolute;
	top: 307px;
	left:-145px;
}


/*main text on page*/
.content{padding-left:10px; padding-right:5px;}
.content p{
	line-height:26px;
	}
.text2 {
	color: #999999;
	}
.boldtext {color: #333333; font-weight:bold;}
.tinytext {
	font-size:11px;
	color:#999999;
	line-height:16px;
	font-weight:normal;
	}
.tinytext a{
	font-size:11px;}
.tinytext a:visited{
	font-size:11px;}
.tinytext a:hover{
	font-size:11px;}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {

a#lucaslink span{	
	position: absolute;
	top:80px;
	left:-7px;
}
a#fitlink span{	
	position: absolute;
	top:80px;
	left:203px;
}
a#reslink span{	
	position: absolute;
	top:310px;
	left:-196px;
}
a#murlink span{	
	position: absolute;
	top:310px;
	left:-126px;
}
}


