@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif; 
	background-image:url('../images/bg.jpg');
	margin: 0;
	}
	
a, a:visited, a:hover {
  cursor: pointer;
}

#container {
	border-radius: 10px;
	text-align:center;
	width: 950px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	padding-top: 0;
	box-shadow: 0 3px 5px #222;
	margin-bottom: 20px;
	}
	
#center {
	margin-left:auto;
	margin-right:auto;
	}

.content {
	text-align:left;
	width: 950px;
	background: white;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	}
	
.content p img {
	float:right;
	}

.contenthead {
	padding-bottom:0px;
	padding-top:0px;
	text-align:center;
	height: 132px;
	}
	
.contentext {
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	}

.title {
	width:965px;
	text-align:left;
	font-family:Tahoma, sans-serif;
	font-size:12pt;
	color:#FFFFFF;
	margin:3px;
	}
	
.title h2 {
	background:url('../images/h2bg.png');
	background-repeat: no-repeat;
	padding-bottom:15px;
	padding-left:15px;
	margin-left: -8px;
	line-height: 33px;
	font-size:12pt;
	}
	
#testimonials {
	background: #ffffff url('../images/quotes.png') no-repeat 20px 0px;
	padding-left: 95px;
	padding-top: 40px;
	width: 80%
}

.testholder {
background: #eeeeee;
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px;
margin-top: 20px;
border-radius: 10px;
}

.testquote {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.testname {
	font-style: italic;
	padding-left: 55px;
}
	
#header {
	width: 100%;
	text-align:center;
	background-image: url('../images/pinkhead1.png');
	background-repeat: no-repeat;
	height: 130px;
	}	
	
img.headimg {
	padding-top: 5px;
}

#header .social {
	position: relative;
	left: 440px;
	margin-top: -40px;
	padding-bottom: 40px;
}
	
.coll {
	width:250px;
	float:left;
	}
	
.colr {
	width:250px;
	float:right;
	}
.coll-big {
	width:450px;
	float:left;
	}
	
.colr-big {
	width:450px;
	float:right;
	}
#nav {
	color: #fff;
	background: url('../images/navbg2.png');
	width:963px;
	background-repeat: no-repeat;
	margin-left: -6px;
	margin-bottom: -6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 48px;
	font-family: 'Sansita One', cursive;
}
		
#nav ul {
	list-style-type:none;
	margin-left:-45px;
	margin-bottom: 0;
	}

#nav ul li {
	display:inline;
	padding-bottom:2px;
	margin:0px;
}

	
#nav ul li a{
	display: inline-block;
	padding: 0;
	margin: .4em 10px;
	width: auto;
	padding: 0 15px 2px;
}


a.active {
	background:url('../images/activebg2.png');
	border-radius: 8px;
	background-repeat: repeat;
	line-height: 25px;
	border-left: 2px solid #b63982;
	border-top: 2px solid #b63982;
	}
	
a:link, a:visited, a:active {
color: black;
text-decoration: none;
}

a:hover {
color: white;
text-decoration:none;
}

.photocat {
width: 180px;
text-align:center;
float:left;
}

.photocat h6{
font-size:10pt;
font-family:Tahoma, sans-serif;
margin-top:0px;
margin-bottom:0px;
}

/* Form CSS */

form {
	margin-bottom: 15px;
}

label {
color: black;
text-decoration: none;
font-weight:bold;
width:140px;
float: left;
text-align:left;
padding-top: 2px;
}

fieldset
{
padding-top: 15px;
border: 1px solid #781351;
width: 905px;
}

legend
{
font-family: 'Sansita One', cursive;
color: #fff;
background:url('../images/legendbg.png');
border: 1px solid #ccc;
padding: 2px 15px;
border-radius: 6px;
}

input
{
color: #781351;
background: #f9f9f9;
border: 1px solid #ccc;
padding: 2px;
}

form p strong {
	padding-left: 10px;
}

.floater {
}

p.submit {
	text-align: center;
}

.submit input
{
font-family: 'Sansita One', cursive;
color: #000;
background: #6a9E39;
border: 2px outset #a1e552;
padding: 5px 20px;
color: white;
font-size: 16px;
}

#bowtail {
	height: 75px;
	background: transparent url('../images/bowtail.png') no-repeat 120px 0px;
	margin-top: -20px;
}


#footer {
	background-repeat: repeat;
	clear:left;
	font-family:"Times New Roman", Times, serif;
	/* Uncomment when sold
	font-style:italic;
	font-size:11px;
	height: 17px;
	background-image: url('../images/footbg.png');
	font-weight:lighter;
	*/
	color: white;
	background: #222;
	font-size: 20px;
	height: 30px;
	vertical-align:bottom;
	margin-top:5px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #666;
	box-shadow: 0px -2px 2px #222;
	}
	
#footer a{
	color: white;
	font-weight: bold;
}
	
#footer .coll,  #footer .colr {
	height: 10px;
}
#footer p {
	margin: 0;
}
.footimg {
	padding-top: 10px;
	border-top: 1px solid #666;
	padding-bottom: 15px
}
	