/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#333;
}
div {
        position: relative;
}
img {
   		border:0;
}
#pagewidth{
        width:980px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        background: #fff;
        border: 2px ridge #fff;
        border-right: 2px groove #fff; 
        border-bottom: 2px groove #fff; 
}
#header{
        width:100%;
        background:#333399;
        margin-bottom: 2px;
        z-index: 100;
}
#wrapper{
   		clear:both;
   		border-top: 8px solid #cc0000; 
   		border-bottom: 8px solid #cc0000;
   		z-index: 1; 
}
#leftcol{
        width:200px;
        float:left;
}
#rightcol{
        width:380px;
        float:right;
        border-left: 1px solid #000;
        margin-top: 35px;
        margin-bottom: 20px;
}
#maincol{
        float: left;
        display:inline;
        width: 570px;
        padding-top:35px;
        margin-left: 20px;    
        padding-bottom: 20px;    
}
#footer{
        clear: both;
        background: url("../images/footer-images.jpg") no-repeat left top; 
        height: 265px;
        margin-top: 2px;
}
#footer.es {
     background-image: url("../images/footer-images-esp.jpg")
}	 
#footer-text {
        width:980px;
        margin: 17px auto;	
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
a[href $='.pdf'] {
	background: url("../images/icon-pdf.png") no-repeat right center;
	padding: 3px 18px 3px 0;
    white-space: nowrap;
}
#rightcol a[href $='.pdf'] {
white-space:normal;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px Arial, Verdana, Helvetica, sans-serif;
        color: #000;
}
.sview, .sview td, .sview div, .sview slect, .sview textarea, .sview input{ /* Font sizer small*/
font-size: 12px;
}

.mview, .mview td, .mview div, .mview slect, .mview textarea, .mview input{ /* Font sizer medeium */
font-size: 16px;
}

.lview, .lview td, .lview div, .lview slect, .lview textarea, .lview input{ /* Font sizer large */
font-size: 21px;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
td p,td h1,td h2, td h3{
margin:0;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.5em;
}
h1 {
        font-size: 1.8em;
        margin-top: 0;
        margin-bottom: .3em;
}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;
}
h2.htop{
margin-top:0;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3, legend {
        color:#cc0000;
}
#rightcol h2 {
	text-align: center;
}	

/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:152px;
        margin:0;
        padding:0;
        line-height:1em;     
        z-index: 300;
       float:left;  
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
        border-top: 1px solid #fff;
        border-right: 3px solid #fff;
}
#nav li.first{
		border-top: none;
}
#nav li a {
        display:block;
        padding:8px 8px 8px 5px;
        text-decoration:none;
        color:#fff;
        background: #3367cd;
        font-size: 1.1em;
		line-height:1em;
        font-weight: bold;
        width:152px; /*  total width */
        w\idth: 139px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */      
        text-align: right;
}
#nav li.first a {
		padding-top: 8px;
}
#nav li a:hover,
#nav li a.current  {
        color:#fff;
    	background:#8ba8e2;    	
}

/* Submenu popout */
#nav li ul {
	position: absolute;
	left: -999em;
    top:0;
	z-index:20;
	margin-left:155px; /* Popout Placement (usually width from above) */
	list-style: none;
	border: 1px solid #333399;
	width: 150px;
	z-index: 100;
}
#nav li li {
	border-top: 1px solid #333399;
	border-right: none;
}
#nav li li.first {
	border-top: none;
}
#nav li li.first a {
	padding-top: 5px;
}
#nav li ul a { /* submenu style */
   background:#4f85cf;
   width: 140px;
   text-align: center;
   color: #fff;
   padding: 8px 5px;
   height: auto;
   z-index: 100;
}
#nav li ul a:hover { /* submenu hover */
   background:#4f85cf;
   text-decoration: underline;
   color: #fff;
}
#nav li:hover ul,
#nav li.sfhover ul /* suckerfish */ { 
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */


/* 3rd level menu */
#third-level {
		list-style: none;
		margin: 0 0 0 170px;
		padding: 151px 0 0 0;
		z-index: 5;
}
#third-level li {
		background: #4d85d0;
		margin: 0;
		float: left;
		color: #fff;
		font-size: 1.1em;
        font-weight: bold;
        padding:6px 0px;
}
#third-level li.first {
		padding-left: 12px;
}
#third-level li a{
		display:block;
        padding:0px 12px 0px 12px;
        text-decoration:none;
        color:#fff;
        font-weight: bold;      
        text-align: center;   
        background: url("../images/third-menu-sep.gif") no-repeat right center;   
}
#third-level li.last a{
		background: none;
}
#third-level li a:hover,
#third-level li a.current  {
		text-decoration: underline;	
}

/*submenu dropdown*/
#third-level li li a{
   padding:5px;
   width: 138px; /*  total width of submenu */
   w\idth: 128px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
   font-size: 0.9em;
   border-top: 1px solid #fff;
}
#third-level li ul {
	width: 138px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	height: auto; 
	margin: 0 0 0 28px;
	padding-top: 7px;
       list-style:none;	
}
#third-level li ul li{
	padding: 0;
	height: auto;
}
#third-level li ul a { /* submenu style */
	background: none;
}
#third-level li ul a:hover { /* submenu hover */
}
#third-level li:hover ul,
#third-level li.sfhover ul /*suckerfish*/{
	left: auto;
}
#third-level li:hover {background-position: 0 0;} /* IE7 Sticky Fix */

/*       Links
======================= */
a {
        color:#333399;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:107px;
        width: 370px;
        top:31px;
        left:357px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.gif") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}

#languages, #font-size {
		position: absolute;
		top: 8px;
		right: 5px;
		list-style: none;
		margin: 0;
		padding: 0;
}
#languages {
		top: 35px;
}
#languages li, #font-size li {
		float: left;
		color: #fff;
		background: url("../images/language-sep.gif") no-repeat right 3px;
		padding: 0 10px;
		font-size: 14px;
}
#languages li.last, #font-size li.last, #font-size li.first {
		background: none;
}
#font-size li.first {
		padding-right: 0px;
}
#languages li a, #font-size li a {		
		color: #fff;
		text-decoration: none;
		padding: 0 3px;
		outline:none;
}
#font-size li a.selectedtoggler, #font-size li a.sview, #languages li a.selectedtoggler {
text-decoration:underline;
}
.mview #font-size li a.sview, .lview #font-size li a.sview{
text-decoration:none;
}
/*       Rightcol
========================= */

.quote {
	color: #cc0000;
	background: url("../images/quote-in.gif") no-repeat 0 0;
	margin: 0 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;	
	padding-top: 11px;
}
.quote p{
	margin: 0;
	padding: 0 45px;
	line-height:1.7em;
	text-indent: 15px;	
	background: url("../images/quote-out.gif") no-repeat right bottom;
	text-align: justify;
}
.quote p em{
	display: block;
	text-align: right;
	padding-right: 15px;
}
a.small-video {
	background: url("../images/logo-small.gif") no-repeat 0 0;
	display: block;
	padding: 12px 0 14px 60px;
	margin: 5px 20px 0px 5px;
}
a.small-event {
	background: url("../images/event-small.gif") no-repeat 0 0;
	display: block;
	padding: 8px 0 8px 55px;
	margin: 15px 0 0px 45px;
	font-size: 1.3em;
	font-style: italic;
}
.follow{text-align:center;}
.follow img{margin:0 15px;}

/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#ccc;
        text-decoration: underline;
}
#footer p{
        margin:0;
        color:#ccc;
        font-size:.9em;
}
#footer-text p {
		text-align: center;
		color: #fff;
		line-height: 1.3em;
}
#footer-text a {
		color: #fff;		
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*      Tables
===================================== */
.tablegrid {
	border-collapse: collapse;
	margin:.7em auto;
}
li .tablegrid {
	margin-left: 0;
	margin-top: 5px;
}
.tablegrid thead th, .tablegrid th {
	color:#fff;
	font-weight: normal;
	background: #3367cd;
	border-right: 2px solid #333;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #7F0022;
}
.tablegrid thead th {
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #333;
	border-right: 1px dashed #ccc;
	background:  #3367cd;
}
.tablegrid tbody td {
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: right;
}
.tablegrid th, .tablegrid td {
	padding:7px 9px;
}

/*       Forms
======================= */
form.lj fieldset {
border:1px solid #eee;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#fff;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#666;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
padding-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}
form.lj.half{
width:45%;
float:left;
margin-right:0px;
}
form.lj input.ref{
display:inline;
width:300px;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../images/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../images/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../iimages/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}
/*   Modal
=========================*/
body.modal{
background:#fff;
text-align:left;
padding-top:25px;
}
body.modal img{
margin-right:15px;
}

/*   Map
=========================*/
#map {
    margin-left: 30px;
    margin-bottom: 1em;
}


/*  Employment Application
=========================*/
.trail{color:#666;font-size:.9em;}
p.apply{
padding-bottom:10px;
border-bottom:1px solid #ccc;	
text-align:right;
}

p.apply a{
background:#339;
color:#eee;
padding:5px 10px;
text-decoration:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #ccc;
border-width:0 1px 1px 0;
}
p.apply a:hover{
background:#4f85cf;
}
.printnotes{display:none;}
.admin{padding:25px 0;}

/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */
 
/* CSS vs. Adblock tabs */
.swiff-uploader-box a { display: none !important; }
/* .hover simulates the flash interactions */
a:hover, a.hover { color: red; }
#fancy-status { }
#fancy-status.hide { display:none; }
#fancy-status .progress { background: url(../images/fancy_progress.gif) no-repeat; background-position: +50% 0;
	margin-right: 0.5em; vertical-align: middle; }
#fancy-status .progress-text { font-size: 0.9em; font-weight: bold; }
#fancy-list { list-style: none; width: 450px; margin: 0; }
#fancy-list li.validation-error { padding-left: 44px; display: block; clear: left; line-height: 40px;
	color: #8a1f11; cursor: pointer; border-bottom: 1px solid #fbc2c4; background: #fbe3e4 url(../images/fancy_failed.png) no-repeat 4px 4px; }
#fancy-list li.file { border-bottom: 1px solid #eee; background: url(../images/fancy_file.png) no-repeat 4px 4px; overflow: auto; }
#fancy-list li.file.file-uploading { background-image: url(../images/fancy_uploading.png); background-color: #D9DDE9; }
#fancy-list li.file.file-success { background-image: url(../images/fancy_success.png); }
#fancy-list li.file.file-failed { background-image: url(../images/fancy_failed.png); }
#fancy-list li.file .file-name { font-size: 1.2em; margin-left: 44px; display: block; clear: left; line-height: 40px;
	height: 40px; font-weight: bold; }
#fancy-list li.file .file-size { font-size: 0.9em; line-height: 18px; float: right; margin-top: 2px; margin-right: 6px; }
#fancy-list li.file .file-info { display: block; margin-left: 44px; font-size: 0.9em; line-height: 20px; clear }
#fancy-list li.file .file-remove { clear: right; float: right; line-height: 18px; margin-right: 6px; }
#fancy-browse, #fancy-upload{font-weight:bold;text-decoration:none;padding:5px 10px;border:1px solid #666;line-height:35px;background:#eee;}
#Fieldset1{padding-bottom:10px;}
/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span, #header ul, #footer, form.lj .submit, #notes, .noprint{display:none;}
.printnotes{display:block;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #rightcol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
#wrapper, #rightcol, #pagewidth  {border: none;}
/* Set margins to 0 */
p, h1, h2, h3, table, form {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
a.small-logo, .quote p, .quote, .admin {margin: 0; padding: 0} 	
form.lj textarea{height:auto;}
}