* {
	margin: 0;
	padding: 0;
}

body {


	margin: 0px 0 0 0;
	font-family: Helvetica, Verdana, Tahoma, Arial,  sans-serif;
	color: #444;
}
a:active 	{ color:#00CC66; text-Decoration: none}
a:link 		{ color:#004B97; text-decoration: underline} 
a:visited 	{ color:#004B97; text-decoration: underline} 
a:hover 	{ color:#FF0000; text-Decoration: none} 

#wrap {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 95%;
	max-width: 1100px;
	background-color:#FFFFFF;
	
}
#header {
	height: auto;
	min-height: 125px;
	padding-top: 15px;
	width: 100%;

	

}

#nav {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	margin-top: 11px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	
		}
	 #nav ul li {
	margin: 0;
	margin-bottom: 5px;

	}
	 #nav ul li a {
	width: 80%;
	margin-left: 10%;
	display: block;
	height: auto;
	padding: 2px 0 2px 4px;
	background-color: #EE0000;
	color:#FFF;
	text-decoration: none;

	
		}
		#nav ul li a:hover {
	background-color: #000;
	color:#FFF;
		
}
		#nav a:active {
			color: #80E1F7;
		}
h1 {
font-size: 20px;
padding-top: 0px;
margin: 0px;
color: #999;
font-weight:normal;

}
h2 {

color:#555;
margin: 0px 0 6px 0;
font-weight: bold;
font-size: 18px;

}
h3 {
	font-size: 24px;
	color: #555;
	font-weight: normal;	
	margin: 10px 0 0 0;
}
h4 {
	font-size: 18px;
	color: #EE0000;
	margin-top: 5px;
	font-weight:bold;
	}
h5 {
	font-size: 12px;
	color: #555;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
	.justified {
	margin-bottom: 1em;
	text-align: justify;
	font-size: 18px;
	}
.bodytext {
	margin-bottom: 1em;
	font-size: 18px;
	}
.smalltext {
	font-size:90%;
}
.price {
	background-color:#EAEAEA;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.3em;
	}
.quote {
	display:block;
	border: 1px solid #CCC;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 12px;
	padding: 5px;
}
	#content {
	padding-left: 3px;
	padding-right: 3px;
	
	}
	.insetlist {
	list-style: outside;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 18px;
	}
	#footer {
	margin-top: 10px;
	display:block;
	height: auto;
	padding:3px;
	text-align: center;
	font-size: 16px;
	background-color:#EFEFEC;
	border-top: 1px solid #EE0000;

}

.mobilewrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
	.clear {
	clear: both;
	}
	.image {
	display: none;
	}
	.imageright  {

	margin-bottom: 6px;
	}
	.imagerightwide{

	margin-bottom: 6px;
	}
.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 22px;
	border: 1px solid #999;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px; background-color:#EDEDEC;

}

.border {
border: 1px solid #999;
}
.hidden {
display:none; }
.normal {
display: none;}

#banner, .gallerylayer {
	background-color: #F5F5F5 !important; /* change bg color to white */
}
.gallerylayer img { /* make slide images scalable */
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
	margin-top: 0 !important; /* ensure a slide image is always at the top of the #banner container */
}

.mobilevertspace {
margin-top: 15px;
}

@media only screen and (min-width: 600px) {
body {

}
#wrap{
	background-color: #EEEEEE;
	background-image: url(fade.jpg);
	background-repeat:repeat-y;
	background-position:left;
	

	}
#header {
	border-bottom: 22px solid #EE0000;
	padding-bottom: 3px;


	}
.headleft {
	float: left; 
	margin-left: 1%;
	width: 50%;
	text-align: left;
	padding-left: 1%;
	}	
.headright {
	float:right;
	text-align: right;
	margin-right: 0.5%;
	width:45%;

	}
.email {
font-size: 11px;
}
#nav {
	float: left;
	width: 150px;
	margin: 20px 0 0 1%;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;	
}
	#nav ul {
	border: 0;
	margin: 0;
	margin-top: 11px;
	list-style-type: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
		}
	 #nav ul li {
	margin: 0;

	margin-bottom: 3px;
	padding: 0 0 0 6px;

	}
	 #nav ul li a {
	width: 130px;
	display: block;
	height: auto;
	margin: 0px 0 0px 0;
	padding: 3px 0 3px 0px;
	background-color: #EE0000;
	color:#FFF;
	text-transform: none;

	
		}
		#nav ul li a:hover {
		background-color:#000000;
		color: #FFFFFF;
	}
.title {
	width: 60%;
	}
	.quote {

	font-size: 80%;

}
#content {
		float: right;
		width: 68%;
		margin-left:0;
		padding-left: 1%;
		margin-right: 1%;
		font-size: 90%;		
		}
.contentleft {
	float: left;
	width: 47%;
}
.homeleft {
	float: left;
	width: 47%;
}
.contentright {
	float: right;
	width: 47%;
	}

a.white:link {color: #FFFFFF; }

	
h1 {
	font-size: 18px;
}

	h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
		}
	h3 {
	font-size: 18px;
		margin-top: 10px;
	margin-bottom: 10px;
	}
h4  {
	font-size:16px;
	}
	h5 {
	font-size: 16px;
	color: #1C4692;
	margin-top: 5px;
	line-height: 26px;
	font-weight:bold;
	}
		.style2 {
	font-size: 20px;
	color: #1C4692;
}
	.justified {
	text-align: justify;
	font-size: 100%;
	}

		.bodytext {
	font-size: 100%;
	}
 
		.insetlist {

	font-size: 100%;
	}
		.image {
	display: inline;
	}
		.captcha {
	font-size: 12px;
	}
	#footer {
	display:block;
	height: auto;
	padding-top:3px;
	text-align: center;
	font-size: 12px;
	background-color:#EFEFEC;
	border-top: 1px solid #EE0000;
	
}

.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
}
.table {
	margin-top: 6px;
	margin-top: 6px;
	font-size: 110%;
	border: 1px solid #999;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px;
}
.normal {
display: inline;}
.mobile {
display: none;}

.mobilevertspace {
margin-top: 0px;
}
.logo {

	width: 60%;
	}
.imageright {
	float: right;
	width: 30%;
	max-width: 300px;
	margin-left: 10px;
	margin-bottom: 6px;
	}
.imageleft{
	float: left;
	width: 30%;
	max-width: 300px;
	margin-right: 40px;
	margin-bottom: 6px;
	}
	.imagerightwide {
	float: right;
	width: 40%;
	max-width: 300px;
	margin-left: 10px;
	margin-bottom: 6px;
	}
	.border {
border: 1px solid #999;
}

.insetlist {
font-size: 90%;
	margin-left: 50px;
	margin-top: 4px;
	list-style-type: square;
}   
.rotate {
border: 1px solid #444;
float: right;
margin-left: 10px;
}

.table {
	font-size: 80%;
	border-color: #000;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px;}
.newsletter {
	display: block;
	background-color: #EE0000;
	color:#FFFFFF;
	padding: 2px;
	border: 0px solid #FFF;
	font-size: 10px;
	}
}
@media only screen and (min-width: 840px) {
#content {

		width: 77%;

		}
		.email {
font-size: 13px;
}
}
@media only screen and (min-width: 960px) {
#content {

		width: 79%;

		}

}
