body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.navtable {
	margin: 0px 0px 10px 0px;
	text-align: right;
	width: 100%;
}

.tdBlockImgs {
    display: inline;
	background-color: #F4F2E1;
}

.tdLeftNav {
	background-color: #F4F2E1;
}

.tdLeftNav img{
    display: inline;
}

.tdColor {
    background-color: #F1F2E1;
}

#credits{
	font-size: 9px;
	color: #FFFFFF;
}

#subNav{
    font-size: 70%;
}

#subNav a{
    color:#FFFFFF;
	text-decoration: none;
}

#subNav a:hover{
    background-color:#666666;
	color:#CCCCCC;
	text-decoration: underline;
}

.formTypo {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}

.redTitle {
    font-weight: bolder;
	color: #993300;
}

.tdReserveF {
    font-size: 80%;
	color: #666666;
}
.policies {
    font-size: 70%;
}

.policies a:link, .policies a:visited {
    text-decoration: none;
	color: #993300;
}

.policies a:hover {
    text-decoration: underline;
}

.tableImg img {
    display: inline;
}

.smallText {
    font-size: 80%;
}

.standardTxt {
    font-size: 85%;
	color: #666666;
}

.standardTxt a{
    text-decoration: none;
	color: #993300;
}

.standardTxt a:hover {
    text-decoration: overline;
}

#postform {
	margin: auto;
	width: 30em;
	text-align: left;
}
#summary{
	text-align: left;
	margin: auto;
	width: 25em;	
}
#summary h2{
	text-align: left;
	font-size: 75%;
	color: #990000;
	margin-bottom: -15px;
	}

#summary a{
	font-size: 70%;
	color: #003333;
	text-decoration: none;
}

/* .required {
	background-color: #7A6741;
} */

p, label, legend { font: 9pt "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif #999; margin-bottom: 0px; }

h1 { margin: 10px 0 10px; font-size: 20px; color: #999999; }
hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; }

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 110px;  font-size: 80%; color: #666; }
input, textarea, select { margin: 0; padding: 2px; color: #999; background: #f5f5f5; border: 1px solid #ccc; margin: 3px 0; font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #333; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; }
legend { padding:7px 7px; font-weight:bold; color:#666; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; width: 500px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 5px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }
.clear {clear: both;}
.setleft {
	float: left; width: 360px;}
.setright {
	float: right; width: 360px;
	}
.setins {
	position: relative;
	}
	
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}

.small {
	color: #666; font-size: 80%;
	}
.subsmall {
	color: #555; font-size: 85%;
	}
.smaller {
	color: #777; font-size: 75%; font-style: italic;
	}

.small a{
	text-decoration: none; font-weight: bolder; color: #333; font-size: 100%;
	}
	
.titlePages {
    font-family:Arial, Helvetica, sans-serif; font-size:110%; color:#666666;
}

#ratebox {
	-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; background-color: #E1E0C9; width: 470px; float: left; text-align: center; padding: 15px;
	}
#ratesecond {
	width: 260px; float: right; padding: 10px 20px 5px 5px; font-size: 90%; color: #444; text-align: center;
	}
.intitles {
	font-size: 14pt; color: #666; text-shadow: #777 1px 1px 1px; margin-top: 0px;
	}
#ratebox p{
	font-size: 90%; color: #444; line-height: 20px; border-bottom: 1px solid #444; padding-bottom: 5px;
	}
.red {
	font-size: 100%; color: #7A0707; font-weight: bolder;
	}
.specialLeft {
	float: left; width: 350px; text-align: center; padding: 0px 10px;
	}
.specialLeft p{
   font-size: 90%; color: #444; line-height: 20px; border-bottom: 1px solid #666; padding-bottom: 5px;
	}
.specialRight {
	float: right; width: 350px; text-align: center; padding: 0px 10px;
	}
.specialRight p{
   font-size: 90%; color: #444; line-height: 20px; border-bottom: 1px solid #666; padding-bottom: 5px;
	}
.center {
	text-align: center;
	}
.greenrate {
	font-weight: bolder; color: #414D29; font-style: italic;
	}
.specialremark {
	background-color: #414D29; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; width: 500px; color: #FFF; text-shadow: #333 1px 1px 1px; font-size: 90%; margin: 0 auto; text-align: center;
	}
	
.service{
	font-size:95%;
}
.service ul{
	margin-left:15px;
}

.wedspics {
	height:165px;
}
.wedspics img{
	display:inline; margin:0px 4px;
}
