/* -------------------------------------------------------------- 
   * Screen & Projection Styles *   
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	GLOBAL STYLES  
-------------------------------------------------------------- */
body {
	font-size:83.3331%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------------------- 
	CONTENT STYLES  
-------------------------------------------------------------- */
#content{
	min-height: 325px;
	clear:both;
	margin-bottom:15px;
}
#content-nosidebar{
	background:url(../images/main-content_public_nosidebar_bg.jpg) no-repeat top left;
	min-height: 325px;
	clear:both;
	margin-bottom:15px;
	padding-top: 20px;
}
#content-upper {
	background:url(../images/main-content_home_bg.jpg) no-repeat top left;
	min-height: 325px;
	clear:both;
	margin-bottom:15px;
}
#content-lower{
	border-top: 1px solid #e7e7e7;
	clear:both;
}
#content-lower .first{
	margin-left:5px;
}
#main-content{
	width:550px;
	margin:27px 0 15px 25px;
	float:left;
}

#main-content h2 {
	margin-bottom:0;
	font-weight:bold;
}

#main-content-home{
	width:550px;
	margin:80px 0 0 25px;
	float:left;
}
#main-content-full{
	width:850px;
	margin:15px 25px;
	clear:both;
}
#right-sidebar{
	width:270px;
	margin:27px 0 0 0;
	float:right;
}

.no-border{
	border: none !important;
}

.more{
	font-weight: bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}

#content-lower h2{
	font-size:1.5em;
	margin: 1em 0 0 25px;
	font-weight: bold;
	color: #333;
}

/* -------------------------------------------------------------- 
	TOP NAVIGATION STYLES  
-------------------------------------------------------------- */
ul#topnav{
	margin:0 0 0 16px;
	width: 551px;
	padding:0;
}

ul#topnav li{
	display:inline;
	height:37px;
	float:left;
	list-style: none;
}

ul#topnav li a{
	height:37px;
   display:block;
	border: none;
	outline: none;
}

/* -------------------------------------------------------------- 
	FOOTER STYLES  
-------------------------------------------------------------- */
#footer {
	color:#000;
	border-top: 1px solid #e7e7e7;
	font-size:.8em;
	line-height:1.9em;
	padding:1.5em 0 1.5em 25px;
}
#copyright{
	width:300px;
	float:left;
}
#footer ul {
	width:500px;
	list-style:none;
	float:right;
}
#footer ul li{
	display:inline;
	float:right;
	margin-right:11px;
}
#footer ul li a{
	padding-left:10px;
	border-left:1px solid #000;
	color:#333333;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}

/* -------------------------------------------------------------- 
	GRID STYLES  
-------------------------------------------------------------- */
.single-column {
	float:left;
	margin:0;
	width:182px;
	border-right: 1px solid #e7e7e7;
	padding:0 20px;
}

.triple-column {
	float:left;
	margin:0 0 0 10px;
	width:710px;
}
.triple-column .single-column h3 {
	margin-bottom:18px;
	font-size:1.5em;
}

.triple-width {
	float:left;
	width:732px;
}

.full-width {
	margin:0 auto;
	width:900px;
	padding:0;
	text-align:left;
}	

.body-center {
	margin:0 auto;
	width:900px;
	padding:0px;
}
.triple-center{
	margin:0 auto;
	width:732px;
	padding:0;
}

.show-inner {
	background:#000;
	height:300px;
}

/* -------------------------------------------------------------- 
	CLEAR FIX STYLES  
-------------------------------------------------------------- */
.clearfix {
	display:inline-table;
	/* Hides from IE-mac \*/
	height: 1%;
	display: block;
	/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* -------------------------------------------------------------- 
	ERROR STYLES  
-------------------------------------------------------------- */

div.error {
	background-image: url(../../../../core/icons/set1/24/110.png);
	border-color: #D7582D;
}

div.error p {
	color: #B11E0A;
}
div.error p, div.info p, div.okay p {
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
}
div.error ul li {
	background-image: url(/core/icons/set3/bullet_red.png);
}
div.error ul li em {
	font-weight: bold;
}
div.error ul li{
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
}
div.error ul{
	margin: 1em;
	list-style-type:none;
}
div.error{
	background-position: 0.5em 0.5em;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-top: 0;
	margin-bottom: 1em;
	min-height: 5em;
	padding: 1em 0 0 5em;
}