
/**
 * @author
 * Web Design Enterprise
 * Phone: 786.234.6361
 * Website: www.webdesignenterprise.com
 * E-mail: info@webdesignenterprise.com
 * 
 * @copyright 
 * This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License. 
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
 *
 * Be aware that violating this license agreement could result in the prosecution and punishment of the infractor.
 *
 * © 2002-2009 Web Design Enterprise Corp. All rights reserved.
 */

/* Site Content*/
body {
	background: #FFF;
	font: 12px "Tahoma",Arial Narrow;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
@font-face {
	font-family: HelneNeuUltLight;
	src: url('HENULI_.TTF');	
}
h1 {
	font: 26px "HelneNeuUltLight";
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: strong;
}
h2 {
	font: 22px "Arial Narrow";
	color: #003080;
	margin: 0;
	padding: 0;
}
h3 {
	font: 14px Tahoma; 
	color: #003080; 
	text-transform: uppercase;
}
h4 {
 	font: 16px Georgia; 
	color: #000;
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
ul {
	list-style-image: url(../images/li.jpg);
}
ul.dots {
	list-style-type: disc; 
	list-style-image: none;
}
li {
	margin: 5px;
}
img { 
	border: 0px;
}
img, div, td {
	behavior: url(../css/iepngfix.htc);
}
label {
	cursor: pointer;
	cursor: hand;
}
small {
	font-size: 11px; 
}
hr {
	height: 2px;
	border: 0;
	color: #F0EFE6;
	background: #F0EFE6;
}
a, a:link, a:visited { 
	color: #003080;
	text-decoration: underline;
}
a:hover, a:active { 
	color: #993300;
 	text-decoration: underline;
}
input[type="text"], input[type="password"], textarea, select { 
	font: 12px Arial, sans-serif;
	padding: 1px 3px;
	border: 1px solid #C0C0C0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	font: 12px Arial, sans-serif; 
	overflow: visible;
	padding-left: 6px;
	padding-right: 6px;
}
table, td, div {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/wrap-BG.jpg) repeat-y 0 0;
	position: relative;
}
#header {
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 114px;
	background: #F4F4F4 url(../images/bodyBG.jpg) repeat-x 0 0;
}
#header #logo {
	float: left;
	width: 883px;
	height: 112px;
}
#header #right {
	float: right;
	width: 100px;
	text-align: right;
	margin-top: 20px;
}
.flash {
	height: 341px;
}
#menu {
	clear: both;
	overflow: hidden;
	background: #FFF;
	height: 49px;
}
#menu a:link, #menu a:visited {
	float: left;
	font: 14px Tahoma;
	color: #464646;
	text-decoration: none;
	padding: 15px 14px 16px 14px;
	z-index: 100;
	display: block;
	border-left: 1px solid #CCCDCE;
	border-bottom: 1px solid #CCCDCE;
}
#menu a:hover, #menu a:active, .actualPage {
	background: #CCCDCE url(../images/menu-hover.jpg) repeat-x 0 0;
}
#content {
	clear: both;
	overflow: hidden;
}
.inner {
	float: left;
	width: 635px;
	padding: 10px 30px 10px 10px;
}
.sideMenu {
	float: left;
	width: 325px;
	margin-top: 20px;

}
.sideMenu .tabs {
	width: 325px; 
	height: 39px; 
	background: url(../images/links-BG.png) no-repeat right top; 
	position: absolute; 
	right: -22px; 
	z-index: 100;
	overflow: hidden;
	clear: both;
}
.sideMenu .tabs a:link, .sideMenu .tabs a:visited {
	display: block; 
	padding: 7px 30px; 
	color: #FFF; 
	text-decoration: none;
}
.sideMenu .tabs a:hover, .sideMenu .tabs a:active {
	color: #D2D2D2;
}
#footer {
	height: 295px;
	background: url(../images/footerBG.jpg);
	color: #FFF;
}
#footer .footer {
	width: 1000px;
	margin: auto;
}
.footer input[type="text"], .footer input[type="password"], .footer textarea, .footer select { 
	font: 14px Tahoma, sans-serif;
	padding: 1px 3px;
	border: 0;
	background: none;
	color: #FFF;
}
.photo {
	background: #FFF;
	padding: 5px;
	border: 1px solid #808080;
}
.menuArticles {
	width: 280px;
	height: 84px;
	background: url(../images/blog-menu-BG.png) no-repeat 0 0;
	padding: 10px 20px;
	margin-left: 10px;
}
.blue {
	color: #003080;
}
.blue2 {
	color: #003080;
}

/* Needed by the system */
/* DO NOT TOUCH */

.copyrights {
	float: left;
	width: 48%;
	padding-left: 5px;
	color: #979797;
}
a.copyrights, .copyrights a:link, .copyrights a:visited {
	color: #979797;
	text-decoration: none;
}
.copyrights a:hover, .copyrights a:active {
	text-decoration: underline;
}
.developerCredits {
	float: right;
	width: 48%;
	text-align: right;
	padding-right: 5px;
	color: #979797;
}
a.developerCredits, .developerCredits a:link, .developerCredits a:visited {
	color: #979797;
	text-decoration: none;
}
.developerCredits a:hover, .developerCredits a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
	overflow: hidden;
}
.paginator {
	font: 16px Trebuchet MS;
	color: #969696;
	padding: 5px;
	text-align:  right;
}
a.paginator, .paginator a:link, .paginator a:visited {
	font: 16px Trebuchet MS;
	color: #707070;
	text-decoration: none;
}
.paginator a:hover, .paginator a:active {
	color: #BCBCBC;
}
.error {
	border: 1px solid #FF6600; 
	background: #FDFFD7 url(../images/error.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	font: 12px Trebuchet MS;
}
.attention {
	border: 1px solid #FFCC00; 
	background: #FEFFE8 url(../images/attention.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
.stop {
	border: 1px solid #FF0000; 
	background: #FBDBE0 url(../images/stop.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
.instruct {
	font: 10px Arial;
	display: block;
}
.imageBox, .imageBoxHighlighted {
	width: 70px;
	height: 70px;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.imageBox_theImage {
	width: 55px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 2px;
}
.imageBox .imageBox_theImage {
	border: 1px solid #DDD;
	padding: 2px;
}
.imageBoxHighlighted .imageBox_theImage {
	border: 2px solid #316AC5;
	padding: 1px;
}
.breadCrombs {
	font: 14px Tahoma;
	color: #232323;	
}
a.breadCrombs, .breadCrombs a:link, .breadCrombs a:visited {
	font: 14px Tahoma;
	text-decoration: underline;
}
.breadCrombs a:hover, .breadCrombs a:active {
	color: #8F8F8F; 
	text-decoration: none;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	padding: 10px 12px;
	background-color: #FFC;
	background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
	border: 1px solid #c93;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
table.statusIndicator {
	font: 11px Tahoma; 
	margin-top: 30px; 
	background: url(../images/breadLine.gif) no-repeat center 10px;
	margin: 20px auto;
	clear: both;
	overflow: hidden;
}
.submitBT {
	border-top: 2px solid #E1E1E1;
	margin-top: 10px;
	padding-top: 10px;
}
.calendar {
	background: url(../images/calendar.gif) no-repeat right center;	
}
.odd {
	background: #FFF;
}
.even {
	background: #F2F3F1;
}
/* Articles classes*/
.articlesDisplay {
	padding: 0 0 20px 0;
}
.articlesTitle {
	color: #5D5F60;
	font: 24px Arial Narrow;
	margin: 0px 0 2px 0;
	text-decoration: none;
}
.articlesTitle h1 {
	color: #5D5F60;
	font: 28px Arial Narrow;
	margin: 0px 0 2px 0;
	text-decoration: none;
}
a.articlesTitle, .articlesTitle a:link, .articlesTitle a:visited {
	color: #5A95D7;
	font: 24px Arial Narrow;
	text-decoration: none;
}
.articlesTitle a:hover, .articlesTitle a:active {
	color: #5D5F60;
}
.articleInfo {
	padding-bottom: 10px;
	font-style: italic;
	color: #969696;
}

/* Gallery Styles */
.galleryDiv {
	float: left;
	width: 105px;
	height: 105px;
	margin: 5px; 
	padding: 7px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	text-align: center;
}
.galleryDiv:hover {
	float: left;
	width: 105px;
	height: 105px;
	margin: 5px; 
	padding: 7px;
	border: 1px solid #333333;
	background: #FFF;
}

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits, a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
.controlbar {	
	background: url(../images/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../images/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* Menu CSS */
.dropmenuDIV {
	position: absolute;
	left: 10px;
	font-size: 11px;
	font-weight: normal;
	z-index: 1010;
	width: 190px;
	visibility: hidden;
	background: #333333;
}
a.dropmenuDIV, .dropmenuDIV a:link, .dropmenuDIV a:visited {
	display: block !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	text-decoration: none !important;
	color: #FFF !important;
	font: 11px Arial !important;
	border: 1px transparent !important;
	clear: both !important;
	width: 180px !important;
}
.dropmenuDIV a:hover {
	background: #333333 !important;
}
table.wde {
	margin: 20px 0;
	background:  #FFF;
	border: solid 1px #ccc;
}
table.wde th {
	height: 40px; 
	color: #fff; 
	background: #4B4B4B;
	text-align: left;
	padding: 3px;
}
table.wde td {
	height: 30px; 
	color: #333333;
	padding: 5px;
}
table.wde tr:nth-child(even) {background: #FFF} 
table.wde tr:nth-child(odd) {background: #F8F8F8}

