/*  -GLOBALS
============================================================= */
html {
	font-size: 100%;
	text-align: center;
}
body {
	margin: 0;
	text-align: left;
	background: black;
	line-height: 1.5em;
}
fieldset, form {
	margin: 0;
	padding:0;
	border: none;
}
legend {
	display: none;
}
img {
	border: none;
}
p {
	margin: 0 0 .8em 0;
}
ul {
	font-size: 13px;
}
/*
u {
	text-decoration: none;
}
*/
center {
	text-align: left;
}
input, textarea, select {
	border: 1px solid #333333;
	color: #333;
	background-color: #fff;
}
/*  -CLASSES
============================================================= */

.btn {
	background-color: #0056ec;
	color: #fff;
	padding: 0 1px;
	cursor: pointer;
	border: 1px solid #0056ec;
	text-transform: uppercase;
	font-weight: bold;
}
.blue_bck {
	display: block;
	background: #558fd4 url('../images/bck_dark.jpg') repeat-y top left;
	padding: 8px 20px;
}
/*  -TYPOGRAPHY
============================================================= */

body, font, p {
	font: 12px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2 {
	margin: 0 0 3px 0;
	font-size: 20px;
	color: #FFF;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	margin: 0 0 3px 0;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
}
h1 p, h1 h2, h1 h3, h1 h4, h1 strong {
	margin: 0;
	font-weight: normal;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0056ec;
}
a:hover {
	color: #0056ec;
	text-decoration: underline;
}
/*  -BLOCKLEVEL DIVS
============================================================= */
#wrapper {
	width: 1000px;
	border-style :none solid solid solid;
	border-color: #999999;
	border-width: 1px;
	margin: 0 auto;
}
#masthead {
	background: #558fd4 url('../images/bck_header.jpg') repeat-y top left;
	width: 960px;
	padding: 10px 20px;
	overflow:auto;
}
#header {
	background: url('../images/header_background_rnccm.jpg') no-repeat;
	width: 1000px;
	height: 310px;
	position: relative;
}
#main_content {
	width: 960px;
	padding: 20px;
	overflow: auto;
	overflow: hidden;
}
#main_column {
	width: 670px;
	background: #ccc;
}
#sidebar {
	width: 250px;
	padding: 0 10px 20px 10px;
	background: #ccc;
	float:right;
}

#homebottom {
	width: 650px;
	border-top: #000000 20px solid;
	padding: 20px 10px 20px 10px;
	background: #ccc;
	float:left;
	clear:left;
}

#footer {
	width: 1000px;
	margin: 10px auto;
	padding-bottom: 20px;
}
#masthead h2, #masthead h3, #masthead h4 {
	margin: 0;
}

/*
#masthead h2 {
	background:url('../images/reynolds-school-logo.jpg') no-repeat;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
}
#masthead h2 a {
	width: 540px;
	height: 54px;
	display: block;
}
#masthead h3 {
	background: url('../images/unr-logo.gif') no-repeat;
	text-indent: -9999px;
	float: right;
}
#masthead h3 a {
	width: 211px;
	height: 70px;
	display: block;
}
*/

#masthead h2 {
  background:url('../images/rnccm-logo.png') no-repeat;
  text-indent: -9999px;
  float: left;
  margin-top: 10px;
}

#masthead h2 a {
  width: 668px;
  height: 35px;
  display: block;
}

#masthead h3 {
  background:url('../images/rsj-logo.png') no-repeat;
  text-indent: -9999px;
  float: left;
  margin: -1px 0 0 0;
}

#masthead h3 a {
  width: 668px;
  height: 18px;
  display: block;
}

#masthead h4 {
  background: url('../images/unr-logo.gif') no-repeat;
  text-indent: -9999px;
  float: right;
}

#masthead h4 a {
  width: 211px;
  height: 70px;
  display: block;
}

#nav {
	background: #fff;
	width: 100%;
	display: block;
	position:absolute;
	bottom: 60px;
}
#nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
#nav li a {
	color: #333;
	padding: 10px 15px;
	display: block;
}
#nav li a:hover {
	color: #fff;
	background-color: #76a9e5;
	text-decoration: none;
}
#nav ul li ul {
	width: 1000px;
	position: absolute;
	background: #558fd4;
	left: 0;
}
#nav ul li ul li {
	font-size: 14px;
}
#nav ul li ul li a {
	font-weight: normal;
	color: #E9E9E9;
	padding: 4px 12px;
	display: block;
}
#nav ul li ul li a:hover {
	color: #fff;
}

/* Secondary Nav TOP */

#nav2nd {
	background: #558FD4;
	width: 100%;
	display: block;
	position:absolute;
	bottom: 35px;
}
#nav2nd ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#nav2nd li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
#nav2nd li a {
	color: #fff;
	padding: 5px 15px;
	display: block;
}
#nav2nd li a:hover {
	color: #fff;
	background-color: #76a9e5;
	text-decoration: none;
}
#nav2nd ul li ul {
	width: 1000px;
	position: absolute;
	background: #558fd4;
	left: 0;
}
#nav2nd ul li ul li {
	font-size: 14px;
}
#nav2nd ul li ul li a {
	font-weight: normal;
	color: #E9E9E9;
	padding: 4px 12px;
	display: block;
}
#nav2nd ul li ul li a:hover {
	color: #fff;
}

/* End Secondary Nav TOP */


.a_s, .a_s a:hover {
	background: #558fd4 !important;
}
.a_s a {
	color: #fff !important;
}
#search {
	width: 190px;
	float: right;
	margin: 5px 20px 0 0;
}
/*  SIDEBAR
============================================================= */
#sidebar h2 {
	display: block;
	background: #000;
	font-size: 16px;
	padding: 5px;
	margin-top: 10px;
}
.sideblock {
	margin: 12px 0;
}
.sideblock strong {
	/*color: #a99422;*/
}
#sidebar_links {
	width: 270px;
	margin: 15px 0;
	padding: 0;
	background: #000;
	float: right;
	clear: right;
}

#sidebar_links p {
	float: left;
	text-indent: -9999px;
	}
	
#sidebar_links a {
	display:block;
	width: 82px;
    height: 68px;

}

.sideblock ul{
	margin: 0 0 -10px 0;
}

.sideblock ul li{
	padding: 0 0 0 20px;
}

#sidebar ul li ul li a{
	width: 220px;
}

#judge {	background: url(../images/sidebar_judges.gif) no-repeat top center; margin-right: 10px; }
#journalists {	background: url(../images/sidebar_journalists.gif) no-repeat top center;  margin-right: 10px; }
#court_personnel { background: url(../images/sidebar_court.gif)  no-repeat top center }
/*  -FOOTER
============================================================= */
#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer li a {
	color: #fff;
	font-weight: normal;
	margin-right: 15px;
}
#footer, #footer p, #footer a:link {
	color: #fff;
}
/*  - MISC
============================================================= */

:focus {
	-moz-outline-style: none;
}


#newslist{
	list-style:none;
	margin: 20px 0 0 -30px;
	width: 100%;
}

#newslist li{
	display: block;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

.newsthumb{
	border: #000 1px solid;
	float: left;
	margin: 0 20px 0 0;
	width: 100px;
}

.newsteaser{
	float: left;
	width: 78%;
}

#newscaption{
	float: right;
	border: #000 1px solid;
	width: 250px;
	padding: 5px;
	margin: 0 0 10px 10px;
}

