@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
    margin:0; padding:0;
	}

div#mainContain {
    width:1000px;
    height:auto;
    margin:0 auto;
    }

#head {
	width:1000px;
	height:249px;
	margin:0;
	float:left; 
}

#logo {
	width:263px;
	height:181px;
	margin:0;
	float:left;
}

#navBar {
	background:url(../images/navBar.png) no-repeat;
	width:1000px;
	height:68px;
	margin:0;
	float:left;
	padding:0px 0px 0px 0px;
}
	
#sliderMain {
    width:1000px;
    height:449px;
    margin:0;
	float: left;
    }
	
#boxes {
	width: 1000px;
	height: 255px;
	margin:0;
	float: left;
	}
	
#boxes-titles {
	width: 1000px;
	height: 64px;
	margin:0;
	float: left;
	}
	
#box-one-title-space {
	width: 2px;
	height: 64px;
	margin:0;
	float: left;
	}

#box-one-title {
	width: 330px;
	height: 64px;
	margin:0;
	float: left;
	}	
	
#box-two-title-space {
	width: 3px;
	height: 64px;
	margin:0;
	float: left;
	}

#box-two-title {
	width: 330px;
	height: 64px;
	margin:0;
	float: left;
	}	
	
#box-three-title-space {
	width: 3px;
	height: 64px;
	margin:0;
	float: left;
	}

#box-three-title {
	width: 330px;
	height: 64px;
	margin:0;
	float: left;
	}

#box-four-title-space {
	width: 2px;
	height: 64px;
	margin:0;
	float: left;
	}
	
#boxes-images {
	width: 1000px;
	height: 191px;
	margin:0;
	float: left;
	}	

#box-one-space {
	width: 2px;
	height: 191px;
	margin:0;
	float: left;
	}

#box-one {
	width: 330px;
	height: 191px;
	margin:0;
	float: left;
	}	
	
#box-two-space {
	width: 3px;
	height: 191px;
	margin:0;
	float: left;
	}

#box-two {
	width: 330px;
	height: 191px;
	margin:0;
	float: left;
	}	
	
#box-three-space {
	width: 3px;
	height: 191px;
	margin:0;
	float: left;
	}

#box-three {
	width: 330px;
	height: 191px;
	margin:0;
	float: left;
	}

#box-four-space {
	width: 2px;
	height: 191px;
	margin:0;
	float: left;
	}

#foot-dashed {
	background:url(../images/foot-dashed.png) no-repeat;
	width: 1000px;
	height: 15px;
	margin: 0;
	float: left;
	}
	
#footer {
	width:1000px;
	height:288px;
	margin:0;
	float:left;
	padding: 0px 0px 45px 0px;
	}

#foot-one {
	width: 202px;
	height: 288px;
	margin:0;
	float: left;
	}
	
#foot-social {
	width: 202px;
	height: 86px;
	margin:0;
	float: left;
	}
	
#foot-newsletter-signup {
	background:url(../images/newsletter-signup.png) no-repeat;
	width: 202px;
	height: 202px;
	margin:0;
	float: left;
	}
	
#foot-two {
	background:url(../images/foot-two.png) no-repeat;
	width: 231px;
	height: 263px;
	margin: 0;
	float: left;
	padding: 25px 0px 0px 0px;
	}
	
#foot-three {
	background:url(../images/foot-three.png) no-repeat;
	width: 230px;
	height: 263px;
	margin: 0;
	float: left;
	padding: 25px 0px 0px 0px;
	}

#foot-four {
	background:url(../images/foot-four.png) no-repeat;
	width: 337px;
	height: 288px;
	margin: 0;
	float: left;
	}
	
/*Contact*/
/* contact form */

.button {
	height:50px;
	width:700px;
	border:none;
	background-color:#ffffff;
	font-size:25px;
	color:#000000;
	border: 1px dashed #000000;
	font-family:"Courier New", Courier, monospace;
	}
	
.box {
	height:250px;
	width:700px;
	border:none;
	background-color:#ffffff;
	font-size:25px;
	color:#000000;
	border: 1px dashed #000000;
	font-family:"Courier New", Courier, monospace;
	}
	
input[class=submit]{	
	/*font-size:15px;*/
	font-size:29px;
	color:#ffffff;
	font-weight:normal;
	border:none;
	background-color:#000000;
	display:block;
	overflow:hidden;
	cursor:pointer;
	/*width:81px;
	height:27.5px;*/
	width:127px;
	height:auto;
	font-family:'Dawning of a New Day', cursive;
	}
	
input[class=submit]:hover{
	background-color:#cccccc;
	color:#ffffff;
	font-family:'Dawning of a New Day', cursive;
	}
	
#contactPg {
	width:960px;
	height:auto;
	margin:0px;
	float:left;
	padding:10px 0px 0px 0px;
	}	
	
