body {
	background: url('/images/gen/bg_body.gif') #ffffff left top repeat-x;
	color: #330000;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size:12px;
	line-height: 14px;
	/* overflow: -moz-scrollbars-vertical; */
}

td {

	font-size:11px;
	font-family: Arial;
	color: #330000;

}

h1, h2, h3, h4 {
	padding:0px;
	margin-bottom:5px;
	margin-top:0px;
}

h1 {
	font-size:20px;
	line-height: 20px;
	color:#330000;
}

h2 {
	font-size:14px;
	font-weight: normal;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

h4 {
	font-size:11px;
}

a {
	text-decoration: none;
	color:#999933;
}

a:hover {
	text-decoration: none;
	color:#330000;
}



/* GENERAL BOUNDS */

#outline {
	margin: 0 auto; 
	width:958px;
	text-align: center; 
	background-color: #ffffff;
}

#container {
	padding: 0px 2px 0px 2px;
	position: relative;
}

#content {
	padding: 20px 30px;
	/* padding: 30px; */
	text-align: left;
}

#list {
	padding: 30px 0px;
	text-align: left;
}

#rightCell {
	float: right;
}

#leftCell {
	float: left;
	width: 619px; 
}

/* HEADER */

#header {
	position: relative;
}

#logoText {
	position: absolute; 
	top: 105px; left:15px; 
	font-size: 12px; 
	font-weight: bold; 
	color:#ffffff;
}	

/* RIGHT BAR */

#brownBar {
	background: url('/images/gen/bg_brown.jpg') left top repeat;
	width: 335px; height: 460px;
	text-align: center;
}

.divider {
	height: 8px;
}

#search {  
	padding-left: 16px;
	padding-top: 16px;
}

#searchForm {
	/* height: 34px; */
}

.searchInput {
	width: 235px;	
}	

#resources {
	background: url('/images/gen/bg_search.gif') 50% 0% no-repeat;	
}

#resourcesForm {
	height: 39px;
	text-align: right;
	padding-right: 30px;
	padding-top: 15px;
}

#resourcesForm select {
	font-size: 11px;
	color: #666666;
}

#ad {
	
}

/* CONTENT */

.subHeading {
	padding: 10px 0px;
}

.emailUsLink {
	background: url(/images/gen/envelope.gif) no-repeat center left;
	padding-left: 30px;
	color: #330000;
}
.emailUsLink:hover {
	color: #999933;
}

.rightOfLinksCell {
	width: 400px;
	text-align: left;
}

.linkList {
	width: 110px; height: 100%;
	background: url('/images/gen/bg_beige.gif') left top repeat;
}

.linkList a, .linkList div {
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #999933 ;
}

.linkList div {
	color: #999933;
	font-weight: bold;
}

.underline {
	background: url('/images/gen/brown_line.gif') left top repeat-x;
}

#breadCrumb {
	padding: 5px 0px 0px 30px;
	text-align: left;
}

#breadCrumbContent a {
	font-weight: bold;
	color: #330000;
}

#breadCrumbContent a:hover {
	font-weight: bold;
	color: #999933;
}

.breadCrumbOn {
	color: #999933;
}		

/* HOME PAGE */

.home1On, .home1Off, .home2On, .home2Off, .home3On, .home3Off, .home4On, .home4Off  {
	height: 27px; width: 27px;
	display: block;
}	

.home1On {
	background: url('/images/home/btn_1_O.png') left top no-repeat;
}

.home1Off {
	background: url('/images/home/btn_1.png') left top no-repeat;
}	
.home2On {
	background: url('/images/home/btn_2_O.png') left top no-repeat;
}

.home2Off {
	background: url('/images/home/btn_2.png') left top no-repeat;
}	
.home3On {
	background: url('/images/home/btn_3_O.png') left top no-repeat;
}

.home3Off {
	background: url('/images/home/btn_3.png') left top no-repeat;
}	
.home4On {
	background: url('/images/home/btn_4_O.png') left top no-repeat;
}

.home4Off {
	background: url('/images/home/btn_4.png') left top no-repeat;
}	

#homeContent {
	position: relative;
	width: 619px;
}

#homeImage {
	width: 620px;
	overflow: hidden;
}

#homeText {
	position: absolute;
	left: 0px;top: 198px;
	width: 308px;height: 232px;
	background-color: #ffffff;
	opacity: .90;
	filter: alpha(opacity=90);
}

#homeCopy {
	padding: 10px 26px;
	text-align: left;
}

#homeButtons {
	position: absolute;
	left: 325px;bottom: 30px;
}


/* ARTICLES */
.articleDivider {
	height: 16px;	
}	

.articleTopImage {
	width: 190px;
	font-size: 10px;
	font-style: italic;
}

.articleListing {
	width: 555px;
}
.articlePdfLink {
	font-size: 11px;
	vertical-align: bottom;
}
.articlePdfLink img {
	display: inline;
	vertical-align: -15%;
}

.articleThumb {
	width: 155px; height: 95px;
	float: left;
	overflow: hidden;
}

.articleText {
	width: 385px; height: 95px;
	float: right;
}

.articleShortDesc {
	padding-top: 8px;
}

.articleTitle a {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}

.articleTitle a:hover {
	color: #999933;
	font-weight: bold;
	text-decoration: none;
}

.articleLink {
	width: 186px; height: 115px;
	float: left;
}

.features {
	background: url(/images/articles/btn_features.gif) no-repeat top left;	
}

.features:hover {
	background: url(/images/articles/btn_features_R.gif) no-repeat top left;	
}

.showcase {
	background: url(/images/articles/btn_showcase.gif) no-repeat top left;	
}

.showcase:hover {
	background: url(/images/articles/btn_showcase_R.gif) no-repeat top left;	
}

.galleries {
	background: url(/images/articles/btn_galleries.gif) no-repeat top left;	
}

.galleries:hover {
	background: url(/images/articles/btn_galleries_R.gif) no-repeat top left;	
}

.realestate {
	background: url(/images/articles/btn_realestate.gif) no-repeat top left;	
}

.realestate:hover {
	background: url(/images/articles/btn_realestate_R.gif) no-repeat top left;		
}

.design {
	background: url(/images/articles/btn_design.gif) no-repeat top left;	
}

.design:hover {
	background: url(/images/articles/btn_design_R.gif) no-repeat top left;	
}

/* Resources */

.resourceListing {
	
}

.categoryIntro {
	width: 574px;	
}	

.resourceUnderline {
	width: 425px;	
}	

.resourceListingText {
	float: left;
	width:285px;
}

.resourceListingLogo {
	float: right;
	height: 80px;width:130px;
}

/* MAIN NAV */

#ddarticles {
	position: absolute;
	top:160px; left: 455px;
	width: 145px;
}

#ddresource {
	position: absolute;
	top:160px; left: 603px;
	width: 145px;
}

#ddcontact {
	position: absolute;
	top:160px; left: 804px;
	width: 152px;
}

#mainNav {
	width:954px; 
}

.navElem {
	padding-top: 2px;
	float: left;	
}	

.ddGroup {
	position:absolute;
	visibility:hidden;
	/*top:160px;
	right:17px;
	width:145px;*/
	z-index:30;	
}

.ddLinks div {
	display:block;
}	

.ddLinks div a {
	display:block;
	/*padding: 0px 10px;*/
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.ddLinks div a:hover {
	/* color: #999933; */
}	

.underlineNav {
	border-bottom: 1px dotted #999933;	
}	

.paddingNav {
	padding-bottom: 3px;
}

.articles, .articlesOn, .resource, .resourceOn, .contact, .contactOn {
	display: block;
	/* float: left; */
	font-size: 14px;
	font-weight: bold;
	color: #330000;	
	line-height: 35px;
	text-align: center;
}

.articles, .articlesOn {
	width: 145px; height: 30px;
}

.articles {
	background: url(/images/gen/bg_beige.gif) top left repeat;	
}

.articlesOn {
	background: url(/images/gen/bg_blue.gif) top left repeat;	
}

.resource, .resourceOn {
	width: 198px; height: 30px;
}

.resource {
	background: url(/images/gen/bg_beige.gif) top left repeat;	
}

.resourceOn {
	background: url(/images/gen/bg_blue.gif) top left repeat;	
}

.contact, .contactOn {
	width: 152px; height: 30px;
}

.contact {
	background: url(/images/gen/bg_beige.gif) top left repeat;	
}

.contactOn {
	background: url(/images/gen/bg_blue.gif) top left repeat;	
}

/* FOOTER NAV */

#footer {
	background: url('/images/gen/bg_beige.gif') #ffffff repeat;
	width: 954px; height: 30px;
	text-align: right;
}

.footerPadding {
	padding-right: 10px;
	padding-top: 10px;
	color: #666666;
}

.footerPadding a {
	color: #666666;
}

.footerPadding a:hover {
	color: #999933;
}

/* COVER UTILITY */

#cover {
	position:absolute;top:0px;left:0px;
	z-index:100;
}

#processing {
	position:absolute;top:0px;left:0px;
	z-index:130;
}

#processingWait {
	border:1px solid #b2b2b3;
	background-color:#ffffff;

	padding: 15px;
	width: 150px;
	text-align: center;

}

.processOn {
	width:100%;height:100%;
	/* background-image: url('/images/gen/cover_background.png'); */
	opacity: .50;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  background:#fff;
	display:block;
}

.coverOn {
	width:100%;height:100%;
	/* background-image: url('/images/gen/cover_background.png'); */
	opacity: .50;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  background:#fff;
	display:block;
}

.coverOff {
	display:none;
}

#processingInfo {
	position:absolute;
	top:0px;left:0px;
	width:100%;
	text-align:center;
	z-index:140;
	visibility:hidden;
}

#utility {
	position:absolute;
	top:0px;left:0px;
	width:100%;
	text-align:center;
	z-index:120;
	visibility:hidden;
}

#utilityVideoFrame {
	text-align:center;
	width:482px;
	height:325px;
	padding-top:5px;
	padding-bottom:10px;
}

#utilityVideoInformation {
	text-align:center;
	padding-top:5px;
	height:20px;
	padding-bottom:10px;
}

#utilityFrame {
	width:590px;
	position:relative;
	text-align:left;
}

.utilityTop {
	background: url('/images/gen/popOver_top.gif') top left no-repeat;
	padding-top:5px;
	width:590px;
}

.utilityBottom {
	background: url('/images/gen/popOver_bottom.gif') bottom left no-repeat;
	padding-bottom:4px;
	width:590px;
}

.utilityContent {
	position:relative;
	background: url('/images/gen/popOver_back.jpg') bottom left repeat-x #ffffff;
	min-height:75px;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	text-align:left;
	padding:10px;
}

.utilityClose {
	position:absolute;
	top:10px;right:10px;
}
