@import url("/style/structure.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}
body.homePage
{
}

body, td, th, li, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
}

td, th 
{
	vertical-align: top;
}

th {
    text-align: left;
    padding-right: 10px;
}

thead th {
    text-align: center;
    padding-right: 10px;
}

p {
	margin: 0 0 10px 0;
}

#mainContent .content p 
{
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

.homePage #mainContent .content p 
{
	line-height: 1.2em;
	margin-bottom: 10px;
}

#mainContent .content ul 
{
	margin-bottom: 1.5em;
}

#contentWrap .imgLt p,
#contentWrap .imgRt p 
{
	line-height: normal;
	margin-bottom: 10px;
}

a { color: #352d6f; }

a:hover {
	color: #706a9f;
	text-decoration: none;
}

a span {
    cursor: pointer;
}

h1 { 
	color:#4e4c4e;
	font-size: 26px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

h2 { 
	color: #364c7f;
	font-size: 20px;
	margin: 0.5em 0 0.5em 0; 
}

h3 {
	color: #333333;
	font-size: 16px;
	margin: 0.5em 0 0.5em 0; 
}

h4 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 1em 0;
}

h5 {
	color: #364c7f;
	font-size: 13px;
	margin: 0 0 0.5em 0; 
}

.rbl 
{
	margin-left: 15px;
}

.formDisplay td {
	padding-bottom: 5px;
}

.formDisplay td input {
	margin-right: 5px;
}

.formDisplay input 
{
	padding: 2px;
}



#breadCrumb { display: none; }

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	background: #fff;
	border-collapse: collapse;
}
table.doStyle thead {
	background: #d7e4ea;
	color: #669AAE;
	font-weight: bold;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
	border: 1px solid #b1ccd6;
}
table.doStyle tbody th {
	text-align: right;
}
table.doStyle .altItem {
	background: #eaf1f4;
}


/*
-----------Page-Tags System-----------
*/

#pageTag 
{
	display: none;
	position: relative;
	top: 20px;
}
#pageTag .container {
	position: relative;
	zoom: 1;
	_zoom: 0;
}
#pageTag strong {
	display: inline;
	font-size: 11px;
	margin-bottom: 0px;
}
#pageTag #btnPageView, #pageTag .btnPageSearch {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
#pageTag #curPage, #pageTag #gotoPage, #pageTag #pageNotFound {
	line-height: 23px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 23px; 
}

#pageTag #curPage, #pageTag #pageNotFound {
	padding-right: 7px;
}
#pageTag #pageNotFound {
	padding:0px 7px 0x 2px;
	line-height:15px;
}

#pageTag #gotoPage input {
	margin: 2px 0px 0px 2px;
	color: #888;
	border: 0 none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pageTag #gotoPage .thmPageInput {
	display: inline-table;
	display: inline-block;
	height: 21px;
	background: #fff;
	border: solid 1px #b9c6c6;
	border-right-width: 0px;
}
#pageTag #gotoPage, #pageTag .btnPageSearch, #pageTag #pageNotFound {
	display: none;
}



/*
-----------Site-wide Tags-----------
*/


.altRow {
	background-color: #eef3fc;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}


.imgLt {
	margin: 0 1.25em 0.5em 0;
}

.imgRt {
	margin: 0 0 0.5em 1.25em;
}

.imgLt p, .imgRt p {
    font-size: 10px;
    color: #666666;
    margin-left: 0;
}

p img.imgRt, p img.imgLt,
h2 img.imgRt, h2 img.imgLt 
{
	margin-top: 5px;
}

.imgLt img, .imgRt img {
    border: 1px solid #999999;
    margin-bottom: 4px;
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    display: block;
    background: #fff url(/images/bkgd-grad-red.gif) 0 0 repeat-x;
}


a.icon, .icon { 
    display: block;
    float: right;
    padding: 0 0 0 21px;
    background: url(/images/ui/btn/icon-add.gif) 0 5px no-repeat;
    line-height: 1.8em;
    margin: 0 0 0.5em 10px;
}

a.icon.add {
    background: url(/images/ui/btn/icon-add.gif) 0 5px no-repeat;
}

a.icon.remove {
    background: url(/images/ui/btn/icon-remove.gif) 0 5px no-repeat;
}

/*
-----------Page Layout-----------
*/
.content
{
	clear: both;
	padding: 0;
}

#mainImg { zoom: 1; }

#pageWrap {
	background: transparent;
	padding: 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#pageContent 
{
	background: #fff;
	zoom: 1;
	padding: 0 30px;
}

.homePage #pageContent 
{
	background: none;
	padding: 0 0 0 30px;
}

#secContent, #mainContent, #tertiaryContent {
	float: none;
}

#mainContent{
	width: 100%;
	clear: both;
}

#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}

#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

.breadcrumbWrap 
{
	display: none;
}

#mainContent ol { clear: left;
	 }


#mainContent ol li strong em { display: block; color: #364c7f; font-style: normal; }

#mainContent ol li { margin-bottom: 10px; }

#pgHead 
{
	padding: 19px 19px 0 19px;
}

#contentWrap 
{
	padding: 30px 19px 30px 30px;
	border-bottom: solid #eee 1px;
	margin-bottom: 30px;
}

.homePage #contentWrap 
{
	padding: 0;
}

.incSidebar #sidebar 
{
	width: 216px;
	float: right;
	margin-left: 24px;
}

.incSidebar #sidebar .scFeatured 
{
	height: 91px;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 0 10px 0;
	float: none;
	border: none;
	background: none;
}

.incSidebar #sidebar .scFeatured .content
{
	display: none;
}

.incSidebar #sidebar .sharedContent
{
	margin-bottom: 15px;
}

.incSidebar #sidebar .scFeatured h3 a
{
	padding-bottom: 7px;
}

#sidebarRight 
{
	float: right;
	width: 220px;
	padding-left: 40px;
	margin-bottom: 20px;
}

.homePage #sidebarRight {
	display: none;
}

.wideSidebar #sidebarRight { width: 250px; text-align: center; }

#sidebarRight th, #sidebarRight td
{
	padding: 5px 18px;
}

#sidebarRight tbody th { background: #fff; padding-left: 9px; }

#sidebarRight tbody th h4 { font-size: 13px; padding-left: 10px; margin: 0; text-align: left; color: #364c7f; background: url(/images/arrow-sm.gif) 0 6px no-repeat; }

#sidebarRight thead th { background: #364c7f; text-align: left; }

#sidebarRight thead th, #sidebarRight thead h3 { color: #fff; font-size: 13px; }

#sidebarRight table
{
	background: #edf2f9;
	margin: 20px 0 0 0;
	width: 100%;
}
#sidebarRight td p
{
	font-size: 13px;
	color: #6480a6;
	margin: 0 0 5px 0;
}

#sidebarRight tfoot a 
{
	border: solid 1px #cbd5e7;
	background: #fff url(/images/btn-arrow.gif) right 6px no-repeat;
	padding: 5px 30px 5px 10px;
	color: #6480a6;
	font-size: 12px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

#sidebarRight #teamLinks tfoot a 
{
	border: none;
	background: none;
	padding: 0;
	float: none;
	margin-bottom: 0;
}

#sidebarRight #teamLinks p
{
	font-size: 11px;
}

#sidebarRight #teamLinks td
{
	padding: 8px;
}

#sidebarRight #teamLinks td a
{
	display: block;
}

#contentWrap blockquote 
{
	width: 535px;
	padding: 18px 18px 30px 18px;
	text-align: center;
	border-top: solid 1px #e2eaf5;
	border-bottom: solid 1px #e2eaf5;
	margin: 20px 0;
}

.pgHeaderImage 
{
	margin: 19px 19px 0 19px;
}

/*
-----------Home Page-----------
*/
#featureNav 
{
	width: 100%;
	margin-top: 8px;
}
.scFeatured p
{
	line-height: normal;
}
.scFeatured, .scFeatured p, .scFeatured li
{
	font-size: 12px;
}
.scFeatured h3
{
	margin: 0;
} 
#mainContent .content .scFeatured ul
{
	margin-bottom: 0;
}
.scFeatured h3 a
{
	display: block;
	font-size: 15px;
	color: #595959;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 14px 27px;
	background: url(/images/arrow-gray.gif) 13px 2px no-repeat;
	text-decoration: none;
}
.scFeatured h3 a:hover
{
	text-decoration: underline;
}

.featuredNews h3
{
	display: block;
	font-size: 15px;
	color: #595959;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 14px 19px;
	text-decoration: none;
}

.scFeatured,
#featureNav .featuredNews {
	float: left;
	display: inline;
}

#featureNav div.last { margin-right: 0; }

.scFeatured 
{
	background: #fff url(/images/bg-header-shared.gif) 0 0 repeat-x;
	padding: 13px 0;
	border: solid #e7e7e7 2px;
	width: 214px;
	margin-right: 4px;
	height: 222px;
}

.scFeatured .content
{
	padding: 14px 22px;
}

.scFeatured .content ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.scFeatured .cta
{
	text-align: right;
}

.scFeatured img
{
}

.featuredNews 
{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	background: #fff;
	height: 226px;
	width: 235px;
}

.featuredNews .projectList h3
{
	display: none;
}

.featuredNews .viewAll 
{
    margin-left: 20px;
}

#scPortfolio li, #scServices li
{
	float: left;
	width: 48%;
	margin-right: 3px;
}

.featuredNews p
{
	padding-left: 27px;
}

#mainContent .content .featuredNews ul 
{
	margin-bottom: 1.5em;
}

.projectList { padding-left: 19px; }

.projectList .project { height: 62px; }

.projectList a { text-decoration: none; display: block; }

.projectList a img { float: left; }

.projectList a span  
{
	text-decoration: underline; padding-left: 20px; 	
    /* Start Inline-Block */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* End Inline-Block */
	width: 95px;
	line-height:1.4em;
}
.projectList a:hover span 
{
	text-decoration: none;
}

/*
-----------Header-----------
*/

#header .logo 
{
	top: 28px;
	left: 30px;
}

#header {
	height: 101px;
	border-top: solid 8px #b9b8b9;
}


/*
----------Nav Design-----------
*/

#navWrap {
	position: absolute;
	top: 43px;
	right: 15px;
	z-index: 999;
	padding-left: 10px;
	width: 737px;
}


#navWrap ul
{
	height: 35px;
	margin-bottom: 1px;
}

#navWrap ul ul
{
	height: auto;
	margin-bottom: 0;
	background-image: none;
	background: #2b2f71;
	clear: both;
}

#navWrap ul ul ul
{
	margin-top: -20px;
}

#navWrap li
{
	margin-right: 1px;
}

#navWrap li li
{
	background: none;
	padding: 0;
	margin-right: 0;
	border-bottom: solid 1px #4b4e86;
	height: auto;
}

#navWrap li a
{
	background: url(/images/nav-arrow-top.gif) center 10px no-repeat;
	padding: 20px 9px 24px 9px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	position: relative;
}

#navWrap li a strong
{
	display: block;
	font-weight: normal;
}

#navWrap li li a strong
{
	display: inline;
}

#navWrap li li a, #navWrap li.sfHover li a, #navWrap li:hover li a
{
	background: none;
	padding: 4px 15px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	height: auto;
	width: 130px;
}

#navWrap li:hover, #navWrap li.sfHover {
	background: #2b2f71;
	zoom: 1;
	display: block;
}

#navWrap li a:hover, #navWrap li.sfHover a, #navWrap li:hover a
{
	text-decoration: underline;
	background: #2b2f71 url(/images/nav-arrow-top-o.gif) center 10px no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}

#navWrap li li a:hover
{
	background: #4c5195;
	padding: 4px 15px;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	text-align: left;
}

#secNavWrap 
{
	position: absolute;
	top: -8px;
	right: 30px;
	background: #fff url(/images/nav-sm-bg.gif) 0 bottom repeat-x;
}

#secNavWrap li 
{
	padding: 10px 0 10px 0;
}

#secNavWrap li a
{
	padding: 0 18px 3px 18px;
	text-decoration: underline;
	color: #000;
	font-size: 12px;
	line-height: 1.3em;
}

#secNavWrap li.first a
{
	border-right: solid #797979 1px;
}

#secNavWrap li a:hover
{
	text-decoration: none;
}

/*
-----------Section Nav-----------
*/

.sectionNav {  }

#mainContent .content .sectionNav ul { margin-bottom: 0; margin-left: 27px; }

.sectionNav a { background: url(/images/arrow-gray-lg.gif) 0 10px no-repeat; font-size: 18px; padding: 7px 30px 7px 18px; }

.sectionNav .last a { padding-right: 0; }

.diffSection li a { padding: 7px 16px 7px 17px; }

/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}

.twoCol .col {
	width: 45%;
}

.threeCol .col {
	width: 28%;
}

.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer
{
	font-size:15px;
	text-align: left;
	border-top: solid 8px #b9b8b9;
	padding: 10px 0 20px 0;
	margin-top: 15px;
}

#footer p, #footer li, #footer 
{
	color:#666666;
	font-size:15px;
}
#footer p.note { font-size: 8px; }
#footer ul {
	list-style: none;
}

#footer strong {
	color: #364c7f;
}

#footer .footerNav 
{
	float: right;
}


/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
}
.docs .doc
{
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}

.doc .imgLt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link  
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}

.sharedContent p 
{
    margin: 0;
}

.note, .note p 
{
	font-size: 11px; color: #8c8c8c;
	margin-left: 0;
}

div.note
{
	clear: left;
}

/* events page */

body.eventPage h1 
{
	margin-bottom: 10px;
}

.eventPage #sidebarRight { display: none; }

.eventPage p {margin-left: 0;}
.eventPage h2  
{
	font-size: 24px; 
	border-bottom: solid #e2eaf5 1px; 
	padding-bottom: 5px; 
	margin-bottom: 20px;
	margin-top: 30px;
}
.eventPage .event 
{
	padding: 10px 10px 10px 20px;
	margin-bottom: 30px;
	border: solid #B5C3DF 1px;
}
.eventPage #contentWrap .altItem 
{
	background: #E0E5EF;
}
.eventPage .event ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.eventPage .event h3 
{
	font-size: 18px;
	margin-bottom: 10px;
}
.eventPage .event h4 
{
	font-size: 16px;
	margin-bottom: 5px;
}
.eventPage .event h5 
{
	border-top: solid 1px #e2eaf5;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
}
.eventPage .event li.date
{
	font-weight: bold;
}
.eventPage #contentWrap 
{
	margin-top: 0;
	zoom: 1;
}

.eventPage h2 
{
	margin-top: 5px;
}
.eventDetailPage ul.contactInfo
{
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
}


/*
----------Portfolio Pages----------
*/

.portfolio /* tag on body of portfolio pages */
{
	
}

.portfolio .icon { float: right; }

.portfolio #sidebar
{
	float: left;
	width: 218px;
	margin-right: 30px;
	margin-left: 0;
}

.portfolio #sidebar .albumList
{
	background: #f0f3f8;
	padding: 15px;	
}

.portfolio #sidebar .albumList ul 
{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

.portfolio #sidebar .albumList ul ul
{
	list-style: none;
	margin-left: 7px;
	padding-left: 7px;
	padding-top: 3px;
}

.portfolio #sidebar .albumList li
{
	padding-left: 15px;
	background: url(/images/arrow-sm-blue.gif) left 7px no-repeat;
}

.portfolio #sidebar .albumList li a
{
}

.portfolio #sidebar .albumList li li
{
	padding-left: 0;
	background: none;
	line-height: 1.2em;
	padding-bottom: 7px;
}

.portfolio #sidebar .albumList li li a
{
	padding-bottom: 0;
}


.portfolio .portfolioContent
{
	float: left;
	width: 652px;	
}

.portfolio .album 
{
	float: left;
	width: 316px;
	padding-right: 20px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}

.portfolio .album .albumInfo
{
	position: absolute;
	top: 132px;
	right: 20px;
	height: 31px;
	width: 30px;
	display: block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-info-i.png');
	cursor: pointer;
}

.portfolio .album img 
{
	cursor: pointer;
}

.portfolio .album .albumInfo img 
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.portfolio .album .overview
{
	position: absolute;
	width: 66%;
	background: #2b2f71;
	padding: 10px 10px 5px 5px;
	height: 157px;
	overflow: hidden;
	top: 0;
	left: -230px;
}

.portfolio .album .overview,
.portfolio .album .overview p,
.portfolio .album .overview li
{
	color: #fff;
	margin: 0;
}

.portfolio .overview h2
{
	display: block;
	font-size: 15px;
	color: #cacbdb;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 27px;
	background: url(/images/arrow-gray-blue.gif) 13px 2px no-repeat;
	text-decoration: none;
	margin: 0 0 5px 0;
}

.portfolio .getDetails
{
	display: block;
	font-size: 10px;
	color: #ced8e9;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 16px 0 0;
	background: url(/images/btn-arrow-details.jpg) right 6px no-repeat;
	text-decoration: none;
	text-align: right;
}

.portfolio .album .overview ul 
{
	margin: 0 !important;
	padding: 0 0 0 27px;
	list-style: none;
}

.portfolio .album .overview li
{
	display: block;
	margin: 0 0 3px 0;
	font-size: 11px;
	line-height: 1.5em;
}

.portfolio .album .overview ul strong
{
	display: block;
}

.portfolio .album .overview p 
{
	margin-bottom: 0 !important;
}


.portfolio .projectDetails
{	width: 203px;
	background: #2b2f71;
	padding: 3px 10px 20px 5px;
	float: right;
}
.portfolio .projectDetails h3,
.portfolio .projectDetails p
{
	padding: 0 10px 0 27px;
}

.portfolio .projectDetails,
.portfolio .projectDetails p,
.portfolio .projectDetails li
{
	color: #fff;
	margin: 0;
}

.portfolio .projectDetails h2
{
	display: block;
	font-size: 15px;
	color: #cacbdb;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 27px;
	background: url(/images/arrow-gray-blue.gif) 13px 2px no-repeat;
	text-decoration: none;
	margin: 0 0 7px 0;
}
.portfolio .projectDetails p
{
	margin-bottom: 10px;
}
.portfolio .projectDetails h2
{
	margin-top: 15px;
}
.portfolio .projectDetails h3
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.portfolio .projectDetails ul 
{
	margin: 0 !important;
	padding: 0 0 0 27px;
	list-style: none;
}

.portfolio .projectDetails li
{
	display: block;
	margin: 0 0 3px 0;
	font-size: 11px;
	line-height: normal;
}

.portfolio .projectDetails ul strong
{
	display: block;
}

.portfolio .projectDetails p 
{
	margin-bottom: 0 !important;
}

.portfolio #pageContent
{
	padding-right: 0;
}

.prjGalleryHead h1
{
	margin-bottom: 3px;
}

.prjGalleryHead .addressInfo
{
	margin-bottom: 5px;
}

.prjGalleryContent {
	float: left;
	width: 435px; }

.prjGalleryContent p {
	margin-top: 10px; }

.prjGalleryContent #prjGallery .ui-tabs, .portfolio #prjGallery .nav,
.prjGalleryContent #prjGallery .top, .portfolio #prjGallery .bottom 
{
	display: none !important;
}

.prjGalleryContent #prjGallery 
{
	width: 435px;
	margin-bottom: 10px;
}

.prjGalleryContent #prjGallery .content 
{
	margin: 0;
	background: none;
	padding: 0;
	height: auto;
	border: none;
	width: 435px;
}

.prjGalleryContent #prjGallery .controls .carousel
{
	width: 345px; border: none; 
}

.prjGalleryContent #prjGallery .controls .carousel ul li 
{
	margin-right: 12px;
}

.prjGalleryContent #prjGallery .content .photoImg { float: none; border: none; }

.prjGalleryContent #prjGallery .controls { background: #fff url(/images/bg-controls.gif) 0 bottom repeat-x; border: none; padding-top: 10px; }
.prjGalleryContent .heading { display: none; }

.imgCarouselToolTip { position: absolute; z-index: 999; background: #fff; padding: 5px 10px; border: solid #666 1px; }

/*
-----------Favorites-----------
*/
.favoritesBar {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: #737373;
	border-bottom: solid 4px #4e9dd3;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.favoritesBar a {
	color: #0D69D0;
}
.favoritesBar h1 {
	border: none;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	color: #b2b2b2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
.favoritesBar h1 strong {
	color: #d1d1d1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#favoritesBarContent {
	position: relative;
	margin: 5px 0 0 0;
	width: 940px;
	margin: 0 auto;
}
.favoritesBar #dispLogin {
	float:right;
	color: #dadada;
	margin: 11px 0 14px 20px;
}
.favoritesBar #dispLogin a {
	color: #fff6af;
}

.favoritesBar .box {
	position: absolute;
	left: 35px;
	bottom: 18px;
	display: inline-block;
	*display: inline;
	padding: 0;
	background: transparent;
	zoom: 1;
	_width: 375px;
}
.favoritesBar .boxContent {
	padding: 18px 15px 5px 15px;
	color: #2974a5;
	background: #f5fbff;
	font-weight: bold;
}
.favoritesBar .boxTop, .favoritesBar .boxBtm, .favoritesBar .boxTop div, .favoritesBar .boxBtm div {
	position: absolute;
	left: 0;
	height: 16px;
	background: url('/images/ui/box/box.gif') no-repeat 100% 0;
	font-size: 0;
	line-height: 0;
}
.favoritesBar .boxTop, .favoritesBar .boxBtm {
	width: 100%;
	z-index: 1;
}
.favoritesBar .boxTop {
	top: -16px;
}
.favoritesBar .boxBtm {
	bottom: -16px;
	background-position: 100% 100%;
}
.favoritesBar .boxTop div, .favoritesBar .boxBtm div {
	width: 16px;
	background-position: 0 0;
}
.favoritesBar .boxBtm div {
	background-position: 0 100%;
}
.favoritesBar .boxRight, .favoritesBar .boxLeft {
	padding: 0 0 0 16px;
	background: url('/images/ui/box/box-border.gif') repeat-y 0 0;
}
.favoritesBar .boxRight {
	padding: 0 16px 0 0;
	background-position: 100% 0;
}
.favoritesBar .msgNeg .boxContent {
	color: #8e3737;
	background: #fef4f4;
}
.favoritesBar .msgNeg  .boxTop, .favoritesBar .msgNeg  .boxBtm, .favoritesBar .msgNeg  .boxTop div, .favoritesBar .msgNeg  .boxBtm div {
	background-image: url('/images/ui/box/box-red.gif');
}
.favoritesBar .msgNeg  .boxRight, .favoritesBar .msgNeg  .boxLeft {
	background-image: url('/images/ui/box/box-red-border.gif');
}
.favoritesBar .msgPos .boxContent {
	color: #5f9636;
	background: #f2ffe9;
}
.favoritesBar .msgPos  .boxTop, .favoritesBar .msgPos  .boxBtm, .favoritesBar .msgPos  .boxTop div, .favoritesBar .msgPos  .boxBtm div {
	background-image: url('/images/ui/box/box-green.gif');
}
.favoritesBar .msgPos  .boxRight, .favoritesBar .msgPos  .boxLeft {
	background-image: url('/images/ui/box/box-green-border.gif');
}
.favoritesListLink {
	text-align: center;
	margin-bottom: 10px;
}




/*
-----------Homepage Featured Image Rotator-----------
*/
#featImgWrapper
{
	width: 930px;
	height: 364px;
	position:relative;
	z-index:100;
	background: url(/images/construction-image-silho.jpg) 0 0 no-repeat;
}

#featImgGrid
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('/images/featured-img/slide-bg.gif');
	z-index: 300;
}

#imgWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
}

/* hide the preloader image div */
#featImgWrapper #imgHolder
{
	display: none;
}

#imgWrapper img,
#imgHolder img
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;	
}

#featImgBuildsList
{
	position: absolute;	
	top: 265px;
	left: 247px;
	width: 190px;
	height: 85px;
}


#featImgBuildsList a
{
	display: block;
	color: #fff;
	font-size: 1.03em;
	float: left;
	width: 85px;
	margin: 0 3px 8px 0;
}


#featImgTitleWrapper
{
	position: absolute;	
	top: 20px;
	left: 585px;
	width: 312px;
	height: 30px;
}

#featImgTitleWrapper img
{
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	right: 0;
}

/* Simple Layer by class... 9 should be more than enough */
#featImgWrapper .layer1 { z-index: 110; }
#featImgWrapper .layer2 { z-index: 120; }
#featImgWrapper .layer3 { z-index: 130; }
#featImgWrapper .layer4 { z-index: 140; }
#featImgWrapper .layer5 { z-index: 150; }
#featImgWrapper .layer6 { z-index: 160; }
#featImgWrapper .layer7 { z-index: 170; }
#featImgWrapper .layer8 { z-index: 180; }
#featImgWrapper .layer9 { z-index: 190; }



/* Awards Page */

.awardList { width: 650px; }

.awardList th { width: 250px; text-align: center; }

.awardList td { padding: 10px 10px 20px 10px; width: 370px; }
.awardList h2 {
	margin-top: 0;
	margin-bottom: 0.25em;
}
.awardList h3 
{
	font-size: 14px;
	margin-bottom: 0em;
	margin-top: 0.75em;
}
#mainContent .content .awardList p {
	margin-bottom: 0.5em;
	line-height: normal;
}



/* Quotes */
#mainContent .content .diffQuotes p 
{
	margin: 0 0 2em 0;
}
#mainContent .content .diffQuotes strong
{
	display: block;
	margin-top: -1.25em;
}

#mainContent .content .diffQuotes .head 
{
	margin: 0 0 20px 0;
}

.quotes h2
{
	font-size: 15px;
	color: #666;
}

.quotes h2 strong
{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #364C7F;
}

.quotes p
{
	padding-left: 15px;
}

.quotes img
{
	display: block;
	float: right;
	margin-left: 15px;
}

.principalList { width: 650px; }
.principalList .clr { clear: left; }