﻿/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

img {
	margin:0;
	padding:0;
	border:0;
}

td {
	margin:0;
	padding:0;
	border:0;
}

th {
	margin:0;
	padding:0;
	border:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0;
}

pre {
	margin:0;
	padding:0;
	border:0;
}

h4 {
	margin:0;
	padding:0;
	border:0;
}

h3 {
	margin:0;
	padding:0;
	border:0;
}

h2 {
	margin:0;
	padding:0;
	border:0;
}

h1 {
	margin:0;
	padding:0;
	border:0;
}

li {
	margin:0;
	padding:0;
	border:0;
}

ol {
	margin:0;
	padding:0;
	border:0;
}

ul {
	margin:0;
	padding:0;
	border:0;
}

dd {
	margin:0;
	padding:0;
	border:0;
}

dt {
	margin:0;
	padding:0;
	border:0;
}

dl {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

th {
	font-style:normal;
	font-weight:normal;
}

code {
	font-style:normal;
	font-weight:normal;
}

cite {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

ol {
/*	list-style:none;*/
}

th {
	text-align:left;
}

h4 {
	font-size:100%;
}

h3 {
	font-size:100%;
}

h2 {
	font-size:100%;
}

h1 {
	font-size:100%;
}

q:after {
	content:'';
}

q:before {
	content:'';
}

textarea {
	font:99%;
}

input {
	font:99%;
}

select {
	font:99%;
}

* {
	outline: none;
}

/* ----------------------------------------------------------------------- */


/* ------ LINKS -------- */
a {
	color: #800000;
}

a:active {
	color: #800000;
}

a:visited {
	color: #589bf6;
}

a:hover {
	color: #000066;
}



/*  --- STRUCTURE --- */

body {
	background-color:white;
	text-align: center!IMPORTANT;
	vertical-align: top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:normal;
	background-color:white;
	background-image:url('images/grass1.png');
	background-repeat:repeat;
}

#wrapper {
	text-align:left;
	width:965px;
	min-height:700px;
	cellspacing: 0;
	cellpadding: 0;
    margin:0 auto;
    border:2px #E19F0B solid; 	    
    overflow:hidden;
}

#header {
	width:965px;
	height:221px;
	background-color:#800000;
	background-image:url('images/header6.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#logo {
	width:417px;
	height:221px;
	/*background-image:url('images/logo.jpg');
	background-position:left top;
	background-repeat:no-repeat;*/
	float:left;
}

.homelink {
	display:inline;
	float:left;
	height:221px;
	width:417px;
}

#content {
	width:965px;
	height:100%;
	background-image:url('images/containerbackground.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	overflow:hidden;
}

#leftcolumn {
	width: 150px;
	background-color: #800000;
	float:left;
	padding:45px 0 35px 0;
	text-align:center;
	overflow:hidden;
}

#rightcolumn {
	width:813px;
	background-color:white;
	float:right;
	overflow:hidden;
}


.text {
	padding:45px 15px 15px 25px;
}

.text h1 {
	font-size:x-large;
	color:#800000;
	margin-bottom:15px;
}

.text h1 img {
	margin:0 4px 4px 4px;
}

.text ul {
	list-style-image:url('images/bullets.gif');
	list-style-position:outside;
	margin:0 35px 0 35px;
}

.text ul li {
	margin-left:35px;
}


.text ul ul {
	list-style-image:url('images/discbullet.png');
	list-style-position:outside;
	margin:0 35px 0 15px;
}

.text ul li ul li {
	margin-left:15px;
}
	
.text ol {
/*	list-style:armenian;
	list-style-position:outside;*/
/*	margin:0 35px 0 45px;*/
}

.text ol li  {
	margin-left: 35px;
}


.line {
	width: 100%;
	height:2px;
	noshade:noshade;
	color: #800000;
 	background-color:#800000;
}

#footer {
	width:965px;
    margin:0 auto;
}


/*----------------MENU SETUPS---------------------*/
#menucontainer {
	width:950px;
	height:35px;
	background-image:url('images/navigationbar2.gif');
	background-repeat:repeat-x;
	padding-left:15px;
	z-index:9999999;
	position:relative;
}


/*------- FIRST LEVEL ------- */
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#800000!IMPORTANT; font-size:medium; text-decoration:none}
ul.menu li {position:relative; float:left; margin-top:3px;}
ul.menu .menulink {
/*	padding: 5px 7px 7px;*/
	padding: 5px 5px 7px 25px;
	font-weight: bold;
	width: 105px;
	color: #800000;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-image:url('images/navigationbarhover.gif');
	background-repeat:repeat-x;
	background-position:left top;
}

/*----------SECOND LEVEL------*/
ul.menu ul {position:absolute; top:32px; left:0; background:#589bf6; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #A9511A; border-top:none; width:148px; margin:0;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:white; font-size:small;}
ul.menu ul li a:hover {background-color:#589bf6; color:white!IMPORTANT;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .sub {background:white url(images/arrow.gif) 136px 8px no-repeat; color:#A9511A;}
ul.menu .topline {border-top:1px solid #A9511A;}


/*-------------RIGHT COLUMN NEWS-------------*/
.contentleft {
	float: left;
	width: 545px;
	padding-left: 10px;
}


#search {
	background-color:white;
	text-align:left;
	color:black;
	font-size:10pt;
}

#join {
	margin-top: 25px;
	margin-left: 8px;
/*	margin-bottom: 25px;*/
	background-color:#FFB135;
	width: 150px;
	height: 87px;
	_height:83px;
	color:black;
	font-size:12px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#archives {
	margin-top:45px;
	text-align:center;
	font-weight:bold;
}

#archives a {
	text-decoration:none;
	color:white;
}

#archives a:hover {
	text-decoration:underline;
	color:#85ADE0;
}

.latestnews {
	width:166px;
	min-height:700px;
	float:right;
	margin-left:25px;
	background-color:#800000;
	background-image:url('images/latest_news_bottom.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	color:white;
	margin-right:1px;
	padding-bottom:25px;
}

.newstop {
	background-image:url('images/latest_news_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:166px;
	height:46px;
	padding-bottom:15px;
}

.latestnews ul {
	margin-left:0px;
	margin-right:0px;
	list-style:disc!IMPORTANT;
	list-style-image:none!IMPORTANT;	
}

.latestnews ul li {
	margin-left:28px;
	margin-bottom:5px;
	font-size:small;
	_margin-bottom:1px;	
}

.latestnews ul li a {
	color:white!IMPORTANT;
	text-decoration:none;
	height:15px;
}

.latestnews ul li a:hover {
	text-decoration:underline;
	background-color:white;
	color:maroon!IMPORTANT;
}

.more {
	text-align:right;
	padding-right:5px;
	font-size:small;
}

.more a {
	color:white!IMPORTANT;
}

.more a:hover {
	background-color:#EA8721;
	color:#800000!IMPORTANT;
}

.networks {
	text-align:center;
	
}




/*----------- PAGE CONTENT LAYOUTS ----------*/
/*-------------NEWS PAGE-------------*/
.newsitem {
	border-top:3px #800000 solid;
}


/*---------------- Staff Page and PA ---------------*/
.box {
	display: none;
}

.photo, .info, .info2 {
	float:left;
	display:block;
}

.photo {
	width:120px;
	margin:2.5% 0 2.5% 0;
}

.photo img {
	/*border:3px solid #990000;*/
}

.bionav {
	padding:3px;
	display:block;	
	width:110px;
	text-align:right;
	float:right;
	height:20px;
}

.bionav a {
	cursor:pointer;
	font-size:12px;
	color:#990000;
	text-decoration:none;
}

.bioexpand {
}

.info {
	width:400px;
}

.info2 {

}

.info h4, .info2 h4 {
	padding:5% 0 0 0;
	margin:0;
	font-size:14px;
}

.info span, .info2 span {
	padding:0;
	margin:0;
	font-size:12px;
}

.staffphoto {
	border-style: solid;
	border-width: 3px;
	border-color:#800000;
}

/*-------------DIRECTORY PAGES-------------*/
.dirleft {
	float: left;
	width: 498px;
	padding-left: 20px;
}

.counties {
	width:166px;
	min-height:700px;
	float:right;
	margin-left:25px;
	background-color:#800000;
	background-image:url('images/latest_news_bottom.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	color:white;
	margin-right:35px;
	padding-bottom:25px;	
}

.countiestop {
	background-image:url('images/counties_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:166px;
	height:46px;
	padding-bottom:15px;
}

.counties ul {
	margin-left:0px;
	margin-right:0px;
	list-style:disc!IMPORTANT;
	list-style-image:none!IMPORTANT;	
}

.counties ul li {
	margin-left:28px;
	margin-bottom:5px;
	font-size:x-small;
	_margin-bottom:1px;
}

.counties ul li a {
	color:white!IMPORTANT;
	text-decoration:none;
	display:block;
	width:100px;	
	height:15px;
}

.counties ul li a:hover {
	text-decoration:underline;
	display:block;
	width:100px;
	background-color:white;
	color:maroon!IMPORTANT;
}

.programs1 {
	font-size:x-small;
	width: 450px;
	border:thin #233966 solid;
	margin:2% 0 0 0;
}

.programsleft {
	color:#233966;
	font-weight:bold;
	border-style: solid;
	border-color: #000000;
	background-color: #B7CBEB;
	padding-left:4px;
	text-align:right;
}

.programsright {
	padding:0 6px 3px 6px;
}


/* ---------------- RPO Map ---------------- */

.rpomap {
	background-image: url('images/OSTN_directory_map.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 586px;
	height: 660px;
	margin:5px 0 10px 0px;
	position:relative;
}

.tooltiphdr {
	width:200px;
/*	background:#C4D5E3;*/
	background-color:#800000;
	color:white;
	border:1px solid #C4D5E3;
	font-weight:bold;
	padding:10px;
	text-align:left;
}
         
.tooltipbdy {
	width:200px;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
	text-align:left;	
}

.rposanjuan {
	position:absolute;
	width:48px;
	height:37px;
	left:80px;
	top: 1px;
}

.rpocolfax {
	position:absolute;
	width:48px;
	height:37px;
	left: 428px;
	top: -2px;
}

.rpotaos {
	position:absolute;
	width:48px;
	height:37px;
	left: 405px;
	top: -2px;
}

.rpomora {
	position:absolute;
	width:48px;
	height:37px;
	left: 415px;
	top: 100px;
}

.rporoosevelt {
	position:absolute;
	width:48px;
	height:37px;
	left: 527px;
	top: 339px;
}

.rposantafe {
	position:absolute;
	width:48px;
	height:37px;
	left: 280px;
	top: 130px;
}

.rpolincoln {
	position:absolute;
	width:48px;
	height:37px;
	left: 355px;
	top: 371px;
}

.rposierra {
	position:absolute;
	width:48px;
	height:37px;
	left: 203px;
	top: 423px;
}

.rpogrant {
	position:absolute;
	width:48px;
	height:37px;
	left: 46px;
	top: 477px;
}

.rpodonaana {
	position:absolute;
	width:48px;
	height:37px;
	left: 203px;
	top: 543px;
}

.rpobernco {
	position:absolute;
	width:48px;
	height:37px;
	left: 250px;
	top: 225px;
}

.rpocibola {
	position:absolute;
	width:48px;
	height:37px;
	left: 100px;
	top: 195px;
}

.rpologo {
	margin-bottom: 5px;
}


/* -------- nmostn navigation ------------*/

#hiddenpages {
	border: 1px dotted #800000;
	width: 537px;
	height: 20px;
	font-weight: bold;
	color: #800000;
	font-size: x-small;
	margin-bottom:15px;
}

ul.hiddenmenu {
	margin:0;
	padding:0;
	list-style:disc;
	list-style-position:outside;
}


ul.hiddenmenu a {
	text-decoration:none;
}

ul.hiddenmenu li {
	float:left;
}

ul.hiddenmenu .hiddenmenulink:hover {
	text-decoration:underline;
}





.topofpage {
	text-align: right;
	color: #7F0000;
	padding:5px;
}

