/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: #1a1e21;
	font-size: 14px;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 20px 0px;
	font-size: 1em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
h1 {
    font-size: 1.4em;
}
h2 { 
    font-size: 1.3em;
	border-bottom: 1px #546c76 solid; 
}
h3 {
    font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
a {
    color: #333333;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
     border: 0px;
}
li {
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}

/* Main Construction */

.wrapper {
	text-align: center;
	width: 850px;
	margin: 0 auto 0 auto;
}
.header {
    width: 825px;	
	padding-top: 15px;
	margin: 0 auto 0 auto;
}
.navigation {
    width: 850px;
	clear: both;
	margin: 0 auto 0 auto;
} 
.flash {
	width: 825px;
	margin: 10px auto 10px auto;
	background: #1a1e21;
	clear: both;
}
.body {
    background: url(/images/bodytop.gif) no-repeat top;
    width: 850px;
    margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
}
.footer {
    width: 825px;
	margin: 0 auto 0 auto;
	clear: both;
}

/* Header */

.headerlft {
	width: 395px;
	height: 140px;
	float: left;
	text-align: left;
	background: #fff;
}
.headerrgt {
    width: 430px;
	height: 140px;
	float: left;
	background: #fff;
}
.headerrgt p {
    text-align: right;
	margin: 20px 20px 0 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

/* Navigation */

.menubox {
	width: 850px;
    background: url(/images/headerbottom.gif) no-repeat bottom;
	margin: 0 auto 0 auto;
	height: 29px;
}
.menu {
   width: 825px;
   background: #fff;
   margin: 0 auto 0 auto;
   height: 26px;
}
.menu ul {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   margin-left: 20px; /*margin between first menu item and left browser edge*/
   padding: 0;
   list-style: none;
}
.menu li {
   display: inline;
   margin: 0 2px 0 0;
   padding: 0;
   text-transform:uppercase;
}
.menu a {
   float: left;
   display: block;
   margin: 0 1px 0 0; /*Margin between each menu item*/
   padding: 0 0px 3px 6px;
   text-decoration: none;
   letter-spacing: -0.5px;
   border-bottom: 1px solid;
   font-size: 0.7em;
   color: #000000;
   background-color: #fc6d06;
   border-bottom-color: #fc6d06;
   background: #fc6d06 url(/images/menuroundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
}
.menu a span{
   float: left;
   display: block;
   padding: 7px 12px 3px 6px;
   cursor: pointer;
   background: transparent url(/images/menuroundright.gif) no-repeat right top; /*right corner image*/
}
.menu a:hover {
   background-color: #ef6807;
   border-bottom-color: #ef6807;
   background: #ef6807 url(/images/menuroundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
}
.menu #current a { /*currently selected tab*/
   background-color: #1a1e21; 
   border-bottom-color: #1a1e21; 
   color: #fff;
   background: #1a1e21 url(/images/menuroundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
}

/* Body */

.bodyinner {
    width: 825px;
	background: #fff;
	margin: 0px auto 0px auto;
}
.bodylft {
	width: 475px;
	float: left;
	text-align: left;
	padding: 10px 13px 0 20px;
}
.bodyrgt {
    width: 300px;
	float: left;
	text-align: left;
	padding: 10px 0 0 13px;
}

/* Footer */

.footer p {
	font-size: 0.8em;
	color: #FFFFFF;
}
.footerlft {
	width: 215px;
	float: left;
}
.footercntr {
	width: 440px;
	float: left;
}
.footerrgt {
    width: 140px;
	margin-left: 30px;
	float: left;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#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: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	}
