/* 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: 100px 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;
	position: relative;
	width: 776px;
	height: 115px;	
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;		
	text-indent: -1000px;
	text-decoration: none;	
}	

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;
}
#content {
	clear: both;
	background-color: #ffffff;
	margin: 0;	
	padding: 0;
	overflow: hidden;	
}

#leftcol {
	float: left;
	width: 170px;
	margin-left: -720px;
	/*
	padding-bottom: 4000px;
	margin-bottom: -4000px;*/
	display: inline;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;

}
#maincol {
	float: left;
	width: 550px; 
	margin-left: 170px;
	/*
	padding-bottom: 4000px;
	margin-bottom: -4000px;	*/
	display: inline;
	background-color: #ffffff;
}
/*----------------------NEW CSS---------------------------------------*/
#maincol ul li {
/*
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	top: 5px;
	left: 55px;
	padding-left:30px;*/
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 20px;
	padding-bottom:10px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}

#allcol {
	float: left;
	/*
	padding-bottom: 4000px;
	margin-bottom: -4000px;*/
	display: inline;
	background-color: #ffffff;	
}	
#allcol img {
	margin: 0px 0px 0px 11px
}
#footer {
	font-size: 0.9em;
	color:#FFFFFF;
	background-color: #F18E00;
	padding: 5px 20px 10px 20px;	
	width: 736px;
}
#footer img {
	float: left;
}
#footer p {
	margin: 6px 0px 0px 150px;
	padding-top: 27px
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #0077A9;
}
#footer a.ufhomepage {
	/*position: relative;*/
	float: left;
	width: 130px;
	height: 50px;
	background-image: url(../images/extlogo.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	text-indent: -1000px;
	text-decoration: none;
}


/* 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;
	z-index: 1;
}
#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 {
	position: absolute;
	top: 90px;
	left: 162px;
	height: 1.3em;
	z-index: 1;		
}
#nav h2 {
	display: none;		
}
#nav ul {
	margin-left: 0px;
	list-style: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
#nav li {
	float: left;
}
#nav li a {
	color: white;
	display: block;
	float: left;
	padding: 0 .78em;
	text-decoration: none;
	border-left: 1px solid #fff;
	background-color: #F28E02;	
}
#nav li a:hover, #nav li.active a {
	color: #F28E02;
	background-color: #ffffff;
}
#nav li#navhome a {
	border-left: 0px ;
}


/* Secondary Menus */

/*  Module Side Menu */

#secondarynav {
/*	width: 130px; */
	background: #fff;
	margin: 20px 5px 30px 15px;
}
#secondarynav h2 {
	display: none;
}
#secondarynav a {
	text-decoration: none;
}
#secondarynav ul {
	list-style-type: none;
	text-align: left;
} 
#secondarynav li {
	list-style-type: none;
	display: block;
	background: #fff;
	color: #DD8200;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1px 0px 1px 0px;
} 
ul#secondarynav li ul.sub li a:link,ul#secondarynav ul.sub li a:visited {
	background: #fff;
	color: #505050;
	padding: 0px 10px 0px 20px;
	border: solid #FFF;
	border-width: 1px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
} 
ul#secondarynav li ul.sub li a:link:hover,ul#secondarynav ul.sub li a:visited:hover {
	background: #F18E00;
	color: #505050;
	padding: 0px 10px 0px 20px;
	border: solid #FFF;
	border-width: 1px;
}
ul#secondarynav ul.sub {
padding-bottom:10px;
}


/* Module Pagination Menu */
#modulenav {
	margin: 20px 0px 20px 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:15px;
	padding-left:20px;
	float: left;
	width: 200px;
}
.compare-right {
	padding-top:15px;
	padding-left:20px;
	float: right;
	width: 200px;
}

