/***********************************************
llf_sub.css is the style sheet for all second
level pages. Fixed width, centered. Author: Neal Lee
************************************************/

* {
	padding: 0px;
	} 

body {
	background-color: #FFFFFF;
	font-size: 62.5%;
	}
	
a:link{
	color: #003c71;
	text-decoration: underline;
}

a:visited{
	color: #003C71;
	text-decoration: underline;
}

a:hover{
	color: #C41230;
	text-decoration: underline;
}
/********************************************
header and header_logo not used for now b/c
owner likes to put callout banners at the top
of the home page. Variations in desired sizes
and colors skews the header proportion, so a
table seemed to be the easiest thing to accommodate
the owner's wishes
***********************************************/
		
#header {
	width:auto;
	height: 165px;
	margin: 0;
	background-color: #FFFFFF;
	/*background-repeat: repeat-y;
	background-position: left top;
	background-image: url(/img/backgrounds/header_bg.jpg);
	overflow:hidden;
	*/padding-top: 0;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 8px;
	}

/**********************************************/

#content {
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2;
	color: #333333;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	}

#content h1 {
	font-size: 1.2em;
	color: #C41230;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 10px;
	}
	
#content h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #C41230;
	padding-top: 8px;
	}
	
#content h3 {
	font-weight: bold;
	color: #003C71;
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content ul {
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#content li {
	list-style-image: url(/img/backgrounds/arrow_red.gif);
	list-style-type: none;
	padding-top: 3px;
	}
	
.no-space {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.hr {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	}

.floatleft {
	float: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}

.floatright {
	float: right;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}

.smallfine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	line-height: 17px;
	color: #666666;
	}
	
.thumbnail {
	float: left;
	width: 105px;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 140x;
	color: #990000;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clearboth { clear: both; }
