@charset "utf-8";
/* Children and the Law - CSS Document */

* {margin: 0; padding: 0;}
.clearfix {clear: both; height: 1px; overflow: hidden;}
.clearboth { clear: both; }
img {border: none;}
img, div { behavior: url(javascript/iepngfix.htc) }


body {
	text-align: center;
	background: url(../images/page_bg.gif) repeat-x #596D93;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


/* ---- TEXT ---- */

p {margin-bottom: 24px; line-height: 16px; color: #212121;}

h1 {
	color: #0b536f;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	background: url(../images/heading_underline.gif) bottom repeat-x;
	line-height: 38px;
	margin-bottom: 30px;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #0b536f;
	font-weight: normal;
	margin-bottom: 10px;
	}

h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #0b536f;
	font-weight: normal;
	margin-bottom: 10px;
	}

ul {margin: 0px 0px 24px 30px;}
li {margin: 0px 0px 6px 0px;}

a {color: #a10101; text-decoration: underline;}
a:hover {text-decoration: none;}




/* ---- LAYOUT ---- */

div#container {
	background: url(../images/body_bg.png) repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 10px 28px 0px 28px;
	text-align: left;
	}

div#splash {
	background: url(../images/splash_home_02.jpg) no-repeat;
	width: 960px;
	height: 280px;
	margin-bottom: 13px;
	position: relative;
	display: block;
	}

div#splash.inner {
	background: url(../images/splash_inner.jpg) no-repeat;
	width: 960px;
	height: 89px;
	}

/* shadow */
div#content_wrap_outer {
	background: url(../images/content_shadow.gif) top no-repeat;
	padding-top: 4px;
	}

div#content_wrap_inner {
	background: url(../images/content_bg.jpg) repeat-y;
	min-height:700px;
	height:auto !important;
	height:700px;
	}

div#content {
	width: 640px;
	float: left;
	padding: 38px 55px 16px 45px;
	}

div#content li {color: #212121; }

a#logo {
	width: 269px;
	height: 58px;
	position: absolute;
	top: 19px;
	left: 15px;
	}

div#splash.inner a#logo {
	top: 15px;
	}

div#footer {
	width: 1016px;
	height: 126px;
	margin: 0px auto 40px auto;
	background: url(../images/footer_bg.png) no-repeat;
	text-align: left;
	position: relative;
	}

p#footer_left {
	position: absolute;
	top: 19px;
	left: 40px;
	color: #FFFFFF;
	}

p#footer_right {
	position: relative;
	float: right;
	color: #bf4d4d;
	top: 52px;
	right: 46px;
	}
	
p#footer_right a{
	color: #bf4d4d;
}

div#content_wrap_navbg {
	background: url(../images/left_column_bg.jpg) no-repeat bottom left;
	min-height:700px;
	height:auto !important;
	height:700px;
	}

img.photo_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 24px;
	}

img.photo_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
	}



/* ---- NAV ---- */

ul#nav {
	width: 220px;
	list-style: none;
	float: left;
	margin: 0px;
	}

ul#nav li {
	margin: 0;
	}

ul#nav a {
	width: 204px;
	display: block;
	height: 36px;
	background: url(../images/nav_first_bg.gif) no-repeat;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding-left: 16px;
	}

ul#nav a:hover, ul#nav a.active {
	background: url(../images/nav_first_bg_active.gif) no-repeat;
	}

ul#nav li ul {
	list-style: none;
	padding-bottom: 8px;
	padding-top: 2px;
	margin: 0px;
	}

ul#nav ul a {
	width: 179px;
	background: url(../images/nav_second_bullet.gif) 23px 10px no-repeat;
	line-height: 24px;
	height: 24px;
	display: block;
	padding-left: 41px;
	}

ul#nav ul a:hover {
	background: url(../images/nav_second_bullet.gif) 23px 10px no-repeat;
	text-decoration: underline;
	}