/* -------------------------------------------------------------------------------------
	CSS STYLE
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	background: #000000 url(../images/page_bg.jpg) top center no-repeat;
	padding: 0;
	color: #383838;
	font-family: Trebuchet, Helvetica;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #0072bc;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
	font-family: arial;
	font-weight: normal;
	color: #0072bc;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 a {
	color: #2B2B2B;
}

hr {
	border: solid #999;
	border-width: 0 0 1px;
	margin: 0 0 20px;
}

img {
	float: left;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}



.wrapper {
	text-align: left;
	float: none;
	width: 900px;
	margin: 0 auto;
}

.container {
	position: relative;
	font-size: 1.3em;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	height: 138px;
	position: relative;
}

#header h1 {
	border-bottom: 1px solid #979696;
}

#header h1 a {
	text-indent: -10000px;
	display: block;
	height: 99px;
	width: 100%;
	float: left;
	background: transparent url(../images/logo.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#spanish {
	position: absolute;
	top: 10px;
	z-index: 100;
	width: auto;
	right: 0;
	color: #fff;
}

#nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}

#nav li {
	float: left;
	clear: none;
	width: auto;
}

#nav a {
	color: #fff;
	float: left;
	padding: 5px 10px 10px;
	font-size: 14px;
}

#nav a.active, #nav a:hover {
	background: #0072bc;
	text-decoration: none;
}

#sub_header {
	position: relative;
	margin: 0 0 13px;
	background: #fff;
	width: 880px;
	padding: 10px;
}

#banner {
	float: left;
	clear: none;
	width: 588px;
	height: 281px;
	overflow: hidden;
	position: relative;
}

#bio_banners {
	height: 169px;
	width: 880px;
	overflow: hidden;
	position: relative;
}

#news {
	float: right;
	width: 282px;
	clear: none;
}

#news h1 {
	margin: 0 0 10px;
}

#news h4 {
	color: #404040;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px;
}

#news a {
	font-style: italic;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#content_wrapper {
	background: #fff;
	padding: 20px 0 40px;
}

#content_wrapper .container {
	background: #fff url(../images/border.gif) 596px 0 repeat-y;
}

#content {
	width: 545px;
	padding: 0 25px 25px;
}

#content h1, #content h2 {
	margin: 0 0 10px;
}

#content h1 a:hover {
	text-decoration: none;
}

#content ul {
	width: 500px;
	margin: 0 0 15px 20px;
	display: inline;
}

#content li {
	width: 485px;
	padding: 0 0 0 15px;
	line-height: 1.5;
	margin: 0 0 5px;
	background: #fff url(../images/bullet.jpg) 0px 6px no-repeat;
}

#content ul.content_list {
	width: 545px;
	margin: 0 0 20px;
}

#content ul.content_list li, ul#admin_nav li {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	background-image: none;
	background: #CCCCCC;
}

ul#admin_nav li {
	background: #fff;
	width: 150px;
	clear: none;
}

#content ul.content_list li.odd {
	background: #E7E7E7;
}

#content ul.content_list li .left {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	width: 400px;
}

#content ul.content_list li .right a {
	float: left;
	margin: 0 10px 0 0;
}

.error {
	width: 523px;
	padding: 10px;
	background: #E99494;
	border: 1px solid #999;
}

label {
	float: left;
	width: 230px;
	padding: 0 20px 0 0;
}

label span {
	font-size: .8em;
}

input, textarea {
	float: left;
	clear: none;
	width: 250px;
	border: 1px solid #999;
	padding: 2px
}

textarea {
	height: 50px;
}

.edit_form textarea {
	height: 150px;
}

textarea.readonly {
	background: #fff;
	border: 1px solid #fff;
}

input.button {
	width: auto;
	padding: 3px 10px;
	border: 1px solid #999;
}

.contact_options label {
	padding: 0 10px;
}

.contact_options label, .contact_options input {
	width: auto;
}

.bio_image {
	width: 125px;
}

.bio_text {
	width: 385px;
	float: right;
	clear: none;
}

.disclaimer {
	margin: 20px 0 0;
	font-size: .9em;
	color: #727272;
}


/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */

#side_bar {
	width: 300px;
	float: right;
	clear: none;
}

#side_bar div {
	width: 290px;
	padding: 0 0 0 10px;
}

#side_bar a, #side_bar a img {
	float: left;
}

.article {
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #999999;
}

#side_bar h4 {
	font-style: italic;
}

#side_bar #news {
	float: left;
	width: 290px;
	clear: none;
	padding: 0 0 5px 10px;
	margin: 0 0 5px;
	border-bottom: 1px solid #999999;
}

/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */


#footer {
	background: #edebeb;
	border: solid #5c5a59;
	border-width: 1px 0;
}

#footer p {
	font-size: .8em;
	padding: 10px 0 0;
	color: #818181;
}

#footer img {
	margin: 5px 0 0;
}

#footer .left {
	margin: 0 20px 0 0;
}

#footer .right {
	width: 290px;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}