﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .8em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #454545;
    background-image:url(images/bg_brown.jpg); 
    background-repeat:repeat;
    background-color: #5c87b2;
}

a:link
{
    color: #36485C;
    text-decoration: underline;
}
a:visited
{
    color: #36485C;
}
a:hover
{
    color: #6183A8;
    text-decoration: none;
}
a:active
{
    color: Maroon;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#mymenu
{
    margin: 0px;
    padding: 0 0 14px 20px;
    list-style-type: none;
    list-style-position: outside;
    font-size: 1em;
}
ul#mymenu li
{
    float: left;
    background-color: #E2E0D3;
    margin: -10px 6px 0 0;
    text-align: center;
    color: #242424;
}
ul#mymenu li:hover
{
    color: #242424;
    text-decoration: none;
    background-color: #b4b4b4;
}
ul#mymenu li a
{
    text-decoration: none;
    line-height: 2.5em;
    color: #242424;
}

/* HEADINGS   
----------------------------------------------------------*/
h2, h3, h4, h5, h6
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}


h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin:0 auto; 
    background-color: #FFFFFF;
	border-style: solid; 
	border-color:#607183; 
	border-width: 0 .08em;
	text-align:left;
    width: 775px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}


p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
    border: none;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

/* ---------- Footer (Primary) ----------- */

.ftr-main { background-color: #fff; padding: 0 0 20px 0; margin: 0; font-family: Helvetica, Arial, sans-serif; clear: both; }

.ftr-main .top { padding: 10px 0 0 20px; margin: 0 0 -5px 0; }
.ftr-main .sm  { padding: 10px 0 0 20px; margin: 0;}

.ftr-main li a {
	color:#838383;
	font-size:1.1em;
	line-height: .8em;
	text-decoration: none;
	}
.ftr-main li a:hover { text-decoration: underline; }

.ftr-main li {
	border-right: 1px solid #cbcbcb;
	display:inline;
	list-style:none;
	padding: 0 5px;
	}
.ftr-main .last { border: none; }
	
.ftr-main .sm a { font-size: 1em; } 



/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

/* mainmenu  
----------------------------------------------------------*/


/* Offender Details Menu  
----------------------------------------------------------*/
#offendermenu
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .9em;
    margin-top:.55em;
    text-align:right;
    height: 2.1em;
    border-bottom: .18em solid #A7B1BB;
    margin-bottom: 1em;
}

#offendermenu
{
    text-align:-moz-right;
}

#offendermenu a:link
{
    color: #fff;
    text-decoration: none;
    
}
#offendermenu a:visited
{
    color: #fff;
}
#offendermenu a:hover
{
    color: #000;
    text-decoration: none;
}
#offendermenu a:active
{
    color: #fff;
}



/* Edit Offender Details Menu  
----------------------------------------------------------*/
#editoffendermenu
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .9em;
    background-color: #607183;
    position: relative;
    top:-31px;
    left:-30px;
    width: 108.4%;
    margin-bottom: .1em;
}
#editoffendermenu a:link
{
    color: #fff;
    text-decoration: none;
    
}
#editoffendermenu a:visited
{
    color: #fff;
}
#editoffendermenu a:hover
{
    color: #000;
    text-decoration: none;
}
#editoffendermenu a:active
{
    color: #fff;
}

/*Dashed divider line*/
hr 
{
    background-color: #fff; 
    border: 1px dashed #DDDDDD; 
    border-style: none none dashed; 
}

/* Quick Search and Social Media  
----------------------------------------------------------*/

.module {
	float: left;
	/*margin: 0 20px 20px 0;*/ 
	margin: 0 12px 15px 0;
	position: relative;
	overflow:hidden;
	}
	
.module2 {
	float: left;
	/*margin: 0 20px 20px 0;*/ 
	margin: 0;
	position: relative;
	overflow:hidden;
	}
	
.module.sm { width: 320px; }
.module2.sm { width: 320px; }
.module.lg {width:652px; overflow-y: auto; }
.ht-380 { height: 380px; }
.ht-230 { height: 230px; }
.ht-300 { height: 300px; }

.module header {
	padding: 1px 0 1px;
	text-align:center;
	}

.module header.gry { background: #373737 url(images/bg-module-header-gry.png); }
	 
.module header h2, .module header h3 {
	color:#fff;
	text-align:center;
	font-family: /*'crete-rounded-web'*/ georgia, arial, serif;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: -2px 2px 2px rgb(0, 0, 0);
	}
	
.module header h3 {
	font-size:1.2em;
	margin-top: -10px;
	}
	
.module2 header {
	padding: 1px 0 1px;
	text-align:center;
	}

.module2 header.gry { background: #373737 url(images/bg-module-header-gry.png); }
	 
.module2 header h2, .module header h3 {
	color:#fff;
	text-align:center;
	font-family: /*'crete-rounded-web'*/ georgia, arial, serif;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-shadow: -2px 2px 2px rgb(0, 0, 0);
	}
	
.module2 header h3 {
	font-size:1.2em;
	margin-top: -8px;
	}
	
/* accent lines to left and right of header text */

.module header .accent, .nav-toggle span {
	display: -moz-inline-stack;
	display: inline-block;
	height: 8px;
	margin: 0 8px;
	width: 14%;
	}
	
.module2 header .accent, .nav-toggle span {
	display: -moz-inline-stack;
	display: inline-block;
	height: 8px;
	margin: 0 8px;
	width: 14%;
	}
	
.nav-toggle { display: none; }
.bl .accent { background: url(images/accent-bl.png) repeat-x; }
.rd .accent { background: url(images/accent-rd.png) repeat-x; }
.gry .accent, .nav-toggle span { background: url(images/accent-gry.png) repeat-x; }

.module header .accent2, .nav-toggle span {
	display: -moz-inline-stack;
	display: inline-block;
	height: 8px;
	margin: 0 8px;
	width: 6%;
	}
	
.module2 header .accent2, .nav-toggle span {
	display: -moz-inline-stack;
	display: inline-block;
	height: 8px;
	margin: 0 8px;
	width: 6%;
	}
	
.bl .accent2 { background: url(images/accent-bl.png) repeat-x; }

/* ----- module body (cell) ----- */

.module .cell { background:url(images/bg-cell-gry.png) repeat; padding: 14px 20px 12px 20px; }
.module select { width: 100%; }
.module2 .cell { background:url(images/bg-cell-gry.png) repeat; padding: 14px 20px 14px 20px; }
.module2 select { width: 100%; }

.sidebar select { width: 85%; }

.module .lnk-arrow {
	position: absolute; 
	bottom: 20px; 
	right:0;
	height: 40px;
	width: 42px;
	z-index:10;
	}
.module .lnk-arrow:hover { background-color: #861125; }

/* margin modifiers - e.g. use .nm-rt to remove margin from last module in row */
.module.lg.nm, .module.sm.nm  { margin: 0; }
.module.lg.nm-rt, .module.sm.nm-rt { margin-right: 0; }
.module.lg.nm-btm, .module.sm.nm-btm { margin-bottom: 0; }

/* ----- Quick Search ----- */

.quick-search header.gry { background: #373737 url(images/bg-module-header-gry.png); color: white; }

.quick-search .cell p {
	color:#666;
	font-size: .85em;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 0px;
	text-align:center;
	}

fieldset { border: 0; margin: 0; padding: 0; }
fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
label {
    cursor: pointer;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    white-space: normal;
}


button, input, select, textarea {
    font-size: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    vertical-align: baseline;
}
.quick-search form fieldset { position: relative; border: 0; }
.quick-search label {
	color: #3c3c3c;
	font: .9em/.9em /*'pt-sans'*/ Helvetica, Arial, sans-serif;
	position: relative; left: 15px; top: 20px;
	text-transform: uppercase;
	}
	
.quick-search input[type="text"] { padding: 6px 8px 4px 60px; width: 210px; margin-bottom: -5px; }
.quick-search label.error, .form-search-site label.error { display: none !important; }
.quick-search .last { margin-bottom: 0; }
.quick-search .options { margin-top: 6px; }
.quick-search .options * { float: left; }
	

.quick-search .options span {
	/*background: #fdfdfd;
	border: 1px solid #d2d2d2;
	display: inline-block;
    padding: 8px;
    margin: 2px 14px 0 0;*/
	font: 1em/1em /*'crete-rounded-web'*/ georgia, arial, serif;
	margin: 10px 2px 0 0;
    padding-top: 8px;
	text-transform: uppercase;
	}
	
.quick-search .options a {
	color:#b2012d;
	display: inline-block;
	font-size:.85em;
	margin-top: 11px;
	/*text-align:center;
	width: 30%;*/
    text-align: right;
    padding: 5px 0 0 14px;
	
	}

.quick-search footer { background: url(images/bg-cell-lines-gry.png); }
	
.quick-search footer p {
	color:#666;
	font: italic 1em/1.6em /*'crete-rounded-web'*/ georgia, arial, serif;
	margin: 0;
	padding: 15px 20px 55px;
	text-align:center;
	text-shadow: 0.16em 0.16em #ffffff;
	}
	
.btn.rd, .content .btn.rd 
{ 
	background: #b2012d url(images/arrow-lg.png) right center no-repeat;
	font-size: .9em;
	font-family: arial, sans-serif; color: #fff;
	font-weight: bold;
	margin: 8px 20px 0 0;
	padding: 9px 37px 9px 22px;
	text-transform: uppercase;
	width: auto; 
}
.btn.rd:hover, .lnk-action:hover .arw  { background-color: #861125; border: solid 1px #640d1c; }
.btn.rd, .content .btn.rd{ border: solid 1px #8b0124;}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; font-size: 14px; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

.module .lnk-arrow, .sidebar .lnk-arrow
{
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0;
 }
 
.module .lnk-arrow {
	/*position: absolute;*/
	bottom: 20px; 
	right:0;
	height: 40px;
	width: 42px;
	z-index:10;
	}
.module .lnk-arrow:hover { background-color: #861125; }
.sidebar .lnk-arrow, .intro-education .lnk-arrow { height: 30px; width: 52px; }
.module.faq .cell .lnk-arrow { margin-bottom: 5px;}

.btn.rd, .quick-search .options span, .btn.lg, .btn.sm  {
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    }
    
.module .lnk-arrow, .sidebar .lnk-arrow {
    border-radius: .3em 0 0 .3em;
    -moz-border-radius: .3em 0 0 .3em;
    -webkit-border-radius: .3em 0 0 .3em;
    }
    
 .lnk-arrow {
    background: #b2012d url(images/ico-arrow.png) center center no-repeat;
    border: 0;
    text-indent: -999em;
    }   
    
 /* ----- social media ----- */ 
      
.social .cell { background: #fcfcfc; padding: 16px 20px 16px 66px; float: left; text-align: center;}

.social .wrap-share { margin: 0 auto; width: 190px; }

.social a {
	background-image: url(images/ico-social.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin-right:10px;
	width: 30px;
	}
	
.social .google { background-position: 0 0; }
.social .google:hover { background-position: 0 -30px; }
.social .facebook { background-position: -30px 0; }
.social .facebook:hover { background-position: -30px -30px; }
.social .twitter { background-position: -60px 0; }
.social .twitter:hover { background-position: -60px -30px; }
.social .digg { background-position: -90px 0; }
.social .digg:hover { background-position: -90px -30px; }
.social .share-more { background-position: -120px 0; margin-right: 0;}
.social .share-more:hover { background-position: -120px -30px; }

.clfx { padding: 0;margin: 0;}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }


.featured.lg, .quick-search, .carousel, .faq, .about-dru, .registries, .social, .ttt, .search-site, .main-col .content img, .sidebar article, .sidebar div.module, .resources, .community {box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);}

/* ----- Home Page ----- */

.welcome {background-color: #e1e1e1; background-image: url("images/bg-cell-gry2.jpg"); }
.welcome-message {padding: 0 15px 10px 25px; line-height: 22px; margin-top: -10px;}
.faq { background: url(images/FAQ.jpg) no-repeat top left; } 
.resources  { background: url(images/Resources.jpg) no-repeat top left; } 
.community  { background: url(images/Community.jpg) no-repeat top left; }
.faq h2 {color: White; position: absolute; bottom: 0; left: 20px; font-size: 1.4em; text-shadow: -2px 2px 2px rgb(0, 0, 0); z-index: 99;} 
.resources h2 {color: White; position: absolute; bottom: 0; left: 20px; font-size: 1.4em; text-shadow: -2px 2px 2px rgb(0, 0, 0); z-index: 99;} 
.community h2 {color: White; position: absolute; bottom: 0; left: 20px; font-size: 1.4em; text-shadow: -2px 2px 2px rgb(0, 0, 0); z-index: 99;}
.faq a:link {text-decoration: none; cursor: pointer;}
.resources a:link {text-decoration: none; cursor: pointer;}
.community a:link {text-decoration: none; cursor: pointer;}