/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #6C5735;
	color: #6c5735;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

form {
	display: inline;
}

input, textarea, select {
	border: 1px solid #6C5735;
	font-family: Arial, Helvetica, sans-serif; 
	color: #6C5735;
	font-size:12px;

}

input[type="checkbox"], input[type="radio"] {
	border: none;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: square;
	margin-left: 2em;
}

/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #EE8A1D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	width: 1000px;
}

#navbar_container {
	margin-left: 55px;
}

#content_container {
	background-image: url(/images/content_container_background.gif);
}

#footer_container {
	color: #000000;
	font-size: 10px;
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#footer_container a {
	color: #000000;
	text-decoration: none;
}

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

#orange_divider {
	background-image: url(/images/orange_divider.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	vertical-align: top;
}

#side_bar {
	background-image: url(/images/second_side_background.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
}

#side_bar_container {
	margin-top: 20px;
	margin-right: 30px;
}

#orange_box_container {
	background-color: #ee8a1d;
	margin-right: 29px;
	height:5px;
}

#second_content_container {
	background-image: url(/images/second_bottom_background.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	padding-top:20px;
	padding-bottom:25px;
	margin-left: 25px;
	padding-left: 60px;
	margin-right: 29px;
}

#second_content_container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#second_content_container li {
	line-height: 18px;
	margin-bottom:10px;
}

#second_content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 16px;
	line-height: 30px;
}

#brown_box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-bottom: 20px;
}

#brown_box_text a {
	color: #6c5735;
}

#table_padding td {
	padding-bottom:15px;
}

#table_padding10 td {
	padding-bottom:10px;
}

#sidebar {
	padding-left:15px;
	padding-right:29px;
	padding-bottom: 10px;
	font-size:10px;
	line-height: 16px;
	
}

#sidebar li {
	margin-bottom:5px;
}
	
/*--------------------*/

/* Text Styles */
.arial_10_brown {
	color: #6C5735;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:normal;
}
.arial_10_orange {
	color: #EE8A1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.arial_12_brown {
	color: #6C5735;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arial_12_orange {
	color: #EE8A1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.georgia_16_brown {
	color: #6C5735;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.georgia_16_red {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.georgia_16_orange {
	color: #EE8A1D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:22px;
}

.georgia_16_orange a {
	text-decoration: underline;
}

.georgia_16_orange a:hover {
	text-decoration: none;
}

.arial_white  {
	color:#FFFFFF;
}

.arial_white a {
	text-decoration: underline;
}

.arial_white a:hover {
	text-decoration: none;
}
/*--------------------*/

/* EXTJS Overrides */
.x-dlg-proxy {
	background: #ee8a1d;
	border: 1px solid #d3eba7;
}
.x-dlg .x-dlg-hd {
	background: url(/images/hd-sprite.gif) repeat-x 0 -82px;
	background-color: #b4cc95;
	color: #FFF;
	font: bold 10px "sans serif", tahoma, verdana, helvetica;
	overflow: hidden;
	padding: 5px;
    white-space: nowrap;
}
.x-dlg .x-dlg-hd-left {
	background: url(/images/hd-sprite.gif) no-repeat 0 -41px;
	padding-left:3px;
	margin:0;
}
.x-dlg .x-dlg-hd-right {
	background: url(/images/hd-sprite.gif) no-repeat right 0;
	padding-right:3px;
}
.x-dlg .x-dlg-close {
    background-image:url(/images/close.gif);
}
.x-dlg .x-dlg-dlg-body {
	background:#FFFFFF;
	border:1px solid #b3b6b0;
	border-top:0 none;
}
/*--------------------*/

/* Shadowbox Overrides */
#sb-overlay {
	background-color: #CCCCCC !important;
}
#sb-body, #sb-loading {
	background-color: #ffffff !important;
}
#sb-body {
	border: 1px solid #EE8A1D !important;
}
#sb-info {
	background-color: #EE8A1D !important;
}
/*---------------------*/