@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#303439;
	font-size:13px;
	line-height:18px;
	background:url(../images/bg.gif) repeat #009966;
}

#container{
	width:680px;
	margin-left: 10%;
}

#top-phone-number{width:435px; height:80px; padding:0; margin:0;}
#body-container{
	float:left;
	width:400px;
	padding:50px 15px 50px 20px;
	background:url(../images/bg-white.png) repeat;
	min-height:1200px;

}

#logo{
	display:block;
	width:391px;
	height:21px;
	background:url(../images/logo-sub.gif) no-repeat top left;
	margin-bottom:70px;
}
#logo:hover{
	background:url(../images/logo-sub.gif) no-repeat bottom left;
}
.home-list{
	margin-top:100px;
}	
	.home-list ul{
		margin:0 0 0 -35px;
		list-style:none;
	}
	.home-list ul li{
		margin:0 0 30px 0;
		list-style:none;
	}
	.home-list ul li b a:link, .home-list ul li b a:visited{
	font-size:24px;
	color:#ff3838;
	line-height:26px;
	font-family: "Glypha Roman", "Times New Roman", Times, serif;
	text-decoration:none;
	}
	.home-list ul li b a:hover, .home-list ul li b a:active{
	text-decoration:underline;
	}
	
#nav-container{
	float:left;
	width:200px;
	padding:30px 20px;
	margin-top:150px;
	background:url(../images/bg-grey.png) repeat;
	color:#fff;
}

	#nav-container h2{
		color:#f6f7c6;
		font-family: "Glypha Roman", "Times New Roman", Times, serif;
		font-size:18px;
	}
	
	#nav-container ul{
		list-style-image:url(../images/bullet.gif);
		margin:10px 0 40px -18px;
	}
	
	#nav-container ul li{
		margin-bottom:3px;
	}
	
	#nav-container ul li a:link, #nav-container ul li a:visited{
		color:#fff;
		text-decoration:none;
	}
	
	#nav-container ul li a:hover, #nav-container ul li a:active{
		text-decoration:underline;
	}
	
	
#footer{
width:100%;
	background:url(../images/bg-green.png) repeat;
}
#footer-inner{
	width:900px;
	margin-left: 10%;
	padding:20px 0;
}
	#footer-inner .quote{
		font-family: "Glypha Roman", "Times New Roman", Times, serif;
		color: #fff; 
		font-size:13px;
	}
	#footer-inner ul{
		list-style:none;
		margin:10px 0 10px -35px;
	}
	#footer-inner ul li{
		color:#fff;
		float:left;
		font-size:11px;
		padding: 0 5px 0 0;
	}
	#footer-inner ul li a{
		color:#f6f7c6;
		text-decoration:underline;
	}





/*Type and Headers*/
p.home{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}

.author{
	font-weight:bold;
	background-color:#f6f7c6;
	padding:2px;
}

h1.title{
	font-size:24px;
	color:#ff3838;
	line-height:26px;
	font-family: "Glypha Roman", "Times New Roman", Times, serif;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
}





/*tag cloud*/
.tagCloud ul {width: 190px; text-align: left; list-style:none; list-style-image:none;}
    .tagCloud ul li {
	display: inline;
	margin-bottom:20px;
}
    .tagCloud a {padding:0 5px 0 0; text-decoration: none;}
    .tagCloud a:hover { text-decoration: underline;}
    .tagXS {font-size: 11px; font-weight: 500;}
    .tagSM {font-size: 13px; font-weight: 600;}
    .tagMD {font-size: 15px; font-weight: 700;}
    .tagLG {font-size: 17px; font-weight: 800;}
    .tagXL { font-size: 20px; font-weight: 900;}

/*Links*/
a:link, a:visited, a:hover, a:active{
	color:#303439;
	text-decoration:underline;
}

