/* CSS Document */


* {
outline: 0;
padding: 0;
margin: 0;
border: 0;
}

body, html {
color:#313131;
min-height:101%;
font-size: 1em;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-image: url(../images/bluediamond.gif);
background-repeat: repeat;
margin: 20px 0px 0px 0px;
}

body, form {
font-family: Arial, Verdana, Helvetica, sans-serif;
}

*:focus {
outline: none
}

/*Page Structure*/

#wrapper {
font-size: 0.8em;
width: 957px;
background-image: url(../images/homebg.png);
background-repeat: no-repeat;
height: 669px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#header-wrapper {
width: 980px;
margin: 0px auto 0;
height: 110px;
}

#header-masthead #logo-masthead {
float:left;
width: 415px;
height: 90px;
margin:10px 0px 5px 6px;
cursor: pointer;
}

#header-masthead #contact-us {
float: left;
width: 259px;
height: 63px;
margin: 36px 0px 0px 276px;

}

h1 a {
width: 400px;
height: 90px;
margin-top: 0px;
display: block;
text-indent:-9000px;
float: left;
}
h2 a {
width: 300px;
height: 90px;
margin-top: 0px;
display: block;
text-indent:-9000px;
float: left;
}
/*CONTENT AREA*/

#content {
width: 960px;
}

#sidebar {
float:left;
width: 290px;
margin: 30px 0px 10px 10px;
}

#sidebar-textbox {
width: 224px;
border: 1px solid #797643;
background-color: #F4EED6;
background-image: url(../images/bg_recentnews.jpg);
background-repeat: no-repeat;
background-position: left top;
margin: 20px 0px 26px 28px;
}
#sidebar-textbox p {
	line-height: 18px;
	padding: 28px 9px 10px 13px;
	font-size: .9em;
}

#content-main {
float:left;
width: 640px;
}

.slideshow-home {
margin: 5px 0px 0px 0px;
	height: 460px;
	width: 624px;
	background-repeat: no-repeat;
}

/*HOME LOWER CONTENT*/


#home-lower {
clear: both;
width: 940px;
padding: 0px 0px 10px 4px;
}

#home-lower #col-one {
float: left;
width: 250px;
margin-left: 44px;
}

#home-lower #col-one img {
margin-top: 8px;
}

#home-lower #col-two {
float: left;
width: 380px;
padding: 23px 0px 0px 0px;

}
#home-lower #col-two img {
float: left;
margin: 4px 10px 0px 4px;
}

#home-lower #col-three {
float: left;
width: 240px;


}
#home-lower #col-three img {
margin: 26px 0px 0px 48px;
}

/*FORMS*/
input {
padding: 2px 0px 1px 2px;
margin-bottom: 2px;
}
submit {

}
.submitbutton {
border: 1px solid gray;
margin-right: 25px;
margin-top: 2px;
padding: 0px;
}


/*CLEARS*/

br.clear {	
clear:both; 	
margin:0px !important; 
padding:0px !important; 
height: 1px; 
font-size: 1px; 
line-height: 1px; 
}


.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.

