html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
	color: #666666;
	background: #ffffff;
	}

body * {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

li {
	list-style: none;
	}

input, select {
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #ddd;
	background: #fff;
	} 

fieldset {
	border: none;
	}

fieldset:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/*------------------------------------------------------------------------------
	LAYOUT
------------------------------------------------------------------------------*/

#header, #container, #banner, #footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	}

#bg {
	width: 786px;
	margin: 0 auto;
	background: url(../images/html/pageBg.jpg) center top repeat-y;
	text-align: center;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.float {
	float: left;
	display: inline;
	margin-left: 0 !important;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

/*----------------------------------------------------------------------------- 
	HEADER 
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 105px;
	}

#logo {
	position: absolute;
	left: 15px;
	top: 0;
	}
	
/*----------------------------------------------------------------------------- 
	BREADCRUMB TRAIL 
-----------------------------------------------------------------------------*/
#breadcrumb {
	width: 730px;
	font-size: 0.75em;
	margin: 0 auto;
	text-align: left;
	padding-left: 260px;
	padding-top: 15px;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #breadcrumb {width: 760px;}
* html #breadcrumb {padding-left: 250px;}
/* End hide from IE-mac */	

/*----------------------------------------------------------------------------- 
	MAIN CONTENT 
-----------------------------------------------------------------------------*/
.left {
	width: 200px;
	padding-top: 20px;
	padding-left: 40px;
	}

.right {
	width: 480px;
	margin-left: 245px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
		
/*------------------------------------------------------------------------------
	TYPOGRAPHY
------------------------------------------------------------------------------*/

p {
	font-size: .85em;
	margin: 0 0 18px 0;
}

h1 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 18px 0;
	padding: 0;
	color: #CD2525;
	}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 14px 0;
	padding: 0;
	color: #ccc;
}

ul {
	list-style: none;
	margin: 0 0 24px 0;
}

ul li {
	padding-left: 10px;
	font-size: .85em;
	background: url(/_images/html/bullet.gif) 0 8px no-repeat;
}

a {
	color: #3266BC;
	text-decoration: none;
	background: url(/_images/html/linkUnderline.gif) left bottom repeat-x;
}

a:hover {
	color: #fff;
	background: #3266BC;
}

/* --------------------------------------------------------------------------
	 SUBNAV
------------------------------------------------------------------------------*/

ul.subNav li {
	background: none;
	padding: 4px;
}

ul.subNav li a {
	font-size: 1.0em;
	color: #3266BC;
	font-weight: bold;
	padding: 3px 1px;
	background: none;
}

ul.subNav li a:hover {
	color: #FFF;
	background: none;
    background: #3266BC;
	//background: url(../images/html/linkUnderline.gif) left bottom repeat-x;
}

ul.subNav li.active a {
	color: #373737;
	background: none;
	background: url(../images/html/linkUnderline.gif) left bottom repeat-x;
}

/* --------------------------------------------------------------------------
	 FOOTER
------------------------------------------------------------------------------*/
#footer {
	width: 720px;
	border-top: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#footer p {
	color: #888;
	padding: 6px;
	margin: 0;
	font-size: .75em;
	text-align: left;
	}

#footer .right p {
	text-align: right;
	}

#footer .left {
	padding-left: 0;
	padding-top: 0;
	}

#footer .right {
	padding-right: 0;
	padding-top: 0;
	}
	
#footer a {
	color: #3266BC;
	text-decoration: none;
	background: none;
	}

#footer a:hover {
	color: #fff;
	background: #3266BC;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #footer {width: 760px; }
* html #footer .left {width: 190px;}
* html #footer .right {margin-left: 230px;}
/* End hide from IE-mac */	

/* --------------------------------------------------------------------------
	 FLASH TEXT REPLACEMENT
------------------------------------------------------------------------------*/
/* 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;
}

/* 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;
	letter-spacing: -0.1em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -.05em;
}