﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
}

span.clear {
  content:".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



#container
{
	width: 852px;
	margin: 100px auto 0 auto;
}

#nav
{
	padding-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
}

#nav .left
{
	width: 500px;
	float: left;
}

#nav .right
{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

#nav ul
{
	display: block;
	padding: 0;
	margin: 0;
}

#nav ul li
{
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#nav ul li.last
{
	padding-right: 0px;
}

#nav ul li a, #nav ul li a:visited
{
	text-decoration: none;
	color: #999;
}

#nav ul li a:hover, #nav ul li a.active
{
	color: #000;
}

#gallery
{
	/*min-height: 250px;*/
}

#gallery img
{
	border: 0;
}

#gallery .rowSingle
{
	
}

#gallery .rowSingle .item
{
	width: 65px;
	height: 35px;
	border: solid 3px #fff;
	float: left;
}

#gallery .rowSingle .item:hover
{
	border: solid 3px #000;
}

#gallery .rowDouble
{
	margin-top: 0;
}

#gallery .rowDouble .quad
{
	width: 136px;
	height: 77px;
	border: solid 3px #fff;
	float: left;
}

#gallery .rowDouble .quad:hover
{
	border: solid 3px #000;
}

#gallery .rowDouble .singleX2
{
	float: left;
}

#gallery .rowDouble .singleX2 .itemTop
{
	width: 65px;
	height: 35px;
	border: solid 3px #fff;
}

#gallery .rowDouble .singleX2 .itemBottom
{
	width: 65px;
	height: 35px;
	border: solid 3px #fff;
}

#gallery .rowDouble .singleX2 .itemTop:hover
{
	border: solid 3px #000;
	
}

#gallery .rowDouble .singleX2 .itemBottom:hover
{
	border: solid 3px #000;
}

#footer
{
	
}

#footer #brand
{
	width: 221px;
	height: 32px;
	background: url('../images/richlufrano_footer.png') top left no-repeat;
	float: left;
}

#footer #title
{
	width: 620px;
	float: right;
}

#resume
{
	font-size: 0.75em;
	margin-top: 15px;
	padding-left: 5px;
	color: #999;
}

#resume p
{
	margin: 3px 0 8px 0;
}

#resume .topInfo
{
	margin: 25px 0 20px 0;
	font-weight: bold;
}

#resume .resumeHeader
{
	color: #006600;
}

#resume .top
{
	
}

#resume .top .resumeLeft
{
	float: left;
	width: 400px;
}

#resume .top .resumeRight
{
	float: left;
	width: 400px;
}

#resume .bottom
{
	margin-top: 20px;
}

#resume .bottom .resumeLeft
{
	float: left;
	width: 400px;
}

#resume .bottom .resumeRight
{
	float: left;
	width: 400px;
}

#resume .bottom2
{
	margin-top: 20px;
}

#contact
{
	font-size: 0.75em;
	/*margin: 85px auto;*/
	margin: 85px 0 0 5px;
	width: 140px;
	/*min-height: 80px;*/
	color: #999;
}

#contact p
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#interior
{
	margin-top: 20px;
}

#interior .localNav
{
	width: 50px;
	margin: 0 auto 15px auto;	
	font-size: 0.9em;
}

#interior .clickInstructions
{
	font-size: 8px;
	margin: 10px auto 0 auto;
	width: 100px;
	display: none;
}

#interior .localNav a, a:visited
{
	text-decoration: none;
	color: #333;
}

#interior .localNav a:hover
{
	text-decoration: underline;
}

#interior .localNav a.prev
{
	padding-right: 10px;
}

#interior .localNav a.next
{
}

#interior .graphic
{
	text-align: center;
}

#interior .graphic img
{
	border: 0;
}

.link
{
	margin-left: 15px;
	font-size: 0.6em;
}

.web 
{
	width: 575px;
	margin-left: 132px;
	float: left;
}

.links
{
	float: left;
	width: 120px;
	text-align: left;
	font-size: 0.6em;
	margin-left: 15px;
}

.links a, .links a:visited
{
	color: #999;
	text-decoration: none;
}

.links a:hover
{
	color: #000;
}

.webInstructions
{
	margin-right: 40px;
}

.downloadLink
{
	width: 82px;
	margin: 0 auto 5px auto;
	font-size: 0.6em;
}

.downloadLink a, .downloadLink a:visited
{
	text-decoration: none;
	color: #999;
}

.downloadLink a:hover
{
	color: #000;
}

.text
{
	margin: 0 5px 0 5px;
	font-size: 0.75em;
	color: #999;
}