﻿body
{
	margin: 0;
	padding: 0;
	color: #000;
    font: 100.1% "Lucida Sans Unicode", 'Lucida Grande', Geneva,Arial,Verdana,sans-serif;
    background: #fff;
    background: #fff url(../images/floor_plan_interlaced_17.png) repeat center top;
}
/**********************************/
/*** undohtml ***/
ul,ol { list-style:none; }
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*** Generic styles ***/
a
{
    color: #dd1d43;
	font-weight: bold;
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clr
{
	clear: both;
}
table
,td
,th
{
	border-color: #CCC;
}
.highlight
{
	background: yellow;
}

/* grid table style */
.grid
{
	width: 100%;
	border-collapse: collapse;
}
.grid td
,.grid th
{
	margin: 0;
	padding: 4px 5px 5px 5px;
}
.grid tr
{
	margin: 0;
}
.grid thead tr
{
}
.grid tbody tr
{
	background-color: #e5e5e5;
}
.grid tbody tr.alt
{
	background-color: #fff;
}

/* make form buttons look nicer */
.textInput
,.textBox
,textarea
,select
{
	background-color: #fff;
	border: 1px solid #969696;
	vertical-align: baseline;
}
.submitButton
,.cancelButton
,.submitButtonHover
,.cancelButtonHover
{
	background: #FFF url(../images/bkgrd_button.gif) repeat-x left bottom;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #575757;
	vertical-align: baseline;
	margin: 1px 0;
	padding: 0 2px;
}
.submitButtonHover
,.cancelButtonHover
{
	border: 1px solid #EFCF86;
}
.textInput
,.textbox
,.textBox
,textarea
{
	padding: 0 2px;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
label.checkboxlabel
,label.radiobuttonlabel
{
	float: none;
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	text-align: left;
}
span.checkbox input
,span.radiobutton input
{
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border:none;
	padding: 0px;
	margin:0px 0px 0px 110px;
	z-index:-1;
}
.invalidfieldindicator
{
	color: #ff3300;
	display: inline;
}
.requiredFieldIndicator
{
	color: #ff3300;
}
input.required
{
	/* background-color: #ffefef !important; */
}
input.instructions
{
    color: #666 !important;
}
span.errorMessage
{
	margin: 0 0 0 5px;
	color: #ff3300;
}
.blockField span.errorMessage
{
	display: block;
	margin: 5px 0;
}
.arrow
{
	font-size: 1.3em;
	line-height: 1em;
}
/* Default form styles */
.field
{
	float: left;
	clear: left;
	width: 99%;
	margin: -1px 0 0 0;
	padding: 7px 3px;
    border: 1px solid #ccc;
    background: #4c3b2b;
    color: #d2f3f8;
}
.field .fieldName
{
	float: left;
	width: 11em;
	padding-right: 1em;
    text-align: right;
}
.blockField .fieldName
{
	width: auto;
}
.field .inputContainer
,.field .fieldValue
{
	float: left;
}
.field .fieldValue label
{
	font-weight: bold;
}
.field .fieldValue input
{
	margin-right: 5px;
}
.blockField .fieldValue
{
	display: block;
	float: none;
	clear: both;
}
.blockField .fieldValue textarea
{
	width: 98.5%;
}
.field .tip
{
	margin: 0;
}
.field .hasDatepicker h5
{
	margin: 10px 0 0 0;
	font-size: 1.2em;
	text-align: center;
}
.blockField .fieldName
{
	width: auto;
}
.longName .fieldName
{
	width: 22em;
}
.longName .fieldValue
{
	width: 312px;
}
.formSuccess
,.formError
{
	margin: 10px 0;
	min-height: 50px;
	padding: 0 0 0 1em;
	border: 2px solid #666;
	color: #FFF;
	background: #737340 url(../img/folder.png) no-repeat 10px center;
	font-size: 1em;
}
.formError
{
	background: #822C16 url(../img/error.png) no-repeat 10px center;
}
.formError ul
{
    list-style-type: disc;
    margin-left: 1em;
    padding-left: 1em;
}
.formError li
{
    display: list-item;
}
.formGroup
{
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.formGroup h4
{
	font-size: 1.3em;
	margin: 0.6em 0;
	color: #B53C1C;
}
.formGroup .formGroup
{
	margin-left: 25px;
}
.formGroup .formGroup h4
{
	margin: 0.2em 0;
	font-size: 1.2em;
	font-style: italic;
}
.formGroup .groupTip
{
	margin: 0;
}

/***** UserContent (redo styles) *****/
.userContent ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.userContent ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.userContent li {
  display: list-item;
}
/* nested lists have no top/bottom margins */
.userContent ul ul
,.userContent ul ol
,.userContent ul dl
,.userContent ol ul
,.userContent ol ol
,.userContent ol dl
,.userContent dl ul
,.userContent dl ol
,.userContent dl dl
{
  margin-top: 0;
  margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
.userContent ol ul
,.userContent ul ul
{
  list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
.userContent ol ol ul
,.userContent ol ul ul
,.userContent ul ol ul
,.userContent ul ul ul
{
  list-style-type: square;
}

/*** Hide navigation anchor links and labels ***/
.skip
,#siteNav h3
,#zoneNav h3
,#secondarySiteNav h3
{
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}

/* CMS helper classes */
.articleRight
{
	float: right;
	clear: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.articleLeft
{
	float: left;
	clear: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

/***** Main Layout *****/
#container
{
    font-size: 80%;
	text-align: left;
    width: 1019px;
    background: #fff url(../images/left_sidebar_middle.png) repeat-y 0 0;
    border-top: 9px solid #b5d3df;
    border-bottom: 9px solid #bed262;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 auto;
}
#containerLiner
{
}

/*** Header ***/
#header
{
	position: relative;
	background-color: #FFF;
	z-index: 90;
}
#header h1
{
	background-color: #FFF;
}
#header h1 a
{
    float: left;
    padding: 13px 9px;
    background:#fff;
}
#header h4
{
	position: absolute;
	top: 36px;
	left: 192px;
	width: 292px;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	font-family: "Lucida Sans","Lucida Sans Unicode",sans-serif;
	letter-spacing: -2px;
	color: #C0958C;
}
.siteMessage
{
	margin: 0 0 5px 0;
	color: #FFF;
	font-size: 1.2em;
}
.siteMessage dd
{
	padding: 1em 0 1em 35px;
}
.siteMessage dd.message
{
	background: #C3D2E5 url(../../system/images/notice-info.png) no-repeat scroll 4px center;
	color: #05B;
	border-bottom: 1px solid #05B;
}
.siteMessage dl dd.error
{
	background: #E6C0C0 url(../../system/images/notice-alert.png) no-repeat scroll 4px center;
	color: #C00;
	border-bottom: 1px solid #C00;
}
.siteMessage h2
,.siteMessage dt
{
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}

/* Top Menu */
#header #siteNav 
{
	position: relative;
    float: left;
    display: inline;
    margin: 52px 0 0 0;
    padding: 0;
    border-top: 1px solid #d1d1d3;
}
#header #siteNav ul
{
	display: block;
    width: 783px;
	margin: 0 auto;
}
#header #siteNav  li
{
	position: relative;
	float: left;
	display: inline;
}
#header #siteNav li a
{
	position: relative;
	float: left;
	display: inline;
    padding: 8px !important;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	color: #dd1d43;
	font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: 3px;
}
#header #siteNav li.alias_about a
{
    padding-left: 4px;
}
/*** Quick Links handling ***/
#header #siteNav ul ul 
{
	float: left;
	clear: both;
	display: inline;
	width: auto;
	margin: 0;
	position: absolute;
	top: 40px;
	top: -3000px;
	left: 1px;
	z-index: 1000;
	background: #dd1d43;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
#header #siteNav ul li:hover ul,
#header #siteNav ul li.sfHover ul {
	top: 100%;
}
#header #siteNav li li
{
	float: none;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#header #siteNav li li a
,#header #siteNav li li a:hover
{
	float: none;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 4px 13px 5px 13px !important;
	background: transparent;
	text-indent: 0;
	text-align: left;
	text-transform: none;
	white-space: nowrap;
	font-size: 0.8em;
	overflow: visible;
	color: #fff;
	vertical-align: top;
}
#header #siteNav li li a:hover
{
	background: #000;
	color: #FCAF40;
	text-decoration: none;
}
#header #siteNav li li a:active
{
	background: #000;
	color: #BDD73C;
	outline: none;
}
#header #siteNav li li:last-child a
{
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
#header #siteNav li li a em
{
	display: inline;
	width: auto;
	height: auto;
}
/*** Main Content ***/
#content
{
	position: relative;
	z-index: 1;
}
#contentLiner
{
}
#banner
{
    float: right;
    width: 783px;
    margin-bottom: 7px;
}
#banner img
{
    float: none;
    border: 0;
    margin: 0;
    padding: 0;
}
#main
{
    position: relative;
    float: right;
    clear: right;
	width: 784px;
    margin: 0;
    padding: 20px 0;
	background: #FFF;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    background: #e7e8e9 url(../images/gradient.png) repeat-x left top;
}
#mainLiner
{
    background: url(../images/interior_border.png) repeat-y 251px 0;
}
.noZoneNav #mainLiner
{
    background: none;
}
#mainSugar1
{
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: 100;
    width: 52px;
    height: 52px;
    background: url(../images/corner_tl.png) no-repeat 0 0;
}
#moreInfoNav
{
    background: url(../images/left_sidebar_top.png) no-repeat 0 0;
    margin-right: 783px;
    padding: 20px;
}
#moreInfoNav .mod_more_info
{
    font-size: 0.85em;
}
#moreInfoNav .mod_more_info h3
{
    display: none;
}
#moreInfoNav .mod_more_info a
{
    color: #DD1D43;
    text-transform: uppercase;
}
#moreInfoNav .mod_more_info ul
{
    list-style: square;
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
}
#moreInfoNav .mod_more_info li
{
    font-weight: bold;
    margin-bottom: 1em;
}
#moreInfoNav .mod_more_info ul ul
{
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em;
    list-style: none;
}
#moreInfoNav .mod_more_info li li
{
    font-weight: normal;
    margin-bottom: 0.8em;
    line-height: 1.1;
}
#moreInfoNav .mod_more_info li li a
{
    font-weight: normal;
}
#moreInfoNav .mod_more_info li.alias_architects-and-designers
{
    list-style: none;
}
#haworthPreferred
{
    position: absolute;
    left: 21px;
    bottom: 21px;
    z-index: 30;
}
#pageContent
{
    float: right;
    width: 490px;
    padding: 10px 20px 0 20px;
}
.noZoneNav #pageContent
{
    width: 741px;
}
.t_int #pageContent .hasSidebar .description
{
    float: left;
    width: 255px;
    margin: 0 10px 0 0;
}
.noZoneNav #pageContent .hasSidebar .description
{
    float: left;
    width: 396px;
    margin: 0 10px 0 0;
}
#pageContent .hasSidebar #pageContentExtra
{
    float: left;
    width: 225px;
}
.noZoneNav #pageContent .hasSidebar #pageContentExtra
{
    width: 335px;
}
#zoneNav
{
	position: relative;
    float: right;
    width: 210px;
    margin: 0;
    padding: 0 15px 0 26px;
	min-height: 80px;
}
#zoneNav .mod_zone_menu ul
{
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 0;
}
#zoneNav .mod_zone_menu ul ul
{
	padding: 0;
}
#zoneNav .mod_zone_menu li
{
	display: none;
    margin-top: 10px;
}
#zoneNav .mod_zone_menu_site li
{
	display: block;
}
#zoneNav .mod_zone_menu li a
{
	display: block;
	float: none;
	padding: 3px 10px 3px 8px;
	margin: 0;
    line-height: 1.1;
	/*The following is for the "header" menu item */
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Myriad Pro Cond", "Arial Narrow", sans-serif;
	color: #DB881B;
	text-transform: uppercase;
}
#zoneNav .mod_zone_menu li a:hover
{
	text-decoration: none;
}
#zoneNav .mod_zone_menu li.active
,#zoneNav .mod_zone_menu li.active li
{
	display: block;
}
#zoneNav .mod_zone_menu li li
{
    margin-top: 0;
}
#zoneNav .mod_zone_menu li li a
{
	padding: 3px 10px 3px 7px;
	text-transform: none;
	color: #333;
	font-size: 0.95em;
    font-family: "Lucida Sans Unicode","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	vertical-align: middle;
}
#zoneNav .mod_zone_menu li li a:hover
,#zoneNav .mod_zone_menu li li#current a
,#zoneNav .mod_zone_menu li li#current li a:hover
,#zoneNav .mod_zone_menu li li li#current a
{
	color: #DB1D43;
}
#zoneNav .mod_zone_menu li li#current a
,#zoneNav .mod_zone_menu li li li#current a
{
}
#zoneNav .mod_zone_menu li li li a:hover
,#zoneNav .mod_zone_menu li li#current li a:hover
,#zoneNav .mod_zone_menu li li li#current a
{
	background-position: 57px center;
}
#zoneNav .mod_zone_menu li li.active ul
{
    padding-bottom: 1em;
}
#zoneNav .mod_zone_menu li.active li li
{
	display: none;
}
#zoneNav .mod_zone_menu li li.active li
{
	display: block;
}
#zoneNav .mod_zone_menu li li li a
{
	padding-left: 24px;
    font-size: 0.85em;
}
#zoneNav .mod_zone_menu li li#current li a
{
	color: #666;
	background: none;
}

#search
{
   	position: absolute;
	right: 0;
	top: 25px;
    z-index: 1;
	height: 2em;
	border: 0;
}
#search h3
,#search label
{
    display: none;
}
#search .button_search
{
    float: left;
    margin: 2px 14px 2px 6px;
	font-size: 0.9em;
	text-transform: uppercase;
    border: 0;
    background: #fff;
}
#search .inputbox_search
{
    float: left;
	width: 130px;
	height: 14px;
	background: #FFF;
	border: 1px solid #888;
    padding: 2px;
    font-size: 1em;
}
#extraNavs #search .inputWrapper
{
	width: 152px;
}

/*** Registered User Menu ***/
.mod_registered_menu
{
	position: absolute;
	top: -6px;
	right: 0;
	z-index: 10;
	display: block;
	width: 648px;
	padding: 3px 0;
	background: #CECEA3;
	border: 6px solid #FFF;
	text-align: right;
}
.mod_registered_menu h3
,.mod_login_menu h3
{
	display: none;
}
.mod_registered_menu ul li
,.mod_login_menu .loggedInActions ul li
{
	display: inline;
}
.mod_registered_menu ul li a
,.mod_login_menu .loggedInActions ul li a
{
	display: inline;
	margin: 0 6px 0 3em;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #333;
}
.mod_login_menu
{
	position: absolute;
	top: 0;
	left: 228px;
	z-index: 10;
	display: block;
	padding: 3px 0;
	text-align: left;
}
.mod_login_menu .loggedInAs
{
	float: left;
	display: inline;
	/*margin-right: 1em;*/
}
.mod_login_menu .loggedInActions
{
	display: inline;
}
.mod_login_menu .loggedInActions ul
{
	display: none;
}
.mod_login_menu .loggedInActions input.button
{
	background: #EEE;
	border: 1px solid #333;
	cursor: pointer;
}

/*** Footer ***/
#footer
{
	position: relative;
	clear: both;
	color: #819EB3;
	font-size: 0.7em;
}
#footerLiner
{
}
#footer .group1
{
	width: auto;
	background-color: #333;
	border: solid #FFF;
	border-width: 6px 0;
	color: #999;
}
#footer .group1Liner
,#footer .group2Liner
{
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 15px 20px;
}
#footer #copyright
,#footer #legalLinks
{
	float: left;
	width: 500px;
	margin: 0 auto;
}
#footer #legalLinks
{
	width: 340px;
}
#footer #legalLinks li
{
	display: inline;
	overflow: hidden;
}
#footer #legalLinks a
{
	padding: 0 1em;
	display: inline;
	color: #AAA;
	background: url(../images/footer_link_separator.png) no-repeat left center;
}
#footer #legalLinks li:first-child a
{
	padding-left: 0;
	background: none;
}
#footer #quickContact
{
	width: 600px;
	padding: 0 240px 0 0;
	font-size: 0.9em;
	color: #8C9B4B;
}
#footer #quickContact a
{
	color: #8C9B4B;
}
#footer #designCredit
{
	clear: both;
	width: 600px;
	padding: 0 240px 0 0;
	padding: 20px 0 0 0;
	color: #8C9B4B;
}
#footer #designCredit span
{
}
#footer #designCredit a
{
	position: relative;
	top: 4px;
	margin-left: 2px;
	color: #8C9B4B;
}
#footer #relatedInstitutions2
{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 267px;
}
#footer #relatedInstitutions2 a
{
	float: left;
	display: inline;
	margin: 0 0 0 28px;
}
#footer #relatedInstitutions2 a.uams
{
	width: 149px;
	height: 62px;
}
#footer #relatedInstitutions2 a.ach
{
	width: 62px;
	height: 62px;
}

/* Data Page styles */
.breadcrumbs
{
    display: block;
    position: relative;
    height: 32px;
    padding: 20px 0 0 35px;
    height: 20px;
    padding: 15px 0 15px 35px;
	font-size: 1em;
    border: 1px solid #D0D1D2;
    border-width: 0 0 1px 1px;
}
.breadcrumbs strong
{
    font-size:0.85em;
    margin-right:1em;
    text-transform:uppercase;
}
.breadcrumbs a
{
	margin: 0 5px 0 0;
    position: relative;
    z-index: 2;
}
.breadcrumbs .sugar
{
    position: absolute;
    left: -1px;
    bottom: -2px;
    z-index: 1;
    display: block;
    width: 52px;
    height: 52px;
    background: url(../images/corner_bl.png) no-repeat 0 0;
}
#extraNavs
{
	position: relative;
	z-index: 3;
	float: left;
	width: 260px;
	padding: 0 0 21px 0;
    border-right: 6px solid #FFFFFF;
}
#extraNavs .mod_breadcrumb
{
    position: static;
}
#main img
{
	display: inline;
	float: right;
	margin: 0 10px 10px 10px;
}
#mainHeading img
{
    float: none;
    margin: 0;
    border: 0;
}
#main img.Article_Left
{
	float: left;
}
#main img.Article_Right
{
	float: right;
}
#main .frame
{
	margin:  0 5px 5px 5px;
}
/* Restyle img in the presence of a frame */
#main .frame img
,#howToContactUs .frame img
{
	margin: 0;
}
#main .photo-link
{
	border: 5px solid #FFF;
}
#main .photo-link
{
	border: 5px solid #FFF;
}
#main .articleContent
,#main .contentdescription
{
	margin: 1em 0;
	line-height: 1.5em;
	letter-spacing: -0.02em;
	font-size: 0.8em;
}
#main .articleContent h3
,#main .articleContent h4
{
	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Geneva,Arial,Verdana,sans-serif
}
#main .articleInfo
{
	margin: -1.6em 0 1.6em 0;
	font-size: 0.7em;
}
#main .blog h3
{
	margin: 0.5em 0 0 0;
	color: #0F75BC;
	color: #BF1E2E;
	font-size: 1em;
	clear: both;
}
#main .blog p
{
	margin: 0 0 1em 0;
}
#main .blog .article_row
{
	margin: 1em 0;
}
#main .blog .leading
,#main .blog .article_column
{
	margin: 0 0 3em 0;
}
#main .blog .iteminfo
{
	font-size: 0.6em;
	margin: 0 0 1em 0;
}
#main .blog .readon
{
	margin: 1em 0;
	font-size: 0.8em;
}
.searchPage
{
	font-size: 0.9em;
}
.searchPage .keywordInfo
{
	float: left;
}
.searchPage .searchAgain
{
	display: inline;
	float: left;
	margin: 0 0 0 1em;
}
.searchPage .results h3
{
	clear: both;
	padding: 10px 0 0 0;
	font-size: 1.7em;
	text-transform: uppercase;
}
.searchPage .results li
{
	margin: 1em 0 0 0;
}
.searchPage .results li h4
{
	float: left;
	font-size: 1em;
}
.searchPage .results li p.itemInfo
{
	margin: 0.3em 0;
	color: #555;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: right;
}
.searchPage .results li .category
{
	float: left;
}
.searchPage .results li .articleContent
,#main .results li .articleContent
{
	clear: both;
	margin: 0;
	font-size: 0.85em;
}
.searchPage form.search_result
{
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #666;
}
.searchPage form.search_result h3
{
	margin: 0 0 10px 0;
	font-size: 1.5em;
	text-transform: uppercase;
}
.searchPage form.search_result .word
{
}
.searchPage form.search_result .phrase
{
}
.searchPage form.search_result .only
{
	position: absolute;
	top: 34px;
	right: 10%;
	border-left: 1px solid #666;
	padding: 0 10px;
}
.searchPage form.search_result p
{
	clear: both;
}

.pagination li
,.searchPage .results .pagination li
{
	display: inline;
	margin: 0 1em 0 0;
}

/*** Login/Register Forms ***/
form.comUser label
{
	float: left;
	width: 10em;
}

/*** Custom Form Styles ***/
#adStates .fieldValue .selectorInstructions
{
	width: 28em;
	margin: 5px 0;
	font-style: italic;
}
#adStates .fieldValue #otherStatesActions
{
	margin: 5px 0;
}
#main .sboxgallery a img
,#main .photo-link img
{
	float: none;
	border: 7px solid #FFF;
}
#main .sboxgallery a:hover img
,#main .photo-link:hover img
{
	border-color: #ddd;
}
#main .photo-link
{
	border: 0;
}

/*** Comments ***/
#main #comments
{
	font-size: 0.68em;
}
#main #comments .comments-num
{
	font-size: 1em;
}
#main #comments li.comment
{
}
#main #comments li.comment .metadata
{
	height: auto;
}
#main #comments li.comment .metadata .author
{
	display: inline;
	font-weight: bold;
	margin: 0.1em 1em 0.1em 0;
}
#main #comments li.comment .metadata .date
{
	display: inline;
}
#main #comments li.comment div.comment
{
	margin-top: 1em;
}
#main #respond-container
{
	font-size: 0.78em;
}
#main #respond-container fieldset dl
{
	float: left;
	padding: 10px 0;
}
#main #respond-container fieldset dt
{
	float: left;
	clear: left;
	width: 126px;
	text-align: right;
	margin: 0 1em 1em 0;
}
#main #respond-container fieldset dd
{
	float: left;
	width: 409px;
	margin: 0 0 1em 0;
}
#main #respond-container fieldset .captcha
{
	clear: left;
	padding: 10px 0;
	border-top: 1px solid #999;
}
#main #respond-container fieldset .captcha .captcha-image
{
	float: left;
	margin: 0 0 10px 0;
	border: none;
}
#main #respond-container fieldset .captcha #comment_captcha
{
	margin-left: 34px;
}
#main #respond-container fieldset .captcha .captcha-image-refresh
{
	clear: left;
	display: block;
}
#main #respond-container fieldset textarea
{
	width: 400px;
}

#main .articleContent .video
{
	float: right;
	clear: right;
	border: 7px solid #FFF;
}
#main div.dir
{
	clear: both;
	background: none;
	vertical-align: middle;
}
#main div.dir a:hover
{
	text-decoration: none;
}
#main div.dir a:hover span
{
	text-decoration: underline;
}
#main div.dir .thumbnail
{
	width: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#main div.dir .thumbnail img
{
	float: none;
	vertical-align: middle;
}
#main div.dir span
{
	vertical-align: middle;
}
#main div.thumbnail
{
	border: 0;
	text-align: center;
	width: auto !important;
	width: 33% !important;
	height: auto !important;
	padding: 0;
	margin: 0;
}
#main div.thumbnail img
{
	border: 7px solid #FFF;
	float: none;
}
#main div.thumbnail a:hover img
{
	border-color: #EEE;
}
#extraNavs #howToContactUs
{
	position: relative;
	background: url(../images/sbm_contact_us_top.png) no-repeat 0 0;
	width: 205px;
	min-height: 83px;
	padding: 18px 20px 18px 10px;
}
#extraNavs #howToContactUs .sugar
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 235px;
	height: 63px;
	background: #FFF url(../images/bg_dp.png) repeat-y 0 0;
}
#extraNavs #howToContactUs .sugar em
{
	display: block;
	width: 235px;
	height: 63px;
	background: url(../images/sbm_contact_us_bottom.png) no-repeat 0 0;
}
#extraNavs #howToContactUs h3
{
	position: relative;
	width: 214px;
	height: 16px;
	overflow: hidden;
	text-indent: 0;
	text-transform: uppercase;
	background-color: #FFF;
	color: #333;
}
#extraNavs #howToContactUs h3 em
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/hdr_how_to_contact_us.png) no-repeat 0 0;
}
#extraNavs #howToContactUs img
{
	display: inline;
	float: right;
	margin: 0 10px 10px 10px;
	border: 3px solid #FFF;
}
#extraNavs #howToContactUs .frame img
{
	margin: 0;
}
#extraNavs #howToContactUs h4
{
	text-transform: uppercase;
	margin: 10px 0;
	color: #90C;
	font-size: 0.7em;
}
#extraNavs #howToContactUs .locationContent
{
	position: relative;
	z-index: 1;
	font-size: 0.7em;
}
#extraNavs #howToContactUs .locationContent address
{
	margin: 0 0 10px 0;
}
#extraNavs #howToContactUs .locationContent .email
{
	margin: 10px 0 0 0;
}
/* General Interior Styles */
#pageContent .componentheading
,#pageContent .contentheading
,#pageContent h2.flexicontent
{
    font-size: 1.2em;
    font-family: "Gotham Black", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #db881b;
}
#pageContent .contentheading a
{
    color: #db881b;
    text-decoration: underline;
}

/*Phoca Gallery */
#phocagallery img
{
	float: none;
	margin: 0;
	border: 0;
}
.phocagalleryslideshow #master0
,.phocagalleryslideshowliner
,.phocagalleryslideshowsizer
{
    position: relative;
    border: 2px solid #848689;
    margin: 0 auto;
    text-align: center;
}
.phocagalleryslideshowliner
{
    border: 0;
}
.phocagalleryslideshowsizer a
,.phocagallerycontent
{
    display: block;
    width: inherit;
    height: inherit;
}
.phocagalleryslideshow .phocagallerycontent span
{
    display: block;
    width: inherit;
    height: inherit;
}
.phocagalleryslideshow .phocagallerycontent img
{
    margin: 0 !important;
}
.path_showroom .phocagalleryslideshow .prev
,.path_showroom .phocagalleryslideshow .next
{
    position: absolute;
    left: 0;
    top: 35%;
}
.path_showroom .phocagalleryslideshow .next
{
    left: auto;
    right: 0;
}
/* Meet Our Team - Member Pages */
#flexicontent
{
    position: relative;
}
.type2
{
    min-height: 250px;
}
.type2 .contentheading
{
    text-transform: uppercase;
    color: #de1b43;
}
.type2 .contentheading
,.type2 .description
{
    /*
    float: right;
    clear: right;
    width: 220px;
    */
    padding-left: 250px;
}
.type2 .field_member-image
{
    position: absolute;
    left: 30px;
    top: 0;
    width: 177px;
    height: 240px;
    overflow: hidden;
}
.type2 .field_member-image a
{
    position: relative;
    display: block;
    width: 177px;
    height: 240px;
    overflow: hidden;
}
.type2 .field_member-image span
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 177px;
    height: 240px;
    background: url(../images/portrait_frame.png) no-repeat 0 0;
}
#main .type2 .field_member-image img
{
    border: 0;
    margin: 0;
    float: none;
}

/* Portfolio */
/*
body.path_portfolio #pageContent .hasSidebar .description
{
    width: 396px;
}
body.path_portfolio #pageContent .hasSidebar #pageContentExtra
{
    width: 335px;
}
*/

/* Front end editing */
form.editor fieldset
{
	border: 2px groove #666;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em 0.625em;
	background: #FFF;
	font-size: 0.8em;
}
form.editor .wrap
{
	clear: both;
}
form.editor label span
{
	display: inline;
	float: left;
	clear: left;
	width: 15em;
}

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images_general/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 5;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images_general/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images_general/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* System Messages */
#system-message
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    background: #E21350;
    border-bottom: 3px solid #333;
    text-align: center;
}
#system-message dd
{
}
#system-message dt
{ 
    display: none;
}
#system-message dd
{ 
    display: block;
    width: 1021px;
    margin: 0 auto;
    padding:0;
    font-weight: bold;
    text-indent: 0px;
}
#system-message dd ul
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
    color: #fff;
    list-style: none;
    background: #E21350;
}
#system-message dd.message ul
{ 
}
#system-message dd.error ul
{ 
}
#system-message dd.notice ul
{
}
#system-message a
{
    position: absolute;
    right: 2em;
    top: 3px;
    z-index: 2001;
    display: block;
    border: 2px solid #333;
    color: #fff;
    padding: 3px;
    text-transform: uppercase;
}

/* Home Styles */
.t_home #main
{
    border: 0;
    background: #fff;
    padding: 0;
}
.t_home #mainLiner
{
    background: none;
}
.t_home #mainSugar1
{
    top: -1px;
    left: 0;
}
.t_home #pageContent
,.t_home #pageContentExtra
{
    position: relative;
    float: none;
    width: auto;
    margin: 0;
	background: #FFF;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    background: #e7e8e9 url(../images/gradient.png) repeat-x left top;
}
.t_home #pageContentExtra
{
    margin: 8px 0 0 0;
}
.t_home #pageContentExtra #pageContentExtraSugar1
{
    position: absolute;
    left: -1px;
    bottom: -1px;
    display: block;
    width: 52px;
    height: 52px;
    background: url(../images/corner_bl.png) no-repeat 0 0;
}
.t_home #pageContent .section
{
    padding: 1em 0;
}
.t_home #pageContent .mod_more_projects
,.t_home #pageContentExtra .mod_more_news
{
    padding-top: 0;
    font-size:0.9em;
}
.t_home #pageContent .contentheading
,.t_home #pageContent .contentheading a
{
    font-size: 1em;
    font-family: inherit;
    text-transform: none;
    text-decoration: none;
    color: #333;
}
.t_home #pageContent .contentheading a:hover
{
    color: #DD1D43;
    text-decoration: underline;
}
.t_home #pageContent .sectionHeading
{
    font-size: 1.2em;
    font-family: "Gotham Black", Arial, sans-serif;
    text-transform: uppercase;
    color: #db881b;
}
.t_home #pageContent .sectionHeading a
{
    color: #db881b;
}
.t_home #pageContent p
.t_home #pageContentExtra p
{
    color: #666;
}
.t_home #pageContentExtra
{
    padding: 20px 0;
}
.t_home #pageContentExtraLiner
{
    background: url(../images/home_column_borders.png) repeat-y 225px 0;
}
.t_home #pageContentExtra .sectionHeading
{
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.t_home .column
{
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 30px;
}
.t_home .column1
{
    width: 165px;
}
.t_home .column2
{
    width: 200px;
    padding-right: 20px;
}
.t_home .column3
{
    width: 245px;
    border: 0;
}
.t_home #pageContentExtra .column1 .sectionHeading
,.t_home #pageContentExtra .column1 a
{
    color: #b9af00;
}
.t_home #pageContentExtra .column2 .sectionHeading
,.t_home #pageContentExtra .column2 a
{
    color: #71a2b8;
    font-size: 0.9em;
}
.t_home #pageContentExtra .column3 .sectionHeading
,.t_home #pageContentExtra .column3 a
{
    color: #8db331;
}
.t_home #pageContentExtra .column .sectionContent
{
    margin: 0.5em 0 0 0;
    font-size: 0.92em;
}
.t_home .column p
{
    margin: 0 0 1em 0;
}
.t_home .column .buttonheading
{
    display: none;
}
.t_home .column .articleinfo
{
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

/* Page Specific Styles */
.path_news #mainLiner
,.path_contact #mainLiner
{
    background-position: 161px 0;
}
.path_news #zoneNav
,.path_contact #zoneNav
{ 
    width: 120px;
}
.path_news #pageContent
,.path_contact #pageContent
{
    width: 580px;
}

.path_meet-our-team .item
{
    float: left;
    width: 153px;
    margin: 0 10px 10px 0;
    text-align: center;
}
.path_meet-our-team .mod_3_0
{
    clear: left;
}
.path_meet-our-team .item a h2
{
    font-size: 1.1em;
}
.path_meet-our-team .item img
{
    float: none !important;
    margin: 10px !important;
}

/*** Blog View styles ***/
#flexicontent ul.introblock li
{
    margin: 2em 0;
}
#flexicontent ul.introblock.two li
{
    width: auto;
}
#pageContent .innerplan-blog-category .contentheading a
{
    font-size: 0.85em;
}
#pageContent .innerplan-blog-category .field_created
{
    font-weight: bold;
    font-size: 0.8em;
}
.path_events #pageContent .type1 .field_created
,.path_press #pageContent .type1 .field_created
{
    font-weight: bold;
    font-size: 0.8em;
    display: block;
    margin-top: -0.5em;
}
.path_events #pageContent .type1 .description
,.path_press #pageContent .type1 .description
{
    margin-top: -0.3em;
}
.path_products .field_article-sidebar
{
    float: none;
    margin: 1em 0 0 1em;
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
}
.path_products .field_article-sidebar h3
{
    padding: 5px;
    margin: -5px -5px 0 -5px;
    background: #B5D3DF;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.path_products .field_article-sidebar h4
{
    font-size: 0.9em;
   margin: 1.5em 0 -0.8em 0;
}
/*** Contact Form ***/
#aiContactSafeForm label
{
    font-weight: bold;
}
.path_more_info #aiContactSafeForm
{
    width: 100%;
}

/*** Emma Signup ***/
.e2ma_signup_form
{
	width:580px;
	color:#333333;
}
.e2ma_signup_form_container
{
    margin: 1em 0;
}
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select
{
	border:1px solid #ccc;
	width: 260px;
}
.e2ma_signup_form_row
{
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:5px;
}
.e2ma_signup_image_container
{
    display: inline;
    display: none;
    text-align:center;
}
.e2ma_signup_image
{
    border:0;
}
.e2ma_signup_message
{
}
.e2ma_signup_form_label
{
	float:left;
	text-align:left;
	width:185px;
	padding-top:5px;
	white-space:nowrap;
    text-transform: capitalize;
}
/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element
{
	margin-left:215px;
}
.e2ma_signup_form_group_label
{
}
/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups
{
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}
/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote
{
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
    text-transform: capitalize;
}
.e2ma_signup_form_required_asterix
{
	color:#FF0000
}
/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row
{
	float:left;
}
.e2ma_signup_form_button_row #e2ma_signup_reset_button
{
	display: inline;
}
/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button
{
    width: 60px !important;
}
ul.multithumb
{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #848689;
    background: #333;
}
#container ul.multithumb li
{
    display: block;
}
#container ul.multithumb .clear
{
    display: none;
}
#container ul.multithumb a
{
    text-align: center;

    display: inline-block;
    display: none;
}
#container ul.multithumb .first a
,#container ul.cycle a
{
    display: block;
}
#container ul.multithumb img
{
    margin: 0;
    float: none;
}