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

body {
	text-align: center;
	padding:0;
	margin:0;
	background-color:#E3E1DB;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #5C5B59;
	font-size: 12px;
}

p {
	line-height: 20px;
}

h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bold {
	font-weight: bold;
}

.center {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #5C5B59;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height:160px;
	background-image: url(../images/main/wood.jpg);
	background-repeat: repeat-x;
	z-index: 2;
}

#logo {
	float: left;
	width: 390px;
	height: 65px;
	margin-top: 45px;
}

#justice {
	float: right;
	width: 112px;
	height: 120px;
	margin-top: 15px;
}

#awards {
	float:left;
	width:158px;
	height:43px;
	margin-left:200px;
}


#navBar {
	position: relative;
	width: 100%;
	height:60px;
	background-image: url(../images/main/navBG_new.jpg);
	background-repeat: repeat-x;
	clear:both;
	z-index: 0;
}

#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0px 8px;
}

#menu a {
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 22px;
	color: #5C5B59;
	text-decoration: none;
	background-image: url(../images/main/navBG_new.jpg);
	display: block;


}

#menu a:hover, #menu a:focus {
	background-image: url(../images/main/navBG_over.jpg);
}




#welcome {
	float: left;
	height: 54px;
}

#contentWrapper {
	padding-top: 20px;
	padding-bottom:25px;
	position:relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	text-align: left;
}


#vert {
	position: absolute;
	width: 344px;
	height: 506px;
	left: 596px;
	top: -25px;
	z-index: 1;
}

#horz {
	position: absolute;
	width: 456px;
	height: 394px;
	left: 470px;
	top: -25px;
	z-index: 1;
}

#quote {
	position: absolute;
	width: 410px;
	height: 225px;
	left: 0px;
	top: 65px;
}

#columnLeft {
	width: 450px;
	padding-top:25px;
	padding-bottom: 40px;
	float: left;
}

#columnLeft2 {
	width: 450px;
	padding-top:0px;
	padding-bottom: 0px;
}

#bottomStripe {
	clear:both;
	width:100%;
	padding-top:15px;
	padding-bottom: 15px;
	background-color:#ECECEC;
}

#columnLeftV {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

#columnLeftH {
	float: left;
	width: 480px;
}

#portrait{
	position:absolute;
	width: 450px;
	padding-top: 5px;
	text-align: right;
	left: 451px;
	top: 6px;
}

#columnRightH {
	float: right;
	width: 446px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#columnRightH2 {
	float: right;
	width: 466px;
	pading-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#columnRightAlt {
	float: right;
	width: 350px;
	margin-top:25px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top:20px;
	background: url(../images/about/altBG.jpg) repeat-x;
}

#columnRightHome {
	float: right;
	width: 346px;
	padding-left: 100px;
}

#footer {
	clear: both;
	width: 100%;
	height: 38px;
	background: url(../images/main/footBG.jpg) repeat-x;
}

.clearIt {
	clear: both;
}



.diamond {
	list-style-type: none;
	height: 20px;
	background: url(../images/diamondBullet.jpg) no-repeat left;
	padding-left: 20px;
}

.plain {
	list-style-type: none;
	height: 20px;
	background: url(../images/whiteDiamond.jpg) no-repeat left;
	padding-left: 20px;
}

.italic {
	font-size: 12px;
	font-style: italic;
}

.quote {
	font-size: 14px;
	font-style: italic;
}

img { behavior: url(iepngfix.htc) }
