body
{
	margin:0;
	padding:0;
	background: rgb(230,230,214);
}

*
{
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
}
a, a:hover, a:visited
{
	text-decoration: none;
	border: 0;
	outline: none;
	color: #23397d !important;
}
/* this fixes an a:hover problem with safari (and likely other browsers): */
a:hover
{
	background: none;
}
a img
{
	border: 0;
}
#header
{
	height: 142px;
	vertical-align: middle;
}

#menu, #menu a
{
	color: rgb(100,100,100) !important;
	font-size: 14px;
}

#menu ul, #sidebar_left_content ul
{
	list-style: none;
	width: 179px;
	margin: 0;
	padding:0;
	text-align: right;
	float: left;
	margin-top: 11px;
}

#sidebar_left_content ul li ul {
	float: none;
}

#sidebar_left_content ul
{
	margin-top: 13px;
}

#sidebar_left_content ul li
{
	margin-bottom: 12px;	
}

#sidebar_left_content ul li ul li, #sidebar_left_content ul li ul li ul li
{
	margin-bottom: 0px;
}

#menu ul li a, #sidebar_left_content ul li a
{
	line-height: 20px;
	width: 100%;
	padding-right: 20px;
	display: block;
	border-right: 1px solid rgb(210,100,19);
}

#menu ul li:hover a, #menu ul li.selected a, #menu ul li a.selected
{
	background: rgb(210,100,19);
	color: white !important;
}

#sidebar_left_content ul
{
	padding-top: 12px;
}

#sidebar_left_content ul li
{
	line-height: 20px;
}

#sidebar_left_content ul li ul {
	margin: 0;
	padding: 0;	
}

#sidebar_left_content ul li ul li a{
	font-style: italic;
}

#sidebar_left_content ul li a, #sidebar_left_content ul li a:visited, #sidebar_left_content ul li a:hover
{
	border-right: none;
	color: white !important;
	font-size: 14px;
	font-weight: normal;
	
}

 #sidebar_left_content ul li.selected a, #sidebar_left_content ul li a.selected
{
	border-right: 10px solid rgb(230,230,214);
	padding-right: 10px;
}

#logo
{
	float: left;
	margin-left: 40px;
	margin-top: 57px;
}

#content
{
	background: url('/images/application/content_leftbg.gif') rgb(140,129,97) repeat-y;
/*	border-left: 200px solid rgb(68,68,68);*/
	color: white;
}

#sidebar_left
{
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	/* float: left was disabled before and no margin-left */
/*	float: left;
	margin-left: -179px;*/
}

#content #middle, #footer #center
{
	width: 802px;
	float: left;
/*	margin: 0 0 0 200px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content #middle #middle_left
{
	width: 505px;
	float: left;
	padding: 20px;
	line-height: 2em;
	font-size: 14px;
	font-weight: normal;

}

#content #middle #middle_left h1
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}

#content #middle #middle_left h2
{
	line-height: 1em;
}

#content #middle #middle_right
{
	width: 256px;
	position: relative;
	overflow-x: hidden;
/*	margin-bottom: -17px;*/
}

#content #middle #middle_right #image_title
{
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	text-align: right;
	background: url('/images/application/opacity.png') repeat;
}
/* for opacity hack */
#content #middle #middle_right #image_title_text
{
	position: absolute;
	top: 12px;
	right: 18px;
	color: white;
	width: 255px;
	text-align: right;
	font-weight: bold;
}

#content #middle #middle_right #image_title, #content #middle #middle_right img
{
	border-left: 1px solid white;
}

#content_inner, #header
{
	width: 1002px;
}

#footer #center
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(140,102,102);
}
#footer a
{
	font-family: Arial;
	font-size: 12px;
}

#footer #center
{
	text-align: center;
}

#footer
{
	margin: 16px 0px;
	padding-left: 6px;
	padding-bottom: 16px;
}

hr.cleaner 
{
	clear:both;
    height:0px;
	margin: -1px 0 0 0; 
	padding:0;
	border:none;
	visibility: hidden;
}

/*
#logo #name
{
	color: rgb(43,43,43);
}
#logo #location
{
	color: rgb(146,146,146);
}
*/
.clearfix:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix 
{
	display:block;
}
/* End hide from IE Mac */

#errorExplanation 
{
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * 
{
	color: #9c2626;
}