html, body {
	height: 100%; 
}
img 
{
	border:0;
}
body {
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
	font-family:Century Gothic, Futura, sans-serif;
	background-color:#BCC9D2;
}
input, textarea, select
{
	width: 175px;
	border: 1px solid #5F7F9D;
}
input[type=submit], input[type=button], input[type=image]
{
	width: auto;
	height: auto;
}
input[type=radio], input[type=checkbox]
{
	width: auto;
	height: auto;
	border: none;
}
/*\*/
* html .nostyle input, * html input.nostyle
{
	width: auto;
	height: auto;
	border: none;
}
/**/
table.forms td
{
	padding-bottom: 2px;
	vertical-align: top;
}
.forms
{
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
}
.forms h3
{
	font-size: 18px;
}
/* for IE */
select.ddl
{
	width: 180px;
	border: 1px solid #5F7F9D;
	overflow: auto;
}
/* for modern browsers */
html > /**/ body select.ddl
{
	width: 177px;
}
textarea
{
	height: 75px;
}
.ContentAreaEmpty p,
.ContentAreaEmptySel p
{
	font-family:Century Gothic, Futura, sans-serif !important;
	text-align:left !important;	
	color:Black !important;
}
#wrapper 
{
	background:transparent url(/images/bg_middle_spread.gif) repeat-y;
	margin:11px auto;
	text-align:left;
	width:988px;
}
#header { 
	padding:9px 9px 0 9px;
	height:129px;
	background:url(/images/bg_header_common.jpg) top right no-repeat;
}
#header h1 {		
	margin:-9px 0 0 -9px;
	text-indent:-5000px;
	height:138px;
	background: url(/images/bg_header_logo.jpg) no-repeat;
}
#callouts 
{
	display:none;
}
#allContent 
{
	/*float:left;*/
    height:auto !important;
    height:620px;
    padding:0 17px 0 18px;
	min-height:620px;
	background: url(/images/bg_middle_spread.gif) top left repeat-y;
}
#sidebar {
	width:185px;
	float:left;
	position:relative;	
}
#sidebar #primaryNav {		
	margin:0 0 0 -2px;
	width:188px;
	overflow:hidden;
	padding:0;
	z-index:1;
}
#mainContent {
	background-color:#fff;	
	min-height:100%;
	width:764px;
	float:right;
	}
#mainContent img 
{
	border:3px solid #BCC9D2;
}
#mainContent .noborder img
{
	border:none !important;
}
#persistentNav 
{
	height:20px;
	width:754px;
	background-color:#ccc;
	margin:0;
	padding:5px;
}
#persistentNav ul 
{
	margin:0;
	padding:0 0 0 27px;
}
#persistentNav ul li
{
	display:inline;
	line-height:20px;
}	
#persistentNav ul li a 
{
	color:#000;
	text-decoration:none;
}
#persistentNav ul li a:hover 
{
	text-decoration:underline;
}
#footer {
	padding:15px 13px 17px 13px;
	width:960px;
	position:relative;
	clear:both;
	text-align:center;
	background: #BCC9D2 url(/images/bg_lower_spread.gif) top left no-repeat;
}
#footer a,
#copyright {
	font-size:9px;
	color:#999;
}
#footer #explore img
{
	position:absolute;
	left:30px;
	margin-top:-72px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.buttonGenericOk {
    background:transparent url(/images/aArrow.gif) right no-repeat;
    padding-right:25px;
    font:normal normal bold 14px/20px sans-serif;
    text-decoration:none;
    color:#5B8097;
}
/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.ErrorText
{
	background: #FFAEAE url(/images/icon_status_fail_26x26.gif) 10px 10px no-repeat;	
	color: White !important;
	font-weight:bold;
	line-height:15px;
	font-size:12px;
	text-indent:40px;
	margin-bottom:20px;
	padding:5px;
	position:relative;
}
.ErrorText ul
{	
	font-weight:normal;
	font-size:12px;
	line-height:15px;
	text-indent:0;
	margin-left:30px;
	color:Maroon;
}
.ErrorText li
{
	color: Maroon;
	padding-right: 5px;
	text-align: left;
}
.SuccessText
{
	background: #B0E57C url(/images/icon_status_success_26x26.gif) 10px 10px no-repeat;
	color: #060 !important;
	font-weight:bold;
	line-height:30px;
	font-size:12px;
	text-indent:40px;
	margin-bottom:20px;
	padding:5px;
	position:relative;	
}
.savedMsg
{
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	margin:0;	
	padding:2px 2px 2px 20px;
    background: transparent url(/images/check.png) no-repeat center left;
	text-decoration:none;
	display:block;	
}

.errorMsg
{
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	margin:0;	
	padding:2px 2px 2px 20px;
    background: transparent url(/images/error.png) no-repeat center left;
	text-decoration:none;
	display:block;
}

.clearMsg
{
	font-weight:bold;
	font-size:11px;
	line-height:20px;
	width:100px;	
	margin-left:5px;
	padding:2px 2px 2px 20px;
    background: transparent url(/images/clear.png) no-repeat center left;
	text-decoration:none;
	display:block;
}
.req
{
	color: red;
	padding-left:1px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	position: absolute;
}
