body {
	color: #0D2674;
	font-family: Arial, Verdana;
	font-size: 0.8em;

}

#layout_container {

	width: 843px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	min-height: 600px;
	border: 2px solid #EEEEEE;
	border-top-width: 0px;
	
}

#content_container {
	
	margin-left: auto;
	margin-right: auto;
	min-height: 850px;
	width: 850px;
}



#header {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#header img {
	border: none;	
}

#header div.nav_button {
	cursor:pointer;
}


#footer {

	clear:both;
	font-size: 0.9em;
	color: #999999;
	margin-top: 20px; 
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	
}

#footer div.footer_column {

	width:260px;
	float:left;
	color: #111111;
	padding: 8px;
}

#footer div.footer_column img.heading {

	margin-left:auto;
	margin-right:auto;
	display:block;
}

#footer div.testimonial_text {


	font-family: Times;
	color: #1C347D;
	font-size: 1.4em;
	margin-top: 10px;

}


#mainstage {
	/*background: url( http://www.slashyourrisks.com/images/layout/house_bg3.jpg );
	background: url( http://www.slashyourrisks.com/images/layout/gavel-bg.jpg ); */
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F7F7F7;
	clear:both;
	margin-top: 10px;
	padding: 8px;
	width: 820px;
	margin-left: 3px;
	border: 0px solid #CCCCCC;
	
	
}

#scroller_container {
	
}

#mainstage .content_scroller {
	margin-top: 0px;
	height: 400px;
	overflow-y: auto;
	xbackground-color: #FFFFFF;
	width: auto;
	border: 1px solid #999999;
	
}

#notused-mainstage .content_box {
	padding: 12px;
	background-color: #FFFFFF;
	color: #333333;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	width: auto;
	height: auto;
	min-height: 400px;
}

#column-left {
	float:left;
	width: 200px;
	background-color: #FDFDFD;
	border: 2px solid #EEEEEE;
	text-align:center;
	min-height: 350px;
	padding: 6px;
	font-size: 0.9em;
}

#column-main {
	float: left;
	width: 585px;
	margin-left: 18px;
}

.without_scroller, #mainstage .without_scroller {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	height: 100%
	
}

div.clearer {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px; 
	overflow:hidden; 
	
}


div.content_options div.icon, div.cms_options div.icon {

	cursor: pointer;
	background-color: #F7F7F7;
	
	padding: 5px;
	color: #000000;
	float:left;
	font-weight: normal;
	
}

div.content_options div.icon img, div.cms_options div.icon img {

	cursor: pointer;
	float:left;
	display:block;
	margin-right: 5px;

}

div.content_options div.caption, div.cms_options div.caption {

	cursor: pointer;
	float:left;
	
}

hr.content_divider {
	display:none;
	border: none; 
	height: 1px;
	background-color: #0D2674;
	clear:both;
}

xdiv.content_heading {
	background-image: url(http://www.slashyourrisks.com/images/layout/heading-bg.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px; 
	width: 560px;
	margin-bottom: 10px;
	
}

xdiv.content_heading h1 {
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: Arial;
	font-weight: normal;
	margin-left: 5px;
	padding-top: 4px;
	margin-bottom: 0px;
	
}

div.content_heading {
	margin-bottom: 10px;
	
}

div.content_heading h1 {
	font-size: 1.6em;
	font-family: Arial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

.transparent {
	background-color: transparent;
	min-height: 0px;
	border: 1px solid blue;
}

div.message_box {
	background-color: #F7F7F7;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align:center;
	padding: 4px;
	border: 1px solid #CCCCCC;
	
}

table.form_table th {
	padding: 4px;
	background-color: #0D2674;
	color: #FFFFFF;
}

table.form_table td {
	
}

table.form_table td.left, td.caption {
	background-color: #F4F4F4;
	width: 150px;

}