@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the frontend CSS file and contains all layout and text attributes           */
/*  This file should always be read after the reset.css file                            */
/*  http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/ */
/*  ----------------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------------- */
/*  Sitewide style                                                                      */
/*  ----------------------------------------------------------------------------------- */
html, body {
	background-color: #2d2626;
	background-image:url(../images/background-image.gif);
	background-repeat: repeat;
}

/*  ----------------------------------------------------------------------------------- */
/*  Alignment & clear styles                                                            */
/*  ----------------------------------------------------------------------------------- */
img.align_left {
	float: left;
	margin: 0px 10px 3px 0;
}
img.align_right {
	float: right; 
	margin: 0px 0 3px 10px;
}
.clearfix {/* float clearing for IE6 */
	zoom:1;
	_height:1%;
	width:100%;
	clear: both;
	overflow:hidden;
	height: 1px;
}

/*  ----------------------------------------------------------------------------------- */
/*  Website containers                                                                  */
/*  ----------------------------------------------------------------------------------- */
#container {
	width: 990px; /* Sets the main width of the website */
	margin: 0 auto;
}

/*  ----------------------------------------------------------------------------------- */
/*  Website subcontainers                                                               */
/*  ----------------------------------------------------------------------------------- */
#subcontainer-header {
	width:990px;
}
#subcontainer-body {
	width: 990px;
}
#subcontainer-footer {
	width: 990px;
	clear: both;
	padding-bottom: 20px; /* Gives the footer space before the bottom of the browser window */
}

/*  ----------------------------------------------------------------------------------- */
/*  Layout divs which are placed in the subcontainers                                   */
/*  ----------------------------------------------------------------------------------- */
#quote-tag {
	position: absolute;
	left: 50%;
	margin-left: 300px;
	width:177px;
	height: 174px;
	top: 0px;
	z-index: 100;
}
#logo {
	width:300px;
	height: 23px;
	margin: 55px 0 0 10px;
}
#navigation-main {
	width:100%;
	margin: 0 0 45px 10px;
	height: auto;
	clear: both;
}
#header-image-background {
	width:970px;
	padding: 10px;
	background-color: #171717;
	filter: alpha (opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index: 10;
}
#header-image {
	width:970px;
	background-repeat:no-repeat;
	height: auto;
	min-height: 330px;
	z-index: 50;
	background-color:#444;
}
#content {
	padding: 25px;
	height: 280px;
	z-index: 100;
}



.horizontal-rule {
	background-color: #171717;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}
#quicklinks {
	width:100%;
	height: 100px;
}
.quicklink {
	float: left;
	width: 240px;
	height: 80px;
}
.quicklink a {
	display: block;
	width: 240px;
	height: 80px;
	background-color: #171717;
	filter: alpha (opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.quicklink a:hover {
	display: block;
	width: 240px;
	height: 80px;
	background-color: #171717;
	filter: alpha (opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}
#quicklink1 {
	margin-top: 10px;
}
#quicklink2 {
	margin-top: 10px;
	margin-left: 10px;
}
#quicklink3 {
	margin-top: 10px;
	margin-left: 10px;
}
#quicklink4 {
	margin-top: 10px;
	margin-left: 10px;
}

#navigation-footer {
	width:100%;
	margin-top: 3px;
	height: auto;
	clear: both;
}

/*  ----------------------------------------------------------------------------------- */
/*  Navigation styles                                                                   */
/*  ----------------------------------------------------------------------------------- */
#navigation-main ul.navigation {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#171717;
	margin: 0px;
}
#navigation-main ul.navigation li {
	list-style:none;
	margin-right: 10px;
	display:inline;
}
#navigation-main ul.navigation a:link {
	text-decoration: none;
	color: #fff
}
#navigation-main ul.navigation a:visited {
	text-decoration: none;
	color: #fff
}
#navigation-main ul.navigation a:active {
	text-decoration: none;
	color: #fff
}
#navigation-main ul.navigation a:hover {
	text-decoration: underline;
	color: #f541b3;
}



#navigation-footer ul.navigation {
	margin-left: 0px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#171717;
	margin-bottom: -6px; /* IE6 needs this because the text_style.css file gives all ul a margin-bottom */
}
#navigation-footer ul.navigation li {
	margin-right: 10px;
	list-style:none;
	display:inline;
}
#navigation-footer ul.navigation a:link {
	text-decoration: none;
	color: #171717;
}
#navigation-footer ul.navigation a:visited {
	text-decoration: none;
	color: #171717;
}
#navigation-footer ul.navigation a:active {
	text-decoration: none;
	color: #171717;
}
#navigation-footer ul.navigation a:hover {
	text-decoration: underline;
	color: #f541b3;
}


/*  ----------------------------------------------------------------------------------- */
/*  Form styles (THIS NEEDS WORK)                                                       */
/*  ----------------------------------------------------------------------------------- */
.form-input-global {
	width:200px;
	border: 1px solid #999999;
	height:18px;
	margin-bottom: 5px;
}
.form-textarea-global {
	width:200px;
	border: 1px solid #999999;
	height:104px;
}
.form-btn-global {
	background-color:#f541b3;
	padding: 2px 3px 2px 3px;
	border:1px solid #999999;
	margin-bottom: 20px;
}
.drop-down-nav {
	width:200px;
	border: 1px solid #999999;
}



/*  ----------------------------------------------------------------------------------- */
/*  JQuery Lightbox                                                                     */
/*  ----------------------------------------------------------------------------------- */

/**
 * 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-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; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#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%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#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-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#gallery {
	padding: 14px;
}
#gallery ul { list-style: none; margin-left: 0px; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 10px solid #3e3e3e;
	margin-right: 9px;
	margin-bottom: 9px;
}
#gallery ul a:hover img {
	border: 10px solid #fff;
}
#gallery ul a:hover { color: #fff; }


/*  ----------------------------------------------------------------------------------- */
/*  User error & success message styles                                                 */
/*  ----------------------------------------------------------------------------------- */
.user-message-error {
	color: #f541b3;
	font-weight: bold;
}
.user-message-success {
	color: #f541b3;
	font-weight: bold;
}
