/*  *************************  */
/*  HOLM DEVELOPMENTS INC CSS  */
/*  *************************  */


/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/



/*** structure/block/positioning styles ***/

body {
	background: #fff url(../images/bg_top.gif) repeat-x top left;
	margin: 0;
	padding-bottom: 0;
}

p {
	font-size: 1.0833em;
}

#header {
	height:150px;
	background: transparent;
}

#banner_home {
	width: 100%;
	background: #3f5c88 url(../images/wood_bg.jpg) repeat-x center top;
	height: 200px;
}

#banner {
	width: 100%;
	background: #3f5c88 url(../images/wood_bg.jpg) repeat-x center top;
	height: 44px;
}

#content {
	padding-bottom:20px;
}

#main-content {
	padding-top:10px;
}

#sub-content-2 {
	background: transparent url(../images/side_bg.jpg) repeat-x top center;
	min-height: 250px;
	float:right;
}

#footer {
	background: #d3d2c6;
	border-top: 4px solid #a1a19a;
	width: 100%;
	padding-bottom:3%;
	padding-top: 10px;
}

#copyright {
	margin-top: 10px;
}

/* end */



/***  heading logo styles  ***/

#header h1 {
	margin:0;
	padding-bottom: 0;
}

#header h1 a{
	display: block;
	text-indent: -9999px;
	height: 142px;
	background: transparent url(../images/logo.gif) no-repeat 0 19px;
}

/* end */



/***  menu styles  ***/

#menu {
	margin-top:65px;
}

/* end */



/***  feature box styles  ***/

#feature {
	margin: 20px 0 0 0;
	background: #f0f2f6;
	padding: 20px;
}

#feature img {
	width:130px;
	border: 3px solid white;
	float: right;
	margin:0 0 3px 5px;
}

#feature h3 {
	font-size:1.95em;
	margin-bottom:6px;
	padding-bottom:0;
}

#feature p {
	font-size: 1.1em;
	line-height:1.3em;
	margin:0 0 10px 0;
}

/* end */



/***  element styles  ***/

img {
	margin-bottom: 0.25em;
}

#main-content img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

/*#banner img {
	margin:0;
	border-right: 2px solid #acc6dc;
	border-left: 2px solid #acc6dc;
}*/

/* end */



/*** side pic and frame styles ***/

#sidepic{
	float: left;
	width: 258px;
	height: 188px;
	/*w/h is 270/200 but accounts for 12px of border*/
	border: 6px solid #FFF;
	background-color: #DDD;
	margin: 25px 0 7px 20px;
	padding: 0;
	background: url(../images/sidepic.jpg) no-repeat;
	overflow: hidden;
}

#sidepic img {
	width: 270px;
}

/* end */



/*** typography styles ***/

body, p, h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", lucida, helvetica, arial, serif;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: bold;
	clear:both;
}

h1, h2 {
	letter-spacing: -2px;
}

h3 {
	letter-spacing: -1px;
}

#main-content h3 {
	color: #444;
	font-size: 1.75em;
	margin: 30px 0 4px 0;
	padding: 2px 0 4px 27px;
	background: transparent url(../images/clipboard.gif) no-repeat left 0;
}

#main-content h2 {
	color: #06054b;
	font-size: 2.75em;
	margin: 5px 0 10px;
	padding-left: 35px;
	padding-bottom:0;
	background: transparent url(../images/house.gif) no-repeat left 10px;
}

h4 {
	letter-spacing: -1px;
	margin: .5em 0;
	padding:0;
}

h3 a {
	font-size:1.5em;
	letter-spacing: -2px;
}

#copyright p {
	color: #497a9b;
	font-size:.9em;
	margin: 0;
}

#main-content ul, #main-content ol {
	margin-left: 30px;
	margin-top: 12px;
}

#main-content ul li {
	list-style-image: url(../images/arrow2.gif);
	list-style-type: circle;
	padding-bottom: 10px;
}

#top_list ol {
	margin-left:33px;
}

#top_list ol li {
	list-style-image: url(../images/check.gif);
	list-style-type: decimal;
	font: bold 1.25em "Lucida Grande", lucida, arial, serif;
	letter-spacing: -1px;
	color: #5892ba;
	padding: .15em;
}

#sub-content-2 p {
	clear:both;
	font-size:.9em;
	margin:10px 26px;
	padding-top:10px;
}

#footer, #footer a {
	color: #a1a19a;
	text-decoration:none;
	font-size: .95em;
}

#footer a:hover {
	color: #73736f;
	text-decoration:underline;
}

/* end */


/***  links  ***/

a, a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #555;
}

#copyright a {
	color: #497a9b;
	font-size: 1.1em;
}

#copyright a:hover {
	color: #5892ba;
}

/* end */


/*** home styles ***/

.home blockquote {
	color: #e3a000;
	font-size: 2em;
	text-indent: -5px;
	letter-spacing: -1px;
	margin:0 0 15px 20px;
	padding:0;
}

.home blockquote p {
	margin:0;
}

.homepager ol {
	margin-bottom:0;
}

#main-content .homepager ol li {
	list-style-image: url(../images/star-bullet.gif);
	list-style-type: none;
	padding-bottom: 6px;
	font-size: 1.35em;
	font-weight:bold;
}

#main-content img.features {
	float:right;
	margin-bottom:0;
}

 p.feature_title {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 5px 0 2px 0;
}



/* end */



/*** horizontal line rules ***/

hr.line {
	clear:both;
	margin:0;
	background: transparent;
	border:0;
	border-top:1px solid #acc6dc;
}

hr.breaker {
	clear:both;
	margin:0;
	background: transparent;
	border:1px solid transparent;
}

/* end */


.bolded {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff0000;
}