/******KEACHLAWFIRM CSS******/

*{margin:0; padding:0;}

html, body {height:100%;}

body {
	font-size:small;
	font-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
a, a:visited, a:link{
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#009cc;
}
h1 {
	color:#002A64;
	font-size:medium;
	font-weight:bold;	
}
h2 {
	color:#002A64;
	font-size:small;
	font-weight:bold;	
}

/******CONTAINERS******/

#platform_container1 {
	margin-right: auto;
	margin-left: auto;
	height:100%;
	min-height: 100%;
	width:814px;
	background-image:url(../images/platform-bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
	position: relative;
}
html>body #platform_container1 {height:auto;}

#platform_container2 {
	height:100%;
	min-height: 100%;
	width:814px;
	background-image:url(../images/platform-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
html>body #platform_container2 {height:auto;}

#content {
	width:780px;
	margin-left:17px;
	margin-right:17px;	
}
html>body #content {height: auto;}

/******TOP_DIV******/

#top_div_container {
	width:780px;
	height:20px;
	padding-top:7px;
	font-size:x-small;
}
#top_div_container a {
	text-decoration:none;
	color:#000;
}
#top_div_container a:hover {
	text-decoration:none;
	color:#b2b2b2;
}
#top_div1 {
	color:#b2b2b2;
	font-style:italic;
	float:left;
}
#top_div2 {
	color:#000;
	float:right;
}

/******HEADER******/

#header {
	width:780px;
	height:153px;
	margin-bottom:7px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/******NAV******/

#nav {
	width:780px;
	height:38px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
}
#nav ul {
	width:780px;
	list-style:none;
	float:left;
}
#nav li {
	text-align:center;
	display:block;
	float:left;
	padding:10px;
	padding-left:15px;
	padding-right:12px;	
}
#nav li a {
	color: #002A64;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px!important;
}
#nav li a:hover {
	color: #0156CC;
}

/******LEFTCOLUMN******/

#leftcolumn_container {
	width:170px;
	margin-right:10px;
	margin-top:7px;
	float:left;
}
#subnav_container {
	width:170px;
}
#subnav_top {
	width:170px;
	height:20px;
	background-image:url(../images/subnav-top-bg.jpg);
	background-repeat:no-repeat;
}
#subnav_middle {
	width:168px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002A64;
	border-left-color: #002A64;
}
#subnav_content {
	background-image:url(../images/subnav-content-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding:10px;
}
#subnav_content ul {
	list-style:none;
}
#subnav_content li {
	display:block;
}
#subnav_content li a {
	color: #002A64;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px!important;
	padding-left:3px;
	padding-right:3px;
}

#subnav_content li a:hover {
	background-color: #0156CC;
	color:#FFF;
}
#subnav_bottom {
	width:170px;
	height:4px;
	background-image:url(../images/subnav-bottom-bg.jpg);
	background-repeat:no-repeat;
}

/******RIGHTCOLUMN******/

#rightcolumn {
	width:600px;
	margin-top:7px;
	float:left;
}
.content_section {
	width:600px;
	margin-bottom:7px;
}
.content_section p {
	margin-bottom:7px;
}
.content_section a {
	color: #0156CC;
}
.content_section a:hover {
	color:#0099CC;
}

.content_section ul {
	list-style:none;
}
.content_section li {
	display:block;
}
.content_section li a {
	color: #002A64;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px!important;
	padding-left:3px;
	padding-right:3px;
}

.content_section li a:hover {
	background-color: #0156CC;
	color:#FFF;
}


.news_section {
	background-color:#D2DFF3;
	margin-bottom:7px;
	padding: 5px;
}
.news_section p {
	margin-bottom:7px;
}
.news_section img {
	border:0;
}
.description {
	font-style:italic;
}
.back_to_top {
	font-size:x-small;
}

/******FOOTER******/

#clearfooter {
	clear: both;
	height: 30px;
}
#footer {
	font-size:x-small;
	height: auto;
	text-align: center;
	width: 780px;
	border-top: solid 1px #ccc;
	position: absolute;
	bottom: 0px;
	left:17px;
}