#wrapper {
	width: 810px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px #999999 solid;
}

#content {
	padding: 10px;
}

/*********************************************************
   Author - Russ Miller of GFX Internet Services
   www.GfxInternetServices.com - 916.965.0450
 *********************************************************/

html,body {
height:100%;
}

tr,td {
vertical-align:top;
}

body {
margin:0;
padding:0;
font:400 .7em sans-serif, arial, verdana;
line-height:150%;
color:#333;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
margin:0 0 5px;
padding:0;
}

h1 {
padding-bottom:.2em;
font:400 1.6em sans-serif, arial, verdana;
border-bottom:1px solid #CE9673;
}

h2 {
font-size:1.2em;
border-bottom:1px solid #CE9673;
padding:0 0 5px;
}

h3,h4,h5,h6 {
text-transform:uppercase;
font-size:.9em;
border-bottom:1px solid #CE9673;
padding:5px 0 0;
}

p,div.p {
margin:2px 0 10px;
}

/* Needed to horizontally pad in a coloured container */
.horzPad,.horzPad h1,.horzPad h2,.horzPad h3,.horzPad h4,.horzPad h5,.horzPad p {
padding-left:5px;
padding-right:5px;
}

/* Links */
a {
text-decoration:none;
color:#F7FBC0;
}

a:hover {
color:#fff;
}

a img {
border:0;
}

a img.border {
border:1px solid #FC3307;
}

a:hover img.border {
/* Fixes IE bug - IE doesn\'t correctly apply the style on a:hover so need to mask it */
border:1px solid #668FA3!important;
border:1px solid #FC3307;
}

hr {
background:#efefef;
height:1px;
border:0;
}

/* Images */
img.floatRight {
margin:5px 0 10px 10px;
}

img.floatLeft {
margin:5px 10px 10px 0;
}

/* Lists */
ol li {
font-weight:700;
color:#668FA3;
}

ol li span {
font-weight:400;
color:#444;
}

blockquote {
margin:0 0 10px;
padding:0 20px;
background:#E7F1F3;
border-top:1px solid #AAD3DB;
border-bottom:1px solid #AAD3DB;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
padding:0;
margin:0;
}

/* If you\'re finding the input elements get pushed down, increase the width */
label {
float:left;
vertical-align:top;
width:100px;
font:bold 11px sans-serif, verdana, arial;
margin:0 5px 0 2px;
}

input,textarea,select {
padding:1px;
font:400 1em sans-serif, verdana;
color:#666;
background:#EEF5F7;
border:1px solid #CCC;
/*float: left;*/
}

input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover {
color:#000;
background:#EEF5b7;
border:1px solid #888;
}

input.noBorder,input:focus.noBorder,input:hover.noBorder {
padding:0;
border:0;
}

input.button {
padding:2px 5px;
font:400 .9em verdana, serif;
cursor:pointer;
color:#fff;
background:#5D7EB3;
border-width:1px;
border-style:solid;
border-color:#809AC3 #4F71A8 #4F71A8 #809AC3;
}

input.radio {
background:none;
border:0;
}

/*Forms defaults*/
label {
color:#999;
cursor:pointer;
padding-left:2px;
line-height:15px;
vertical-align:top;
}

label.chosen {
color:#333;
}

/*Transparent items*/
.transparent {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
border:0 solid #FFF;
background:#FFF;
z-index:10;
cursor:pointer;
}

.transparentFake {
background:none;
border:none;
}

.transparent2 {
z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked,.radioAreaChecked {
z-index:5;
position:absolute;
width:15px;
height:15px;
cursor:pointer;
}

.radioAreaUnchecked {
background:url(/preview/images/bg/radio.gif) no-repeat left top;
}

.radioAreaChecked {
background:url(/preview/images/bg/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked,.checkboxAreaChecked {
z-index:5;
position:absolute;
width:14px;
height:14px;
cursor:pointer;
}

.checkboxAreaUnchecked {
background:url(/preview/images/bg/checkbox.gif) no-repeat left top;
}

.checkboxAreaChecked {
background:url(/preview/images/bg/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput,.textinputHovered {
width:236px;
height:15px;
background:url(/preview/images/bg/input.gif) no-repeat left top;
border:none;
padding:4px 8px;
}

.textinputHovered {
background-position:left bottom;
}

/*Text areas*/
.textarea,.textareaHovered {
width:336px;
height:125px;
background:url(/preview/images/bg/textarea.gif) no-repeat left top;
border:none;
padding:4px 8px;
}

.textareaHovered {
background-position:left bottom;
}

/*Selects*/
.selectArea {
width:200px;
height:21px;
background:url(/preview/images/bg/select_bg.gif) repeat-x left top;
}

.selectArea .left {
width:8px;
height:21px;
float:left;
background:url(/preview/images/bg/select_left.gif) no-repeat left top;
}

.selectArea .right {
width:21px;
height:21px;
float:right;
background:url(/preview/images/bg/select_right.gif) no-repeat left top;
}

.selectArea .right a {
display:block;
width:21px;
height:21px;
}

.selectArea .right i {
display:none;
}

.selectArea .center {
width:160px;
margin-left:5px;
margin-right:20px;
color:#FFF;
padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible,.optionsDivVisible {
position:absolute;
margin-top:-1px;
margin-left:3px;
width:172px;
background:#6f7074;
padding:2px;
font-size:11px;
z-index:20;
}

.optionsDivInvisible {
display:none;
}

.optionsDivVisible {
display:block;
}

.optionsDivVisible p {
margin:0;
padding:0;
}

.optionsDivVisible a {
color:#F2F2F2;
text-decoration:none;
display:block;
padding:1px 4px;
border:1px solid #6f7074;
}

.optionsDivVisible a:hover {
color:#FFF;
background:#5F6062;
border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit,.buttonSubmitHovered {
width:69px;
height:26px;
font-weight:700;
padding:2px 5px;
/*margin: 0 15px 0 0;*/
cursor:pointer;
background:#F7F2DB;
}

.buttonSubmitHovered {
background-position:left bottom;
}

/* All page content except for footer */
#content {
position:relative;
height:auto!important;
height:100%;
min-height:94%;
}

/* Header Content */
#header {
clear:both;
position:relative;
height:5em;
margin:0 auto;
background:#48525B url(../images/bg/header.gif) repeat-x bottom left;
border-bottom:2px solid #48525B;
background-color:#48525B;
}

#headerImg {
margin:0 auto;
height:175px;
background:url(../images/theme-header_image.jpg) no-repeat top left;
}

/* Page Content */
#page {
clear:both;
float:left;
width:100%;
text-align:left;
padding: 20px 0 0;
}

#columns {
margin:0 auto;
}

/* Column widths */
.width {
width:776px;
}

.widthPad {
width:746px;
}

.width25 {
width:24%;
}

.width50 {
width:48%;
}

.width73 {
width:73%;
}

.width75 {
width:75%;
}

.width100 {
width:100%;
}

/* Footer */
#footer {
clear:both;
float:left;
width:100%;
}

#footer #bg {
position:relative;
height:65px;
margin:0 auto;
background:#C6DAED repeat-x bottom left;
}

#footer #bg ul {
float:right;
margin:3em 1em 0 0!important;
margin:3em .5em 0 0;
padding:0;
}

#footer #bg ul li {
display:inline;
list-style:none;
}

#footer #bg ul li a {
float:left;
padding:0 1em;
font:400 1em arial, sans-serif;
letter-spacing:.1em;
color:#4D5760;
border-right:1px solid #4D5760;
}

#footer #bg ul li a.last {
padding-right:0;
border-right:0;
}

#footer #bg ul li a:hover {
color:#333;
}

#footer #bg img {
position:absolute;
top:6%;
left:10px;
}

#copy {
/*position: relative; top: -70px;*/
}

#copy ul {
margin:5px 0 0;
padding:0;
font-size:11px;
text-align:center;
}

#copy li {
padding:0 5px;
display:inline;
list-style-type:none;
}

#copy a {
line-height:12px;
font-size:10px;
color:#333;
text-decoration:none;
}

#copy a:hover {
color:#fff;
}

/* Submenu Styles Admin and Owners */
ul.submenu1 {
margin:0 0 20px;
padding:0;
}

ul.submenu1 li {
margin:0;
padding:0;
list-style:none;
}

ul.submenu1 li a {
display:block;
height:auto!important;
/* Start hide from IE Mac \*/
height:1%;
/* End hide from IE Mac */
padding:1px 5px 1px 20px;
}

ul.submenu1 li a {
color:#173377;
}

ul.submenu1 a:hover {
color:#173377;
}

/* Generic Display */
.block {
display:block;
}

.clear {
clear:both;
}

.marginRight {
margin-right:15px;
}

.paddingLeft {
padding-left:5px;
}

.paddingRight {
padding-right:5px;
}

.floatLeft {
float:left;
}

.floatRight {
float:right;
}

.alignCenter {
text-align:center;
}

.alignLeft {
text-align:left;
}

.alignRight {
text-align:right;
}

.alignTop {
vertical-align:top;
}

.alignMiddle {
vertical-align:middle;
}

.alignBottom {
vertical-align:bottom;
}

.amenities {
margin:-30px 0 0 105px;
}

/* Right Col */
.lightBlueBg {
background-color:#F0F0D2;
border:1px solid #D6D686;
margin:0 0 10px;
color:#333;
}

.lightBlueBg h3 {
color:#000;
border-bottom:1px solid #333;
}

.lightBlueBg label {
float:left;
text-align:left;
display:block;
width:35px;
color:#333;
background:#EEF5F7;
border:1px solid #999;
padding:0 0 0 2px;
font-size:.9em;
}

.lightYellowBg {
background-color:#F0F0D2;
border:1px solid #D6D686;
margin:0 0 10px;
color:#333;
}

.lightYellowBg h3 {
color:#000;
border-bottom:1px solid #333;
}

.lightYellowBg label {
float:left;
text-align:left;
display:block;
width:35px;
color:#333;
background:#EEF5F7;
border:1px solid #999;
padding:0 0 0 2px;
font-size:.9em;
}

.lightOrangeBg {
background-color:#F0F0D2;
border:1px solid #D6D686;
margin:0 0 10px;
color:#333;
}

.lightOrangeBg h3 {
color:#000;
border-bottom:1px solid #333;
}

.lightOrangeBg label {
float:left;
text-align:left;
display:block;
width:35px;
color:#333;
background:#EEF5F7;
border:1px solid #999;
padding:0 0 0 2px;
font-size:.9em;
}

.lightBlueBg p, .lightYellowBg p, .lightOrangeBg p {
	color: #333;
}
/* Navigation */
#nav {
position:relative;
top:0px;
left:120px;
z-index:1;
margin: 0px 0px 15px 0px;
padding: 7px 0px 7px 0px;
background: #F0F0F0;
border: 1px #CCCCCC solid;
}

#nav,#nav ul {
float:left;
list-style:none;
line-height:1;
font-weight:700;
}

#nav a {
display:block;
color:#292B87;
margin:0 10px;
text-decoration: none;
}

#nav a:hover {
text-decoration: underline;
}

#nav li {
float:left;
padding:0;
}

#nav li ul {
position:absolute;
left:-999em;
height:auto;
width:175px;
font-weight:400;
background-color:#F4E2CC;
border:1px solid #33210B;
margin:0;
padding:10px;
}

#nav li li {
padding:3px 0;
width:175px;
border-bottom:1px solid #fff;
}

#nav li ul a {
width:175px;
}

#nav li ul ul {
margin:-1.75em 0 0 125px;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {
left:-999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul {
left:auto;
}

/* Misc */
#container {
text-align:left;
margin:0 auto;
}

table.tableCenter {
margin-left:auto;
margin-right:auto;
}

/*tr:hover {
background:#F4F2CC;
}*/

.noWidth {
min-width:0;
padding-right:15px;
}

.border {
border:2px solid #48525B;
}

.bordered {
border:1px #A26237 solid;
padding: 5px;
}

.bordered th {
font-weight:700;
text-align:left;
border-bottom:1px #A26237 solid;
background-color:#7C4B2A;
}

.bordered td {
border-bottom:1px #A26237 solid;
background-color:#7C4B2A;
padding: 0 10px 0 10px;
}

.message_box {
font-weight:700;
color:#060;
margin:3px 0;
padding:5px;
border:1px #060 solid;
background-color:#FFC;
}

.captcha img {
text-align:left;
}

table.tableCenter {
margin-left:auto;
margin-right:auto;
}

.name {
/*width: 115px;*/
font:bold 10px verdana, arial, sans-serif;
text-align:center;
}

label {
float:left;
text-align:left;
display:block;
width:75px;
color:#333;
background:#EEF5F7;
border:1px solid #999;
padding:0 0 0 5px;
}

.submit input {
margin-left:150px;
}

fieldset {
text-align:left;
border:1px solid #8F5731;
background-color:#F0F0D2;
}

fieldset h2 {
color:#333;
border-bottom:1px solid #8EA667;
}

legend {
color:#fff;
background:#B56D3F;
border:1px solid #8F5731;
padding:2px 6px;
}

.error_box {
font-weight:700;
color:#C00;
margin:3px 0;
padding:5px;
border:1px #C00 solid;
background-color:#FFC;
}