* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans;
	color: #555555;	
	line-height: 18px;
	background: #222222;
}
div#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
		div#navigation {
			background: url('../images/nav_bg.jpg') repeat-x center top;
			height: 46px;
		}
			div#navigation ul{
				list-style:none;
				padding-top: 14px;
				text-align: center;
			}
			div#navigation ul li{
				display: inline;
				margin-left: 5px;
				margin-right: 5px;
			}
				div#navigation ul li a{
					padding: 12px 15px 12px 15px;
					color: #959595;
					text-decoration: none;
					font-size: 13px;
				}
				div#navigation ul li a:hover{
					color: #fff;
				}
				div#navigation ul li.active a{
					color: #fff000;
				}
div#content_wrap {
	padding: 20px;
	padding-top: 30px;
}				
	div#sidebar {
		width: 340px;
		float: left;
	}
	div#content {
		margin-left: 360px;
	}
div#case_eval {
	width: 322px;
	height: 366px;
	background: url('../images/case_eval_bg.jpg') no-repeat center;
	position: relative;	
}	
	div#case_eval div.inner{
	padding: 20px;
	font-size: 11px;
	padding-top: 55px;
	}
	div#case_eval label {
		display: block;
		float: left;
		width: 110px;
	}
	div#case_eval input {
		background: #ffffa0;
		font-size: 11px;
		padding: 2px;
		margin-bottom: 10px;
	}
	div#case_eval #submit {
	border: 0;
	background: transparent;
	color: #bd1a1e;
	position: absolute;
	font-size: 15px;
	bottom: 10px;
	right: 35px;
	font-weight: bold;
	}
div#recent_case {
	width: 324px;
	height: 459px;
	background: url('../images/recent_case.jpg') no-repeat center;
	position: relative;
}
	div#recent_case p{
		padding: 30px;
		font-size: 11px;
		padding-top: 60px;
	}
		div#recent_case a{
			position: absolute;
			color: #bd1a1e;
			font-size: 15px;
			bottom: 26px;
			right: 28px;
			text-decoration: none;
			font-weight: bold;
		}
/*--------------------------------------------
Typography
---------------------------------------------*/	
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #bd1a1e;
	margin-bottom: 15px;
}	
p {color: #585858;}
/*--------------------------------------------
Misc
---------------------------------------------*/
input, textarea {
	border: 1px solid #cdcdcd;
	padding: 5px;
	background: #f7f7f7;
}
input:focus { background: #fff; }
.clear {clear:both;}
img {border:0;}
hr {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #DDDDDD;
	clear: both;
}
