body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

div.adNav a , div.closeNav a {
z-index:999;
}

body { behavior:url("csshover.htc"); }

h1, h2, h3, h4, h5, h6, p, form { margin: 0; padding: 0; }

h1 { font-size: 22px; color: #91000E; border-bottom: 1px solid #ccc; margin-bottom: 15px;}

h2 { font-size: 20px; color: #0D004C; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

p, ul, ol, li, td, label { font-size: 12px; }

p {
	padding-bottom: 10px;
	line-height: 120%;
}

hr {
clear: left;
}

td {
vertical-align: top;
padding: 5px;
}

a { text-decoration: none; font-weight: bold; color: #0D004C;}
a:hover { text-decoration: underline; }


#wrap { 
width: 924px;
margin: 0 auto;
}

/*
--------------------------------------- Header
*/
#hdr {

}

#hdr h1 {
height: 102px;
background: transparent url(img/record-hdr.gif) no-repeat top left;
border-bottom: none;
margin-bottom: 0;
}

#hdr h1 a {
	display: block;
	width: 330px;
	height: 100px;
}

#hdr h1 a span {
	display: none;
}

/*
--------------------------------------- Main Nav
*/
#nav {
float: left;
width: 100%;
border-bottom: 3px solid #0d004c;
background: #EAEAEA;
}

#nav ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;  
	background: #eaeaea;
	float: left;
	width: 100%; 
	}

#nav ul li { 
position: relative;
float: left;
width: auto;	
}

#nav ul li a {
display: block;
float: left;
margin: 0;
text-decoration: none;
padding: 3px 10px;
font-size: 14px;
font-weight: bold;
color: #0d004c;
border-right: 1px solid #ccc;
border-left: 1px solid #fff;
}

#nav ul li.on a  { 
text-decoration: none !important;
color: #fff;
background: #0d004c; 	
}

#nav ul li a:hover, #nav ul li:hover, #nav ul li:hover a { 
background: #91000E;
color: #fff;
}

/*
----------------------------------------------- DROP MENUS
*/
#nav ul ul {
	visibility:hidden;
	position:absolute;
	top:22px;
	left:0;
	width:200px;
	background: #91000E;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;	
}

#nav ul ul li, #nav ul ul li a {
	display: block;
	float: none;
	height: auto;
}

#nav ul ul li a {
color: #EDE8E2;
font-size: 12px;
border: none;
}

#nav ul ul li a:hover, #nav ul li.on ul li a:hover {
	color: #fff;
	text-decoration: underline !important;
}

#nav ul li:hover ul, #nav ul :hover ul {
	visibility:visible;
 }
  

  
  /* IE HACKS TO REMOVE WHITESPACE BELOW EACH NAV LI */ 
/*hide from ie-mac\*/
* html #nav ul li {
    height: 1px;
    }
/* end hack */
 
/* \*/
* html #nav ul a {
    height: 1px;
    }
/*  */


/*
--------------------------------------- Static Sub Nav
*/

#subnav {
background: #0d004c;
float:left;
width: 100%;
}

#subnav ul.snav {
list-style: none;
margin: 0;
padding: 0;
}

#subnav ul.snav li {
display: block;
float: left;
padding: 3px 10px;
}

#subnav ul.snav li a {
display: block;
float: left;
color: #fff;
padding: 1px 3px;
border: 1px solid #0d004c;
}

#subnav ul.snav li.on a {
border: 1px solid #564d82;
}

#subnav ul.snav li a:hover {
border: 1px solid #fff;
text-decoration: none !important;
}


/*
--------------------------------------- Top area of home
*/
#idxtop{
margin-top: 15px;
float: left;
width: 100%;
}

/*
--------------------------------------- Flash Area of home
*/
#idxtop #idxflash {
width: 572px;
height: 300px;
background: #f1f1f1;
float: left;
}

#idxtop #idxflash #idxplayer {
background: transparent url(img/maingal-holder.jpg) no-repeat top left;
height:300px;
width:572px;
}

#idxtop #idxflash #idxplayer p {
display: none;
}

/*
--------------------------------------- Three boxes on home
*/
#idxtop #idxboxes {
float: left;
width: 352px;
}

#idxtop #idxboxes ul { list-style: none; margin: 0 0 0 5px; padding: 0; }


#idxtop #idxboxes ul li a {
display: block;
padding: 0 10px;
height: 96px;
color: #fff;
}

#idxtop #idxboxes ul li a:hover, #idxtop #idxboxes ul li a:hover h2 {
text-decoration: none;
color: #333;
}

#idxtop #idxboxes ul li h2 {
	padding-top: 5px;
	color: #fff;
}

#idxtop #idxboxes ul li.mid {
	margin: 6px 0;
}

#idxtop #idxboxes ul li.orde a { background: transparent url(img/record-idxtab1.gif) no-repeat right top; }
#idxtop #idxboxes ul li.sche a { background: transparent url(img/record-idxtab2.gif) no-repeat right top; }
#idxtop #idxboxes ul li.adve a { background: transparent url(img/record-idxtab3.gif) no-repeat right top; }
#idxtop #idxboxes ul li a:hover { background: #fff; color: #333;}

/*
--------------------------------------- Bottom area of home
*/
#idxbot { 
clear: left;
float: left;
width: 100%;
margin: 10px 0 0 0; 
}

#idxbot ul { list-style: none; margin: 0; padding: 0; }

#idxbot ul li { float: left;}
#idxbot ul li div.pad { padding: 10px; }
#idxbot ul li.announce { width: 50%;}
#idxbot ul li.announce div.pad { padding: 10px 10px 0 0;}
#idxbot ul li.welcome { width: 50%; }

/*
--------------------------------------- Employment Form
*/

form.employment h2 {
border-bottom: 1px solid #ccc;
margin-top: 15px;
float: left;
width: 100%;
}

form.employment h2, form.employment h3 {
clear: left;
}

#formleft {
width: 500px;
float: right;
}

#formright {
float: left;
width: 380px;
margin-right: 40px;
}

form.employment div {
	float: left;
	clear:left;
	width: 100%;
	padding: 10px 0 0 0;
}

form.employment div.grp div {
float: left;
clear: none;
width: auto;
margin-right: 5px;
padding-top: 0;
}

form.employment div div.name {
	float: left;
	clear: none;
	width: auto;
	padding:0;
	margin-right: 5px;
}

form.employment div div.name span {
display: block;
font-size: 12px;
}

form.employment div label {
display: block;
}

form.employment div.namecont label {
margin-top: 20px;
}

form.employment textarea {
width: 922px;
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
overflow: auto;
}

form.employment input {
border: 1px solid #ccc;
padding: 3px;
font-size: 12px;
font-weight: bold;
}

form.employment textarea.txtmed {
height: 100px;
}

form.employment textarea.txtlg {
height: 200px;
}

form.employment input.nfirst {
width: 100px;
}
form.employment input.nmi {
width: 30px;
}
form.employment input.nlast {
width: 150px;
}

form.employment input.zip {
width: 80px;
}

form.employment h3 label {
display: block;
padding: 3px 10px;
background: #f1f1f1;
border: 1px solid #ccc;
color: #000;
text-decoration: none;
font-size: 14px;
margin-top: -1px;
cursor: pointer;
cursor: hand;
}

form.employment h3 label:hover {
background: #ccc;
}

form.employment p {
color: #333;
font-size: 12px;
padding-bottom: 0;
}
form.employment span.note {
font-style: italic;
}

form.employment div.position {
width: 100%;
float: left;
clear: left;
}

form.employment div.position div {
float: none;
clear: left;
}

#contwrap form.employment p.counter {
display: block;
font-size: 10px;
font-weight: normal;
}

div.submit {
border-top: 1px solid #ccc;
clear: left;
float: left;
width: 100%;
margin: 10px 0;
padding: 10px 0;
text-align: right;
}

div.submit input.btn {
background: #333;
color: #fff;
cursor: hand;
cursor: pointer;
margin: 0 auto;
}


/*
--------------------------------------- Content Wrapper
*/

#contwrap {
float: left;
width: 100%;
padding: 10px 0 20px 0;
}

#contwrap #contleft {
float: left;
width: 545px;
}



#contwrap #contright {
float: left;
width: 359px;
}

#botcont {
clear: left;
padding: 20px 15px 0 0;
}

/*
--------------------------------------- Gallery Shadow
*/
#player {
height: 343px;
width: 515px;
background: #f1f1f1 url(img/gengal-h-holder.jpg) no-repeat top left;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

#player.port {
height: 380px;
width: 300px;
float: right;
margin-left: 10px;
margin-right: 0;
}

#player p {
display: none;
}
#playershad {
height: 370px;
width: 545px;
position: relative;
background: transparent url(img/tr-galshadow.png) no-repeat top left;
}

#playershad #player {
position: absolute;
top: 6px;
left: 15px;
}

/*
--------------------------------------- Index Page Promo (News) area
*/

#idxbot div.idxnews ul {
height: 220px;
overflow: auto;
border: 1px solid #ccc;
}

#idxbot div.idxnews ul li {
float: none;
}

#idxbot div.idxnews ul li div {
padding: 10px;
border-bottom: 1px solid #f1f1f1;
float: none;
}

#idxbot div.idxnews ul li div h3 {
color: #91000E;
font-size: 14px;
}

/*
--------------------------------------- Two Column Page
*/
#lcol, #rcol {
float: left;
}

#lcol {
width: 60%;
}

#rcol {
width: 40%;
}

#lcol div.pad, #rcol div.pad {
padding: 0 10px;
}

/*
--------------------------------------- Faqs
*/

#faq h2 {
border-bottom: 1px solid #ccc;
passing-top: 30px;
}

#faq ol li{
font-size: 16px;
font-weight: bold;
}

#faq ol li h3 {
font-size: 16px;
color: #000;
}

#faq ol li p {
font-weight: normal;
color: #333;
}

table.staff {
width: 100%;
}

/*
--------------------------------------- Footer
*/

#ftrtop {
border-top: 3px solid #0D004C;
float: left;
width: 100%;
margin-top: 10px;
}

#ftr { 
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	}
	
	#ftr p {
	font-size: 10px;
	padding: 5px 0;
	color: #666;
	}