/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
#slideshow {
	background-color: #ffffff;
	text-align: left;
}
#logo { background-image: url(../images/i_header_right.jpg); background-position: left; background-repeat: repeat-x;  }
#left {
	width: 180px;
	margin-left: 40px;
	margin-top: 10px;
	display: inline;
	background-color: #ffffff;
	float:left;
	padding-bottom:60px;
}
#center { 
	margin: 0px 242px 0px 232px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 10px; 
}
#centerwide { 
	margin: 0px 40px 0px 232px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-top: 0px; /* updated 2007 Jan 05 sdawson */	 
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 182px;
	margin-right: 40px;
	margin-top: 10px;
	display: inline;
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 8px;
	line-height: 16px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3F3F64;
}
#footerleft { padding-left: 20px; padding-top: 10px; }
#footerright { float: right; text-align: right; padding-right: 20px; padding-top: 10px; } 
#navcontainer {
	border-bottom: 7px solid #3F3F64;
	width: 100%;
	display: block;
	background-color: #eeeeee;
}
ul#mainnav { 
    height: 27px;
	margin-top: 0px;
	padding-top: 0px;
	width: 400px; 
	margin: auto;
}
ul#mainnav li {
    margin: 0px;
    float: left;
    display: table-cell;
    position: relative;
    padding: 7px 12px 0px 12px;
    margin: 0px;
    height: 27px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

ul#mainnav li.sel {
    background-color: #3F3F64;    
}
ul#mainnav li a { 
    text-decoration: none; 
    color: #3F3F64; 
}
ul#mainnav li.sel a { 
    text-decoration: none; 
    color: #FFFFFF; 
}
ul#mainnav li.sel a:hover, ul#mainnav li a:hover  { text-decoration: underline; }


/* Vertical navigation */
ul#leftnav a:hover, ul#rightnav a:hover  { text-decoration: underline; }
ul#leftnav, ul#rightnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333366;
	margin: 0px;
	padding: 0px;
	width: 165px;
	clear: left;
}
ul#leftnav li, ul#rightnav li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	padding-left: 4px;
}
ul#rightnav li, ul#leftnav li {
	border-bottom: 0;
}

ul#leftnav li a, ul#rightnav li a { 
 	color: #036; 
	text-decoration: none;
	padding: 3px 10px; 
	display: block;
	height: auto;
	border-top: 1px solid #fff;
}
ul#rightnav li a, ul#leftnav li a { 
	border-top: 0;
	color: #ffffff;
}
ul#leftnav li.sel, ul#rightnav li.sel { 	
	background-image: url(../images/nav_bullet.gif);
	background-position: 8px left;
	background-repeat: no-repeat;
}
/* End vertical navigation */

h1 { font-size: 28px; margin-bottom: 5px; width: 450px;}
h2 { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: 3F3F64; margin-bottom: 5px;}
p { margin-bottom: 10px; }

#center ul, #center ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

#center ul li {
	list-style: square;
}













A { color: #006699; }
#clear { clear: both; }







ul#edlist  { margin: 0px; padding: 0px; padding-bottom: 35px; margin-bottom: 5px; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B31B1B;}
ul#edlist li {
	margin: 0px;
	float: left;
	display: table-cell;
	position: relative;
	padding: 4px 10px;
	margin: 4px 0px;
	background-image: url(bg_details_gray.jpg);
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #fff;
}

ul#edlist li.sel {
	background-image: url(bg_details_red.jpg);
	color: #fff;
}

ul#edlist li a { text-decoration: none; color: #333;}
ul#edlist li.sel a { text-decoration: none; color: #fff;}
ul#edlist li a { text-decoration: none; color: #333;}



input.txt, select, textarea {
	height: 19;
	background-color: #fff;
	border: 1px inset #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 3px;
} 

input.btn {
	height: 19px;
	background-color: #F0EEE4;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding: 0px 5px 1px 5px;	
} 

form label {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 1px;
	padding: 0px;
	display: inline;	
}

fieldset {
	height: 19;
	background-color: #FBFBF7;
	border: 1px inset #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 10px;
} 

fieldset legend  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	padding: 0px 5px;
	font-weight: bold;
	text-transform: capitalize;
} 

#corner {
	float: right;
	width: 200px;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 20px 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h3 {
	padding: 4px 10px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	color: #666666;
}

h3 a:hover, h3 a:active {
	color: #222;
}

.accordion p { padding: 4px 0px; margin-bottom: 0px; }
	
	/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}



