html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #fff;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #000;
}

td { vertical-align: top; }
h1 { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; }

a { color: #000; }
a:link { color: #000; }
a:visited { color: #000 }
a:active { color: #000; }


div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 761px;
	background: #fff;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 1em;
	background-color: #000;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	border-top: 6px solid #666;
}

div#footer {
	position:absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	border-top: 1px solid #95b1c3;
	text-align: left;
	margin-left: 263px;
	width: 455px;
	font-size: 10px;
	padding: 6px 0; 
}


#nav { 
	width: 557px; 
	float: right; 
	border-bottom: 1px solid #95b1c3; 
	text-align: left;
}

#header div.noLine { border: 0px solid; }

#nav ul { padding: 0; margin: 0; height: 33px; }

#nav li { 
	display: inline; 
  	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.subNavLine {
	border-bottom: 1px solid #95b1c3;
	margin: 0;
	padding: 0;
}

.tagline {
	text-align: right;	
	padding-top: 130px;
	padding-bottom: 35px;
	margin-right: 18px;
}

#center {
	background-color: #fff;
	padding: 6px 0;
	width: 761px;
	margin: 0 auto;
}

.logo {
	text-align: left;
}

.homeImages {
	background: url(i/home_images.jpg) no-repeat; 
	height: 159px; 
	width: 761px;
	margin-top: 6px;
}

.insideImages {
	background: url(i/inside_images.jpg) no-repeat; 
	height: 96px; 
	width: 761px;
	margin-top: 6px;
}

.bottomRight {
	float: right;
	width: 455px;
	padding: 5px;
	text-align: left;
	height: 100%;
}

.bottomRight p {
	font-size: .8em;
}

.bottomLeft {
	width: 243px;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding-left: 44px;
	margin-right: 20px; /* center spacer */
	height: 100%;
}

.leftCopy { font-style: italic; font-size: 11px; line-height: 15px; }
#insideCopy {
	width: 455px;
	padding: 5px;
	text-align: left;
	margin-left: 263px;
	*pading-left: 263px; */
}



.subTitle {
	font-size: 14px;
	font-weight: bold;
}

.partners { font-size: 11px; line-height: 14px; }
.partnerName {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

table#partners td { padding-bottom: 20px; }
