/* 
Title:		Heflin & CO. Styles
Author: 	ryan essmaker {ryan(at)designingmonsters(dot)com}
Created:	August 29, 2006
Revised:	September 8, 2006
*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Palatino", "Times New Roman", Times, serif ;
	color: #444;
	background: #526F7C;
}
h1, h2, h3, h4 {
	font-family: Georgia, Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: normal;
}
h1 {
	font-size: 170%;
	padding-bottom: 8px;
}
p {
	padding-bottom: 10px;
}

/* links 
-------------------------------------------------*/
a, a:visited {
	color: #526F7C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #91AAB6;
}

/* page structure 
-------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 2% auto;
	padding: 0;
	background: #FFF url(img/grad_bot.jpg) repeat-x 0 70%;
}
#header {
	width: 100%;
	height: 188px;
	background: url(img/grad_top.jpg) repeat-x  left top;
}
#slogan {
	width: 100%;
	height: 169px;
	color: #E1E1E1;
	background: #394D57;
	border-top: 2px solid #989898;
	border-bottom: 2px solid #989898;
}
#container {
	margin: 10px 20px;
}
#content {
	float: left;
	width: 480px;
}
#sidebar {
	float: left;
	width: 260px;
	text-align: left;
}
#footer {
	clear: both;	
	text-align: center;
}

/* header styles 
-------------------------------------------------*/
#logo {
	padding: 0 0 0 20px;
}
#logo img {
	display: block;
	width: 0;
}
#logo span {
	float: left;
	display: block;
	width: 405px;
	height: 188px;
	background: url(img/logo_styled.jpg) no-repeat;
}
#header dl {
	float: right;
	padding: 40px 20px 0 0;
	font-family: Georgia, "Baskerville Old Face", "Warnock Pro", "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	text-align: right;
}
#header dd#alt {
	padding-top: 10px;
	color: #8B8B8B;
	font-size: 125%;
	font-style: normal;
}
#header dd a {
	color: #555;
	text-decoration: none;
}
#header dd a:hover {
	color: #91AAB6;
}
#header dd em {
	color: #8B8B8B;
}

/* slogan styles (below header)
-------------------------------------------------*/
#slogan img {
	display: block;
	width: 0;
}
#slogan span {
	float: left;
	display: block;
	width: 800px;
	height: 169px;
	background: url(img/slogan.jpg) no-repeat;
}

/* content styles
-------------------------------------------------*/
#content em {
	color: #6D7A52;
	font-style: italic;
}

/* sidebar styles 
-------------------------------------------------*/
#sidebar h3 {
	font-size: 140%;
}
#sidebar ul {
	margin: 8px 0;
	list-style: none;
}
#sidebar li {
	list-style-type: none;
	padding: 1px 0;
}
#sidebar a, #sidebar a:visited {
	color: #526F7C;
	padding: 2px 0 2px 22px;
	background: url(img/pdf.png) no-repeat left top;
	border: none;
	text-decoration: none;
}
#sidebar a.new-window, #sidebar a.new-window:visited {
	background: none;
}
#sidebar a.new-window em {
	font-size: 80%;
}
#sidebar a:hover, #sidebar a:active {
	color: #91AAB6;
}

/* footer styles
-------------------------------------------------*/
#footer p {
	font-size: 90%;
}
.vcard {
	color: #555;
}
a#card-icon {
	padding: 1px 20px 0 0;
	color: #526F7C;
	background: url(img/vcard.gif) no-repeat right center;
}
a:hover#card-icon {
	color: #91AAB6;
}
.tel, .street-address, .locality, .region, .postal-code, .country-name {
	padding: 0 2px;
}
