﻿/* --------------------------------------------- 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; text-decoration: none; font-weight: normal;}
body { margin: 0pt;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* --------------------------------------------- FONT STYLES */
h1 {font-size: 1.7em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1em; color: #999; margin-bottom: 8px;}
p {font-size: 1em;}
a {font-size: 1em; text-decoration: none;}
a:hover {font-size: 1em; text-decoration: none;}
li {font-size: 1em;}
.red {color: red;}

#content p {margin-bottom: 10px; line-height: 1.45em;}
#header h1 {color: #ffba00; margin-top: 55px; margin-right: 40px; text-align: right;}
#header p {font-size: .7em; margin-right: 40px; color: #999; text-align: right;}
#contactform h2 {margin-bottom: 10px;}
#contactform p {margin-bottom: 15px;}
#contactform label, #contactform input, #contactform textarea { font-family: "Times New Roman", Times, serif;}
.asterisk {color: #FFBA00; font-size: .75em;}
#contactbottomsticky h3 {margin-top: 60px; margin-right: 90px; font-size: 1.25em; text-align: right; color: #555;}
#contactbottomsticky ul {margin-left: 30px;}
#contactbottomsticky li {list-style-type: none; float: left; margin-right: 20px;}
#contactbottomsticky p {font-weight: bold; margin-bottom: 0px; margin-left: 30px;}
#contactbottomsticky a {margin-left: 30px; color: #000;}
#blog h2 {font-size: 1.15em; color: #ffba00; margin-bottom: 18px;}
#blog p {font-size: .75em; color: #333;line-height: 1.25em;}
#blog p.author {margin-top: 18px; font-size: .75em; font-style: italic; color: #666;}
#blog .divider {border-bottom: 1px dotted #999;width: 372px;height: 1px;margin-bottom: 46px;margin-top: 5px;}
#blogsidebar h2 {font-size: .85em; color: #ffba00;}
#blogsidebar ul {margin-top: 6px; margin-bottom: 32px;}
#blogsidebar li {color: #666; font-size: .75em;}
#footer ul {margin: 25px 0 0 40px;}
#footer li {float: left; margin-right: 15px; font-size: .55em; color: #000;}
#footer a {font-size: 1em; color: #fff;}

/* --------------------------------------------- LAYOUT (DWT Styles included) */
body {
	font-family: "Times New Roman", Times, serif;
}

#container {
	width: 1000px;
	height: 850px;
	margin: 0 auto 0 auto;
}

#content {
	height: 600px;
	width: 900px;
	float: left;
	position: relative;
	z-index: 1;
}

#content2 {
	height: 620px;
	width: 760px;
	right: 0px;
	background: transparent url('../images/content-bg2.png') no-repeat left bottom;
	position: absolute;
	z-index: 2;
}

#contenttext {
	width: 340px;
	top: 90px;
	left: 110px;
	position: absolute;
	z-index: 2;
}

#blog {
	height: 600px;
	width: 700px;
	float: left;
	background: transparent;
}

#footer {
position:absolute;
bottom:0;
	height: 50px;
	width: 700px;
	float: left;
	margin-top: 30px;
}

/* --------------------------------------------- ABOUT*/
#aboutphoto {
	width: 400px;
	height: 299px;
	top: 320px;
	left: 340px;
	position: absolute;
	background: url('../images/about-photobg.png') no-repeat top left;
	z-index: 3;
}

#aboutphoto img {
	position: absolute;
	top: 33px;
	left: 17px;
}

/* --------------------------------------------- HEADER */
#header {
	width: 700px;
	height: 110px;
	background: #fff;
	float: left;
}

/* --------------------------------------------- NAVIGATION */
#navigation {
	width: 900px;
	height: 70px;
	float: left;
}

#navigation ul { margin-left: 1px; float: left;}

#navigation li {
	float: left;
	color: #333;
	padding-left: 16px;
	margin-top: 12px;
	margin-right: 40px;
	background: url('../images/nav-dot.png') no-repeat left;
}

#navigation a {font-size: 1.25em; color: #333;}
#navigation a:hover {font-size: 1.25em; color: #999;}

/* --------------------------------------------- HOME */
#homephoto {
	width: 400px;
	height: 299px;
	top: 40px;
	left: 450px;
	position: absolute;
	background: url('../images/home-bg.png') no-repeat top left;
	z-index: 3;
}

#homephoto img {
	position: absolute;
	top: 18px;
	left: 15px;
}

#homegallery {
	width: 475px;
	height: 115px;
	top: 480px;
	left: 220px;
	position: absolute;
	z-index: 3;
}

/* --------------------------------------------- BLOG */
#blogposts {
	width: 372px;
	height: 516px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}

#blogsidebar {
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 60px;
	padding-left: 40px;
	width: 206px;
	height: 560px;
	float: left;
	background: url('../images/news-bg.png') no-repeat top left;
}

/* --------------------------------------------- CONTACT */
#contactform {
	width: 440px;
	height: 500px;
	top: 60px;
	left: 90px;
	position: absolute;
	z-index: 3;
}

label {
	float: left;
	width: 100px;
	text-align: left;
	font-size: .75em;
	padding: 12px 0 3px 0;
	margin: 0 0 10px 0;
}

input.textwindow {
	width: 310px;
	background: #333;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 25px;
	border: 0px;
	float: right;
	color: #fff;
	font-size: .875em;
}

#contactform textarea {
	height: 70px;
	width: 310px;
	max-width: 310px;
	padding: 5px 5px 5px 5px;
	background: #333;
	border: none;
	font-size: .875em;
	float: right;
	color: #fff;
}

input.submitbutton {
	position: absolute;
	border: 0;
	top: 340px;
	left: 370px;
	width: 77px;
	height: 35px;
	background: transparent url('../images/contact-submit.png') no-repeat bottom;
	color: #fff;
	font-weight: bold;
}

input.submitbutton:active {
	background: transparent url('../images/contact-submit2.png') no-repeat bottom;
}

input.checkbox {
	position: absolute;
	top: 350px;
	left: 0px;
	border: 1px solid #333;
	background: #b2b2b2;
}

label.checkbox {
	position: absolute;
	top: 340px;
	left: 35px;
	width: 300px;
}

#contactphonephoto {
	width: 141px;
	height: 273px;
	top: 0px;
	left: 560px;
	position: absolute;
	background: url('../images/contact-img.png') no-repeat top left;
	z-index: 3;
}

#contactbottomsticky {
	width: 380px;
	height: 250px;
	top: 430px;
	left: 350px;
	position: absolute;
	background: url('../images/contact-bg.png') no-repeat top left;
	z-index: 3;
}