@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	background-color: #DEDFE3;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
	font-size: 62.5%;
}
#divWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	background-image: url(../images/background_mid.gif);
	background-repeat: repeat-y;
}
#divHead {
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-left: 70px;
	height: 100px;
	padding-right: 70px;
}
#divSecondaryNav {
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-top: -8px;
}
#divSecondaryNav strong {
	color: #F97908;
}
#divSecondaryNav a:link,#divSecondaryNav a:visited  {
	color: #666666;
	text-decoration: none;
}
#divSecondaryNav a:hover,#divSecondaryNav a.current  {
	text-decoration: none;
	color: #F97908;
}
#divBody {
	padding-right: 90px;
	padding-left: 100px;
	background-image: url(../images/background_bot.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#divBody p {
	line-height: 1.3em;
	margin-bottom: 12px;
}
#divBodyText {
	width: 525px;
}

#divPrimaryNav {
	background-image: url(../images/dottedLine.gif);
	background-repeat: repeat-y;
	width: 145px;
	float: right;
	padding-left: 20px;
	margin-top: 15px;
	min-height:350px;
}
#divPrimaryNav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: 3px;
	margin-bottom: 14px;
	color: #888787;
}

#divPrimaryNav h3, #divBodyText h2 {
	line-height: 2em;
	font-size: 1.2em;
	font-weight: normal;
	color: #888787;
	letter-spacing: 1px;
	text-transform:uppercase;
}
#divBodyText h2{ color: #353474;}
#divPrimaryNav ul  {
	margin-bottom: 10px;
}

#divPrimaryNav li  {
	line-height: 2em;
	font-size: 1.1em;
	list-style-type: none;
	background-image: url(../images/orangeDots.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px 10px;
	padding-left: 10px;
}
#divPrimaryNav li.current  {
	
	background-image: url(../images/purpleDots.gif);
	
}
#divPrimaryNav a:link,#divPrimaryNav a:visited  {
	color: #666666;
	text-decoration: none;
}

#divPrimaryNav a:hover, #divPrimaryNav a.currentLink  {
	font-weight: bold;
	color: #353474;
}

#divIntroText {
	width: 200px;
	float: left;
	padding-right: 20px;
	margin-top: 15px;
}
.divSlideshow {
	width: 325px;
	float: left;
	height: 455px;
	overflow: hidden;
}
#divPortfolioHead {
	width: 525px;
	float: left;
}
#divPortfolioHead h1, #divBodyText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #353474;
	font-size: 1.8em;
	letter-spacing: 3px;
}
#divPortfolioHead a:link, #divPortfolioHead a:visited, #divBodyText a:link, #divBodyText a:visited {
	color: #353474;
}
#divPortfolioHead a:hover, #divBodyText a:hover {
	text-decoration:none;
}
#divPortfolioImages {
	float: left;
	width: 545px;
}
#divPortfolioImages img {
	float: left;
	
}
.imgArrow {
	float: left;
	margin-right: 5px;
}
.imgRick {
	margin-bottom:10px;
	float: right;	
}
p.arrow {
	padding-top: 5px;
}
#divFooter {
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	padding-top: 15px;
	margin-top: 15px;
	clear: both;
}
#divFooter strong {
	color: #705EBD;
}
#divFooter a:link,#divFooter a:visited  {
	color: #666666;
	text-decoration: none;
}
#divFooter a:hover  {
	text-decoration: underline;
}
.small {
	font-size: 0.9em;
	color: #999999;
}

