@charset "UTF-8";


#wrapper {
	margin:0 auto;
	background: #fbf2df;
	position: absolute; top: 0px; left: 0px;
	width: 100%;
}

#headerbg{
	margin:0 auto;
	background: #0088c6;
	width: 100%;
	height: 40px;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	padding-top: 10px;
	font-family: "Overlock", sans-serif;
	color: #ffffff;
	font-size: 18px;
}

#mainheader {
	margin: 0 auto;
	width: 960px;
}

#heading {
	width: 400px;
	font-family: "Lily Script One", cursive;
	color: #33333;
	font-size: 70px;
	line-height: 70px;
	padding-top: 40px;
	padding-left: 80px;
	float: left;
}

#subhead {
	width: 300px;
	font-family: "Overlock", sans-serif;
	color: #33333;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 80px;
	float: right;
}

#body {
	width: 960px;
	margin:0 auto;
	background-color: #ffffff;
	font-family: "Overlock", sans-serif;
	color: #33333;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

#content1 {
	width: 800px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
}

#content2 {
	width: 830px;
	padding-left: 50px;
	padding-right: 80px;
}

#footer {
	width: 800px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 1px;
}

#copyright {
	width: 960px;
	font-family: "Overlock", sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.location {
	font-family: "Overlock", sans-serif;
	font-style: italic;
	float: left;
	letter-spacing: normal;
}

.blue {
	color: #0088c6;
}

.nav {
	font-family: "Overlock", sans-serif;
	font-weight: 900;
	float: right;
	letter-spacing: 2px;
}

.phone {
	font-weight: 900;
	line-height: 50px;
	
}

.lineheader {
	padding-top: 20px;
	padding-bottom: 30px;
}

.linecontent {
	padding-top: 20px;
	padding-bottom: 20px;
}

.imgcontent {
	float: left;
	padding: 0px 50px 0px 0px;
}

.imgstrip {
	padding-bottom: 20px;
}

a:link {color:#ffffff; text-decoration: none;}      /* unvisited link */
a:visited {color:#ffffff; text-decoration: none;}  /* visited link */
a:hover {color:#ffffff; text-decoration: underline;}  /* mouse over link */
a:active {color:#ffffff; text-decoration: none;}  /* selected link */ 

a.offsite:link {color: #0088c6; text-decoration: none;}
a.offsite:visited {color: #0088c6; text-decoration: none;}
a.offsite:hover {color: #0088c6; text-decoration: underline;}
a.offsite:active {color: #0088c6; text-decoration: none;}

h1 { 
font-family: "Overlock", sans-serif;
color: #0088c6;
font-size: 30px;
font-weight: 700;
}

h2 { 
font-family: "Overlock", sans-serif;
color: #333333;
font-size: 30px;
font-weight: 900;
font-style: italic;
}

h4 {
	font-family: "Overlock", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	color: #0088c6;
}

h5 {
	font-family: "Overlock", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #333333;
}

ul
{
	list-style-image: url(images/bluetick.gif);
	line-height: 30px;
}

/* form */

	#contactform{
		margin:1em 0;
		width:700px;
		height:970px; 
		overflow:hidden;
		}
	#contactform h3{display:none;}	
	#contactform fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:520px;
		}	
	#contactform fieldset.last{
		width:520px;
		margin-left:17px;
		}				
	#contactform legend{display:none;}	
	#contactform p{margin:.5em 0;}	
	#contactform label{display:block; padding-bottom: 5px;}	
	#contactform input, #contactform textarea{		
		width:520px;
		border:1px solid #0088c6;
		padding:3px;
		}		
	#contactform textarea{
		width:520px;
		height:200px;
		overflow:auto;
		border:1px solid #0088c6;
}					
	#contactform p.submit{
		margin:0px;
		clear:both;
		position:relative;
		}	
	#contactform button{
		padding:0;
		position:absolute;
		left:0;
		top:-3.5em;
		width:95px;
		height:36px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background: url(images/submit.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		}
		.menu {
  width: 520px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  background: #fff;
  border-bottom: solid 1px #0088c6;
  border-top: solid 1px #0088c6;
  border-left: solid 1px #0088c6;
  border-right: solid 1px #0088c6;
}				

/* // form */
