/* This style sheet controls how the site is displayed. All styles for the site should be written in this document! */

/* The styles below should not need to be changed.  Scroll down to SITE SPECIFIC CSS to begin styles specific to this site. */

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

A.white:link {color: #fff;
text-decoration: none;}

A.white:visited {color: #fff;
text-decoration: none;}

A.white:active {color: #fff;
text-decoration: none;}

A.white:hover {color: #fff;
text-decoration: underline;}

/* SITE SPECIFIC CSS */

/* Set the Site's Fonts, Colors and Size Here */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 13px;}

/* Set Body Colors and Backrounds Here */

BODY {background: #455b41;
margin : 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/bg_gradient.jpg);
background-repeat: repeat-x;
background-position: center center;}

/* Set Heading Colors and Sizes Here */

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #455b41;}

H1 {font-size: 23px;
width: 100%;
border-bottom: 2px solid #455b41;}

H2 {font-size: 15px;}

H3 {font-size: 13px;}

H4 {font-size: 12px;}

H5 {font-size: 11px;}

H6 {font-size: 10px;}

/* Set Link Colors and Styles Here */

A:link {color: #455b41;
text-decoration: none;
font-weight: bold;}

A:visited {color: #5c8056;
text-decoration: none;
font-weight: bold;}

A:active {color: #2e4f29;
text-decoration: none;
font-weight: bold;}

A:hover {color: #72886e;
text-decoration: underline;
font-weight: bold;}

/* Styles Below are Unique to This Website */
hr {color: #455b41;
background-color: #455b41;
height: 2px;
border: 0;}

.main_table {margin-top: 50px;}

.top_tile {background-image: url(images/top_tile.png);
background-repeat: repeat-x;}

.right_tile {background-image: url(images/right_tile.png);
background-repeat: repeat-y;}

.bottom_tile {background-image: url(images/bottom_tile.png);
background-repeat: repeat-x;}

.left_tile {background-image: url(images/left_tile.png);
background-repeat: repeat-y;
position: top left;}

html>body .top_logo {margin-right: 0px;}

.top_logo {margin-right: -3px;}

.content {background-color: #d7d2c1;
padding: 10 20 10 20px;px;}

.breadcrumb {font-size: 10px;}

.nav_menu {padding-top: 10px;}

.footer_nav {font-size: 10px;}

.footer_row {padding-right: 10px;}

.footer_text {color: #d7d2c1;}

A.footer_text:link {color: #d7d2c1;
text-decoration: underline;}

A.footer_text:visited {color: #d7d2c1;
text-decoration: underline;}

A.footer_text:active {color: #d7d2c1;
text-decoration: underline;}

A.footer_text:hover {color: #c3bba0;
text-decoration: underline;}

.left_ads {padding-left: 45px;}

.photo {border: 2px solid #455b41;}

table.table_packages {border: 2px solid #000;
border-spacing: 2px;
border-collapse: collapse;}

table.table_packages th {border: 2px solid #000;
padding: 4px;}

table.table_packages td {border: 2px solid #000;
padding: 4px;}

.package_chart {background-color: #455b41;
color: #fff;
font-size: 14px;
font-weight: bold;}

.package_item {background-color: #acb89f;}

.included {color: #455b41;
font-size: 14px;}

/* ==== side bar ===============================================*/
#sidebar {
	float:right;
	width:280px;
	color:#fff;
}

#sidebar .block {
	width:230px;
	margin:0 auto 1.1em auto;
	text-align:left;
}

#sidebar p { 
	color:#fff;
	line-height:1.1;
}

#sidebar form {
	margin-top:15px;
}

.sidebar-heading {
	display:inline-block;
	width:229px;
	height:35px;
	background:url(/images/sidebar-heading-bg.png) no-repeat center center;
	font-size:24px;
	line-height:35px;
	color:#000;
	text-align:center;
	vertical-align:center;
}
/* call to action - float left or right */
.div-right {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}
.div-left {
	display:inline;
	float:left;
	margin:0 0 15px 15px;
}
/* float images left or right */
.img-right, { float:right; margin:0 0 15px 15px; }
.img-left { float:left; margin:0 15px 15px 0; }

/* frame around item */
.frame { padding:10px; border:1px solid #ddd; }


