@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url(/images/blue_bg.jpg);
	background-color: #0084c8;
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 13pt;
	color: #ffffff;
}

#justice_bg {
	float: left;
	padding: 0px;
	background-image: url(/images/justice_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100%;
	width: 1024px;
}

#container {
	width: 1024px;
	float: left;
}

#header {
	width: 1024px;
	background-image: url(/images/hd_transparency.png);
	background-repeat: repeat-x;
	height: 110px;
	float: left;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	color: #009ff2;
	padding: 7px;
	font-size: 24px;
	background-color: #292828;
	margin: 0px;
	line-height: 0em;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #e3e3e3;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	float: left;
	width: 458px;
	height: 109px;
}

#signup {
	float: left;
	width: 566px;
	padding-top: 4px;	
}

#maincontent {
	width: 663px;
	float: left;
}

#maincontentleft {
	width: 195x;
	float: left;
	text-align: right;
}

#maincontentright {
	width: 453px;
	float: left;
	padding-left: 15px;
	line-height: 1.3em;
}

#navwrapper {
	float: left;
	width: 1024px;
}

#nav {
	width: 914px;
	height: 42px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#content {
	float: right;
	width: 914px;
	padding-top: 20px;
}
	
#video {
	width: 663px;
	height: 398px;
	float: left;
}

#sidebar {
	float: right;
	padding-left: 15px;
	width: 236px;
	padding-top: 10px;
}

#news {
	width: 894px;
	float: left;
	background-color: #292828; 
	padding: 10px;
	font-size: 10px;
	height: 25px;
}

#newsleft {
	float: left;
	height: 25px;
	width: 80px;
	padding-right: 10px;
	text-align: left;
	color: #6ec5fc;
	font-size: 24px;
	font-weight: bold;
}

#newsright {
	float: right;
	height: 25px;
	width: 804px;
}

#news a:link {
	color: #6ec5fc;
	text-decoration: none;
}

#news a:visited {
	color: #6ec5fc;
	text-decoration: none;
}

#news a:hover {
	color: #6ec5fc;
	text-decoration: underline;
}

#about {
	width: 663px;
	float: left;
	padding-top: 35px;
}

#aboutleft {
	width: 160px;
	float: left;
	padding-right: 15px;
	text-align: right;
}

#aboutright {
	width: 480px;
	text-align: left;
	float: left;
}

.sidebox {
	width: 236px;
	float: right;
	padding-bottom: 45px;
}

.toptab {
	width: 236px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.greybox {
	background-color: #292828;
	padding: 10px;
	width: 216px;
	float: left;
	font-size: 10pt;
	color: #ffffff;
	line-height: 1.3em;
	margin: 0px;
}

.morebtn {
	float: left;
	width: 236px;
	color: #ffffff;
	font-size: 14pt;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#footer {
	width: 914px;
	float: left;
	padding-top: 60px;
	padding-bottom: 20px;
}

.footerleft {
	color: #ffffff;
	float: left;
	font-size: 9pt;
}

.footerright {
	color: #ffffff;
	float: right;
	font-size: 9pt;
	text-align: right;
}

.footerright a:link {
	color: #ffffff;
	text-decoration: underline;
}

.footerright a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.footerright a:hover {
	text-decoration: none;
	color: #ffffff;
}









.homebtn {
	width: 55px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px;
}

.homebtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.homebtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.homebtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.homebtnon {
	width: 55px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px;
}

.homebtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.homebtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.homebtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}


.aboutbtn {
	width: 180px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	
}

.aboutbtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.aboutbtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.aboutbtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.aboutbtnon {
	width: 180px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	
}

.aboutbtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.aboutbtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.aboutbtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}

.proposalbtn {
	width: 169px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.proposalbtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.proposalbtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.proposalbtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.proposalbtnon {
	width: 169px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.proposalbtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.proposalbtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.proposalbtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}

.whobtn {
	width: 149px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.whobtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.whobtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whobtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.whobtnon {
	width: 149px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.whobtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.whobtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whobtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}








.newsbtn {
	width: 115px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.newsbtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.newsbtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.newsbtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.newsbtnon {
	width: 115px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.newsbtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.newsbtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.newsbtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}










.resourcesbtn {
	width: 122px; 
	background-color: #272727; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.resourcesbtn a:link {
	color: #ffffff;
	text-decoration: none;
}

.resourcesbtn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.resourcesbtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.resourcesbtnon {
	width: 122px; 
	background-color: #009ff1; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: center; 
	float: left; 
	padding: 12px; 
	font-size: 18px; 
	border-left: 1px dotted #ffffff;
}

.resourcesbtnon a:link {
	color: #ffffff;
	text-decoration: none;
}

.resourcesbtnon a:visited {
	color: #ffffff;
	text-decoration: none;
}

.resourcesbtnon a:hover {
	color: #ffffff;
	text-decoration: none;
}














.quote {
	width: 433px;
	padding: 10px;
	color: #0080c2;
	background-color: #ffffff;
}

.smmore {
	font-size: 10px;
	padding: 5px;
	background-color: #292828;
	margin-left: 8px;
	color: #009ff2;
	display: inline;
}

.smmore a:link {
	font-size: 10px;
	color: #009ff2;
	text-decoration: none;
}

.smmore a:visited {
	font-size: 10px;
	color: #009ff2;
	text-decoration: none;
}

.smmore a:hover {
	font-size: 10px;
	color: #009ff2;
	text-decoration: underline;
}

