/* ------------------------------- Houserworksllc.com Styles ----------------- */

/* ------------------------------- Main Content Styles ------------------------------- */

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#main-content {
	margin: 30px 15px 40px 23px;
}

.header {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
}

.subheader {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.text-home {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	line-height: 24px;
	margin: 133px 20px 0px 35px;
}

.text-normal {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

.text-medium {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.text-small {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.casetitle {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 15px;
	color: bbbbbb;
	font-weight: bold;
	font-variant: small-caps;
}

.casesubject {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	margin: 50px 0px 15px 0px;
	border-bottom: 1px dashed #999999;
}

.imgborder {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #cccccc;
}

.quote{	
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
	color: #36ABD8;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
}

.quotesig{	
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #36ABD8;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
}

.testimonial {	
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 14px;
	color: #36ABD8;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.testimonialsig {	
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #36ABD8;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 0px;
}

ul {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: circle;
}

.formtitle {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding: 2px;
}

.formtitlereq {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding: 2px;
}

.formfield {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #ffffff;
	white-space: normal;
}

.formbutton {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
	background-color: #cccccc;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 2px 7px 2px 7px;
}

/* ------------------------------- Footer Content Styles ------------------------------- */

.footer-copyright {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
}

.footer-contact {
	font-family: Arial, Helvetica, Geneva, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.footer-contact a {
	color: #000000;
	text-decoration: none;
}

.footer-contact a:hover {
	color: #999999;
	text-decoration: underline;
}

/* ------------------------------- Highslide Styles ------------------------------- */

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #cccccc;
	padding: 1px 1px 1px 1px;
	margin: 3px 3px 3px 3px;
}
.highslide:hover img {
	border: 1px solid #000000;
	padding: 1px 1px 1px 1px;
	margin: 3px 3px 3px 3px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: ;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


