/***********************

Jan Elvin
main CSS document
created: 12/18/2008

***********************/


body {
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,ul,li,p { margin:0; padding:0; }

h1 { font-size:18px; font-weight:bold; margin-bottom:12px; color:#1E4677 }

h2 { font-size:14px; font-weight:bold; margin-bottom:12px; color:#1E4677 }

h4 { font-size:13px; font-weight:bold; color:#c1ad19; }


/****** Named Div's ******/

#container {
	width:800px;
	margin:0 auto;
}

#topbanner, #topbanner2 { height:164px; background:url(images/topbanner.jpg) no-repeat; }
#topbanner2 { background:url(images/topbanner2.jpg) no-repeat; }

#nav, #nav2 { 
	height:27px; 
	background:url(images/bg_nav.jpg) no-repeat; 
	padding:10px 0 0 150px;
	color:#fff;
	font:15px Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
	#nav2 { background:url(images/bg_nav2.jpg) no-repeat; }
	#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited { color:#fff; text-decoration:none; margin-right:35px; }
	#nav a:hover, #nav2 a:hover { color:#c1ad19; }
	#nav a.active, #nav2 a.active { color:#c1ad19; }
	
#content, #content2 {
	background:url(images/bg_content.jpg) no-repeat;
	height:530px;
}
	#content2 { background:url(images/bg_content2.jpg) no-repeat; height:auto }

#slideshow { float:left; width:145px; padding-top:420px; }
	#slideshow a:link, #slideshow a:visited {
		display:block;
		width:132px;
		height:90px;
		text-decoration:none;
	}

#homecopy, #homecopy2 { width:414px; padding-top:56px; font-size:12px; float:left; }	
	#homecopy2 {
	padding-left:50px;
	padding-top:20px;
	float:none;
	width:500px;
}
	#homecopy p, #homecopy2 p { margin-bottom:1em; line-height:18px; }
	#homecopy2 p img { float:left; margin:0 10px 10px 0; }

#rightside, #rightside2 {
	float:right;
	padding-top:145px;
	padding-right:16px;
}
	#rightside2 { padding-top:30px; }

a.amazon, a.amazon2 {
	font-size:1px;
	display:block;
	width:169px;
	height:48px;
	margin-bottom:18px;
}
	a.amazon2 { background:url(images/btn_am.jpg) no-repeat; }
a.bn, a.bn2 { font-size:1px; display:block; width:182px; height:53px; }
	a.bn2 { background:url(images/btn_bn.jpg) no-repeat; }
a.mailjan { font-size:1px; display:block; width:190px; height:146px; margin-bottom:35px; }

a.politics, a.politics2 { display:block; width:180px; height:67px; margin-bottom:14px; text-decoration:none; }
	a.politics2 { background:url(images/btn_politics.gif) no-repeat; }
	
p.signup { text-align:left; margin:1.5em 0 20px 0; }
p.signup a:link, p.signup a:visited { color:#c1ad19; font-weight:bold; font-style:italic; text-decoration:none; }
p.signup a:hover {text-decoration:underline; }

#bill { display:none; }
