/*
Theme Name: asaidaho.com
Theme URI: 
Description: 
Version: 0.1
Author: Dennis Keefer
Author URI: 
Tags: 

*/



/* Begin Typography & Colors */

body {
	margin: 0;
	padding: 0;
	background: #586776;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a {
	color: ;
	text-decoration: none;
}

a:hover {
	color: ;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	line-height: normal;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

img {
	border: none;
}

#header {
	width: 910px;
	background: url(images/background.gif) top center repeat-y;
	margin: 0 auto;
	padding: 20px 40px 0px 40px;
	/*overflow: auto;*/
	height: 140px;
	//height: 145px;
}

#nav {
	color: #000;
	font-size: 14px;
	width: 600px;
	/*display: inline;*/
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style: none;
	display: inline;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#footer {
	width: 910px;
	height: 60px;
	background: url(images/footer-bg.gif) top center no-repeat;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
	padding: 0px 40px;
}

#main-content {
	background: url(images/background.gif) top center repeat-y;
	margin: 0 auto;
	padding: 20px 40px;
	width: 910px;
	min-height: 400px;
	height: auto; !important
	height: 400px;
}

/*
 *
 * Home
 *
*/

#home-top {
	width: 910px;
	margin: 0px -20px 0px -20px;
	background: #0154a5;
	color: #fff;
	height: auto;
	padding: 20px;
	overflow: auto;
}

#home-top h1, #home-top h2, #home-top h3, #home-top h4, #home-top h5 {
	color: #fff;
}

#home-top a {
	color: #fff;
	text-decoration: underline;
}

#home-top a:hover {
	text-decoration: none;
}
