* {
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	font-size : 11px;
	line-height: 18px;
	color: #666666; 
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #E1DFD9;
	}
	
img {
	border: none;
	vertical-align: top;
	}

/*
------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
div#wrap{
	margin: 0 auto;
	width: 680px;
	}
	
div#masthead {
	padding: 10px;
	}
	
div#wrapBorder {
	padding: 5px;
	background: url(/_images/html/bg_wrapper.gif) repeat;
	}

div#wrapper {
	padding: 5px;
	background-color: #FFFFFF;
	}
	
div#footer {
	height: 40px;
	clear: both;
	}

div#container {
	padding: 5px;
	background-color: #F6F5F3;
	border: 1px solid #ECECE8;
	}	
/*
------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------*/

	
div#headerTop {
	height: 10px;
 	background: url(/_images/html/header_shadowTop.gif) top center no-repeat;
	}
	
div#header {
	background: url(/_images/html/header_shadowBG.gif) top center repeat-y;
	margin-top: 5px;
	}

	
div#headerBottom {
	height: 10px;
 	background: url(/_images/html/header_shadowBot.gif) top center no-repeat;
	}

div#img {
	width: 620px;
	margin: 0 auto;
	}
	
div#sidebar {
	float: left;
	display: inline;
	width: 170px;
	margin: 50px 0 0 15px;
	}

div#content {
	width: 390px;
	margin: 20px 0 0 230px;
	}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	}
/*
------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------*/

#container a {
	text-decoration: none;
	background: url(/_images/html/dot.gif) bottom repeat-x;
	padding-bottom: 1px;
	}
	
#container a:hover{
	color: #FFFFFF;
	background: none;
	background-color: #404D54;
	}

/*
------------------------------------------------------------------------------
MAIN NAVIGATION
------------------------------------------------------------------------------*/

#nav li {
	list-style:none;
	background: none;
	margin-bottom: 5px;
	}
	
#nav li a{
	font-weight: bold;
	text-decoration: none;
	color: #F55E17;
	background: url(/_images/html/dot.gif) bottom repeat-x;
	padding-bottom: 2px;
	}
	
#nav li a:hover, #nav li a.active:hover{
	color: #404D54;
	background: url(/_images/html/dot.gif) bottom repeat-x;
	padding-bottom: 2px;
	}
	
#nav li a.active{
	color: #666666;
	background: none;
	}

/*
------------------------------------------------------------------------------
LISTS
------------------------------------------------------------------------------*/

ul {
	margin-top: 5px;
	}
	
li {
	list-style: none;
	padding-left: 9px;
	background: url(/_images/html/bullet.gif) no-repeat 0 7px;
	}

.column {
	float: left;
	width: 170px;
	}

/*
------------------------------------------------------------------------------
FOOTER (CLEARS COLUMN FLOAT)
------------------------------------------------------------------------------*/

#footer {
	float: right;
	margin: 10px 10px 0 0;
	padding-bottom: 10px;
	}

#footer li {
	list-style:none;
	display: inline;
	margin-right: 6px;
	font-size: 10px;
	color: #999999;
	background: none;
	}
	
#footer li a{
	font-size: 10px;
	color: #999999;
	padding: 0 2px;
	background: none;
	}
	
#footer li a:hover{
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	}	
	
/*
------------------------------------------------------------------------------
FONTORAMA
------------------------------------------------------------------------------*/

h1 {
	font-size: 15px;
	line-height: 18px;
	color: #F55E17;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 15px;
	line-height: 18px;
	color: #404D54;
	font-weight: normal;
	margin-top: 15px;
	}
	
h3 {
	font-size: 17px;
	line-height: 20px;
	color: #404D54;
	font-weight: normal;
	margin-top: 15px;
	}

h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 10px;
	}		
	
p {
	margin-top: 10px;
	}


#quote {
  	background: url(/_images/html/bg_quote.gif) no-repeat;
  	padding-left: 36px;
  	margin-top: 30px;
	}
	
/*
------------------------------------------------------------------------------
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;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	letter-spacing: -.1em;
	visibility: hidden;
}