/* CSS Document */

html { overflow-y:scroll; }
body {
	color: #333333;
	font-size:14px;
	margin:0 auto;
	background-color:#a1c2e2;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_back.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:283px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:238px;
	left:80px;
	width:778px;
	height:30px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:818px;
	height:auto;
	padding: 0 57px 0 75px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:565px;
	height:auto;
}

#content_sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:802px;
	height:auto;
}

.img {
	margin:0 0 0 -12px;
}

.email {
	float:left;
	width:795px;
	height:81px;
	background-repeat:no-repeat;
	background-image:url(images/img_email.jpg);
	margin: 1px 0 0 -25px;
	padding: 15px 0 0 215px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:550px;
	height:auto;
	margin: 0 0 0 20px;
}


.text a {
	color:#FFFFFF;
	text-decoration:underline;
}

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


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:248px;
	height:auto;
}

#side_bar2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:200px;
	height:auto;
}
.recent-news {
	width:248px;
	height:803px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_recent-news.jpg);
}

.recent-news2 {
	width:248px;
	height:803px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_recent-news2.jpg);
}

.text {
	color:#FFF;
	padding: 70px 23px 0 23px;
}

#sub-nav {
	width:248px;
	height:auto;
	margin: 0 0 0 60px;
}

#sub-nav a {
	color:#FFFFFF;
}

.teen-court {
	position:relative;
	top:0;
	left:0;
	width:197px;
	height:290px;
	line-height: 12px;
	color:#FFF;
	float:right;
	padding: 70px 23px 0 28px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_teen-court.jpg);
}

.teen-court a { color: #fff; }

.text2 {
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:60px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.slug {
	float:right;
	margin: 30px 60px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}



/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav2.gif);
}

a#nav_01 {
	width:65px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -30px;
}

a#nav_02 {
	width:130px;
	cursor:pointer;
	background-position:-65px 0;
}

a:hover#nav_02{
	background-position:-65px -30px;
}

a#nav_03 {
	width:151px;
	cursor:pointer;
	background-position:-195px 0;
}

a:hover#nav_03{
	background-position:-195px -30px;
}

a#nav_04 {
	width:103px;

	cursor:pointer;
	background-position:-346px 0;
}

a:hover#nav_04{
	background-position:-346px -30px;
}

a#nav_05 {
	width:224px;
	cursor:pointer;
	background-position:-449px 0;
}

a:hover#nav_05{
	background-position:-449px -30px;
}

a#nav_06 {
	width:105px;
	cursor:pointer;
	background-position:-673px 0;
}

a:hover#nav_06{
	background-position:-673px -30px;
}

