/********************************* Classes for XHTML default Tag *********************************/
html {  background:#3ebdda url(../images/bg.jpg) repeat-x top left; }
body { margin:0; padding:0; font: .80em/1.3em arial, tahoma, sans-serif, serif; color:#5e5e5e; background:#3ebdda url(../images/bg.jpg) repeat-x top left; }
h1, h2, h3, h4, h5, h6 { font-family: arial, sans-serif, tahoma, serif; padding:3px 0; margin-bottom:5px; }
h1 { font-size:2em; font-weight:bold; color:#004d85; }
h2 { font-size:1.8em; font-weight:bold; color:#004d85; }
h3 { font-size:1.6em; font-weight:bold; color:#004d85; }
h4 { font-size:1.4em; font-weight:bold; color:#004d85; line-height:1.2em; }
form, img, a, li, ul { margin:0; padding:0; border:0; list-style:none; }
a { color:#43b2ea; text-decoration:underline; outline:none; }
a:hover { text-decoration:none; }
p { line-height:1.5em; }

/************************ Classes for differentiation of uniq ID ************************/
#wrapper { width:930px; margin:0 auto; }

#heading p { font-size:1em; margin:0; padding:0; color:#fff; height:37px; line-height:37px; text-align:right; color:#fff; }
#header { background:#0a3447 url(../images/header.jpg) no-repeat 0 0; height:276px; position:relative; }
#logo { position:absolute; left:-10px; top:-18px; display:block; width:241px; height:100px; text-indent:-999em; background:url(../images/logo.png) no-repeat 0 0; }
#header .caption { width:470px; height:50px; overflow:hidden; font-size:.85em; color:#fff; position:absolute; top:202px; left:443px; }

#menu { padding:88px 0 0 18px; width:190px; }
#menu li { padding:2px 0; }
#menu li a { color:#fff; font-weight:bold; text-decoration:none; }
#menu li a:hover, #menu li a.active { color:#52c5fe; text-decoration:none; }

#main { background:#fff; padding:10px 7px 25px 25px; }
#content { float:left; width:604px; }

.content .pgtable tr td {
	padding:5px;	
}

.content p { margin-bottom:18px; }

.content strong { font-weight:bold; }

.content ul { margin-bottom:18px; list-style:disc; list-style-position:outside; }
.content ul li { list-style:disc; list-style-position:outside; margin-left:25px; }

.content ol { margin-bottom:18px; list-style:decimal; list-style-position:outside; }
.content ol li { list-style:decimal; list-style-position:outside; margin-left:30px; }

#sidebar { float:right; width:260px; position:relative; }
#sidebar address { text-align:right; padding-right:20px; color:#004d85; }

#footer { font-size:.9em; background:#1979a5 url(../images/footer_bg.gif) no-repeat 0 0; padding:10px 0; text-align:center; color:#fff; border:2px solid #216c9d; border-bottom:0; margin-bottom:20px; }
#footer a { color:#fff; }
#fmenu { padding:5px 0 10px 0; }
#fmenu a { text-decoration:none; font-weight:bold; }
#fmenu a:hover, #fmenu a.active { color:#52c5fe; text-decoration:none; }

.pro { margin:7px 0; }
.pro .arrow { position:absolute; margin-top:10px; right:-25px; }
.pro .bluebox { background:#0a5376 url(../images/bluebox_corner.gif) no-repeat 0 0; width:209px; height:70px; padding:40px 40px 0 10px; margin-bottom:3px; }
.pro .bluebox h4 { color:#52c5fe; font-size:1.5em; font-weight:normal; }
.pro .bluebox p { color:#fff; font-weight:bold; line-height:1.2em; font-size:.9em; }


/********************* classes for differentiation of padding, border & color ********************/
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.line_height { line-height:2em; }
.bold { font-weight:bold; }
.pad { padding:5px; }
.pad1 { padding:10px; }
.pt { padding-top:5px; }
.pt1 { padding-top:10px; }
.pb { padding-bottom:5px; }
.pb1 { padding-bottom:10px; }
.pl { padding-left:5px; }
.pl1 { padding-left:10px; }
.pr { padding-right:5px; }
.pr1 { padding-right:10px; }
.mrg { margin:5px; }
.mt { margin-top:5px; }
.mt1 { margin-top:10px; }
.mt2 { margin-top:20px; }
.mb { margin-bottom:5px; }
.mb1 { margin-bottom:10px; }
.ml { margin-left:5px; }
.ml1 { margin-left:10px; }
.mr { margin-right:5px; }
.mr1 { margin-right:10px; }
.mtb1 { margin-top:10px; margin-bottom:10px; }
.relative { position:relative; }
.absolute { position:absolute; }
.white_text { color:#ffffff; }
.small_text { font-size:.85em; }
.mid_align { vertical-align:middle; }
.width_full { width:100%; }






/* SLIMBOX */

/**
 * 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;	
}
