
/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
	
.clear {
	clear: both;
}
	
	
	
	
	
/* Styles Start */

strong {
	font-weight: bold;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

#wrapper {
	min-width: 950px;
}

#header {
	width: 100%;
	height: 248px;
}

#content {
	width: 100%;
}

#left-nav {
	float: left;
	width: 200px;
}

#main-content {
	margin-left: 200px;
}

#content-left {
	float: left;
	width: 75%;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	min-height: 500px;
}

#content-right {
	float: left;
	width: 24%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
}

#footer {
	clear: both;
	height: 50px;
}


#header h1 {
	float: right;
	background: url(images/holmes-hills-logo.gif);
	text-indent: -99999px;
	width: 211px;
	height: 39px;	
}

#header #logo-ribbon {
	
}

#header #ribbon {
	float: right;
	clear: both;
	background: url(images/ribbon1.gif);
	width: 100%;
	height: 39px;
	margin-bottom: 40px;
}

#header #ribbon-end {
	background: url(images/ribbon1-end.gif);
	width: 493px;
	height: 39px;
}


/* Ribbon variations */

body.home #header #logo-ribbon {
	float: right;
	clear: both;
	background: url(images/logo-ribbon-gold.gif);
	width: 234px;
	height: 41px;
}

body.home #header #ribbon {
	background: url(images/ribbon-home.gif);
	width: 655px;
	height: 167px;
	margin-bottom: 0;
}

body.home #header #ribbon-end {
	display: none;
}

body.services #header #ribbon {
	background: url(images/ribbon2.gif);
}

body.services #header #ribbon-end {
	background: url(images/ribbon2-end.gif);
	width: 494px;
}

body.contact #header #ribbon {
	background: url(images/ribbon3.gif);
}

body.contact #header #ribbon-end {
	background: url(images/ribbon3-end.gif);
	width: 484px;
}




#left-nav ul {
	float: left;
	width: 150px;
}

#left-nav li {
	float: left;
	list-style: none;
}

#left-nav li a {
	float: left;
	background: #efebd3;
	width: 142px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: 0.8em;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#left-nav li ul li {
	float: left;
}

#left-nav li ul li a {
	width: 134px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	background: #f5f3e4;
}

#left-nav li ul li ul li a {
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	background: #f5f3e4;
}

#left-nav li ul li ul li ul li a {
	width: 118px;
	padding-left: 32px;
	background: #f5f3e4;
}


#left-nav li a:hover, 
#left-nav li.current_page_item a, 
#left-nav li.current_page_ancestor a, 
#left-nav li.current_page_ancestor li.current_page_item a {
	background: #e8e2c1;
}

#left-nav li.current_page_item li a,
#left-nav li.current_page_ancestor li a, 
#left-nav li.current_page_ancestor li.current_page_item li a {
	background: #f5f3e4;
}



#left-nav p {
	float: left;
	padding-top: 15px;
}


#main-content p {
	padding: 7px 0 7px 0;
}


.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#main-content h2 {
	font: 1.9em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #9d8a33;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

body.services #main-content h2 {
	color: #b5506e;
}

body.contact #main-content h2 {
	color: #666;
}


span.small {
	font-size: 0.8em;
	font-style: italic;
}

#main-content a {
	border-bottom: #b4b4b4 1px dotted;
	text-decoration: none;
	color: #333;
}

#main-content a:hover {
	background: #f7f7e7;
}

#main-content a.pdf {
	background: url(images/pdf.gif) no-repeat;
	padding-left: 20px;
}

#main-content a.word {
	background: url(images/word.gif) no-repeat;
	padding-left: 20px;
}

#main-content a.plain {
	border: 0;
	text-decoration: none;
}

#main-content a.plain:hover {
	background: none;
}

#main-content ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-content ul li {
	margin-bottom: 5px;
}


#main-content hr {
	clear: both;
	border-top: #b2b2b2 1px dashed;
	height: 1px;
	color: #000;
}

.breadcrumb {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: #B2B2B2;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
}

.breadcrumb a {
	color: #B2B2B2 !important;
	font-weight: normal;
}

body.home .breadcrumb {
	display: none;
}



.footer-text {
	font-size: 0.8em;
	padding-top: 10px;
}

#footer {
	font-size: 0.8em;
	color: #999;
	text-align: center;
	padding-top: 50px;
}

#footer p {
	padding: 7px 5em 7px 5em;
}

#footer a {
	border-bottom: #b4b4b4 1px dotted;
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	background: #f7f7e7;
}


/* Navigation icons */

.nav-icon {
	float: left;
	background: url(images/ribbons/5.jpg) no-repeat;
	width: 180px;
	height: 200px;
	margin-top: 10px;
}

body.home .nav-icon {
	background: url(images/ribbons/iip.gif) no-repeat;
}

body.page-id-103 .nav-icon {
	background: url(images/ribbons/1.jpg) no-repeat;
}

body.page-id-20 .nav-icon,
body.page-id-22 .nav-icon {
	background: url(images/ribbons/2.jpg) no-repeat;
}

body.page-id-2 .nav-icon {
	background: url(images/ribbons/4.jpg) no-repeat;
}

body.page-id-18 .nav-icon {
	background: url(images/ribbons/6.jpg) no-repeat;
}

body.page-id-115 .nav-icon {
	background: url(images/ribbons/7.jpg) no-repeat;
}

body.page-id-118 .nav-icon {
	background: url(images/ribbons/8.jpg) no-repeat;
}



/* Service right bar */

#content-right .center {
	margin: auto;
	width: 160px;
}



#content-right img {
	float: left;
}

body.services #content-right .pad-20 {
	background: #F5F3E4;
	min-height: 460px;
	margin-left: 15px;
	padding-top: 20px;
}


/* Forms */

.form {
	background: #EEEAD7;
	margin-top: 20px;
}

.form h4 {
	background: #B2B2B2;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form h4 span {
	margin-left: 10px;
}

.form .wpcf7 {
	padding: 20px;
}

.form .label {
	float: left;
	width: 30%;
	height: 25px;
	text-align: right;
	font-weight: bold;
}

.form .field {
	float: left;
	width: 70%;
	height: 25px;
}

.form .field-textarea {
	float: left;
	width: 70%;
}

.form .field-textarea textarea {
	margin-left: 20px;
}

.form .field span.wpcf7-form-control-wrap, .form .field input[type="submit"] {
	margin-left: 20px;
}


/* Begin Images */
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


