/**************************************************************************
    code via zenforge for ormadesign.com  

	there might be some validation issues here, but that's the way different
	browsers force the issues.  thems the breaks for compatability 
 **************************************************************************/

/*************************************************************************/
/* generic markups and redefinitions */

BODY {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

A {
	color: #9f6000;
	text-decoration: none;
}

A:link, A:visited, A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #593335;
}

/* temp for testing */
div {
	border: 0px solid red;
}

/*************************************************************************/
/* layout and overall site structure */

#layout_centering {
	width: 938px;					/* 844 + 47 + 47 padding below */
/* removed for now
    margin-left: auto;
    margin-right: auto;
*/
}

#layout_frame {
	width: 844px;					/* was 884 */
	margin: 53px 47px 0px 47px;		/* TRBL */
}

#layout_header {
	height: 64px;
	padding: 0px 0px 4px 0px;
}

#layout_logo {
	padding: 0px 0px 0px 0px;
	float: left;
}
#layout_menu {
	padding: 40px 0px 3px 0px;
	height: 21px;
	float: right;
}

#layout_colorbar {
	padding: 0px 0px 0px 0px;
	width: 844px;
}

#layout_content {
	width: 840px;
	padding: 43px 0px 0px 0px;
	clear: both;
}

#layout_leftcol {
	width: 243px;
	padding: 0px 0px 0px 6px;
	display: inline;
	clear: left;
	float: left;
}

#layout_rightcol {
	width: 590px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: right;
}

.linsidecol {
	width: 280px;
	padding: 0px 10px 0px 0px;
	display: inline;
	clear: left;
	float: left;
}

.rinsidecol {
	width: 279px;
	padding: 0px 0px 0px 10px;
	display: inline;
	float: right;
}


/*************************************************************************/
/* general elements: menu and submenu */


.subitem {
	font-size: 12px; 
	line-height: 20px; 
	font-family: "Times New Roman", Times, serif; 
	color: #999999;
	font-style: italic;
}

.activesubitem {
	font-size: 12px; 
	line-height: 20px; 
	font-family: "Times New Roman", Times, serif; 
	color: #593335;
	font-style: italic;
}

/*************************************************************************/
/* general elements: common/core elements except menu */


/*************************************************************************/
/* general elements: page specific */


/*************************************************************************/
/* items from original ormadesign - left for legacy reasons but could get cleaned */

style2:hover {
	font-weight: bold;
	text-decoration: none;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #593335;
	font-size: 11px;
	font-weight: bold;
}
.style19 {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style19m {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style21 {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.style12 {color: #593335; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style13, .style29, .style30 a {
	color: #593335;
	font-style: italic;
}
.style27 {color: #593335; font-weight: bold; }
.style30 {font-size: 12px; line-height: 20px; font-family: "Times New Roman", Times, serif; color: #999999;}
.style24 {font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}
.style32 {font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
}
.style22 {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
}
.style26 {
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #593335;
}


/* END.  STOP READING.  GO HOME.  NO MORE.  REALLY.  :) */


