@import url("../../global/CSS/global.css");

/* Global Stylesheet */

/* DEFAULTS */

html,body,div,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1394/Images/bkgdbody.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	overflow-x: hidden;
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */

body, p, div, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

ul, li {
	font-size: 14px;
	line-height: 21px;
}

a:link, a:visited, a:active {
	color: #E12F39;
	text-decoration: none;
}

a:hover {
	color: #E12F39;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	color: #666666;
	width: 600px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px 10px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	margin: -30px 0px 0px 0px;
}

/* SEARCH */

#search {
	float: left;
    width: 100%;
}

#search div {
	margin: 0 auto;
    position: relative;
    width: 974px;
}

#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform: uppercase;
}

.searchField {
	background-image: url("/sitefiles/1394/Images/search.png") !important;
    border: none !important;
    color: #ABAFAE;
    float: left;
    font-size: 10px;
    outline: none;
    padding: 4px 3px 4px 23px;
    position: absolute;
    right: 0;
    top: -160px;
    width: 108px;
}

.ie7 .searchField, .ie8 .searchField {
	height: 18px !important;
	width: 134px !important;
}

.searchButton {
	display: none;
}

td.gsc-clear-button, td.gsc-search-button {
	display: none;
}

/* MAIN NAV */

#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 652px;
	height: 55px;
	position: absolute;
	top: 28px;
	right: 0px;
}

#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}

/* LEVEL2NAV */

#level2navWrapper {
	margin: 0px;
	padding: 0px;
	width: 902px;
	height: 40px;
	position: absolute;
	top: 113px;
	background-color: #3B626E;
}

#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}

#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	height: 35px;
}

#level2nav li ul {
	display: none;
}

#level2nav li {
	padding: 0px;
	margin: 0px 16px 0px 0px;
	float: left;
	background: none;
	line-height: 18px;
}

#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}

#level2nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #29424A;
	padding: 0px 4px;
}

#level2nav a.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}

/* SUB NAV */

#subnavWrapper {
	width: 180px;
	float: left;
}

#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}

#subnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 180px;
	background: none;
	line-height: 18px;
}

#subnav a {
	color: #666666;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
}

#subnav a:hover {
	color: #333333;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}

#subnav a.first {
	color: #666666;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
}

#subnav a.first:hover {
	color: #333333;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}

#subnav a.current {
	color: #333333;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #cbcece;
	text-decoration: none;
	font-weight: bold;
}

/* WRAPPERS */

#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 112px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D9253D;
	background-image: url(/sitefiles/1394/Images/bkgdtop.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	padding: 34px 0px;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* SITE INDEX */

#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}

#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}

#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}

#siteIndex dd {
	padding: 1px 0;
}

#siteIndex dt a {
	color: #fff;
}

#siteIndex dd a {
	color: #FBD0A8;
}

#siteIndex a:hover {
	text-decoration: underline;
}

#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 112px;
	position: relative;
}

#logo {
	float: left;
	width: 125px;
	height: 131px;
	margin: 0px;
	margin-top: 5px;
	position: absolute;
	left: 10px;
	z-index: 700;
}

#logo a {
	display: block;
	width: 125px;
	height: 131px;
	background-image: url(/sitefiles/1394/Images/logo.png);
	text-indent: -9999px;
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	margin: 0px auto;
	width: 974px;
}

#contentLeft {
	float: left;
	width: 243px;
	clear: none;
}

#flash {
	float: left;
	width: 100%;
	height: 369px;
	background-color: #333333;
	background-image: url(/sitefiles/1394/Images/bkgdflash.jpg);
	background-repeat: repeat-x;
}

#sliderWrapper {
	width: 1024px;
	margin: 0px auto;
	height: 367px;
	background-color: #E02F39;
	position: relative;
}

#subheader {
	width: 974px;
	margin: 0px auto;
	height: 76px;
	position: relative;
	padding-top: 34px;
}

#headerWrapper {
	float: left;
	width: 100%;
	margin: 0px auto;
	height: 110px;
	background-color: #333333;
	background-image: url(/sitefiles/1394/Images/bkgdsubheader.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

#whyzellner {
	position: absolute;
	width: 398px;
	height: 203px;
	top: 0px;
	left: 347px;
	z-index: 800;
	background-image: url(/sitefiles/1394/Images/bkgdwhy.png);
	padding-right: 42px;
	padding-left: 218px;
	padding-top: 119px;
}

#whyzellner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 21px;
}

#whyzellner h4 {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
}

#hmAds {
	float: left;
	width: 708px;
	height: 111px;
}

#hmAds a img {
	border: 1px solid #14323b;
}

#hmAds a:hover img {
	border: 1px solid #45626c;
}

#contentRight {
	float: right;
	width: 666px;
	min-height: 400px;
}

ul#news-images {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#news-images li {
	float: left;
    height: 111px;
    margin: 0 16px;
    overflow: hidden;
    text-align: center;
    width: 190px;
}

#DEFcontentRight {
	float: right;
	width: 655px;
	min-height: 400px;
	font-size: 14px;
	line-height: 21px;
	clear: right;
}

/* #DEFcontentRight p {
	width: 600px;
	font-size: 14px;
	line-height: 21px;
	margin: 12px 0px 6px 10px;
} */

.newstory {
	width: 190px;
	float: right;
	height: 390px;
	padding: 10px;
	margin-left: 12px;
}

div.newstory:hover {
	background-image: url(/sitefiles/1394/Images/bkgdnewstory.png);
	background-repeat: no-repeat;
	margin-left: 12px;
}

.newstory h4 {
	margin: 0px;
}

.recent-news-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-news-wrapper li {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
    margin: 0 10px;
    padding: 15px;
    position: relative;
    width: 171px;
}

.recent-news-wrapper li:hover {
	background-color: #F5F5F5;
}

.recent-news-title {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

.recent-news-date-wrapper {
	background: url("/sitefiles/1394/images/date-bg.png") no-repeat scroll 0 0 transparent;
    color: #B3B3B3;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    left: 6px;
    padding-left: 12px;
    padding-top: 2px;
    position: absolute;
    top: -20px;
    width: 72px;
}

.recent-news-view-link {
	clear: both;
	font-size: 10px;
	height: 0;
	margin-right: 15px;
	text-align: right;
}

#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/####/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

#contentRightBtm img {
	float: none;
}

/* FOOTER */

#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 974px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 20px;
}

#footer p {
	display: block;
	float: left;
	width: 700px;
	font-size: 13px;
	margin: 0;
	color: #808080;
	text-indent: 18px;
}

#footer p a {
	color: #808080;
}

#footerLeft {
	float: left;
	width: 708px;
	font-size: 10px;
	color: #FFFFFF;
}

#footerLeft a {
	color: #FFFFFF;
}

#footerLeft a:hover {
	color: #FFFFFF;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}

#utilityLinks a {
	color: #6995ab;
}

#utilityLinks a:hover {
	color: #6995ab;
}

#footerRight {
	float: right;
	width: 212px;
}

.footerRight {
	float: left;
	margin-right: 18px;
}

#footerBottom {
	margin: 0px auto;
	padding: 30px 0px;
	width: 974px;
	color: #808080;
	height: 50px;
	text-indent: 18px;
	font-size: 11px;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */

#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	margin: 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

#breadcrumbs a.first {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: none;
}

#breadcrumbs a.first:hover {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: underline;
}

#breadcrumbs a.current {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/####/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

/* ----------------------------------------------------------------------------------------------------------------- Promotion Slider Styles */

.swSlider {
	position: relative;
}

.swRotator .scrollable .items .item .caption {
    bottom: 2px;
}

.pager {
	background-color: #E02F39;
    bottom: 16px;
    position: absolute;
    right: 0;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal !important;
	color: #ffffff;
	display: block;
	padding: 7px;
	height: 24px;
	background-color: #E12F39;
}

.anythingSlider ul li {
	display: block;
	float: left;
	height: 360px;
	width: 1024px;
	margin: 0;
	padding: 0;
}

.pager a {
	color: #00548E;
	background-image: url(/sitefiles/1394/Images/bulletred.png);
	background-repeat: no-repeat;
	background-position: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 2px 9px;
	margin: 0 2px 0 0;
	text-align: center;
	text-indent: -9999px;
}

.pager a:hover {
	background-image: url(/sitefiles/1394/Images/bulletred2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pager a.current {
	background-image: url(/sitefiles/1394/Images/bulletwhite.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* For Specific Slides */

#promotion2 {
	padding: 0px;
	background: url(/SiteFiles/1339/Clientside/promotion2.jpg) no-repeat;
	width: 769px;
	height: 235px;
}

#promotion2 h3 {
	font: 20px Georgia, Serif;
}

#promotion2 h4 {
	text-transform: uppercase;
	font: 15px Georgia, Serif;
	margin: 10px 0;
}

#promotion2 ul {
	list-style: disc;
	margin: 0 0 0 25px;
}

#promotion2 ul li {
	display: list-item;
}

#quoteSlide {
	padding: 30px;
}

#quoteSlide blockquote {
	font: italic 24px/1.5 Georgia, Serif;
	text-align: center;
	color: #444;
	margin: 0 0 10px 0;
}

#quoteSlide p {
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------- Accordion Styles */

#accordion {
	float: left;
	width: 241px;
	border: 2px solid #E6E6E6;
}

/* ----------------------------------------------------------------------------------------------------------------- Site Credit */

a.site-credit-link {
	padding-left: 18px;
	color: #808080;
	font-size: 11px;
	line-height: 18px;
}

.ui-widget-content a {
	color: #E02F39;
}

.printthis {
	color: #999999;
	padding: 10px 0px;
	font-size: 10px;
	display: block;
	float: right;
	width: 100px;
}

span.printthis a {
	color: #999999;
	padding: 5px;
}

#bidboard-wrapper {
	height: 70px;
}

#bidboard-wrapper div {
	float: left;
	height: 70px;
	margin-right: 40px;
	margin-top: 7px;
}

#bidboard-wrapper a {
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	background-color: #E02F39;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 8px;
}

#bidboard-wrapper a:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 #666666;
}

.list-header {
	font-size: 12px;
	font-weight: bold;
}

.tag sw-portfolio-project-tag {
	font-size: 12px;
}

/* @group PORTFOLIO */

div.sw-portfolio {
	overflow: hidden;
}

ul.sw-portfolio-tags {
	background: none repeat scroll 0 0 transparent;
	float: left;
	margin: 0 80px 0 0;
	padding: 0;
	width: 241px;
}

.sw-portfolio-back-to-projects {
	background: none repeat scroll 0 0 transparent;
	margin: 0 80px 20px 0;
	padding: 0;
	width: 241px;
}

ul.sw-portfolio-projects-list {
	float: right;
	margin: 0;
	padding: 0;
	width: 653px;
}

ul.sw-portfolio-projects-list li {
	width: 100px;
	min-height: 135px;
}

ul.sw-portfolio-projects-list li a {
	height: 70px;
}

div.sw-portfolio-project-name a {
	height: auto;
}

div.sw-portfolio-project-detail {
	margin: 0;
	padding: 0;
}

.sw-portfolio-tag-group span {
	color: #666;
	font-size: 18px;
}

li.sw-portfolio-tag-group ul li a {
	color: #666;
}

li.sw-portfolio-tag-group ul li a.selected {
	color: #E12F39;
}

div.sw-portfolio-project-name a {
	margin: 0;
	padding: 8px 0;
}

.sw-portfolio-project-images {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 600px;
}

.sw-portfolio-project-images .pager-index {
	display: none;
}

.sw-portfolio-project-info {
	float: right;
	width: 344px;
}

h1.sw-portfolio-project-title {
	color: #E12F39;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}

h2.sw-portfolio-project-subtitle {
	color: #7A7A7A;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.sw-portfolio-project-summary {
	font-weight: bold;
}

.sw-portfolio-back-to-projects a {
	background-color: #E12F39;
	color: #FFFFFF;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	padding: 4px 10px;
	text-transform: uppercase;
}

.sw-portfolio-back-to-projects a:hover {
	background-color: #BE1E2D;
	text-decoration: none;
}

ul.filecabinet-grid p {
	width: auto !important;
	line-height: auto !important;
}

li.sw-portfolio-project-tag a {
	font-size: 12px;
}

/* My Comment */

/* @end */

ul.filecabinet-grid {overflow: hidden;}

.filecabinet-grid li {height: auto;}

.filecabinet-table {width: 100%;}

.filecabinet-table-space {text-align: right;}

.filecabinet-table-type, .filecabinet-table-date {display: none;}

.pageSearch {display: none;}

#cse-search-results {display: block;}
