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

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
}
body {
	background-color:#333;
}
h1 {
}
h2 {
	width:255px;
	font-size:24px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#fc0044;
	text-align:center;
	
}
h3 {

}
h4 {
}
h5 {
}
h6 {
}
p {
}
.pink {color:#fc0044;
}
.black {color:#000;
}
/*** LAYOUT STYLES ***/

#container, #header, #nav, #content, #footer {
	margin:auto;
	width:960px;
	background-color:#fff;
}
#container {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
/* HEADER */
#header {
	margin-top:25px;
	height:145px;
	background:#FFF;
	width:960px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position:relative;
	border-bottom:solid medium #000;
}
#logo {
	float:left;
	margin:10px 0px 10px 10px;
}
#contact-info {
	float:right;
	margin-top:80px;
	margin-right:10px;
	background-color:#fff;
}
/* NAVIGATION */

#nav {
	width:450px;
	left:410px;
	top:110px;
	position:absolute;
	margin:0px;
}
#nav ul {
	display:block;
}
#nav li {
	display:inline;
	font-family: 'Oxygen', sans-serif;
	font-size:18px !important;
	font-weight:bold;
	color:#000;
	padding-right:20px;
}
#nav li a, #nav li a:visited {
	color:#000;
	text-decoration:none;
}
#nav li a:hover, #nav li a:focus {
	color:#fc0044;
	text-decoration:none;
}
/* CONTENT */
#thumbs {padding-left:20px;

height:auto;
width:auto;
}

ul#thumbs {
list-style:none;
}


ul#thumbs li{float:left;
width:100px;
height:100px;
padding:15px;

}
#content {
	overflow:hidden;
	background-image:url(_img/house.jpg);
	height:600px;
	margin:auto;
	
}
#contentA {
	overflow:hidden;
	background-image:url(_img/about.jpg);
	height:600px;
	margin:auto;
	
}

#contentB {
	overflow:hidden;
	background-color:#fff;
	height:auto;
	margin:auto;
	width:960px;
	
}

#contact {
	overflow:hidden;
	background-image:url(_img/aboutbkg.jpg);
	height:600px;
	margin:auto;
	
}

.contactb {
	overflow:hidden;
	height:400px;
	width:620px;
	margin:auto;
	margin-top:100px;
	background-color:#FFF;
	padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;

} 

#content-left {
  background-color: #fff;
  border-radius: 15px;
  float: left;
  height: 315px;
  margin-left: 20px;
  margin-top: 280px;
  opacity: 0.75;
  width: 285px;
}

#content-left p {
	padding:10px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	font-weight:bold;
	line-height:18px;
	color:#000px;
}


#content-leftA {
	float:left;
	width:285px;
	height:230px;
	background-color:#FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin-left:30px;
	margin-top:340px;
}
#content-leftA p {
	padding:10px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	font-weight:bold;
	line-height:18px;
	color:#000px;
}


#content-middle {
  background-color: #fff;
  border-radius: 15px;
  float: left;
  height: 315px;
  margin-left: 30px;
  margin-top: 280px;
  opacity: 0.75;
  width: 285px;
}
#content-middle p {
	padding:10px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	font-weight:bold;
	line-height:18px;
	color:#000 0.9;
}

#content-middleA {
	float:left;
	width:285px;
	height:230px;
	background-color:#FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin-left:320px;
	margin-top:340px;
}
#content-middleA p {
	padding:10px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	font-weight:bold;
	line-height:18px;
	color:#000 0.9;
}

#content-right {
	float:right;
	width:285px;
	height:315px;
	background-color:#FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin-right:30px;
	margin-top:280px;
}
#content-right p {
	padding:10px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	color:#000;
}
ul#rightlist { display:list-item;
list-style:square;
padding-left:30px;
padding-top:10px;
}
ul#rightlist li {	font-size:20px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#fc0044;
	padding-top:10px;
}

.border {
	width:255px;
	border-bottom:solid medium #fc0044;
	height:auto;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:5px;
	color:#000;
}

ul#img {width:200px;
float:right;
padding-right:10px;
margin-top:60px;
background-image:#fff;
}

ul#img li{list-style:none;
text-align:center;
font-size:18px !important;
font-family:Arial, Helvetica, sans-serif;
line-height:26px;
}

/* FOOTER */
#footer {
	height:55px;
	width:960px;
	padding-top:20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-botom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-bottom:10px;
	border-top:solid medium #000;
}
ul.footnav {
	text-align:center;
	font-size:14px !important;
	font-family:Arial, Helvetica, sans-serif;
}
ul.footnav li {
	display:inline;
	padding-left:5px;
	color:#fc0044;
}
#footer a, #footer a:visited {
	color:#fc0044;
	text-decoration:none;
}
#footer a:hover, #footer a:focus {
	color:#000;
	text-decoration:none;
}
#copyright {
	padding-top:10px;
}
#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	text-align:center;
}
#copyright a, #copyright a:visited {
	text-decoration:none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration:none;
}
/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}


.privacy {
	font-size: 12px !important;
}

#gallery-sections {
  height: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
  width: 960px;
}
