﻿body {
	font-family:Verdana, sans-serif;
	line-height:12pt;
	font-size: 9pt; 
	color: #676767;
	margin:0px;
	margin-top:6px;
}
#container {
	width:755px;
	margin-left:80px;
}
.clear {
	clear:both;
}
table {
	width:100%;
}
td { font-size: 10pt; color: #676767; font-family: Verdana; line-height: 12pt;}
h1 { 
	font-size: 10pt; 
	color: #676767; 
	font-family: Verdana; 
	line-height: 12pt;
	font-weight:bold;
	padding:9px 0px 6px 0px;
}
h1.cameo {
	visibility:hidden;
	line-height:1px;
	font-size:1px;color:#fff;text-align:right;
	margin:0;padding:0;font-weight:normal;
}
p.cameop {
	visibility: hidden;
	line-height: 1px;
	font-size: 1px;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: 1px;
	max-height: 1px;
	max-width: 1px;
	min-height: 0;
	min-width: 0;
	display: none;
}
.centered {
	text-align:center;
}
h2 { 
	/* changed h2 to h1 cameo at top of each page so the h2 tag would be available for section headers
	font-size: 1px;
	line-height:2px;
	color: #ffffff; 
	font-family: Verdana; 
	visibility:hidden;*/
	font-size: 10pt; 
	color: #676767; 
	font-family: Verdana; 
	line-height: 12pt;
	font-weight:bold;
	padding:9px 0px 6px 0px;
}
#headers {
	/*the headers section has 3 parts: logo, mainnav and (section photos, title and subnav)*/
	width:100%;
	height:235px;
}
#logoholder {
	height:72px;
	margin:0px;
}
#logoholder img  {
	float:right;
	border:0px white none;
	margin:0px 50px 0px 0px;
}
a.logolink {
	text-decoration:none;
	background-color:#ffffff;
}
#mainnav {
	float:left;
	margin-top:6px;
}
tr.nav1row {
	height:30px;
}
td.nav1col  {
	width: 100%;
	font-size: 12px;
	font-family: Verdana;
	height:30px;
	vertical-align:bottom;
	
	/*font-weight: bold;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainnav  {
/*
	width: 100%;
	text-align:center;
*/
	font-size: 12px;
	font-family: Verdana;
	height:22px;
	float:none;
}
#mainnav img {
	border:0px #fff none;
}
#mainnav ul {
	list-style:none;
	vertical-align:bottom;
	height:22px;
}
#mainnav li {
	display:inline;
}
#mainnav a {
	color: #CC6600;
	padding:5px 10px 6px 10px;
	font-size: 12px;
	line-height:12px;
	font-family: Verdana;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
}
#mainnav a:active {
	color:#333366;
	background-color:#f89632;
}
#mainnav a:hover {
	color:#333366;
	background-color:#f89632;
}
#sectionnav {
	height:135px;
}
#sectionphotos {
	vertical-align:top;
	float:left;width:309px; height:135px;
}
#pagetitleimage {
	float:right;
	width:446px;
	height:83px;
}
#subnavlinks {
	/* this div contains the subnav div */
	float:right;
	width:446px;
	overflow:visible;
}
#subnav {
	float:left;
	vertical-align:middle;
	text-align:center;
	white-space:nowrap;
	overflow:visible;
}
#subnav ul {
	
	margin-top:16px;margin-bottom:0px;line-height:13px;
	list-style:none;
	text-align:center;
}
#subnav li {
	display:inline;line-height:13px;
}
#subnav td {
}
#subnav a {
	color:#f89632; font-size: 11px;line-height:13px;
	text-decoration:none;
	text-align:left;
	margin: 3px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
}
#subnav a:hover {
	color:#333366; font-size: 11px;line-height:13px;
	text-decoration:none;
}
/* subsubnav added 5/6/10 - applies to inhouse only */
#subsubnav {
	/* float:right;*/
	text-align:center;
	margin-left:120px;
}
#subsubnav ul {
	margin-top:0px;margin-bottom:0px;line-height:13px;
	list-style:none;
	text-align:center;
}
#subsubnav li {
	display:inline;line-height:13px;
}
#subsubnav a {
	color:#f89632; font-size: 11px;line-height:13px;
	text-decoration:none;
	text-align:left;
	margin: 3px 6px 3px 0px;
	padding: 3px 6px 3px 6px;
}
#subsubnav a:hover {
	color:#333366; font-size: 11px;line-height:13px;
	text-decoration:none;
}

/*the content section of the site is layed out here */
#content {
	width:100%;
	padding-left:20px;
	padding-top:12px;
}
#maintext {
	margin-bottom:30px;
	width:550px;
	/*margin-left:170px;*/
	float:right;
}
#maintext p {
	text-align:left;
}
#footer {
	text-align:center;
	font-size: 10pt;
	color:#000066;
	margin-left:0;
	margin:0 auto;
	width:450px;
}
#footer .slash {
	color:#F89D43;
}
#footer .ftdate {
	font-family:Verdana;
	font-size: 8pt; color:#808080;
}
#footer .updatedfont {
	font-size:8pt;
	color:#808080;
}
#footer img {
	height:65px;
}
/*the classes below define the background image for each section of the site*/
.home {background-image: url('../images/sidebar1.gif');background-repeat: no-repeat;}
.about {background-image: url('../images/sidebar3.gif');background-repeat: no-repeat;}
.contact {background-image: url('../images/sidebar3.gif');background-repeat: no-repeat;}
.services {background-image: url('../images/sidebar4.gif');background-repeat: no-repeat;}
.sitemap {background-image: url('../images/sidebar4.gif');background-repeat: no-repeat;}
.portfolio {background-image: url('../images/sidebar1.gif');background-repeat: no-repeat;}
.portfolioxtra {background-image: url('../images/sidebar1.gif');background-repeat: no-repeat;}
.news {background-image: none;background-repeat: no-repeat;}
.media {background-image: url('../images/sidebar3.gif');background-repeat: no-repeat;}
.openhouse {background-image: url('../images/sidebar4.gif');background-repeat: no-repeat;}
.blog {background-image: url('../images/sidebar3b.gif');background-repeat: no-repeat;}
.announcement { font-size: 9pt; color: #666666; font-family: Verdana; line-height: 15pt }
.homephoto { font-size: 8pt; color: #666666; font-family: Verdana; line-height: 12pt }
.photolable { font-size: 8pt; color: #CC6600; font-family: Verdana; line-height: 12pt }
.pagetitle { font-size: 9pt; color: #333366; font-family: Verdana; line-height: 10pt }
.popupevent { font-size: 10pt; color: #FFFFFF; font-family: Verdana; line-height: 11pt }
.popuparrow { font-size: 12pt; color: #CC6600; font-family: Verdana; line-height: 10pt }
.sectiontitle#font-family { font-size: 9pt; color: #F89D41; font-family: Verdana; line-height: 10pt }
h4.invisible { visibility: hidden}
h3.standout { font-size: 11pt; color: #676767; font-family: Verdana; line-height: 13pt}
#homevideo {
	width:760px;
}
#homevideo h1 {
	margin:30px 0px 20px 0px;
	margin-left:5%;
	width:90%;
	font-size:12pt;
	line-height:18pt;
	font-weight:bold;
	color: #333366;
}
#homevideo tr {
	background-color:#fff;
}
#homevideo tr.borderrow {
	height:0px;
}
#homevideo td.videorow {
	height:220px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#homepage {
	visibility:visible;
	font-size:12pt;
	text-align:center;
	font-family:verdana;
	font-style:oblique;
	line-height:16pt;
	text-decoration:none;
}
#homepage img {
	border:0px white none;
	padding:0px 10px;
}
#homepage p {
	visibility:hidden;
}
#homepage td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
#homepage a {
	font-size:12pt;
	text-decoration:none;
}
#homepage a:link {
	color:#cc6600;
	margin:8px;
}
#homepage a:visited {
	color:#cc6600;
	text-decoration:none;
	margin:8px;
}
#homepage a:hover {
	color:#333366;
	text-decoration:none;
	margin:8px;
}
td.greeting {
	font-size:12pt;
	vertical-align:middle;
	text-align:center;
	padding:20px 0px 0px 0px;
}
#linkbuttons a {
	font-family: Verdana;
	text-decoration: none;
	font-size:8pt;
	margin:0px 0px 0px 0px;
}
a:link {
	color: #CC6600;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:active {
	color: #333366;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
}

a.highlightjob:link {
	color: #CC6600;
	font-size: 11pt;
	font-family: Verdana;
	text-decoration: none;
}
a.highlightjob:visited {
	color: #CC6600;
	font-size: 11pt;
	font-family: Verdana;
	text-decoration: none;
}
a.highlightjob:hover {
	color: #333366;
	font-size: 11pt;
	font-family: Verdana;
	text-decoration: underline;
}

a:link.homepage {
	color: #666666;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
}
a:visited.homepage {
	color: #666666;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.homepage {
	color: #333366;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:link.homenews {
	color: #666666;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:visited.homenews {
	color: #666666;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.homenews {
	color: #333366;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:link.popup {
	color: #FF9933;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
}
a:visited.popup {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:hover.popup {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:link.buy {
	color: #333366;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:visited.buy {
	color: #333366;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.buy {
	color: #CC6600;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;}
h3:highlightintable { font-size: 11pt; }
.contactinfo {
	color: #000066;
	font-size: 10pt;
	font-family:Verdana;
}
p.directions {
	font-family: verdana;
	font-size: 11pt;
}
#newscontainer {
	text-align:center;
	width:100%;
}
#newsletter {
	display:block;
	text-align:center;
	width:710px;
	line-height:9pt;
	/*margin-left:100px;*/
}
#newsletter td.title {
	color:#FFFFFF;
	font-size:36pt;
	text-align:center;
	line-height:60px;
}
ul {
	list-style-image: url('../images/arrow_orange2.gif')
}
p.paracenterboldblue {
	text-align:center;
	font-weight:bold;
	color:#000066;
}
p.paracenter {
	text-align:center;
}
#creative img {
	padding:8px 8px;
}
.biotable {
	margin-left:75px;
}
td.titletextonly {
	padding-left:100px;
}
a.linkedin {
	background-color:#fff;
}
