/* CSS Document */

/************* layout styles **************/
body, html {
	margin:0;
	padding:0;
	background: #CFCFCA;
	color:#000;
	min-width:850px;
    }

#wrap {
	background: #CFCFCA  url(assets/bgshadow.jpg) repeat-y center top;
    position: relative;
	margin-right:auto;
	margin-left:auto;	
    width:850px;
    }
	

#header {
	height: 128px;
	min-height: 128px;
	margin-left:50px;	
	background: #FFFFFF url(assets/navbar_bg.gif) repeat-x;
	width: 750px;
	color: #fff;

    }
#address {
	width: auto;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	z-index: 1;
}
#address p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	font-weight: normal;
	margin:0px;
}
#address h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
		margin-bottom: 0px;
}
#nav {
	position: absolute;
	height: 35px;
	width: 500px;
	left: 250px;
	top: 105px;
    }

#fullscreen {

	width: 750px;
	border: none;
	margin-left: 50px;
	z-index: 1;
    }
	
/************** opaque front text styles *****************/

#fronttext_bg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999999;
	background-color: #999999;
	position: absolute;
	top: 200px;
	left: 300px;
	width: 460px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6; 			
	opacity:0.6;
	-khtml-opacity:.6; 			
	padding: 10px;
	line-height: 30px;
	text-align: left;
	z-index: 2;
	font-weight: normal;
}
#fronttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 200px;
	left: 300px;
	width: 460px;
	padding: 10px;
	line-height: 30px;
	text-align: left;
	z-index: 3;
	font-weight: normal;
}

#fronttext a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px dotted #FFFFFF;
}

#fronttext a:hover {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px dotted #FFFFFF;
	background-color: #999999;
}

#fronttext_bg a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px dotted #FFFFFF;
}

	
/************** left/right cols styles *****************/

#leftnav
{
	float:left;
	width:178px;
	height:100%;
	margin:0;

}
#rightcontent
{
	background:#fff;
	margin-left:179px;
	padding:10px;


}

/************** left nav link styles *****************/

#leftnav ul
{
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#leftnav ul li
{

	display: block;

}

#leftnav ul li a
{
	width:158px;
	margin:0px;
	text-decoration:none;
	color:#000000;
	background-color:#CCCCCC;
	padding:5px 5px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #666666;
}

#leftnav ul li a:hover
{
	width:158px;
	margin:0px;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #666666;
	padding:5px 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #660000;

}

#leftnav h1
{
	width:158px;
	margin:0px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#660000;
	padding:5px 5px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333333;
	text-transform: uppercase;
}

	
#footer {

	margin: 0;
	width: 850px;
	clear: both;
	background: url("assets/bottom.jpg") no-repeat bottom;
	height: 63px;
		
}

iframe#ifrm {
	width: 550px;
	height: 650px;
	scrolling: no;
	background: #fff;
	overflow: auto;
}

iframe#ifrm p {
    font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
    padding:0 10px;
    }


/************* layout padding, lists **************/


#crumbs {
	background:#fff;
	margin-left:25px;	
	margin-right:25px;	
	padding:5px 5px 15px 20px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: .5px;
	word-spacing: 5px;
	text-decoration: none;
    }

#crumbs a, #crumbs a:visited{	
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
    }

#crumbs a:hover{
	text-decoration:underline;
	}

#footer p {
	text-align: left;
	vertical-align: text-bottom;
	margin-left: 50px;
	padding-top: 40px;
	padding-bottom: 0px;
    }
/************** utility nav styles *****************/

#utility {
	position: absolute;
	z-index: 2;
	left: 640px;
	top: 60px;
	color: #FFFFFF;
}

#utility p, #utility a, #utility a:visited{
	font: bolder normal 10px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: none;	
	word-spacing: 5px;
}


#utility a:hover{
	color: #660000;
	border-bottom: 1px dotted #660000;
	padding-bottom: 2px;
}


/************** img styles *****************/
.right {
	float: right;
	border: 3px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.left {
	float: left;
	border: 3px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

div.figure {
  	float: right;
	padding: 5px;
  	border: 3px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 9px;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}


/************** to enlarge an img  *****************/

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border: 3px solid #CCCCCC;
	padding: 5px; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:3px solid #CCC; 
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#ccc; color:#000;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */

/************** main text styles *****************/
.dotted_divider {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
}


#deck {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin: 0px 10px 20px;
}
#deck b {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#deck a {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	border: 1px dotted #66CC33;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#deck a:hover {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	border: 1px dotted #66CC33;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	background: #CCCCCC;
}
.deck_small {
	font: 16px/32px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-right: 0px;
	margin-left: 15px;
}
.deck_small a {
	font: 16px/32px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: 1px dotted #fff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
.deck_small a:hover {
	font: 16px/32px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: 1px dotted #fff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	background: #000;

}

/************** rightcontent text styles *****************/
#rightcontent p {
    font: 11px/18px Verdana, Arial, Helvetica, sans-serif;

    }
	
#rightcontent p a {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
    }
	
#rightcontent p a:hover {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	background: #CCCCCC;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #666666;
	border-left: none;
    }
	
#rightcontent ul {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
    }


#rightcontent h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	margin-right: 10px;
    }
	
#rightcontent h2 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666666;
	text-indent: 5px;
	margin-bottom: 10px;
    }
	
#rightcontent h3 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #006600;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006600;
    }

#rightcontent h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	padding:3px;
	text-align: center;
	width: 200px;
	border: 1px solid #660000;
	background-color: #CCCCCC;
    }


/************** footer text styles *****************/
#footer p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#footer a, #footer a:visited{
	text-decoration: none;
	color: #666;
}

#footer a:hover{
	color: #CC3300;
}

#caption {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
