@charset "utf-8";

/* LHFInc Stylesheet June 2009 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* custom styles  ********************************************* */

body {
	background-color: #A995B2;
	background-repeat: no-repeat;
}

#main {
	width: 970px;
	margin: 20px auto;
	background-image: url(images/lhfinc_content-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#top {
	background-image: url(images/lhfinc_top.png);
	width: 970px;
	height: 29px;
}

#logo {
	background-image: url(images/lhfinc_logo.png);
	height: 102px;
	width: 970px;
}

#menu {
	width: 874px;
	height: 30px;
	padding: 10px 48px 5px 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	font-size: 12px;
}

#content {
	padding: 15px 48px 0 48px;
	width: 874px;
}

#leftcol {
	float: left;
	width: 150px;
}

#leftcol p {
	color: #411355;
	line-height: 18px;
	padding-bottom: 8px;
	font-size: 13px;
}

#rightcol {
	float: left;
	margin-left: 24px;
}

#rightcol p {
	color: #411355;
	line-height: 18px;
	padding-bottom: 8px;
	font-size: 13px;
}

#rightcol h2 {
	color: #FF6600;
	padding: 10px 0 3px 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.front {
	width: 375px;
}

.inside {
	width: 620px;
}

.clear {
	clear: both;
}

#bottom {
	background-image: url(images/lhfinc_botm.png);
	height: 30px;
	width: 970px;
}

#footer {
	margin: 20px 0;
	padding: 5px 0;
	border-top: solid 1px #DED7E1
}

.float {
	float: left;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	color: #411355;
	font-size: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
	font-weight: normal;
	padding-bottom: 5px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
}

.image-col {
	float: right;
	width: 308px;
}

#leftcol p {
	margin-bottom: 5px;
}

#leftcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	padding-top: 5px;
}

.featured-img {
	margin-bottom: 20px;
}

.caption {
	font-size: 10px;
	color: #999999;
	text-align: right;	
}

.picframe {
	background-color: #BFB0C6;
	border:1px solid #8D7399;
	padding:4px;
	margin: 0 10px 5px 0;
}

/* Lists */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: square;
	color: #411355;
	line-height: 16px;
	padding-bottom: 10px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: decimal;
	color: #411355;
	line-height: 16px;
	padding-bottom: 10px;
}

li {
	margin-left: 20px;
}

.icon {
	float: left;
	width: 30px;
	padding: 5px 0;
}