/*
Theme Name: The Heights
Theme URI: http://stcroixlots.com/
Description: N/A
Version: 1.0
Author: GiantSky
Author URI: http://giantsky.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@charset "utf-8";

/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus
	{
	outline: 0;
	}

body
	{
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul
	{
	list-style: none;
	}

table
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td
	{
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after
	{
	content: "";
	}

blockquote, q
	{
	quotes: "" "";
	}

/* body style start */
html
	{
    overflow: -moz-scrollbars-vertical;
	}

body,td,th
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #42210B;
	}
	
body
	{
	background-color: #1B1464;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-position: top;
	}

a 
	{
	text-decoration:none;
	}
	
a:link
	{
	color: #05683A;
	}

a:visited
	{
	color: #05683A;
	}

a:hover
	{
	color: #009048;
	}

a:active
	{
	color: #05683A;
	}

h1
	{
	font-size:18px;
	font-weight: normal;
	letter-spacing:0.10em;
	line-height:1em;
	color: #42210B;
	}
	
h2
	{
	font-size:14px;
	font-weight: normal;
	letter-spacing:0.02em;
	color: #42210B;
	}
	
h3
	{
	font-size:16px;
	font-weight: normal;
	letter-spacing:0.02em;
	color: #42210B;
	}

h4
	{
	font-size:14px;
	font-weight: normal;
	letter-spacing:0.01em;
	color: #42210B;
	}
	
h5
	{
	font-size:12px;
	font-weight: normal;
	letter-spacing:0.01em;
	color: #42210B;
	}

strong
	{
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:0em;
	}
	
p
	{
	padding:0;
	margin:0;
	text-align:left;
	}
	
em
	{
	font-style:italic;
	font-weight:bold;
	color:#334352;
	letter-spacing:0em;
	}
	
/* layout start */
.clear
	{
	clear:both;
	width:10px;
	height:1px;
	margin:0 auto;
	}
	
#main_wrapper
	{
	position:relative;
	width:980px;
	margin:0 auto;
	}
	
#header_wrapper
	{
	width:100%;
	height:135px;
	background-image:url(images/topshadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#header_logo
	{
	width:217px;
	height:111px;
	margin:0 0 0 20px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	float:left;
	}
	
#header_address
	{
	width:253px;
	font-family: Georgia, serif;
	text-align:right;
	margin:25px 20px 0 0;
	font-size:0.9em;
	color:#fff;
	float:right;
	}
	
#header_address h3
	{
	font-family: Georgia, serif;
	text-align:right;
	color:#fff;
	font-size:1.3em;
	}
	
#header_address h4
	{
	font-family: Georgia, serif;
	font-size:1.1em;
	color:#fff;
	text-align:right;
	padding:10px 0 3px 0;
	}
	
#content_wrapper
	{
	width:100%;
	background-image:url(images/backshadow.png);
	background-repeat: repeat-y;
	}
	
#content_main
	{
	width:941px;
	margin:0 auto;
	background-image:url(images/contentbg.jpg);
	background-repeat: repeat-y;
	}

#content_menu
	{
	width:100%;
	height:62px;
	font-size:1.2em;
	background-image:url(images/menubg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	}
	
#content_menu ul
	{
	padding:25px 0 20px 0;
	margin:0;
	}
	
#content_menu li 
	{
	display:inline;
	margin:0;
	}
	
#content_menu li a:link
	{
	padding:12px 28px 13px 28px;
	width:100%;
	height:100%;
	color:#42210B;
	margin:0;
	}
	
#content_menu li a:visited
	{
	padding:12px 28px 13px 28px;
	width:100%;
	height:100%;
	color:#42210B;
	margin:0;
	}
	
#content_menu li a:hover
	{
	padding:12px 28px 13px 28px;
	color:#fff;
	width:100%;
	height:100%;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	margin:0;
	}
	
#content_menu li a:active
	{
	padding:12px 28px 13px 28px;
	color:#fff;
	width:100%;
	height:100%;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	margin:0;
	}
	
#content_menu .current_page_item
	{
	color:#fff;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	margin:0;
	}
	
#content_menu .current_page_item a:link
	{
	color:#fff;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	}
	
#content_menu .current_page_item a:visited
	{
	color:#fff;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	}
	
#content_menu .current_page_item a:hover
	{
	color:#fff;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	}
	
#content_menu .current_page_item a:active
	{
	color:#fff;
	background-color:#006837;
	background-image: url(images/menuover.jpg);
	}

#content_content
	{
	width:100%;
	clear:both;
	}
	
#content_box
	{
	width:100%;
	background-image:url(images/contentback.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#content_box h2
	{
	font-family: Georgia, serif;
	font-size:1.5em;
	font-weight: normal;
	letter-spacing:-0.03em;
	}
	
#content_box #home_pic
	{
	width:690px;
	height:265px;
	border:7px solid #fff;
	margin:0 0 22px 15px;
	float:left;
	}

#content_box .page_title
	{
	padding:15px 0 0 15px;
	width:640px;
	float:left;
	}
	
#content_box #page_content
	{
	width:640px;
	padding:25px;
	margin:10px 0 0 15px;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
	}

#content_box #page_content p
	{
	font-size:1.1em;
	line-height:1.3em;
	margin:0 0 10px 0;
	}

#content_box #page_content h1 
	{
	color:#2E3192;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	font-size:2em;
	}

#content_box #page_content h2
	{
	color:#2E3192;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	font-size:1.8em;
	}

	#content_box #page_content h3
	{
	color:#2E3192;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	font-size:1.4em;
	}
	
#content_box #page_content h4
	{
	color:#2E3192;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	font-size:1.2em;
	}
	
#content_box #page_content h5
	{
	color:#2E3192;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	font-size:1.1em;
	}
	
#content_box #page_content img.alignright
	{
	border: 7px solid #fff;
	float:right;
	margin:0 0 10px 25px;
	}
	
#content_box #page_content img.alignleft
	{
	border: 7px solid #fff;
	float:left;
	margin:0 25px 10px 0;
	}
	
#content_box #page_content img.aligncenter
	{
	border: 7px solid #fff;
	margin:15px;
	}

#content_box #page_sidebar
	{
	width:190px;
	margin:-15px 25px 15px 15px;
	float:right;
	}

#content_box #page_sidebar h3
	{
	color:#2E3192;
	margin:35px 0 15px 0;
	font-size:1.55em;
	text-align:right;
	}
	
#content_box #page_sidebar li
	{
	font-size:1.25em;
	text-align:right;
	margin:0 0 7px 0;
	}
	
#content_box #page_sidebar li a:link
	{
	color:#42210B;
	}
	
#content_box #page_sidebar li a:visited
	{
	color:#42210B;
	}
	
#content_box #page_sidebar li a:hover
	{
	color:#2E3192;
	}
	
#content_box #page_sidebar li a:active
	{
	color:#2E3192;
	}
	
#content_box #side_gallery
	{
	width:190px;
	height:253px;
	margin:5px 15px 15px 15px;
	float:right;
	}

#content_box #side_gallery .box
	{
	width:77px;
	height:52px;
	background-color:#fff;
	float:left;
	margin:7px;
	}
	
#content_box #home_text
	{
	width:530px;
	margin:0 0 25px 25px;
	float:left;
	text-align:left;
	}
	
#content_box #home_text p 
	{
	font-size:1.1em;
	line-height:1.3em;
	margin:20px 0 0 0;
	}
	
#content_box #home_text h1
	{
	font-family: Georgia, serif;
	letter-spacing:-0.00em;
	}
	
#content_box #home_text #button1
	{
	width:146px;
	height:43px;
	background-image:url(images/button1.jpg);
	float:left;
	margin:22px 10px 0 0;
	}
	
#content_box #home_text #button1 a:link
	{
	display:block;
	width:146px;
	height:43px;
	}
	
#content_box #home_text #button2
	{
	width:146px;
	height:43px;
	background-image:url(images/button2.jpg);
	margin:22px 10px 0 0;
	float:left;
	}
	
#content_box #home_text #button2 a:link
	{
	display:block;
	width:146px;
	height:43px;
	}
	
#content_box #home_text #button3
	{
	width:146px;
	height:43px;
	background-image:url(images/button3.jpg);
	float:left;
	margin:22px 0 0 0;
	}
	
#content_box #home_text #button3 a:link
	{
	display:block;
	width:146px;
	height:43px;
	}
	
#content_box #home_video
	{
	width:320px;
	margin:0 25px 25px 0;
	float:right;
	}
	
#content_box #home_video h1 
	{
	margin:0 0 15px 0;
	font-family: Georgia, serif;
	letter-spacing:-0.05em;
	}	

#footer_wrapper
	{
	width:100%;
	padding:0 0 15px 0;
	background-image:url(images/botshadow.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#footer_logo
	{
	width:70px;
	height:26px;
	margin:20px 0 20px 20px;
	float:left;
	}
	
#footer_address
	{
	width:250px;
	margin:20px 20px 0 0;
	color:#F7F7C4;
	font-family: Times, serif;
	font-size:1.2em;
	text-align:right;
	float:right;
	}