/*
/// MAIN STYLES
*/

body
{
	background:#C4CEDB url(http://www.legalconsumerguide.com/images/bg.gif);
}
#container
{
	position:relative;
	width:950px;
	left:50%;
	margin-left:-475px;
	background-color:#FFFFFF;
}
#column-content
{
	position:relative;
	float:right;
	width:759px;
}
#column-nav
{
	position:relative;
	float:left;
	width:191px;
	height:auto !important;
	min-height:590px;
	height/**/:590px;
	background-color:#DAE0E8;
}
#pagetitle
{
	position:relative;
	background-color:#546C8B;
	height:auto !important;
	min-height:71px;
	height/**/:71px;
	padding-top:1px;
}
#pagetitle h1
{
	background-color:#546C8B;
	font-family:arial, geneva, helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	color:white;
	margin:9px 20px 0px 20px;
	margin-top:10px;
	padding:0px;
	text-align:right;
}
#footer
{
	border-top:10px white solid;
	background-color:#546C8B;
	padding:20px 10px 20px 10px;
	font-size:10px;
	color:#BDC9D9;
	text-align:center;
	clear:both;
	height:1%;
}
#footer a
{
	color:#DAE0E8;
}

/*
/// TOPNAV
*/

#topnav
{
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:559px;
	height:30px;
}
#topnav li.home, #topnav li.about, #topnav li.contact, #topnav li.recommend
{
	position:relative;
	display:inline;
	height:30px;
	overflow:hidden;
}
#topnav li.home a, #topnav li.about a, #topnav li.contact a, #topnav li.recommend a
{
	position:relative;
	display:block;
	width:100%;
	padding-top:30px;
}
#topnav li.home
{
	position:relative;
	float:left;
	width:188px;
}
#topnav li.home a
{
	background:url(http://www.legalconsumerguide.com/images/topnav_home.gif) left top no-repeat;
}
#topnav li.home a:hover, #topnav li.home a.on
{
	background:url(http://www.legalconsumerguide.com/images/topnav_home.gif) 0px -30px no-repeat;
}
#topnav li.about
{
	position:relative;
	float:left;
	width:118px;
}
#topnav li.about a
{
	background:url(http://www.legalconsumerguide.com/images/topnav_about.gif) left top no-repeat;
}
#topnav li.about a:hover, #topnav li.about a.on
{
	background:url(http://www.legalconsumerguide.com/images/topnav_about.gif) 0px -30px no-repeat;
}
#topnav li.contact
{
	position:relative;
	float:left;
	width:97px;
}
#topnav li.contact a
{
	background:url(http://www.legalconsumerguide.com/images/topnav_contact.gif) left top no-repeat;
}
#topnav li.contact a:hover, #topnav li.contact a.on
{
	background:url(http://www.legalconsumerguide.com/images/topnav_contact.gif) 0px -30px no-repeat;
}
#topnav li.recommend
{
	position:relative;
	float:left;
	width:156px;
}
#topnav li.recommend a
{
	background:url(http://www.legalconsumerguide.com/images/topnav_recommend.gif) left top no-repeat;
}
#topnav li.recommend a:hover, #topnav li.recommend a.on
{
	background:url(http://www.legalconsumerguide.com/images/topnav_recommend.gif) 0px -30px no-repeat;
}

/*
/// NAV STYLES
*/

#nav-submit
{
	position:relative;
	height:53px;
	overflow:hidden;
}
#nav-submit a
{
	display:block;
	width:100%;
	padding-top:53px;
	background:url(http://www.legalconsumerguide.com/images/nav_submit.gif) left top no-repeat;
}
#nav-submit a:hover, #nav-submit a.on
{
	background:url(http://www.legalconsumerguide.com/images/nav_submit.gif) 0px -53px no-repeat;
}
#nav
{
	background-color:#BDC9D9;
	padding:10px;
	padding-bottom:5px;
	border-bottom:3px #546C8B solid;
}
#nav a
{
	display:block;
	width:auto !important;
	width/**/:100%;
	background-color:#D3DAE4;
	text-align:center;
	padding:5px;
	border-bottom:5px #BDC9D9 solid;
	color:#2A4161;
	font-size:10px;
}
#nav a:hover, #nav a.on
{
	background-color:#FFFFFF;
}

/*
/// HOME STYLES
*/

#home-content
{
	position:relative;
	margin-top:184px;
	width:580px;
	background-color:#BDC9D9;
	padding-bottom:10px;
	z-index:5;
}

.sidebarmedia ul { display: inline; width: 300px;}
.sidebarmedia li {list-style: none;}
.sidebarmedia #facebook { float: left; width: 90px; height: 20px; margin: 1px 0px 7px 0px; padding: 0;}
.sidebarmedia #twitter { float: left; width: 90px; height: 20px; margin: 0 10px 7px 0; padding: 0;}
.sidebarmedia #google { float: left; width: 90px; height: 20px; margin: 0 0px 7px 20px; padding: 0;}

#home-content div.text
{
	position:relative;
	margin:0px 10px 0px 10px;
	background-color:#ffffff;
	padding:10px;
	color:#22344C;
	height:auto !important;
	min-height:174px;
	height/**/:194px;
}
#home-contact-ad
{
	position:absolute;
	top:386px;
	left:590px;
	z-index:1;
}
#homeimg
{
	position:absolute;
	top:141px;
	padding:10px;
	background-color:#546C8B;
	z-index:1;
}

/*
/// SUBPAGE STYLES
*/

#sub-content
{
	position:relative;
	border:10px #BDC9D9 solid;
	padding:10px;
	height:auto !important;
	min-height:439px;
	height/**/:459px;
	
}
body.subpage #nav
{
	padding-right:0px;
}
