/* Start of CMSMS style sheet 'Layout' */
/*------LAYOUT----------*/


body {
	margin: 0;
	padding: 0;
}

#bodyWrapper {
	background: url(uploads/images/left-border.jpg) repeat-y scroll 0 0;
	width: 995px;
        position: relative;
}

#contentWrapper {
	background: #fff url(uploads/images/hinge.gif) no-repeat scroll bottom right;
	margin-left: 10px;
        min-height: 100px;
        overflow: hidden;

}

/*----------MAST HEAD-----------*/

#mastHead {
	border-bottom: 16px solid #fff;
	background: url(uploads/images/logo.jpg) no-repeat scroll 10px 0;
	width: 994px;
        height: 22px;
        padding-top: 98px;
}

#mastHead h1 {
	margin: 0 0 0 10px;
}

#mastHead h1 a {
    display: block;
    width: 405px;
    height: 22px;
    text-indent: -9999em;
}

/*-------------IMAGE BOX---------------*/

#imageBox, #hero {
	border-bottom: solid 16px #fff;
	background: url(uploads/images/roof-beams.jpg) no-repeat scroll 0 0;
	width: 995px;
	height: 291px;
        overflow: hidden;
        position: relative;
}

#hero {
	background: none !important;
}


#imageBoxInner {
	border-bottom: solid 16px #fff;
	/*background: url(uploads/images/house.jpg) no-repeat scroll 0 0;*/
	width: 995px;
	height: 291px;
/*overflow: hidden;
        position: relative;*/
}

#imageBoxContact {
	border-bottom: solid 16px #fff;
	background: url(uploads/images/roof-beams.jpg) no-repeat scroll 0 0;
	width: 995px;
	height: 291px;
overflow: hidden;
        position: relative;
}

#imagesText {
	background: url(uploads/images/image-text.png) no-repeat scroll 0 0;
	height: 83px;
	left: 178px;
	position: absolute;
	top: 20px;
        top: 20px;
        width: 817px;
        z-index: 10;
}

#imagesText p {
	text-indent: -9999em;
}

#imageBoxSlideshow
{
         width: 995px;
         position: absolute;
         top: 0px;
         left: 10px;
         height: 291px;
         z-index: 1;
}

/*----------CONTENT-----------*/

#content {
	margin-left: 420px;
	width: 350px;
}

.video #video-content {width:400px; float:left; padding-left:10px}
.video #content {float:left; margin-left: 0; padding-left: 20px;}

.home #content {
	margin-left: 185px;
	width: 450px;
}
/* stores and hides images for slideshow */
#bannerImages
{
position: absolute;
top: -999px;
left: -999px;
}

/*----------SEARCH-----------*/

#search {
        position: absolute;
        right: 0px;
        top: 85px; 

}


/*----------FOOTER-----------*/

#footer {
	margin-left: 20px;
	padding-bottom: 10px;
clear:both;
	
}
/* End of 'Layout' */

/* Start of CMSMS style sheet 'menu' */
/*---------menu---------*/

#nav {
	background: url(uploads/images/nav.png) no-repeat scroll 0 0;
	height: 291px;
	position: absolute;
	top: 136px;
	left: 0;
        width: 178px;
      /* _padding-top: 144px;*/
        z-index:100;
}
#navInner {
   position: absolute;
   bottom:0;
   left:0;
   width: 178px;
}
* html #nav {
       top: 140px;
}

#nav ul {
	margin: 0;
	padding: 0;

}

#nav ul li{
	padding-right: 10px;
	text-align: right;
	position: relative;
        /*height: 25px;*/
}

#nav li a {
	font-size: 1.25em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
	display: block;
}

#nav li a:hover, #nav li a.sfhover {
    color: #f9f583;
}
#nav ul li.sectionheader {
	font-size: 1.25em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
	display: block;
}
#nav ul li.sectionheader a {
        font-size: 1em;
}

#nav ul li.sectionheader:hover, #nav ul li.sectionheader.sfhover {
    color: #f9f583;
    cursor: default;
}

#nav ul li ul  {
	background: url(uploads/images/menu.png)  no-repeat scroll 0 0;
	left: -999em;
	position: absolute;
	top: 0px;
        *top: -2px;
	padding-left: 100px;
        width: 710px;
}

#nav ul li ul li {
float: left;
margin: 0;
padding-right:0;
*height: 29px;
*border-bottom: 1px solid #000;
}

#nav ul li ul a {
	float: left;
	padding: 0 5px;
	background: url(uploads/images/menu.png)  repeat-x scroll 0 0;
        height: 30px;
}


#nav ul li ul li.currentpage h3 {
	float: left;
	padding: 0 5px;
	background: url(uploads/images/menu.png)  repeat-x scroll 0 0;
        height: 30px;
}

#nav ul li.activeparent a {
	color: #f9f583;
}
#nav ul li.activeparent li a {
        color: #fff;
}
#nav ul li.activeparent li a:hover, #nav ul li.activeparent li a.sfhover  {
	color: #f9f583;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: 178px;
}

.currentpage h3 {
	font-size: 1.25em;
	text-transform: uppercase;
        color: #f9f583;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
	display: block;  
        margin: 0; 
}
/* End of 'menu' */

/* Start of CMSMS style sheet 'Typography' */
/*---------------------
	GLOBAL
---------------------*/
body {
     font-family: arial, helvetica, verdana, sans-serif;
     font-size: 0.72em;
     line-height: 1.25em;
     color: #666;
}

/*---------------------
	TYPOGRAPHY
---------------------*/
h1 {
     font-size: 3em;
     margin: 1em 0;
     font-weight: bold;
}
h2 {
     font-size: 1.8em;
     line-height: 1.75em;
     margin: 0em 0 0.2em 0;
     color: #000;
     font-weight: normal;
     text-transform: uppercase;
     }
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
     font-size: 1.45em;
     line-height: 1.25em;
     margin: 0 0 0.5em 0;
     color: #222;
     font-weight: normal;
     }
h4 {
     font-size: 1.1em;
     margin: 0 0 1em 0;
     color: #000;
     font-weight: normal;
     }
h2 a, h3 a, h4 a {color: #3798DF; font-weight: normal;}

p {margin: 0 0 1em 0;}

/*---------------------
	LINKS
---------------------*/
a {
     color: #42A6FC; 
     text-decoration: underline;
     font-weight: normal;
}
a:hover {color: #2B74AF;}
a:active {outline: none;}
a img {border: none;}

/*---------------------
	LISTS
---------------------*/
ul {
     list-style: none;
}
p+ul {margin-top: -1em;}
ul li {
     line-height: 1em;
}

#content ul {
    padding-left: 14px;
}

#content ul li {
    line-height:1.35em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin-bottom:10px;
}

ul a {color: inherit;}
ol {margin: -0.3em 0 1em 1em;}
ol li  {
     margin: 0.4em 0.5em;
     line-height: 1.3em;
}

/*---------------------
	FORMS
---------------------*/

.submit {
    margin-left: 124px;
}


input, select {
    font-size: 11px; 
    font-family: Arial;
    border: 1px solid #ccc;
    cursor: pointer;
}

.contactform fieldset {
    border: none; 
    padding: 0; 
    margin:0;
}

.contactform div.required {
   color: #666;
}

fieldset legend {
     font-size: 1.35em;
     line-height: 1.25em;
     margin: 0 0 0.5em 0;
     color: #333;
     font-weight: normal;
     padding: 0;
}
fieldset label {
     display: block;
     width: 120px;
     float: left;
     padding: 2px;
}
fieldset input {
     width: 250px;
     border: 1px solid #CECECE;
     margin-bottom: 5px;
     padding: 2px;
     float: left;
     color: #666;
}
fieldset textarea {
     width: 250px; 
     height: 100px;
     border: 1px solid #CECECE;
     margin-bottom: 5px;
     margin-top: 0;
     padding: 2px;
     color: #666;
     font-size:11px;
}
.btn input, .btn a {
     width: 205px;
     margin-bottom: 5px;
     display: block;
     border: 0px solid #CECECE;
     color: #333;
     text-align: left;
     padding:3px;
     font-size: 1.2em;
     background-color: #F7F8F8;
     cursor: pointer;
}
.btn input:hover, .btn a:hover {
     text-decoration: none;
     background-color: #fff;
     border: 1px solid #CECECE;
     padding: 2px;
}

/*---------------------
	TABLES
---------------------*/
thead {font-size:1.2em; color: #333;}
tbody {background-color: #fff;}
td {
padding:10px; 
color: #333;
border-bottom:1px solid #444;
line-height: 1.4em;
}

/*---------------------
	OTHER
---------------------*/

/*---------------------HORIZONTAL LINE */
.hr {
     border: none;
     height: 5px;
     margin: 1em;
     clear: both;
}
.hr hr {display: none;}
hr.thin {margin: -0.3em 0 0.5em 0;}
hr.black {border-color: #000;}

/*---------------------DATA TABLES */
dt{
     float: left;
     clear: left;
     font-weight: bold;
     margin: 0 0 1em 1em;
     width: 55px;
     color: #000;
}
dd {
     display: block;
     margin: 0 0 1em 0;
     padding-left: 75px;
}

/*---------------------BLOCKQUOTE */
blockquote {
     margin: 0.5em 0;
     padding: 1.5em;
     background: #F5F8E2;
     color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}

/*---------------------CODE VIEW */
code {
     background: #F0F0F0;
     color: #000;
     font-size: 1.1em;
}
pre {
     background: #333;
     font-size:1.2em;
     line-height:1.4em;
     color: #eaeaea;
     padding: 1em;
     margin: 0.5em 0;
     font-family: Verdana, Helvetica, sans-serif;
}
/* End of 'Typography' */

