/* BLOCK LEVEL LAYOUT ELEMENTS */
html, body {
	margin: 0;
	padding: 0;
	background-color: #231f20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

td {font-size: 12px;}

/*.header {
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/header.png');
	width: 920px;
	height: 174px;
}
*/
.header{width: 920px;
	height: 174px;}

.upperTopNav {text-align: right;
	padding : 20px 123px 0 0;
	margin: 16px 123px 0 0;
	color: #000000;
	font-size: 12px;}

.headerLogo {
	padding : 36px 0 0 60px;
	margin: 36px 0 0 60px;
	width: 240px;}

.headerSlogan {
	padding : 36px 0 0 0;
	margin: 36px 0 0 0;
	text-align: center;
	color: #e9a322;
	font-size: 18px;}

.topNav {
	color: #f8c301;
	background-color: #222222;
	font-size: 13px;
	text-align: center;
	padding: 12px 0 12px 0;
	margin: 12px 0 12px 0;
}

.topNavContact {
	color: #fff;
	background-color: #029970;
	font-size: 13px;
	text-align: center;
	padding: 12px 0 12px 0;
	margin: 12px 0 12px 0;
}

.contentHome {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/mainPic.jpg) no-repeat top left;
	width: 673px;
	height: 399px;
	margin: 5px 10px 0 290px;
	padding: 5px 10px 0 290px;
}

.contentMain {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	width: 673px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.content1column {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.contentMainText {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	width: 653px;
	margin: 10px 10px 0 10px;
	padding: 10px 10px 0 10px;
}

.contentMainText1Column {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	width: 900px;
	margin: 10px 10px 0 10px;
	padding: 10px 10px 0 10px;
}

.rightNav {
	width: 247px;
	background: #e6e7e8;
}

.footer{background: url(/images/footer.gif) no-repeat top left;
	width: 920px;
	height: 136px;}

.footerLeft {
	width: 460px;
	font-size: 11px;
	text-align: left;
	margin: 54px 0 0 200px;
	padding: 54px 0 0 200px;
}

.footerRight {
	width: 460px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

/* END BLOCK LEVEL LAYOUT ELEMENTS */

/* LINK DEFINITIONS */

a:link {color: #0039f3;
	text-decoration: none;
	}
a:visited {color: #0039f3;
	text-decoration: none;
	}
a:active {color: #333333;
	text-decoration: none;
	}
a:hover {color: #333333;
	text-decoration: underline;
	}

a.linkHomeContent:link {color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	}
a.linkHomeContent:visited {color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	}
a.linkHomeContent:active {color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
	}
a.linkHomeContent:hover {color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
	}

a.linkTopNavContact:link {color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	}
a.linkTopNavContact:visited {color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	}
a.linkTopNavContact:active {color: #cecece;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	}
a.linkTopNavContact:hover {color: #cecece;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	}

a.linkTopNav:link {color: #f8c301;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	}
a.linkTopNav:visited {color: #f8c301;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	}
a.linkTopNav:active {color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	}
a.linkTopNav:hover {color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	}
	
/* DEFINED HTML ELEMENTS */
h1 {font-size: 20px;
	padding: 0;
	margin: 0;
	color: #e9a322;
	}
h2 {font-size: 18px;
	padding: 0;
	margin: 0
	color: #e9a322;
	}
h3 {font-size: 16px;
	padding: 0;
	margin: 0
	color: #e9a322;
	}
h4 {font-size: 14px;
	padding: 0;
	margin: 0
	color: #e9a322;
	}
fieldset {margin: 6px;
	padding: 6px;}
	
/* END DEFINED HTML ELEMENTS */
	
/* INLINE ELEMENTS */
.txtSmall {font-size: 10px;
	font-weight: normal;}

.txtSmallBold {font-size: 11px;
	font-weight: bold;}

.txtBoldRed {font-size: 12px;
	font-weight: bold;
	color:#FF0000;}
/* END INLINE ELEMENTS */

/* MOUSEOVER ELEMENTS FOR IMAGE LIGHTBOX */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; color: #333 }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
    opacity: .66;
    filter: alpha(opacity=66);
	background-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
	
/* HIGHLIGHT FOR SEARCH PAGES */
.highlight { background: #FFFF40; }