﻿@charset "utf-8";
/* CSS Document */

/******************** WHOLE PAGE ********************/
* {
	margin: 0 3px 0 0;
	padding: 0;
}
body {
	/*background: #FFFFFF url(img/bg.gif) repeat-y;*/
	font-family: Gulim,Verdana,sans-serif;
	font-size: 12px;
	/*padding-left: 25px;*/
}
.container {
	width:989px;
	margin:0 auto;
	/*border-radius: 20px;
	border-top-left-radius: 50px 25px;*/
  	overflow:hidden;

}

/******************** MISC ********************/
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Gulim,Verdana,sans-serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

/******************** TOP & HEADER ********************/
.top {
	background: url(img/banner3.jpg);
	background-repeat:no-repeat;
	background-color:#002D4F;
	color: #FFF;
	height: 125px;
	width: 989px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Gulim,Verdana,sans-serif;
}

.header {
	background-color: #FFF;
	height: 35px;
	width: 989px;
}

.countylogo {
	background: #F7F7F7;
	padding: 13px 10px 6px 10px;
}

/******************** HOME PAGE IMAGE AREA ********************/
#home_image {
		padding-top: 8px;
		
}

#home_title {
	font-size: 28px;
	color: #002D4F;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;

}

/*#chiefs_image {
	background: #F7F7F7 url(img/home_6.jpg) repeat-y;
	height: 323px;
	width: 258px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

#main_image {
	background: #F7F7F7 url(img/main-image.jpg) repeat-y;
	height: 400px;
	width: 974px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#chief_deputies {
display: block;
margin-left: auto;
margin-right: auto;
}

#mission_centered {
	width: 777px;
	margin: 0 auto;
	/*padding-left: 100px;
	padding-right: 100px;*/
}
/******************** NAVIGATION ********************/
.nav {
    background: repeat-x scroll center top #737373;
    float: left;
    height: 35px;
    position: relative;
    top: 1px;
    width: 989px;
	/*border-bottom: 5px;
	border-color: #173D5B !important;*/
}
ul#dropdown_nav {
    float: left;
    list-style-type: none;
    margin: 0;
    z-index: 999;
    width: 983px;
}
#dropdown_nav li {
    display: inline;
    float: left;
    padding-right: 1px;
    position: relative;
	/*border-left: 1px solid #FFF;
    list-style: none outside none;
    margin: 0;*/
}
#dropdown_nav li ul {
    margin-left: 0;
}
#dropdown_nav > li {
    display: inline;
    float: left;
    padding-right: 1px;
    position: relative;
}
#dropdown_nav > li > a, #dropdown_nav > li > span {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 10px 15px 10px;
    text-decoration: none;
}
#dropdown_nav > li > span {
    cursor: default;
}
#dropdown_nav > li:hover > a, #dropdown_nav > li.active > a {
    color: #DEB437;
}
#dropdown_nav > li:hover > a:active {
    color: #DEB437;
}
#dropdown_nav > li:hover > span {
    color: #DEB437;
}
#dropdown_nav > li ul {
    animation-delay: 0.2s;
    animation-duration: 0.25s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    display: none;
    padding: 0;
    position: absolute;
    width: 225px;
    z-index: 2;
}
#dropdown_nav li:hover > ul {
    display: block;
}
#dropdown_nav > li > ul {
    left: 0;
    padding: 15px 5px;
    top: 32px;
}
#dropdown_nav > li > ul:after {
    border-bottom: 15px solid #F7F7F7;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: "";
    font-size: 0;
    height: 0;
    left: 20px;
    line-height: 0;
    position: absolute;
    top: -15px;
    width: 0;
}
#dropdown_nav > li ul a, #dropdown_nav > li ul span {
    color: #002D4F;/*#424242;*/
    display: block;
    font-size: 13px;
    font-weight: normal;
    min-width: 195px;
    padding: 3px 15px;
    text-decoration: none;
    transition: all 100ms ease-in 0s;
}
#dropdown_nav > li ul span {
    color: #666666;
    cursor: default;
}
#dropdown_nav ul li:last-child > a {
}
#dropdown_nav > li > ul li:hover > a {
    background: none repeat scroll 0 0 #737373;/*#424242;*/
    color: #DEB437;
}
#dropdown_nav li ul li ul {
    border-left: 1px solid #DDDDDD;
    left: 225px;
    padding: 15px 5px;
    top: -8px;
}


/* Left side */
div.content_left {
	margin: 1px;
	width: 990px;
}
/* Left side */
div.content_left_80 {
	margin: 1px;
	width: 725px;
	float: right;
}
/* Right side */
div.content_right_80 {
	margin: 1px;
	float: right;
	width: 79%;
}
div.date {
	/*background: #0070CD url(img/bgdate.gif) repeat-x;*/
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
div.newsitem {
	background: #F7F7F7;
	/*border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;*/
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsitem img {
	border: 3px double #CCC;
	margin: 6px 8px 8px 8px;
	}
div.newsitem img.left {
	float: left;
}

div.left{ float:left; padding-left: 3px;}
div.right{float:right; margin-right: 3px;}
.links-quick{ width: 250px; padding-left: 18px;}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #002D4F;
	font: bold 1.2em Gulim,Verdana,sans-serif;/*Goudy Old Style,serif;*/
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: Gulim,Verdana,sans-serif;
	font-size: 12px;
	text-align: justify;
}

.home_info {
	/*width: 270px;*/
	float: left;	
	padding: 10px 70px 10px 70px;
}

/* Right side */
div.content_right {
	width: 163px;
	position: absolute;
	top: 204px;
	left: 768px;
}
/* Right side */
div.content_right_20 {
	width: 100px;
	position: absolute;
	top: 204px;
	left: 751px;
}
/* Right side */
div.content_right_30 {
	width: 150px;
	position: absolute;
	top: 204px;
	left: 751px;
}

#orgchart_image {
    background: #F7F7F7 url(img/org_chart.svg) repeat-y;
    height: 581px;
    width: 739px;
    margin: 0 auto;
}

div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	display: block;
	font: bold 0.8em Gulim,Verdana,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background-color: #000084;
	color: #FFF;
	font: normal 95% Gulim,Verdana,sans-serif;
	padding: 5px 8px;
}

/******************** Footer ********************/
div.footer {
	background-color: #002D4F;
	border: 1px solid #002D4F;
	color: #FFF;
	/*margin-left: 6px;*/
	width: 989px;
	min-height: 175px;
	clear:both;
	
	/*background-image:	-webkit-gradient(linear, top, color-stop(#000084), color-stop(#002D4F));*/ /* Chrome,Safari4+ */
	/*background-image: -webkit-linear-gradient(top, #000084, #002D4F);*/ /* Chrome10+,Safari5.1+ */
  	/*background-image:    -moz-linear-gradient(top, #000084, #002D4F);*/ /* FF3.6+ */
  	/*background-image:     -ms-linear-gradient(top, #000084, #002D4F);*/ /* IE10+ */
  	/*background-image:      -o-linear-gradient(top, #000084, #002D4F);*/ /* Opera 11.10+ */
	/*background: 			  linear-gradient(to bottom, #000084, #002D4F);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000084', endColorstr='#00001E',GradientType=0 );*/ /* IE6-9 */
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: 1em Gulim,Verdana,sans-serif;
	text-decoration: none;
}

.footer_left_pane {
	float: left;
	line-height: 15px;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.footer_middle_pane {
	float: left;
	line-height: 15px;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
    max-width: 230px;
}

ul.footer_links {
	margin: 0;
	list-style: none outside none;
}

.footer_right_pane {
	float: right;
	line-height: 15px;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a:hover {
    color: #737373;
    text-decoration: none;
}

.right-photo-caption{
    padding-left:1px;
	margin-left:10px;
	MARGIN-TOP:-5PX;
	padding-right:15px;
	text-align:center;
	display:block;
	background-color:#000084;
	color:#FFFFFF;
}

/*a:link {color: #000063;}
a:hover {color: #ce0000;}
a:visited {color: #516a8e;}*/

p {
	margin-bottom: 1.2em;
}

ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-type:disc;
}

h3{
width: 100%;
display:block;
padding-left:8px;
}

h3.maroon {
	color: #7B2300;	
}
h3.blue{
color:#FFFFFF;
background-color:#002D4F;
}

.blue{color:#002D4F;}
.red{color:#840000;}
.gray{color:#333333;}
.gold{color:#deb400;}

h3.red{
color: #FFFFFF;
background-color:#840000;
}

h3.gold{
color: #000000;
background-color:#deb400;
}


#showleft{width:48%; float:left; text-align:center;}
#showright{width:48%; float:right; text-align:center; }

#showleft-reg{width:45%; float:left; text-align:left; padding-left:20px;}
#showright-reg{width:45%; float:right; text-align:left; padding-left:20px;}

#photoleft{width:48%; float:left; text-align:right;}
#photoleft img{ float:right;}

#photoright{width:98%; float:right; }
#photoright img{float:left;}
.exec-name{color:#993300; font-weight:bold;}

h4 {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-color: #848484;

}
h4.red{color:#993300;}
h4.blue{color:#002D4F;}
.red-boxed {
	color: #FFFFFF;
	background-color: #840000;
	text-align: center;
	display: block;
	width: 95%;
	border: 1px solid #990000;
}

.red-boxed a{
   color:#FFFFFF;
}

.blue-boxed {
	color: #FFFFFF;
	background-color:#002D4F ;
	text-align: center;
	display: block;
	width: 95%;
	border: 1px solid #002D4F;
}
.blue-boxed a{
   color:#FFFFFF;
}
.blue-boxed-blue {
	color: #FFFFFF;
	background-color:#002D4F ;
	text-align: center;
	display: block;
	width: 95%;
	border: 1px groove #002D4F;
}

.blue-boxed-blue a{
   color:#FFFFFF;
}

.table {
	width: 550px;
	margin: 30px auto;
}

.table1 {
	width: 626px;
	margin: 0 auto;
}

#google_license {
	font-size: 10px;
	color: #CCCCCC;	
	font-style: italic;
}

.orgChartNode {
	background-color: #4B7FA7;
	color: #FFFFFF;
	border: 2px solid #002D4F;
}

.orgChartSelectedNode {
	background-color: #DEB437;
	color: #FFFFFF;
	border: 2px solid #7B2300;
}

/******************** MAIN ********************/
/*Used as a wrapper for side menu and content right 80%*/
.main {
	overflow: hidden;
	background: #F7F7F7;
	width: 989px;
}

/******************** SIDE MENU ********************/
.content_left_20 {
	width: 195px;	
	float: left;
	height: inherit;
}

.content_left_20 .menu {
	background: #F7F7F7;
	padding: 10px;
	margin: 6px 0 6px 6px;
}

.menu .menuTitle {
	font-weight:bold;
	color:#333333;
}

ul.menuItems {
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.menuItems li {
    border-bottom: 1px dotted #D5D9DF;
    list-style: none outside none;
    margin: 0;
}
ul.menuItems li {
    padding: 10px 0;
}

ul.menuItems li a {
    color: #002D4F;
    font-size: 13px;
    margin-left: -16px;
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    text-transform: none;
}

ul.menuItems li a:hover {
    color: #737373;
    text-decoration: none;
}

/******************** YAT FORM ********************/
div.yatform {

}

.mainFieldset
{
    /*min-width: 540px;*/
    display: inline-block;
	border: none;
	background-color: #F7F7F7;/*5b524e;#a99f9a;#667;*/
	margin: 2px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 0px;
} 

fieldset>ol{
	list-style: none;
	padding:0;
	margin: 4px;
}

fieldset>ol>li{
    list-style: none;
	margin: 1px 0 1px 0;
	padding: 0;
    /*width: 846px;*/
}

fieldset label
{
    float: left;
    clear: left; 
    margin: 0 2% 0 0; 
    width: 28%;
	text-align: right;
	min-width: 82px;
	padding: 5px 0 0 0;
    height: 23px;
}

fieldset input
{
	background-color: White;
 	color: Black;
 	width: 40%;
 	height: 23px;
    margin: 0 0 2px 0;
	border: 1px solid #bbb;
}

fieldset select
{
    background-color: White;
    width: 40%;
	border: 1px solid #bbb;
    margin: 0 0 2px 0;
	color: Black;
	height: 25px;
}

.multiline_textbox_small {
    background-color: White;
    width: 40%;
 	color: Black;
 	height: 46px;
 	margin: 0 0 2px 0;
	border: 1px solid #bbb;
}

.multiline_textbox_big {
    background-color: White;
    width: 40%;
 	color: Black;
 	height: 92px;
 	margin: 0 0 2px 0;
	border: 1px solid #bbb;
}

.checkbox3 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-Align: left;
    margin: 4px  0 4px 0;
    padding: 4px 0 4px 0;
}

.checkbox3 label {
    width: 115px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width: 0px;
    float: right;
    clear: right; 
    text-Align: left !important;
}

.checkbox3 input {
    background-color: #F7F7F7;
    width: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.checkbox2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-Align: left;
    margin: 10px  0 10px 0;
    padding: 4px 0 4px 0;
}

.checkbox2 label {
    width: 190px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width: 0px;
    float: right;
    clear: right; 
    text-Align: left !important;
}

.checkbox2 input {
    background-color: #F7F7F7;
    width: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.checkbox1 {
    border-bottom-width: 2px;
    margin: 4px  0 4px 0;
    padding: 4px 0 4px 0;
}

.checkbox1 label {
    width: 845px !important;    
    float: right;
    clear: right; 
    text-Align: left !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width: 0px;
}

.checkbox1 input {
    background-color: #F7F7F7;
    width: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.button
{
    background-color: #737373;
    width: 20%;
	border: 1px solid #bbb;
    margin: 0 auto;
	color: #FFFFFF;
 	height: 30px;
    cursor: pointer;
}

.button_align {
    padding: 16px 0;
    text-align: center;
}

.line_separator {
    background-color: #737373;
    height: 4px;
}

.center_bold {
    text-align: center;
    font-weight: bold;
}

.submitmessage {
    font-size: large;
}


.validation {
    color: red;
}

#liAttachmentDiscipline {
    display: none;
}

#liAttachmentTranscripts {
    display: none;
}

#liAttachmentAttendance {
    display: none;
}

#liAttachmentReleaseForm {
    display: none;
}

#dvCaptcha {
    width: 304px;
    margin: 0 auto;
}
