@charset "utf-8";

/* © 2008 KUUBZ.COM  */

html, body {
	height:100%;
	background-image: url(../gfx/page_top_bg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #595959;
}
#container {
	min-height:100%;
	position:relative;
}

/* HEADER */

header {
	width:940px;
	height:125px;
	margin:0 auto;
}
header h1 span {
	display:hidden;
}
header #logo {
	width:314px;
	height:80px;
	padding-top:45px;
	float:left;
}
header nav {
	width:620x;
	height:46px;
	float:left;
	text-align:left;
	padding:54px 0 0 0;
}
header nav ul {
	list-style:none;
	float:right;
	display:block;
	clear:right;
	margin-bottom:15px;
}
header nav ul li {
	float:right;
}

/* FOOTER */

footer {	
	position: relative;
	margin-top: -205px; /* negative value of footer height */
	height: 205px;
	text-align:center;
	clear:both;
	width:100%;
	background-image:url(../gfx/page_footer_bg.png);
	background-repeat:repeat-x;
	color: #e5e4e4;
}
footer img {
	margin:25px 0 10px 0;
	clear:both;
}
footer nav {
	width:420px;
	margin:0 auto;
}
footer ul {
	padding-top:10px;
	list-style-type:none;
}
footer ul li {
	float:left;
	margin-right:15px;
	border-right:#CCC 1px solid;
	padding-right:15px;
}
footer li:last-child {
	border:none;
}
footer a, footer a:link, footer a:visited  {
	text-decoration: none;
	color:#e5e4e4;
}
footer a:hover {
	text-decoration: underline;
	color:#e5e4e4;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}






/* HEADER OLD */


#header {
	width:940px;
	height:125px;
	margin:0 auto;
}
#logo {
	width:314px;
	height:80px;
	padding-top:45px;
	float:left;
}
#menu {
	width:620x;
	height:46px;
	float:left;
	text-align:left;
	padding:54px 0 0 0;
}

#content {
	width:940px;
	margin:0 auto;
	padding-top: 33px;
	min-height:100%;
	padding-bottom:205px; /* height of the footer */
	margin-bottom:60px;
}

#content_left {
	clear: left;
	float: left;
	width: 314px;
	min-height: 285px;
}

#content_right {
	clear: right;
	float: left;
	width: 621px;
	text-align:left;
	padding-top:3px;
}

#submenu {
	background-image:url(../gfx/menu_bg.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 314px;
	min-height: 355px;
}

.chapter {
	clear: left;
	float: left;
	width: 314px;
}
.info {
	clear: right;
	float: left;
	width: 621px;
	text-align:left;
	padding-top:3px;
}
p {
	margin: 0 0 20px 0;
	padding-top: 0;
}

form {
	margin: 0;
}


input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	text-align:center;
	height:205px;
	width:100%;
	background-image:url(../gfx/page_footer_bg.png);
	background-repeat:repeat-x;
	position:absolute;
	z-index:0;
	bottom:0; /*keep this in*/
}

#techfooter {
	height: 18px;
	padding-top:20px;
}
#footer_stop {
	/* stops the footer from moving above content in FF and Safari*/
	clear:both;
	margin-top:-205px;
	height:205px;
}
#push {
	/* this pushes content down to footer for FF and Safari */
	clear:both;
	height:1px;
	margin-top:-1px;
}
.break {
	/* space between chapters */
	clear: both;
	height: 10px;
}

.break2 {
	/* space between chapters */
	clear: both;
	height: 40px;
}

#footer_break {
	/* space before footer */
	clear: both;
	height: 50px;
}
.largephoto {
	margin-top: 8px;
}

#submenu img {
	margin: 0 10px 0 25px;
}

#header_img {
	margin:-25px 0 30px 0;
}


/* FONTS */

h2 {
	/* chapter headers */
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #595959;
}
h3 {
	/* menu */
	font-size: 15pt;
	font-weight: normal;
	margin: 0;
	color: #D1D1D1;
}
h4 {
	/* sub headers */
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	color: #595959;
}
#content h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0 20px 0;
	color: #595959;
	padding: 10px 0 10px 0;
}

#content_right h4 {
	padding: 15px 0 40px 0;
	font-weight:bold;
}

#footer h3 {
	font-size: 10pt;
	color: #e5e4e4;
	height:35px;
	padding-top: 63px;

}

h2 img {
	margin:0 8px 0 -8px;
}

.error {
	font-size:11px;
	padding:5px 0 5px 0;
}

/* LINKS */

a:link {
	color: #767676;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #767676;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #767676;
}
#header a {
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}
#error a {
	text-decoration: none;
}
#error a:hover {
	text-decoration: underline;
}
#error a.active {
	text-decoration: underline;
}
#error a.active:hover {
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color:#e5e4e4;
}
#footer a:hover {
	text-decoration: underline;
	color:#e5e4e4;
}

#submenu img:hover {
	/* set opacity to 75% */
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:.75;
}

.minihover:hover {
	/* set opacity to 75% */
	filter:gray; 	
	-moz-opacity: 0.75;
	opacity:.75;
}

.opaque:hover {
	/* set opacity to 75% */
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:.75;
}

/* SHOW FLOATING LAYER */

#show {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: black;
	z-index:101;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	cursor: pointer;
}
#photo {
	display: none;
	position: fixed;
	top: 50%;
	height: 600px;
	margin-top: -300px;
	width:100%;
	text-align:center;
	z-index:102;
	cursor: pointer;
}
#img {
	border:#CCCCCC 5px solid;
	background:url(../gfx/load.gif) no-repeat #FFFFFF center center;
	min-width:100px;
	min-height:100px;
}

/* INFO HOOVER POP */

.infolink {
	float:left; 
}

.infopop a{position:relative;}/* set stacking context*/
.infopop a span{
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-55px;
	left:-150px;
	width:275px;
	padding:10px;
	background:#FFF;
	color:#000;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:.70; 
}
.infopop a:hover{visibility:visible}/* ie bug needed to make span show*/
.infopop a:hover span{visibility:visible;}/* reveal image*/



