body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: left;
	background-color: #535353;
}
#masthead {
	color: #FFFFFF;
	margin: 0px auto 0 auto;
	
	width: 982px;
}
#logo {
	padding: 0 12px;
	

}
#navbar {
	margin-bottom: 1px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;	
	font-size: 130%;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding: 0 0 11px 22px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;	
	background-image: url(img/mid.jpg);
	background-repeat: repeat-y;
	
}
#columntop {
	clear: both;
	background-image: url(img/topa.jpg);
	background-repeat: no-repeat;
	
	margin: 0px 10px 0px 0px;
	font-size: 115%;
	height: 234px;
}
.top {
	font-size: 160%;
	line-height: 19px;
	text-align: left;
	color: #13524c;	
	font-weight: bold;
	padding: 116px 5px 5px 187px;
	}

#c1 p {
	font-size: 114%;
	line-height: 19px;
	letter-spacing: .0em;
	margin: 3px 0px 5px 5px;
	text-align: left;
}

#c2 p {
	font-size: 115%;
	line-height: 19px;
	margin: 3px 15px 10px 0px;
	text-align: left;
	}

#c1, #c2 {
	float: left;

}
#c1 {
	width: 280px;
	margin: 20px 10px 5px 30px;
	padding: 0px 10px 0px 0px;
	border-right: 2px dashed #999999;
}
#c2 {
	width: 596px;
	margin: 20px 10px 10px 10px;
	
	
}
H1.columntop {
	font-family: Times New Roman, Times, serif;
	FONT-SIZE: 18px;
	line-height: 25px;
	/*font-style: italic;*/
	MARGIN: 0px 0px 0px 0px;
	padding: 5px 10px 0px 5px;
	COLOR: #ffffcc;
}
p.columtop {
font-size: 130%;
	line-height: 1.4em;
	MARGIN: 0px 0px 0px 0px;
	padding: 0px 10px 0px 30px;
	color: #CCCCCC;
	
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
	
}
h1 {
	font-size: 2em;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.0em;
	color: #FFFFCC;
	text-align: left;
	/*line-height: 1.3em;
	padding: 0px 0px 1px 0px;*/
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: 1.5em;
	letter-spacing: .14em;
	font-weight: bold;
	color: #FFFFCC;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	
}
/*Style attributes specific to all level 3-4 headings*/
h3 {
	font-size: 1.3em;
	margin: 15px 0px 0px 0px;
	color: #ffFFCC;
	text-align: left;
	/*padding: 0px 0px 1px 0px;*/
}
h4 {
	font-size: 1.3em;
	margin: 15px 0px 0px 0px;
	color: #CCCC99;
	
}	

.bullet {list-style-image: url(../styles/img/bullet.jpg);
	margin: 0px 0px 0px 12px;
	
	}

.p2 {
	padding: 0px 0px 0px 20px;
	}

.picture {
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 4px;
	border: 1px solid #000000;
	
	}
.picture2 {
	float: left;
	margin: 0px 5px 0px 0px;
	
	padding: 4px;
	border: 1px solid #000000;
	}	

.callout {
	float: right;
	width: 195px;
	margin: 6px 6px 6px 6px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-style: italic;
}

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #ccc;
	background: #666 url(img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 0px;
	font-family: Verdana, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 6px;
	}
.box ul li {
	margin: 0 0 0 6px;
	padding: 0 0 0 9px;
	list-style: none;
	background: url(styles/img/li-bullet.gif) no-repeat 0 3px;
	}

/*Thumbnail*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 85px; /*position where enlarged image should offset horizontally */

}

	



.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#footer {
	margin: 0px auto;
	margin: 0px auto;
	
	padding: 0px;
	width: 982px;
}
#footercontent {
	font-size: 115%;
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
a:link {
	color: #669966;
}
a:visited {
	color: #FFFFFF;
}
a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #333333;
}
#c1 .content a:visited {
	color: #cccccc;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #333333;
}
/*Footer Links*/
#footer a:link {
	color: #333333;
}
#footer a:visited {
	color: #cccccc;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

.box {
	width: 150px;
	margin-left: 21px;
	float: left;
	display: inline;
	padding: 10px;
}
/* Technique
================================== */

.wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.box {
	padding-bottom: 220px;
	margin-bottom: -200px;
	/*background: #89ac10 url(../images/top.gif) no-repeat left top;*/
	background-color: #595556;
	
}

.bottom {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 290px;
  /*background: #89ac10 url(../images/bottom.gif) no-repeat left bottom;*/
	margin-left: -20px;
}