
/**
 * @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 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a7091;
	line-height: 20px;
}
.menuLINKS a, .menuLINKS a:link, .menuLINKS a:active, .menuLINKS a:visited {
	color: #55575c;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 20px;
}
.menuLINKS a:hover {
	color: #839cba;
}
.content {
	padding: 10px;
}
.pages_Content{
	overflow: auto;
	min-height: 400px;
	max-height: 510px;
	width: 100%;
}
.contentSide {
	border-left: 1px dotted #a8a8a8;
	padding: 10px 10px 10px  15px;
	
}
.content h1 {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
	padding-bottom: 5px;
	font-size: 18px;
}
.form {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 253px;
}
input[type=text], select, textarea {
	background-color: #e1e9f2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 6px 5px;
	color: #666666;
	background: 
}
textarea {
	height: 20px;
}
a, a:link, a:active, a:visited {
	color: #2e4871;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover {
	color: #333333;
}
.searchBG {
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 636px;
}
.leftContent {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.rightHandSide {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
img {
	border: none;
}
.footer {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
}
.footer a:hover {
	color: #FFFFFF;
}
/*******/
h2 {
	font: 18px Arial;
	color: #627996;
	margin: 0;
	padding: 0;
}
h3 {
	font: 16px Arial;
	color: #627996;
	margin-bottom: 5px; 
}
h4 {
	font: 18px Arial;
	color: #627996;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
ul {
	margin: 4px;
}
li {
	margin-left: 20px;
}
img { 
	border: 0px;
}
img, div, td {
	behavior: url(../css/iepngfix.htc);
}
label {
	cursor: pointer;
	cursor: hand;
}
small {
	font-size: 9px; 
}
hr {
	height: 2px;
	border: 0;
	color: #F0EFE6;
	background: #F0EFE6;
}
a, a:link, a:visited { 
	color: #627996;
}
a:hover, a:active { 
	color: #993300;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 118px;
}
#header #logo {
	float: left;
	width: 495px;
	height: 118px;
}
#header #right {
	float: right;
	width: 500px;
	text-align: right;
}
#menu {
	width: 100%;
	margin-top: 50px;
}
#menu a:link, #menu a:visited {
	color: #627996;
	text-decoration: none;
	height: 31px;
	padding: 6px 10px 0 10px;
	font: 16px Arial;
	z-index: 1000;
}
#menu a:hover, #menu a:active, .actualPage {
	color: #FFF;
}
#content {
	clear: both;
	overflow: hidden;
}
.inner {
	border: 1px solid #C3D0DE;
	background: #F3F6FB;
	padding: 10px 25px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
}
/* Needed by the system */
/* DO NOT TOUCH */

.copyrights {
	float: left;
	width: 48%;
	padding-left: 5px;
	color: #466291;
}
a.copyrights, .copyrights a:link, .copyrights a:visited {
	color: #466291;
	text-decoration: none;
}
.copyrights a:hover, .copyrights a:active {
	text-decoration: underline;
}
.developerCredits {
	float: right;
	width: 48%;
	text-align: right;
	padding-right: 5px;
	color: #466291;
}
a.developerCredits, .developerCredits a:link, .developerCredits a:visited {
	color: #466291;
	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 {
	margin: 10px;
	text-align: right;
}
.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;
	margin: 1px; 
	padding: 1px;
	background: #FFF;
	text-align: center;
	height: 50px;
}

.galleryDiv img {
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
}

.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;
	top: -20px;
	font-size: 11px;
	font-weight: normal;
	z-index:1000;
	width: 180px;
	visibility: hidden;
	background: url(../images/menuBG.png);
}
a.dropmenuDIV, .dropmenuDIV a:link, .dropmenuDIV a:visited {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	font: 11px Arial;
	border: 1px transparent;
}
.dropmenuDIV a:hover {
 	text-decoration: underline; 
	color: #AF9F4E;
	background: #1C3764;
	border: 1px solid #FFF;
}
