/* SLIDE SHOW START*/
*{
	margin: 0;
	padding: 0;
	outline-color: #069;
}

#container{
	width: 650px;
	height: 500px;
	position: relative;
	border-color: #be2a29;
	border-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-radius: 10px;
	box-shadow: 10px 10px #655858;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{
	background-position:left bottom;left:0;
	}



#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:650px;
	height:500px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}


#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}
/*SLIDE SHOW END*/


#content {
	width: 1212px;
	margin-right: auto;
	margin-left: auto;
	}
	

/*NAV START*/
#nav {
	width: 1212px;
	margin-right: auto;
	margin-left: auto;
}

#nav ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul a{
	font-family: "Copperplate Gothic Bold";
	font-variant: small-caps;
	text-align: center;
	display: block;
	float: left;
	width: 202px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bolder;
	font-size: 23px;
}
/*NAV END*/

/*NAV PSEDO*/
#nav a:link {
	color: #ffffff;
	background-color: #655858;
	}

#nav a:visited {
	color: #ffffff;
	background-color: #be2a29;
	}
		
#nav a:visited:hover {
	background-color: #f7a223;
	}


#nav a:hover {
	background-color: #f7a223;
	}

#nav a:active {
	color: #00F;
	}
	
/*NAV PSEDO END*/

#img1  {
	border-top-color: #be2a29;
	border-right-color: #be2a29;
	border-bottom-color: #be2a29;
	border-left-color: #be2a29;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	box-shadow: 10px 10px 0px #655858;
	border-radius: 5px;
	}

#img2  {
	border-top-color: #be2a29;
	border-right-color: #be2a29;
	border-bottom-color: #be2a29;
	border-left-color: #be2a29;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	box-shadow: 10px 10px 0px #655858;
	border-radius: 5px;
	}

#img3  {
	border-top-color: #be2a29;
	border-right-color: #be2a29;
	border-bottom-color: #be2a29;
	border-left-color: #be2a29;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	box-shadow: 10px 10px 0px #655858;
	border-radius: 5px;
		}




	}
#footer {
	width: 1212px;
	magin-right: auto;
	margin-left: auto;
	}

#content center table tr td p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 120%;
	font-variant: normal;
	}



/* ----------------------------------------------------------------------- */

/* Form field styling */

input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}
/*added keep*/
textarea{
	border: 2px solid #eeeeee;
	height: 300px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}
#fname{
	width:100%;
}

#lname{
	width:100%;
}

#email {
	width:100%;
}

#address {
	width: 100%;
}

#phone {
	width: 100%;
}

#description {
width: 100%;
}

input[type=checkbox] {
	visibility: hidden;
}



#checkbox {
	position: absolute;
	top: 0;
  	left: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}




.customCheck {
	width: 90%;
	float: left;
	margin-top: 20px;
	position: relative;
}


.customCheck label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}


.customCheck label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.customCheck label:hover::after {
	opacity: 0.5;
}

.customCheck input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.robot {
	display: inline-block;
	position: relative;
	width: 60%;
	margin: 0 0 0 30px;
	line-height: 1em;
}

#submit {
	display: block;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px auto 0;
	background: #eee;
	color: #333;
	text-align: center;
	transition: background, color, .5s ease 0;
	border: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

/* Top-level Styling */

* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	}

body {
	background-color:#e6e6e6;
	margin: 0 auto;
}

#wrapper {
	max-width: 1020px;
	height: 100%;
	background: #f7a223;
	margin: 0px auto 0;
	padding: 20px;
}

/* Div Layout Styling */

#subscribeBox {
	position: relative;
	padding: 0px;
	height: auto;
	width: 50%;
	min-width: 325px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


*:focus {
	outline: none;
}

.subscribeForm {
	display: block;
	margin: 20px 0 0 0;
	width: 90%;
}

/* Text Styling for h2, p, a */

h2 {
	font-weight: 500;
	letter-spacing: .05em;
	color: #333333;
	font-style:normal;
	font-family: source-sans-pro, sans-serif;
}

.thin {
	font-weight:200;
}

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

a:hover {
	text-decoration:none;
	color: #C43C3E;
}


p {
	display: block;
	width: 90%;
	margin: 20px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}


#footer table tr td {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #be2a29;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: Impact;
sans-serif;
}

/* ONLINE QUOTE TAKE TWO START ------------------------------- */
#wrap {
	width: 1212px;
	margin-right: auto;
	margin-left: auto;
}

