@import url(base.css);
@import url(sIFR-screen.css);

p {
	font-size: 0.99em;
  height: 100%;
	line-height: 1.2em;
	overflow: hidden;
}

.clear {
	clear: both;
}

#header {
	height: 60px;
	border-bottom: 5px solid #CECECE;
	background: url(../img/common/nav_primary_bg.png) top left repeat-x;
	margin-bottom: 36px;
	position:relative;
}
#header h1 {
	float: left;
	width: 195px;
	height: 29px;
	margin: 14px 0 0 20px;
	background: url(../img/common/header_logo.png) top left no-repeat;
	text-indent: -9999px;
	display: inline;
}
#header h1 a {
	outline: 0;
	display: block;
	width: 195px;
	height: 29px;
}
#nav_primary ul {
	list-style-type: none;
	margin: 0;
}
#nav_primary ul li {
	float: left;
	margin: 32px 0 0;
	border-left: 1px dotted #999;
}
#nav_primary ul li:first-child {
	border: 0;
}
#nav_primary ul li a {
	padding: 0 12px;
	color: #999;
	font: bold 10px Arial, Helvetica;
	text-decoration: none;
}
#nav_primary ul li a.active, #nav_primary ul li a:hover {
	color: #FFF;
}

#nav_mini{
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  line-height: 13px;
}

#nav_mini a{
  color: #989A9E;
	font-size: 9px;
	text-decoration:none;
}
#nav_mini a:hover{
	color: #FFF;
	text-decoration:underline;
}


#content {
	overflow: hidden;
	padding-left: 15px;
}

#footer {
	margin-top: 14px;
	border-top: 12px solid #42454A;
	padding-top: 11px;
	clear: both;
}
#footer p {
	float: left;
	font-size: 9px;
	color: #717A85;
}
#bug {
	float: right;
}
/* In-Page */
.span-2 h2, .main.span-3 h2, .span-4 h2, .main.span-9 h2 {
	font-size: 2.2em;
	line-height: 1.5em;
	margin: 0 0 .75em;
	padding: 100px 0 15px 15px;
	color: #FFF;
	text-transform: uppercase;
}
.span-2 select {
	float: left;
	width: 11em;
}
.span-2 .submit input {
	margin-left: 10px;
	border: 0;
	color: #FFF;
	background-color: #B9B9B9;
	font: bold 11px Verdana, sans-serif;
}
.span-2 dl, .span-2 dd {
	margin: 3px 0 0;
}
.span-2 dt {
	color: #FFF;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	padding-left: 9px;
	line-height: 28px;
}

dt.bgEmerge:hover {
	background-color: #A2A9B2;
}

dt.bgBuild:hover {
	background-color: #35383F;
}

#colBuild dl dd ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	height: 135px;
	overflow: hidden;
}

#colBuild dl dd ul li {
	float: left;
	display: block;
	overflow: hidden;
	list-style-type: none;
	height: 60px;
	width: 83px;
	margin: 3px;
	border: 1px solid #CCC;
	padding: 0px 3px;
}

#colBuild dl dd ul a {
	display:block;
	margin: 1px;
	background: no-repeat center center;
	background-color: #FFF !important;
	height: 60px;
	width: 80px;
}
@media screen, projection {
	#colBuild dl dd ul a img{ display:none; }
}

#colBuild dl dd ul img {
	display: block;
}



a.btn_copper {
	display: block;
	float: left;
	background: url(../img/common/btn_grad_copper.png) top left repeat;
	border: solid 1px #CC5E29;
	color: #FFF !important;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	height: 17px;
	padding: 0 10px;
	margin-bottom: 25px;
}
a.btn_copper:hover {
	background: url(../img/common/btn_grad_copper2.png) top left repeat;
}
a.btn_silver {
	display: block;
	float: left;
	background: url(../img/common/btn_grad_silver.png) top left repeat-x;
	border: 1px solid #cecece;
	color: #FFF !important;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	height: 17px;
	padding: 0 10px;
	margin-bottom: 25px;
}
.main h3 {
	color: #999;
}
.main p {
	color: #000;
}
.main .nav_secondary li a {
	color: #666;
	background-color: #FFF !important;
}
.main .nav_secondary li a:hover {
	background-color: #FFF !important;
}
.nav_secondary, .accordion {
	list-style-type: none;
	margin: 0;
}
.nav_secondary li {
	border-bottom: 1px dotted #AEAEAE;
}
.nav_secondary li a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
}
.nav_secondary a.active {
	font-weight: 700;
}
.main .nav_secondary.approach a.active, .main .nav_secondary.approach a:hover {
	color: #ACC2D0;
}
.main .nav_secondary.portfolio a.active, .main .nav_secondary.portfolio a:hover {
	color: #494D56;
}
.main .nav_secondary.spotlight a.active, .main .nav_secondary.spotlight a:hover {
	color: #CC5E29;
}
.main .nav_secondary.news a.active, .main .nav_secondary.news a:hover {
	color: #89A8BC;
}
.nav_secondary {
	border-top: 1px dotted #AEAEAE;
}
.nav_secondary .people li {
	padding-bottom: 0px;
	height: 100px;
	overflow:hidden;
}
.nav_secondary .people li a {
	padding: 0;
	font-size: 12px !important;
	font-variant: small-caps;
	line-height: 12px;
	color: #000;
	width: 90px;
}
.nav_secondary.contact {
	margin-bottom: 10px;
}
.nav_secondary.contact li.parent a.active, .nav_secondary.contact li.parent a:hover {
	color: #CC5E29;
}
.nav_secondary .people li a:hover img {
	border: solid 3px #89A8BC;
}
.nav_secondary .people li.active a img {
	border: solid 3px #89A8BC;
}

/*.accordion li, .accordion li a {
	width: 98%;
}*/
.accordion p img {
	margin: 0 1em 0 0;
}
.accordion li a.list, h5.headbox {
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 0 0 0 15px;
	color: #FFF;
	font: normal 700 .95em/28px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.accordion li a.list {
	background: url(../img/common/arrow_down_white.gif) center right no-repeat;
}
.accordion li div {
	background-color: #FFF;
}
.accordion li p a {
	color: #666;
	font-weight: 700;
}
.accordion.approach li.parent {
	background-color: #ACC2D0;
}
.accordion.approach li a.list.active {
	background-color: #89A8BC;
}
.accordion.approach li a.list:hover {
	background-color: #89A8BC;
}
.accordion.portfolio li ul {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	height: 100%;
	overflow: hidden;
}
.accordion.approach li.parent div, .accordion.quickstart li.parent div {
	padding: 15px;
}
.accordion.approach li.parent h4 {
	color: #89A8BC;
	font-weight: bold;
	/*margin-bottom: 10px; */
}
.accordion.approach li.parent p + h4 {
	background: url(../img/common/dot.gif) top left repeat-x;
	padding-top: 15px;
}
.accordion.portfolio li ul li.company {
	width: 188px;
	height: 130px;
	margin: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
}
li.company a {
	background: no-repeat center center;
	background-color: #FFF !important; 
	display: block;
	width: 188px;
	height: 126px;
	padding: 0;
}
@media screen, projection {
	li.company a img{ display:none; }
}
.accordion.portfolio li.parent {
	background-color: #7F8288;
}
.accordion.portfolio li.parent a.active, .accordion.portfolio li.parent a:first-child:hover {
	background-color: #494D56;
}
.accordion.quickstart li.parent {
	background-color: #7F8288;
}
.accordion.quickstart li.parent a.active, .accordion.quickstart li.parent a:first-child:hover {
	background-color: #494D56;
}
.accordion.spotlights li.parent {
	background-color: #DB8E69;
}
.accordion.spotlights li.parent a.active, .accordion.spotlights li.parent a:first-child:hover {
	background-color: #CC5E29;
}
.accordion.contact li.parent a.toggler {
	display : block;
	padding: 5px 3px 5px 15px;
	margin-bottom: 1px;
	background-color: #DB8E69;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.accordion.contact li.parent a.active, .accordion.contact li.parent a.toggler:hover {
	background-color: #CC5E29;
}
/* Section Colors */
.invest {color: #CC5E29;}
.bgInvest {background-color: #CC5E29;}
.build {color: #494D56;}
.bgBuild {background-color: #494D56;}
.emerge {color: #ADB4BE;}
.bgEmerge {background-color: #ADB4BE;}
.inform {color: #89A8BC;}
.bgInform {background-color: #89A8BC;}
.main {color: #CECECE;}
.bgMain {background-color: #B3B3B3;}
.team {color: #89A8BC;}
.bgTeam {background-color: #89A8BC;}

/* Panels */
.panel-1 {
	height: 630px;
	display: block;
	background: url(../img/common/panels/crv_home_option1.jpg) top left no-repeat;
}
.panel-2 {
	height: 630px;
	display: block;
	background: url(../img/common/panels/crv_home_option2.jpg) top left no-repeat;
}
.panel-3 {
	height: 630px;
	display: block;
	background: url(../img/common/panels/crv_home_option3.jpg) top left no-repeat;
}
.panel-4 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/crv_approach.jpg) top left no-repeat;
}
.panel-5 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/crv_portfolio.jpg) top left no-repeat;
}
.panel-6 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/crv_contact.jpg) top left no-repeat;
}
.panel-7 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/7.jpg) top left no-repeat;
}
.panel-8 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/8.jpg) top left no-repeat;
}
.panel-9 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/9.jpg) top left no-repeat;
}
.panel-10 {
	height: 720px;
	display: block;
	background: url(../img/common/panels/10.jpg) top left no-repeat;
}

.panel-11 {
	height: 646px;
	display: block;
	background: url(../img/common/panels/11.jpg) top left no-repeat;
}

.panel-12 {
	height: 646px;
	display: block;
	background: url(../img/common/panels/quickstart.jpg) top left no-repeat;
}


/* Testing */


.cake-sql-log {
	clear: both;
}


/* TEAM Section */
ul.collapse li.parent {
	overflow: hidden;
	clear: left;	
}

ul.collapse li.parent a.toggler {
	background-image: url('../img/common/accordion_down_arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

ul.collapse li.active a.toggler {
	background-image: url('../img/common/accordion_up_arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

ul.collapse li.active a.toggler {
	font-weight: bold;
	color: #89A8BC;
}

ul.collapse li a.toggler:hover {
	color: #89A8BC;
}

ul.people {
	list-style-type: none;
	margin: 10px 0 0 0;
	overflow: hidden;
}
ul.people li {
	float: left;
	margin: 0 3px;
	border: 0;
	height: 78px;
	width: 90px;
}
ul.people li a {
	display: block;
	border: none;
}
ul.people li a img {
	border: 1px solid #666;
	margin: 0;
	width: 88px;
	height: 58px;
}
ul.people li:hover a img, ul.people li.active a img  {
	border: 3px solid #89A8BC;
	width: 84px;
	height: 54px;
}

ul.people li.parent .slider {
	overflow: hidden;
}
ul.people li.clear {
	border-top: 1px solid #333;
	color: #000;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	height: 20px;
	margin-top:5px;
	padding-top:5px;
	width:290px;
}

.teamMain h3 {
	color: #89A8BC;
}

.teamMain ul {
	list-style-type: none;
	margin: 0;
}

.teamMain li {
	height: 100%;
	overflow: hidden;
}

.teamMain a {
	color: #494D56;
}

.bio h4, .bioAssoc h4 {
	margin: 10px 0 3px 0;
	padding: 10px 0 0 0;
	color: #89A8BC;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.bioAssoc ul {
	margin: 0;
	padding: 0;
}

.bioAssoc ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bioAssoc ul li a {
	color: #666;
}
.bio{
  padding-bottom: 2em;
}
.bio a {
	color: #666;
}

.bioAssoc {
	background: url(../img/common/dot.gif) bottom left repeat-x;
	padding-bottom:1em;
	margin-bottom:2em;
}

.bioAssoc .projectsList, .bioAssoc .pressList  {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.bioAssoc .projectsList li, .bioAssoc .pressList li {
	list-style-type: none;
	float: left;
	margin: 5px 0;
}

.bioAssoc .projectsList li {
	margin: 2px;
	border: 1px solid #CCC;
	padding: 0px;
	disply:inline;
}

.bioAssoc .projectsList li img {
	margin: 0;
}

.bioAssoc .projectsList li a {
	display: block;
	margin: 2px 7px;
	background: no-repeat center center;
	background-color: #FFF !important;
	height: 60px;
	width: 80px;
}
@media screen, projection {
	.bioAssoc .projectsList li a img { display:none; }
}

.bioAssoc .projectsList li a, .bioAssoc .pressList li a {
	font-weight: bold;
	color: #666;
}


/* CONTACT section */
.accordion.contact li ul {
	list-style-type: none;
	margin: 0;
}
.accordion.contact li ul li {
	background-color: #FFFFFF;
	border-top: dotted 1px #AEAEAE;
	padding: 10px 15px;
}
.accordion.contact li ul li:first-child {
	border: none;
}
.accordion.contact li ul li a, ul.contact_accomodations a {
	display: block;
	color: #CC5E29;
	font-weight: bold;
	padding: 0;
	line-height: normal;
	border: none;
	text-decoration: underline;
	text-transform: none;
	background-image: none;
}
.contact_directions {
	list-style-type: none;
	margin: 0;
}
.contact_directions li {
	clear: both;
	border-top: dotted 1px #AEAEAE;
	padding: 10px 15px 0 15px;
}
.contact_directions li:first-child {
	border: 0;
	padding-top: 0;
}
.contact_directions h5 {
	margin-bottom: 7px;
}
h5.accomodations { padding: .7em 15px; margin: 0; }
.contact_accomodations {
	list-style-type: none;
	margin: 0 0 10px 0;
}
.contact_accomodations li {
	clear: both;
	border-top: dotted 1px #AEAEAE;
	padding: 10px 15px;
}
.contact_accomodations li:first-child {
	border: 0;
	padding-top: 0;
}
.contact_accomodations h5 {
	margin-bottom: 7px;
}


/* SPOTLIGHTS section */
.spotlights_detail, .spotlights_detail ul {
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	height: 100%;
	overflow: visible;
	border-left: dotted 1px #CCCCCC;
}
.spotlights_detail {
	background-color: #FFFFFF;
	padding: 10px 0;
}

.spotlights_detail p {
	font-size: 1em;
}

.spotlights_detail li a {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #CC5E29;
	text-transform: none;
	line-height: 1.5;
	font-size: 11px;
}

.spotlights_detail li {
	float: left;
	background-color: #FFFFFF;
	padding: 0 0 0 20px;
	display: inline;
}
.spotlights_detail li.spotlight_player{
	padding: 0 15px;
	width: 470px;
	border-left: none;
}
.spotlights_detail li.spotlight_additional_info{
	width: 170px;
	border-left: none;
}

.spotlights_detail li iframe {
	display: block;
	float: left;
	margin: 0 0 15px 0;
	width: 486px;
	height: 324px;
}
.spotlights_detail li .address {
/*  float: left;*/
/*  margin: 0 0 0 15px;*/
/*  display: inline;*/
padding-bottom: 1em;
border-bottom: dotted 1px #CCCCCC;

}
.spotlights_detail li .address h5 {
	font-size: 1.2em;
}
.spotlights_detail li li {
	width: 100%;
/*  margin: 0 0 0 15px;*/
	padding: 5px 0 15px;
}
/*.spotlights_detail li li:first-child {
  padding: 0;
  border: none;
  width: 100%;
  border: none;
}
*/
.spotlights_detail li li p {
	padding-bottom: 0;
}
.spotlights_detail li li p a {
	background-color: #FFF;
}
.spotlights_detail li li a {
	 background-color: #FFF;
	 padding: 0;
	 line-height: normal;
	 color: #999999;
	 text-transform: lowercase;
	 border: none;
	 text-decoration: underline;
}
.spotlights_detail li li a.btn_copper {
	display: block;
	float: left;
	background: url(../img/common/btn_grad_copper.png) top left repeat;
	border: solid 1px #CC5E29;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	height: 17px;
	padding: 0 10px;
	margin-bottom: 25px;
}
.spotlights_detail li li.team {
	border-left: none;
}
.spotlights_detail li li.team a {
	 display: block;
	 text-transform: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.spotlights_detail li li.team img {
	 display: block;
	 float: left;
	 padding: 0 5px 0 0;
	 margin: 0;
}


/* NEWS & EVENTS section */
.news_detail ul {
	list-style-type: none;
	margin: 0;
}
.news_detail ul.news {
	padding-left: 15px;
	padding-right: 15px;
}
.news_detail ul.events {
	padding-left: 15px;
}
.news_detail ul li {
	padding-top: 15px;
	overflow: hidden;
}
.news_detail ul li:first-child {
	padding-top: 0;
}
.news_detail ul li img {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0;
}
.news_detail ul li a {
	white-space: nowrap;
	color: #666666;
	font-weight: bold;
}
.news_detail h6 {
	line-height: normal;
	margin-bottom: 3px;
}
.news_detail h6.date {
	color: #89A8BC;
}
.news_detail p {
	line-height: normal;
}
.news_detail ul.news + ul.news {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
}

/* .filters sort control */
.filters {
	background-color: #F4F4F4;
	height: 47px;
	color: #666666;
	padding: 10px 0 0 13px;
	margin: -15px 0 15px 0;
}
.filters table {
	margin: 0 1px 0 0;
	padding: 0;
	width: auto;
	float: left;
	line-height: 35px;
}
.filters .divider {
	border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
	margin-left: 40px;
	margin-right: 40px;
	width: 3px;
	float: left;
	height: 35px;
}
.filters td {
	white-space: nowrap;
	padding: 0 3px;
	margin: 0;
	border-bottom: none;
	vertical-align: middle;
}
.filters select {
	height: 19px;
	margin: 0;
	color: #666666;
	width: auto;
}

/* NEWS & EVENTS > PORTFOLIO section */
.news_detail ul.news {
	clear: both;
}
.news_detail ul.news li {
	padding: 0 0 15px 0;
	border-top: none;
}
.news_detail ul.news li.dot-horiz-top {
	padding: 10px 0 0;
}

/* h4.headblue style */
h4.headblue {
	color: #89A8BC;
	font-weight: bold;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right center;
}
h4.headblue.clip {
	background-image: url(../img/news/icon_clip.gif) !important;
}
h4.headblue.mouse {
	background-image: url(../img/news/icon_mouse.gif);
}
h4.headblue.bubble {
	background-image: url(../img/news/icon_bubble.gif);
}
h4.headblue.cal {
	background-image: url(../img/news/icon_cal.gif);
}

/* h4.headorange style */
h4.headorange {
	color: #CC5E29;
	font-weight: bold;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: normal;
	margin-bottom: .8em;
}
h4.headorange.clip {
	background-image: url(../img/spotlights/icon_clip_orange.png);
}

/*h4.headgray style */
h4.headgray {
	color: #999999;
	font-size:16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: .8em;
}

/* h5.headbox style */
h5.headbox {
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}
h5.headbox.window {
	background-color: #89A8BC;
	background-image: url(../img/news/icon_window.gif);
}
h5.headbox.clip {
	background-color: #89A8BC;
	background-image: url(../img/news/icon_clip_blue.gif);
}
h5.headbox.pageplus {
	background-color: #89A8BC;
	background-image: url(../img/news/icon_pageplus_blue.gif);
}

/*Widgets*/
#colBuild a.more {
	display: block;
	text-align: right;
	color: #666666;
	line-height: normal;
	margin: 2px 9px 6px;
	padding: 0pt;
	text-decoration: underline;
	text-transform: lowercase;
	font-weight: bold;
}

.teamWdgt, #colNews div {
	margin-top: 1em;
	padding-top: 1em;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.teamWdgt h3 {
	margin-bottom:.5em;
}

#colNews a, #colEmerge a, .portfolio_modal a  {
	color: #494D56;
}
.portfolio_modal {
}
.portfolio_modal .left_col img {
	display: block;
}

.portfolio_modal .left_col h4 {
	padding-top: 10px;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.portfolio_modal p.team img {
	padding-right: 10px;
	margin-top: 0;
}

.teamWdgt_inner {
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.topDot {
	margin-top: 20px !important;
	padding-top: 10px;
	background: url(../img/common/dot.gif) left top repeat-x;
}

.teamWdgt img {
	margin-bottom: 0;
	border: 1px solid #666;
}

.teamWdgt a {
	color: #666;
	font-size:0.99em;
	text-decoration: none;
}

#colNews h4,  .bioAssoc h6 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	background-position: center right;
	background-repeat: no-repeat;
}

#colNews .news_press_release h4, .pressList .news_press_release h6, h6.news_press_releases  {
	background-image: url('../img/news/icon_mouse_gray.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: .5em;
	padding-left: 20px;
}

#colNews .news_portfolio h4, .pressList .news_portfolio h6, h6.news_portfolio {
	background-image: url('../img/news/icon_clip_gray.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: .5em;
	padding-left: 20px;
}

#colNews .news_press_mentions h4, .pressList .news_press_mentions h6, h6.news_press_mentions {
	background-image: url('../img/news/icon_bubble_gray.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: .5em;
	padding-left: 20px;
}

#colNews .news_events h4, .pressList .news_events h6, h6.news_events {
	background-image: url('../img/news/icon_cal_gray.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/**PORTFOLIO Modal**/
.portfolio_modal .left_col {
	overflow: hidden;
	padding-left: 1em;
}

.portfolio_modal .top a.btn_silver {
	float: right;
}

.portfolio_modal ul.newsList {
	margin: 0 0 0 0;
}

.portfolio_modal .newsList li {
	list-style-type: none;
}

.portfolio_modal iframe {
	margin-bottom: 1em;
}

.portfolio_modal a.btn_copper {
	margin-bottom: 1em;
}

/* DOT repeating background */
.dot-vert-407 {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-y;
	background-position: 407px top;
}
.dot-horiz-top {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


/* .img_list1 style */
.img_list1 {
	list-style-type: none;
	margin: 5px 0 0 0;
	font-size: 9px;
}
.img_list1 li {
	float: left;
	width: 90px;
	height: 115px;
	margin: 5px;
	text-align: center;
}
.img_list1 img {
	display: block;
	margin: 0 0 5px 0;
}
.img_list1 h7 {
	display: block;
	margin: 0;
	line-height: normal;
}

/* .form_1row style */
.form_1row {
	color: #666666;
}
.form_1row table {
	margin: 0 1px 0 0;
	padding: 0;
	width: auto;
}
.form_1row td {
	white-space: nowrap;
	padding: 0 3px;
	margin: 0;
	border-bottom: none;
	vertical-align: middle;
}
.form_1row input.ti {
	height: 15px;
	margin: 0;
	color: #666666;
	width: auto;
}

/* PADDING styles */
.pad-sides {
	margin-left: 15px;
	margin-right: 15px;
}

/* MISC styles */
.lh-normal {
	line-height: normal;
}

p.fine_print{
  color: #666;
  font-size: 10px;
  font-style: italic;
}