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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

#outside {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	
}

#header {
	width:auto;
	height:108px;
}

#nav {
	width:auto;
	background-color:#90989b;
	height:30px;
	border-bottom:solid 9px #ffffff;
	padding-left:200px;
}
#main {
	width:auto;
	background-image:url(images/outside-bg.gif);
	background-repeat:repeat-y;
}
#leftcontent {
	background-color:#c2c8d1;
	color:#000;
	border-right:solid 9px #fff;
	float:left;
	width:257px;
	padding:20px 0 30px 20px;
}

#leftcontent ul, li {
	list-style-image:url(images/star-bullet.gif);
	padding-bottom:10px;
	padding-left:5px;
	padding-right:20px;
	margin-left:10px;
	font-size:13px;
}

#leftcontent h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	font-weight:normal;
	border:none;
	margin:0;
}

#leftcontent a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}

#leftcontent a:hover, a:active {
	color:#3f616e;
	text-decoration:underline;
}

#leftcontent h2 {
	color:#fff;
	font-size:15px;
	font-weight:normal;
	border:none;
	margin:10px 0;
}

#rightcontent {
	float:right;
	width:736px;
}

#rightcontent p{
	margin-left:30px;
	margin-right:30px;
	line-height:20px;
}

.clearit {
	clear:both;
}

#bottom {
		width:auto;
	background-color:#90989b;
	height:30px;
	border-top:solid 9px #ffffff;
}

#footer {
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	height:30px;
	width:auto;
	text-align:right;
	text-transform:uppercase;
	padding:14px 20px 0 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.navi {
	padding:8px 10px 0 10px;
	background-image:url(images/navi-bg.gif);
	background-repeat:repeat-x;
	color:#000;
	text-transform:uppercase;
	height:22px;
	width:120px;
	text-align:center;
	-moz-box-shadow: 8px 0px 6px -4px #6a6f72;
	-webkit-box-shadow: 8px 0px 6px -4px #6a6f72;
	box-shadow: 8px 0px 6px -4px #6a6f72;
	float:left;
	margin-right:15px;display:block;
}

.navi:hover {
	background-image:url(images/navi-bg-hover.gif);
	background-repeat:repeat-x;
}

.navi a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}

.navi a:hover, a:active {
	color:#fff;
	text-decoration:none;
}

.plglaw {
	background-image:url(images/plg-law-bg.gif);
	background-repeat:repeat-x;
	height:22px;
	text-align:center;
	width:200px;
	padding:8px 10px 0 10px;
	box-shadow: 4px 4px 6px 0px #959aa1;
	text-transform:uppercase;
}

.plglaw:hover {
	background-image:url(images/plg-law-bg-hover.gif);
	background-repeat:repeat-x;
}

.plglaw a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}

.plglaw a:hover, a:active {
	color:#fff;
	text-decoration:none;
}
	
h1 {
	color:#647981;
	font-weight:normal;
	font-size:22px;
	border-bottom:dotted 1px #f6ec51;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
}

h2 {
	color:#647981;
	font-weight:normal;
	font-size:20px;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
}

#creditfooter {
	display:none;
}

a.textlink:link, a.textlink:visited {
	color:#3f6573;
	text-decoration:underline;
}

a.textlink:hover, a.textlink:active {
	color:#839ba4;
}

