﻿/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */

body {
	background-color:#fff;
}

/* container */

#wrapper {
	width:900px; margin:0px auto; background-color:#eeeeee;
}

#top {
	background-color:#ffffff; width:100%; padding:0 0; overflow:hidden;
}

#logo {	margin:0 0 0 10px; float:left;
}

#social-media {	float:right; margin:30px 30px;}
#social-media p {	color:#000000; font-size:14px; margin: 4px 10px 4px 0px;}
#social-media img {	width:35px;}

#topnav {
	background-color: #333333;
	clear: both;
	height: 39px;
}
#topnav ul { width:100%; float:left; margin:0px; background-color:#333333;
				border-bottom:3px #cccccc solid;}
#topnav ul li {
	display: inline;
	text-decoration: none;
}
#topnav ul li a {float:left; padding:10px 20px;}
#topnav a:link{
	color: #ffffff;
	text-decoration: none;
}
#topnav a:visited{ color:#ffffff;}
#topnav a:active{ color:#ffffff;}
#topnav a:hover{ color:#ffffff; background-color:#800000}
#topnav a:focus{ color:#ffffff;}

#banner {
	margin: 0px auto;
	width: 800px;
	height: 300px;
}

#subbanner { width:90%; margin:0px auto;background-color:#555555; 
				padding:10px 0; overflow:hidden;}
#subbanner h1 {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 180%;
	font-style: italic;
}
			
#content {padding:20px;}
#content h1 {
	margin: 0 0 20px 0;
	font-size: 32px;
	border-bottom: 1px #777777 solid;
	padding: 20px 0;
	clear: both;
}
#content p {margin:16px 0; line-height:160%; padding: 0 10px;}
#content h2 {
	font-style: italic;
	font: italic normal bold 24px serif;
	margin: 20px 0 0 0;
}
#content img {padding:8px; border:1px #888888 solid; margin:8px;}
#content ul img { border :0; margin:0 0 0 15px;}
#content ul {display:inline;}
#footer {
	clear:both; background:#333333; padding:10px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

form { text-align:left; margin:0 auto;}
label, submit, input, textarea {
	border:0; padding:0; margin:0; background:none; 
	font-family: Arial, Helvetica, sans-serif;
}

label {
	/*float: left; width: 50px; margin-top:5px;*/
	text-align:right; display:block;
	}
input, textarea {
	border:2px #999 solid; 
	margin: 0 auto; 
	padding:10px; font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	resize:none;
}

input:focus, textarea:focus{
	border:2px solid #0F6FFF;
}

input {
	width:100%; margin-bottom:16px;
	}
textarea {
	width:100%; 
	/*height: 150px;*/
	margin: 0 0 16px 0;
	}
slect {}
.submit{
	width: 90px;
	/*height: 25px;*/
	margin: 15px auto;
	padding:10px 0px;
	font-size: 18px;
	font-weight: bold;
	cursor:pointer;
	background-color:#00518C;
	opacity:0.7;
	display:block;
	color:white;
}
.submit:hover {
	color:#fff;
	background-color:#00518C;
	opacity:1;
}
.contact-form{
	width:80%;
	margin:0 auto;
}
	
#contact-form ol {
	list-style-type:none;
	}
#contact-form h2 {
	font-size:18px;
	padding:0 0 10px 10px;
	font-style:normal;
	font-weight:normal;
	}


.imgBox {height:241px;
		width:250px;
		display:inline-block;
		margin:0 20px 0 8px; 
		background-image:url('../Images/Lightbox/listing.JPG');}
.imgBox2 {height:241px;
		width:250px;
		display:inline-block; 
		margin:0 20px 0 0;
		background-image:url('../Images/Lightbox/listingwnav.JPG');
		}
.imgBox3 {height:241px;
		width:250px;
		display:inline-block; 
		margin:0 20px 0 8px;
		background-image:url('../Images/Lightbox/singlepage.JPG');
		}

.imgBox:hover, .imgBox2:hover, .imgBox3:hover
	{-moz-box-shadow: 0 0 30px #191919;
			-webkit-box-shadow:0 0 30px #191919;
			box-shadow: 0 0 30px #191919;}
	}

