/**************** General Classes *****************/
body {
	padding: 0px;
	background-color: #623146; /* Text Dark */
	font-size: 14px;
	background-repeat:repeat-x;
	color: #333333; /* Hard coded no matter what color scheme */
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #310705; /* Accent 4 */
	margin: 0px;	
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #310705; /* Accent 4 */
	margin: 0px;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CF9B78; /* Tertiary */
	margin: 0px;
}

#footer {
	padding: 5px 0px;
	color: #CDA98B; /* BG Dark */
}

a {
 color: <Link_Medium />; /* Link Medium */
 font-weight: bold;
 text-decoration: none;
}

/**************** Outer Table Classes *****************/
#outerTableL {
	width: 7px;
	vertical-align:top;
}

#outerTableM {
	background-color: #FFFFFF; /* Hard coded no matter what color scheme */
	vertical-align:top;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: outset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#outerTableR {
	width: 7px;
	vertical-align:top;
}

#outerTableBR {
	width: 7px;
	height: 7px;
}

#outerTableBL {
	width: 7px;
	height: 7px;
}

#outerTableB {
	height: 7px;
}


/**************** Header Classes *****************/
#companyLogo {
	height: 81px;
}

#header {
	background-image: url(../siteassist_images/header_background.jpg);
	border-bottom: 4px solid #B54F37; /* Text Medium */	
}

td.headerLeft {
	vertical-align: top;
	padding: 20px;
	color: #CCCCCC; /* Text Dark */
	background-color: #832C51;
}

td.headerRight {
	width: 483px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/**************** Top Nav Classes *****************/
#topNav {
	background-color: #550E2C; /* Accent 13 */
	text-align: right;
	white-space:nowrap;
	padding: 5px 6px; /* Text Medium */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B54F37;
}
#topNav2 {
	float: right;
}
.clearDiv {
  clear: both;
}


/************************************************ Sub Page Classes **********************************************/

/**************** Side Nav Classes *****************/
#sideCell {
	white-space: nowrap;
	vertical-align: top;
	background-color: #832C51;
	height: 41px;
}

/**************** Content Classes *****************/
#contentCell {
	/*width: 546px;*/
	border-left: 1px solid #CDA98B; /* BG Dark */	
}
td.contentL {
	padding: 15px;
	line-height: 18px;
	width: 140px;
}
td.contentR {
	padding: 20px 50px 20px 20px;
	line-height: 18px;	

}

#subImage {
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDA98B;
}

/************************************************ Home Page Classes **********************************************/
#belowHeader {
	padding: 20px;
}

td.featuredLeft {
  text-align: left;
	padding-right: 10px;
	vertical-align:top;
	line-height: 18px;
}

td.featuredRight {
	width: 453px;
  text-align: left;
	padding-left: 10px;
	border-left: 1px solid #CDA98B; /* BG Dark */
	vertical-align:top;	
	line-height: 18px;	
}

.featuredHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #310705; /* Accent 4 */
}

.homeFont12px {
	font-size: 12px;
	font-weight: bold;	
	color: #310705; /* Accent 4 */
}

.homeHeadline {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF; /* Accent 4 */
	font-style:italic;
}

.homeHeadlineLink {
	font-size: 12px;
	padding-left: 5px;
	white-space:nowrap;
	color: #648C2F;
}

td.homeContent {
	padding-left: 10px;
}

.homeContentLink {
	text-decoration: underline;
}
