/* Copyright (c) 2013 Top Rank Photography, All Rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
overflow-y: auto;
background-color: black;
}

body {
	width: 1024px;
	background: #c4c2b5;
	border: none;
	color: #333;
	margin: 0 auto;
	padding: 0;
	font: 16px/21px Georgia, serif;
}

h1 {
	font: normal 34px/50px Georgia, serif;
	padding-top: 20px;
}

h2 {
	font: normal 28px/44px Georgia, serif;
	padding-top: 20px;
}

h3 {
	font: normal 18px/22px Georgia, serif;
	padding-top: 11px;
}

p {
	font-weight: normal;
	padding-bottom: 16px;
}

a {
	color: #880088;
	text-decoration: none;
}

a:visited {
	color: #880088;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}


nav#menu {
	padding: 0px 0;
	margin: 0;
	position: static;
	left: 0;
	width: 100%;
	background-color: #8c875e;
}

nav#menu ul {
	margin: 0 auto;
	width: 1024px;
	border: none;
}

nav#menu ul li {
	display: inline;
	list-style: none;
	margin-left: 40px;
}

nav#menu ul li a {
	color: #dad29d;
    width: 100px;
	font: normal bold 14px/24px Georgia, serif;
	text-align: center;
    padding: 7px 10px 7px 10px;
}

nav#menu ul li a:hover, nav#global ul li a:focus {
	color: #f2ecc3;
	text-decoration: none;
}

nav#menu ul li a.selected {
	color: #f2ecc3;
}

nav#menu ul li a.selected:hover {
	color: #f2ecc3;
}
#sub {
    font: 10px Georgia, serif;
    vertical-align: text-top;
}

#main {
    position: relative;
	background-color: #c4c2b5;
	margin-top: 0px;
    padding: 10px 20px 20px 50px;
    height: 650px;  
}

#main p {
    padding:20px 0px 0px 0px;
    text-align: justify;
}

#maintitlebox {
    float: left;
    background-color: #c4c2b5;
    width: 180px;
    height: 70px;
    margin-top: 10px;
    margin-left: 40px;
}

#maintitle {
    color: #7f7d6f;
    font: normal 26px/32px Georgia, serif;
    padding-left: 0px;
    text-align: left;
} 

#bio {
    position: absolute;
    float: left;
	margin-top: 20px;
    margin-left: 40px;
	width: 560px;
	height: 550px;
    text-align: justify;
    font: normal 16px/24px Georgia, serif;
}

#bio p {
    padding:0px 10px 10px 10px;
}

#virtualtour {
    position: absolute;
	margin-top: 20px;
    margin-left: 20px;
	width: 560px;
	height: 550px;
    text-align: justify;
    font: normal 16px/24px Georgia, serif;
}

#virtualtour p {
    padding:0px 10px 10px 10px;
}

#realestatetitlebox {
    float: left;
    background-color: #c4c2b5;
    width: 170px;
    height: 70px;
    margin-top: 0px;
    margin-left: 10px;
}

#realestatetitle {
    color: #7f7d6f;
    font: normal 26px/32px Georgia, serif;
    padding-left: 0px;
    text-align: left;
}

#tourbox {
    position: absolute;
	background-color: #aba897;
	float: left;
	width: 300px;
	height: 620px;
    margin-top: 30px;
    margin-left: 620px;
    text-align: center;
    font: normal 18px Georgia, serif;
}

#tourtitlebox {
	background-color: #8f8d7f;
    width: 300px;
    height: 30px;
}

#tourtitle {
    color: #dad29d;
    font: normal 24px/30px Georgia, serif;
    text-align: center;
}

#tourpic {
    width: 300px;
    height: 180px;
    margin-top: 10px;
    text-align: center;
}

#orderbox {
    position: absolute;
	background-color: #aba897;
	float: left;
	width: 620px;
	height: 600px;
    margin-top: 30px;
    margin-left: 20px;
    text-align: center;
    font: normal 18px Georgia, serif;
}

#ordertitlebox {
	background-color: #8f8d7f;
    width: 100%;
    height: 30px;
}

#ordertitle {
    color: #dad29d;
    font: normal 24px/30px Georgia, serif;
    text-align: left;
    padding-left: 10px;
}

#orderbutton {
    text-align: center;
    padding-top: 20px;
}

#orderinfobox {
    position: absolute;
	float: left;
	width: 270px;
	height: 600px;
    margin-top: 30px;
    margin-left: 650px;
    text-align: justify;
    font: normal 16px/21px Georgia, serif;
}

#orderinfobox p {
    padding:0px 10px 10px 10px;
}

#picbernd {
	background-color: #aba897;
	float: left;
	width: 280px;
	height: 420px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
    text-align: center;
    font: normal 18px Georgia, serif;
}

#picbernd img {
    padding: 10px;
}

#twitterbox {
    position: absolute;
	background-color: #aba897;
	float: left;
	width: 300px;
	height: 600px;
    margin-top: 30px;
    margin-left: 620px;
    padding: 10px;
    text-align: center;
    font: normal 18px Georgia, serif;
}

#copyrightbar {
    float: left;
	width: 1024px;
	background-color: #8c875e;
	margin: 0;
}

#copyright {
	color: #c4c2b5;
	font: normal 11px Arial, sans-serif;
	padding: 10px 0px 10px 40px;
}

