/*---------------GLOBAL RESET------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/*-----------------GLOBAL------------*/
.error
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.darkred
{
	color: #b46262;
}

p
{
	line-height: 1.4em;
}	

h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #b43333;
	font-variant: small-caps; 
}

h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	color: #777;
	margin-bottom: 10px;
}

ul li
{
	margin-left: 30px;
	list-style-image: url('../images/list-style-bullet.png');
}

ol
{
	list-style: decimal;
	margin-left: 65px; margin-top: 35px;
	font-weight: bold;
	font-size: 1.3em;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ol li
{
	margin-top: 15px;
}

ol li ul li
{
	margin-top: 5px;
}

ol li ul li p
{
	font-size: .6em;
}

ol li p
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: black;
	font-size: 12px;
	padding-right: 20px;
}

strong
{
	font-weight: bold;
}

em
{
	display: block;
	font-size: .85em;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f2f3b3;
	border: 2px solid #d4d4d4;
	border-width: 1px 4px 1px 4px;
	padding: 10px;
	margin: 15px auto;
	color: #555;
}

a:link, a:visited
{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}


/*-----------------HEADER------------*/

html

{
	background: #1a1e29 url('../images/HTML_BG.jpg') repeat-x top left;
}

body
{
	background: transparent url('../images/bodyBG.jpg') no-repeat top left;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body#home
{
    min-height: 1900px;
}

div#container
{
	background-color: white;
	width: 970px;
}

div#headerT
{
	width: 970px;
	height: 122px;
	background: black url('../images/headerTop.jpg') no-repeat top right;
}

div#headerL
{
	width: 410px;
	height: 50px;
	background: black url('../images/headerLeft.jpg') no-repeat top right;
	float: left;
}

div#inAbout, div#inPortfolio, div#inPrivacy, div#inTerms, div#inServices
{
	position: absolute;
	height: 91px; width: 193px;
	left: 797px;
	top: 35px;
	z-index: 400;
	text-indent: -100em;
}

div#inAbout
{
	background: transparent url('../images/where_about.png') no-repeat top left;

}

div#inPortfolio
{
	background: transparent url('../images/where_portfolio.png') no-repeat top left;
}

div#inPrivacy
{
	background: transparent url('../images/where_privacy.png') no-repeat top left;
}

div#inTerms
{
	background: transparent url('../images/where_terms.png') no-repeat top left;
}

div#inServices
{
	background: transparent url('../images/where_services.png') no-repeat top right;
}

/*-------------------NAVIGATION----------------*/

div#nav
{
	width: 560px;
	height: 50px;
	background: transparent url('../images/navBG.png') repeat-x top left;
	float: right;
}

#nav ul
{
	padding-left: 0;
	margin-left: 0;
	color: white;
	width: 100%;
	font-family: "arial black", helvetica, sans-serif;
}

#nav ul li
{ 
	display: inline; 
	margin-left: 0px;   
}

#nav ul li a
{
	display: block;
	width: 139px; height: 40px;
	font-size: 1.3em;
	padding-top: .5em; 
	color: #fdffc7;
	text-align: center;
	text-decoration: none;
	float: left;
	border-right: 1px solid #686b6c;
	border-left: 1px solid #bac1c1;
	border-bottom: none;
}

#nav ul#navlist li#first a
{ 
	background: transparent url('../images/navBG-L.jpg') no-repeat top left;
	border-left: none;
}

#nav ul#navlist li#last a
{ 
	background: transparent url('../images/navBG-R.jpg') no-repeat top right;
	border-right: none;
	width: 137px;
}

#nav ul li a:hover
{
	color: #fff;
	border-bottom: 3px solid #fdffc7;
}

body#home a#homeNav, body#about a#aboutNav, body#portfolio a#portNav
{
	border-bottom: 3px solid #fdffc7;
}

/*-------------------CONTENT----------------*/

div#content
{
	width: 968px; height: auto;
	background: transparent url('../images/contentBG.jpg') no-repeat top left;
	border-right: 2px ridge #CCC;
	padding-top: 45px;
}

div#banner
{
	height: 200px;
	background: transparent url('../images/titleGraphic.png') no-repeat top right;
	position: relative;
	top: -15px;
	
}

p#mainQuote
{
	position: absolute;
	top: 45px; left: 60px;
	width: 560px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	line-height: 1.3em;
	padding-left: 10px; padding-top: 10px;
	color: #b43333;
	text-align: center;
	background: transparent url('../images/quotes.png') no-repeat top left;
}

div.boxes
{
	margin-top: 15px;
	float: left;
	width: 30%;
	min-height: 50px;
	padding: 0px 15px;
}

div.boxes h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	padding: 14px 0;
	margin-bottom: 7px;
	color: #999;
	font-variant: small-caps; 
	padding-left: 45px;
        font-weight: 400;
}

h1#AttractionHeader
{
	background: transparent url('../images/emblem-art.png') no-repeat center left;
}

h1#functionHeader   
{
	background: transparent url('../images/emblem-function.png') no-repeat center left;
}

h1#promotionHeader
{
	background: transparent url('../images/emblem-people.png') no-repeat center left;
}

.boxes p
{
	color: #666;
	font-size: .95em;
}

.boxes p:hover
{
	color: #222;
}

div.local
{
	border: 1px dotted #c8c8c8;
	margin: 30px 10px;
	padding: 10px;
	height: 173px;
	background-color: #EDEDED;
}

div.local h2
{
	font-family: quicksand, "Lucida Sans Unicode", Arial, sans;
	font-size: 1.6em;
	color: #b46262;
}
	
div#stayLocal
{
	width: 680px;
	float: left;
	background: #EDEDED url('../images/globe.jpg') no-repeat center right;
}

div#stayLocal p
{
	margin: 15px 0px;
}

div#serveCities
{
	width: 195px;
	float: left;
}

div#serveCities ul
{
	margin-top: 5px;
}

div#serveCities span
{
	font-family: Arial, sans;
	font-size: .85em;
	color: #b43333;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}


a:link#servicesBtn, a:visited#servicesBtn
{
	outline: none;
	display: block; 
	width: 175px; height: 59px;
	background: transparent url('../images/btn_services.png') no-repeat top right;
	text-indent: -9999px;
	float: right;
	margin-top: 15px; margin-right: 10px;
	border-bottom: none;

}

a:hover#servicesBtn
{
	background: transparent url('../images/btn_services_over.png') no-repeat top left;
}

/*------------------CONTACT US BOX-----------------*/

div#contact
{
	width: 970px;
	height: 295px;
	background: #49312d url('../images/trees_bg.png') no-repeat bottom left;
	border-top: 3px white double; 
	position: relative;
}

div#contact h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #fff;
	font-variant: small-caps; 
	padding: 10px;
}

div#contact div.contactBox
{
	float: left;
	width: 301px;
	min-height: 100px;
	padding: 10px;
}

div#contact div#c3
{
	position: relative;
	top: -25px;
}

div.contactBox span.field
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	width: 65px;
	float: left;
	text-align: right;
	padding-right: 5px; 
	color: white;
	font-variant: small-caps; 
}

div.contactBox span.field2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	color: white;
	font-variant: small-caps; 
	padding-bottom: 4px;
}

div#formSuccess
{
	margin: auto; margin-top: 25px;
	width: 400px;
	text-align: center;
	background: transparent url('../images/check.png') no-repeat left center;
}

div#formSuccess p
{
	color: #CCC;
	font-weight: bold;
}

div#formSuccess h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #fff;
	font-variant: small-caps; 
}

div#contact input#submit_btn
{
	float:right;
	margin-top: 15px; margin-right: 35px;
	border: none;
}

div#errNameContainer, div#errEmailContainer
{
	margin-top: 10px;
	color: red;
	font-size: .9em;
	text-align: center;
	display: none;
	font-weight: bold;
}

#FORM_message
{
	height: 95px;
}

div#altContact
{
	position: relative;
	float: right;
	clear: left;
	top: -15px;
	margin-right: 10px;
	color: #CCC;
	margin-left: 80px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant: small-caps;
}

div#altContact a:link, div#altContact a:hover
{
	border-bottom: none;
}

div#altContact img
{
	padding-right: 15px;
}

div#contact input, div#contact textarea
{
	border-style: solid;
	border-width: 2px;
	border-color: #352421 #dc9488 #dc9488 #352421;
}

span#contactBlurb
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c8867b;
	font-size: .7em;
	margin-left: 25px;
	font-variant: normal;
}

#voiceApp
{
    position: absolute;
    left: 20px;
    bottom: 0px;
    display: none;
}

#phoneNum
{
    height: 63px;  width: 200px;
    background: transparent url('../images/transparent.png') repeat left top;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: .85em;
    border: 1px solid #3a2724;
    color: #fff;
}

#phoneNum span
{
    display: block;
    margin-top: 5px;
    color: #d27e71;
}

#voiceObject
{
    float: left;
}

/*--------------------FOOTER------------------*/

div#footer
{
	background: black url('../images/w3c.gif') no-repeat center right;
	color: #444;
	text-align: center;
	height: 45px;
	border-right: 1px solid black;
	width: 970px;
	padding-top: 8px;
}

div#footer div#footNav
{
	text-transform: lowercase;
	font-size: .8em;
	margin-bottom: 5px; 
}

span#copyTag
{
	font-size: .8em;
}

div#footer a:link, div#footer a:visited
{
	color: #b97c72;
	text-decoration: none;
	border-bottom: none;
}

div#footer a:hover
{
	border-bottom: 1px dotted #b97c72;
	color: white;
}

/*---------------PORTFOLIO-------*/

img.pImage
{
	border: 3px solid black;
	border-top: none;
	float: left;
}

div.pContainer
{
	height: 200px;
	padding: 5px;
	padding-bottom: 20px;
}

div.pContainer h1
{
	text-align: right;
	border-bottom: 2px solid black;
	font-size: 1.6em;
}

div.pDesc
{
	padding: 5px;
	margin-left: 506px;
	width: 440px;
}

span.featuresTitle
{
	font-weight: bold;
	color: black;
	font-variant: small-caps;
}

p.pFeatures
{
	font-size: .9em;
	color: #666;
}

div.overlay
{
	position: relative;
	height: 15px; width: 506px;
	top: -35px;
	background-color: black;
	text-align: center;
	font-variant: small-caps;
	color: white;
	font-weight: bold;
	display: none;
	font-size: .8em;
}

body#portfolio div#content
{
    min-height: 535px;
}

/*---------------ABOUT ME-------*/


div#aboutMe
{
	padding: 10px;
	padding-top: 30px;
	min-height: 350px;
	background: transparent url(../images/me_grad.jpg) no-repeat bottom right;
}

div#aboutMe p
{
	font-size: 1em;
	padding: 10px 15px;
	line-height: 1.4em;
}

div.wrapDivs
{
	float:right;
	clear: right;
}

div#one
{
	width: 182px; height: 110px;
}

div#two
{
	width: 235px; height: 60px;
}

div#three
{	
	width: 255px; height: 150px;
}

body#about div#content
{
	padding-top: 20px;	
}

/*---------------PRIVACY PAGE-------*/

div#privpage
{
	padding: 30px 20px;
}

div#privpage h1, div#privpage table, div#privpage p
{
	margin-bottom: 25px;
}

div#privpage li
{
	list-style-type: lower-roman;
	margin-left: 45px; margin-bottom: 15px;
	font-size: .9em;

}

td.tblheading
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;	
}

div#privpage table
{
	font-size: .85em;
}


/*---------------TERMS-------*/
body#terms h1
{
	margin-top: 25px; margin-left: 15px;
}

/*---------------SERVICES-------------*/

div#servicesPage
{
	padding: 25px;	
}

h2#servicesHeader
{
	 margin-bottom: 10px;		
}

ul#servicesList li
{
	margin-bottom: 12px;
	font-size: .9em;
        line-height: 1.4em;
        color: #444;
}

ul#servicesList li:hover
{
    color: black;
}

ul#servicesList li strong
{
    color: black;
}

em#servicesTag
{
	margin: 10px auto;
	margin-top: 30px;
	text-align: center;
	font-size: 1.2em;
}

h1#quality
{
    font-size: 1.8em;
    margin-bottom: 5px;
}

/*-------------------------------LINKS PAGE---------------------*/

body#links #content
{
    padding-left: 20px;
    padding-top: 80px;
    width: 948px;
}

body#links #content h1
{
    margin-bottom: 20px;
}
