/* website is built using techniques outlined in the article 
" In search of the One True Layout" by Alex Robinson
http://www.positioniseverything.net/articles/onetruelayout/
*/

/* General Sitewide Styles*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #444;
	position: relative;
	margin: 10px auto;
	padding-bottom: 0px;
	width: 776px;
	border: 1px solid #DE903C;
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../images/back1.gif);
	background-color: #FFC168;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;	
}
h1 {
	margin: 10px 0px 0px 20px;
	color: #0077A9;
	font-weight: bold;
	font-size: 1.8em;
}
h1.image {
	margin: 0px 0px 0px 0px;
}
h2 {
	margin: 10px 0px 0px 0px;
	color: #F18E00;
	font-weight: bold;
	font-size: 1.6em;
}
h2.pageheader{
	margin: 0px 0px 0px 0px;
}
h3 {
	margin: 0px 0px 0px 0px;
	color: #DD8200;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}
p {
	margin: 0px 80px 20px 0px;
}

a {
	text-decoration: underline;
	color: #0077A9;
	border: 0px;
}
a:hover {
	text-decoration: underline;	
	color: #DD8200;
}


/* Utility Styles */
.skipper {
	display: none;
}
div.clearboth {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

/* General Layout Styles */
#fullpage {
	background: #ffffff;
}


#leftcol {
display:none;
	/*float: left;
	width:40px;
	width: 170px;
	display: inline;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;*/

}
#maincol {
	float: none;
	width: 550px; 
	/*margin-left: 170px;
	padding-bottom: 4000px;
	margin-bottom: -4000px;	*/
	display: inline;
	background-color: #ffffff;
}



#maincol ul li {
	padding-bottom:8px;
}

#maincol a {
	text-decoration:none;
}

#allcol {
	float: none;
	/*padding-bottom: 4000px;
	margin-bottom: -4000px;*/
	display: inline;
	background-color: #ffffff;	
}	
#allcol img {
	margin: 0px 0px 0px 11px
}
#footer {
	float:left;
	font-size: 0.9em;
	background-color: #F18E00;
	padding: 5px 20px 10px 20px;	
	width: 736px;
}
#footer img {
	float: none;
}
#footer p {
	margin: 6px 0px 0px 150px;
	padding-top: 27px
}



/* SFYL Link */
#sfylhome {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 180px;
	height: 50px;
	background-image: url(../images/logo.gif); /* Image Replacement */
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}
#sfylhome:hover {
	background-position: bottom left;
}

/* Rollover for home page linking to intro page */
#entry {
	position: absolute;
	z-index: 1;
	float: left;
	top: 370px;
	left: 259px;
	width: 334px;
	height: 46px;
	background-image: url(../images/enter.jpg); /* Image Replacement */
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

#entry:hover {
	background-position: bottom left;
}


/* Primary Navigation Menu */
#nav {
	display:none;
}


/* Secondary Menus */

/*  Module Side Menu */

#secondarynav {
display:none;
}


/* Module Pagination Menu */
#modulenav {
	margin: 20px 0px 25px 0px;
}
#modulenav h2 {
	color: #0077A9;		
	font-size: 18px;
}
#modulenav h2 strong {
	font-size: 24px;
}
#modulenav ul {
	list-style: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border-top: 1px solid #0077A9;
	padding: 10px 0px 20px 0px;
	margin-top: -6px;	
}
#modulenav li {
	float: left;
	background-color: #FFF;
}
#modulenav li a {
	color:#E38600;
	display: block;
	float: none;
	padding: 0 .65em;
	text-decoration: none;
	border-left: 1px solid #888;
	background-color: #fff;	
}
#modulenav li a:hover, #modulenav li.active a {
	color: #fff;
	background-color: #F18E00;
}
#modulenav li.start a {
	border-left: 0px;
}



.text-left {text-align:left;
}

.padding-top {
padding-top:10px;
}

.img-right {
float:right;
padding-bottom:10px;
padding-left:10px;
}

.img-right-w-padding {
float:right;
padding-bottom:10px;
padding-left:10px;
padding-right:60px;
}


.img-left {
float:left;
padding-bottom:10px;
padding-right:10px;
}

.clearboth {
clear:both;
}

.compare-left {
	padding-top:10px;
	padding-left:20px;
	float: none;
	width: 250px;
}
.compare-right {
	padding-top:10px;
	float: none;
	width: 250px;
}
