/* CSS Document */
body { 
	background: center no-repeat #666666;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#white {
	background: #ffffff; 
	padding:0;
}
#header {
/*	background: url(images/gradient.jpg) left repeat-y; */
	background-color:#2A9FFF;
	height: 70px;
	border-bottom:5px solid #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#logo {
	padding: 10px 0 0 0;
	text-align:center;
	
}
#leftside {
	padding: 10px 0 0 20px;
	width: 180px;
    float:left;
	margin:1px 0 0 0;
	border-bottom: ;
}
#menu {
	margin:15px 0 0 0;
}	
#menu a {
	padding: 6px 20px 6px 0;
	text-align: right;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	padding: 5px 20px 5px 0;
	background-color: #2A9FFF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#middle {
    padding-top: 20px;
	margin-left: 210px;
}
#middle a:link, #middle a:visited, #middle a:active {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px solid #2A9FFF;
}
#middle a:hover {
	color:#333333; 
	text-decoration: none;
/*border-bottom: 1px solid #7dba00; */
}
#middle2 {
    padding-top: 0px;
	margin-left: 190px;
}
#middle2 a:link, #middle2 a:visited, #middle2 a:active {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px solid #2A9FFF;
}
#middle2 a:hover {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px solid #2A9FFF;
}
#content {
	margin: 0 30px 10px 30px;
	padding:0;
	line-height: 13pt;
}

#extras {
	width: 140px;
	float:left;
	text-align:right;
	font-size:8pt;
}
#extras2 {
	width: 140px;
	float:left;
	font-size:8pt;
}
#extras2 ol {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
#extras2 li {
	margin-bottom: 10px;
}
#footer {
	font-size: 8pt;
	vertical-align: bottom;
	margin: 0 30px 30px 160px;
}
#footer2 {
	width: 525px;
	font-size: 8pt;
	vertical-align: bottom;
	margin: 0 0px 30px 215px;
	text-align:center;
}
h1 {
	font-size: 18pt;
	font-weight:normal;
	/*text-transform:uppercase;*/
	color: #ffffff;
	margin: 0;
	padding:0;
	width:400px;
	padding: 12px 0 0 20px;
}
h2 {
	color:#000000;
	font-size: 14pt;
	font-weight:normal;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #2A9FFF;
/*	background: url(http://stickwithitbook.com/images/gradient.jpg) bottom right no-repeat; */
}
#menu h2 {
	background:none;

}

h6 {
	color:#000000;
	font-size: 38pt;
	font-weight:strong;
	margin: 0 0 18px 0;
	background:url(../images/gradient.jpg) bottom right no-repeat;	
}
h5 {
	color:#000000;
	font-size: 14pt;
	font-weight:normal;
	margin: 0 0 18px 0;
}

h3 {
	font-size: 10pt;
	font-weight:normal;
	color: #ffffff; 
	margin: -1px 0 0 0;
	padding:0;
	width:400px;
	padding: 0 0 0 20px;
	
}
h4 {
	font-size: 10pt;
	font-weight:normal;
	color: #88B423; 
	margin: -1px 0 0 0;
	padding:0;
	width:400px;
	padding: 0 0 0 20px;
	
}

p {
	margin: 2px 0 16px 0;
	font-size:10pt;
}
a img {
	border: 0;
}

a.button {
	text-align: center;
	display:	block;
	border:none;
}


.noborder a{
	border:0;
}
.table {
	font-size: 10pt;
	border: 1px solid #cae397;
}
.table td {
	vertical-align:top;
}
.submenu {
	display:none;
}

/* 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 {
	padding-top:8px;
	visibility: hidden;
	font-size: 20px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 14px;
	height:20px;
	padding: 0 0 0 0;	
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 16px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 16px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
