/* stop page shifting in Firefox and other Gecko browsers, Opera, and Safari. */
html { min-height: 100%; margin-bottom: 1px; }

* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
}
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #444;
	background: url("../images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #266CB1;
	text-decoration: none;
}
a:hover {
	color: #19519B;
	text-decoration: underline;
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 18px;
	padding-bottom:6px;
}
h2 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
.quote_odd{
	color: #621114;
}
.quote_even{
	color:#1B1262;
}
.page {
	background: url("../images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
.page a.pl{
	display: block;
	float:left;
	/*border: 1px dashed red;*/
}
.page a.pl span{
	display: none;
}
.page a#link1{
	margin-left:225px;
	height: 160px;
	width: 128px;	 
}
.page a#link2{
	height: 160px;
	width: 131px;
}
.page a#link3{
	height: 160px;
	width: 131px;
}
.page a#link4{
	height: 160px;
	width: 131px;
}
.header {
	position: relative;
	width: 760px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 170px;
	background: url("../images/h1.png") no-repeat left top;
}


#navlist {
  list-style-type:none; 
  padding:0; 
  width:612px; 
  height:20px; 
  margin:0 0 0 100px;
  }
#navlist li {
  display:block; 
  width:85px; 
  height:2em; 
  float:left; 
  margin-right:0.2em;
  }
#navlist a {
  color: #666;
  display:block; 
  width:85px;
  height:2em; 
  position:relative; 
  text-decoration:none;
  text-align:center;
  font-weight:bold;
  }
#navlist a em {
  display:block; 
  font-style:normal; 
  width:85px; 
  height:1.5em; 
  border-bottom:0.5em solid #4D90C9; 
  position:absolute; 
  top:0; 
  left:0; 
  cursor:pointer;
  }
#navlist a:hover {
  color:#333;
  }
#navlist a:hover em {
  border-bottom:0.5em solid #FEBB12;
  }
#navlist a:active, #navlist a:focus {
  width:0; 
  height:0;
  outline:0; /* for browsers that understand */
  }

#navlist a:active em, #navlist a:focus em, #navlist a.current {
  /* change the em bottom border and text to blue on
  active/focus thus giving a suitable alternative to
  the dotted border */
  border-bottom:0.5em solid #173D7D; 
  color:#333;
  outline:0; /* for browsers that understand */
  }



.main {
	width: 706px;
	margin: 0 auto;	
}
.main p{margin:8px 0px 0px 0px;}

.bluebox {
	/*border: 1px solid #ccc;*/
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 695px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big img {
	padding: 5px;
}
.bluebox .right {
	/*width: 435px;*/
	/*float: left;*/
	/*padding-bottom: 130px;*/
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 534px;
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	height: 148px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 14px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	margin-bottom: 39px;
	padding: 5px 0;
}
.greybox-background {
	background: url("../images/gbback.jpg") repeat-y left top;
	width: 100%;
	line-height: 170%;
}
.greybox-background .left, .greybox-background .right {
	width: 321px;
	float: left;
	padding: 0 10px;
}
.greybox-background .right {
	float: left;
	padding: 0 19px 0 20px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 350px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}

.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 19px;
	background: url("../images/footer.png") no-repeat left top;
	margin-left: 110px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}


#dates table {
	width: 680px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
	margin-top: 15px;
}
#dates thead th {
	background: url(../images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
#dates tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
#dates tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}
#dates tbody tr.expired td, #dates tbody tr.expired th{
	text-decoration: line-through;
}
#dates tbody tr.future td, #dates tbody tr.future th{
	color: #000080;
}
#dates tbody th,td {
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
#dates a {
	color: #266CB1;
	font-weight: bold;
	text-decoration: underline;
}
#dates a:hover {
	color: #19519B;
	text-decoration: underline;
}
#dates tfoot th {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
#dates tfoot td {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


/* fix for IE */
form#two fieldset div{border-bottom:1px dotted #878177;}
form#two fieldset div.blend{border-bottom:1px solid #eee;}


form#two{margin: 0px;}

form input {border:1px solid #414d59; padding-left:0.5em; margin:0px; width:360px; background:#c5d3e0;}
form input.halfwidth {width:140px;}
form input:hover { background:#0380B6; border:1px solid #fff; color:#fff;}
form input:focus, form input.sffocus{background:#fff; border:1px solid #0380B6; color:#333;}*/

form label {font-size:1em; padding-right:1em; color:#333; margin-bottom:0.5em;}

form#two {background:transparent; font-size:1em; }
form#two p {font-size:1em; color:#333; text-align:center; padding:15px 10px 5px 0; margin:0;}

form#two fieldset {
	margin: 0px auto;
	padding: 15px 10px;
	/*background-color: #eee;*/
	border: 3px double #878177;
	width: 640px;
	text-align:left;
	/*position:relative;*/
}
form#two fieldset:hover {border: 3px double #0380B6;}
form#two fieldset#opt:hover {border:3px double #0380B6;}

form#two legend {
	/*position:absolute;*/
	top:0px;
	left: 20px;
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
	padding:0px 8px;
	background:#fff;
	color:#777;
	border:1px solid #777;
}


form#two label {background:#fff; padding-right:5px; border-right: 1px dotted #878177;font-size:1em;clear:left; display:block; float:left; width:13em; text-align:right; margin-right:1em; color:#333; margin-bottom:0.5em;}
form#two label.blend {background:transparent; padding-right:5px; border-right: 0px;}

form#two select {border:1px solid #414d59; padding-left:0.5em; margin:0px; background:#c5d3e0;}
form#two select:hover { background:#0380B6; border:1px solid #fff; color:#fff;}
form#two select:focus, form#two select.sffocus{background:#fff; border:1px solid #0380B6; color:#333;}

form#two option {background:#c5d3e0; color:#000;}
form#two optgroup {background:#fff; color:#000; font-style:normal;}
form#two optgroup option {background:#fff; color:#0380B6;}

form#two input.checkbox{width:20px; margin: 2px 0px;}

form#two textarea {width:360px; height:10em; border:1px solid #333; padding:0.5em; overflow:auto; background:#c5d3e0;}
form#two textarea.address{height:5em;}
form#two textarea:hover {background:#0380B6; border:1px solid #fff; color:#fff;}
form#two textarea:focus, form#two textarea.sffocus {background:#fff; border:1px solid #0380B6; color:#333;}

form#two #searchbutton {width:80px;}
form#two .searchbutton {width:80px;}
	
form div.required{padding: 0px 0px 0px 0px; margin: 0px 0px 6px 0px; border: 1px solid red;background-color: #ffffe1;}
form span.zero{display: none;}
form span.error{clear:left; display:block; font-size:1em; color: red; text-align:left; padding:0em 1em 1em 18em; margin:0;}
form#two div{padding: 3px 5px;}

#showemail p{text-align: left;}

div#radios1 label, div#radios2 label {display:inline; float:none; text-align:center; width: 30px; background-color: #c5d3e0; color: black; border: 2px outset #8B8378; padding: 0.3em 2em 0.3em 0.5em; }
div#radios1 label input, div#radios2 label input { width: 25px; float:none;}
div#radios1, div#radios2{ margin-bottom: 15px;}

form#two input.radio{border:1px solid #fff; padding-left:0.5em; margin:0px; background:#fff;}
form#two input.radio:hover{border:0px solid #fff; background:#fff;}
form#two input.radio:focus{border:0px solid #fff; background:#fff;}

input.button{
	height: 18px;
	width:	130px;
	border: 0px;
	text-align: center;
	background-image: url("../images/buttonBG.png");
	font-size: 1em;
	color: #333;
	padding-bottom:2px;
}
input.button:hover {
	background-position: 0 -18px;
	background-image: url("../images/buttonBG.png");
	border: 0px;
	color: #333;
	cursor : pointer;
}
input.button:active {
	background-position: 0 -36px;
}


.divider1
{
position: relative;
background: #fff url('../images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}


table#address td{
	padding-right: 10px;
	padding-bottom: 10px;
}

.GalleryTitle{
	text-align: center;
	padding: 6px;
	font-size: 22px;
	font-weight: bold;
}

.quote{
	color: #621114;
}

.quote_c{
	text-align: right;
}
table.personalinfo{
	margin-top:30px;
}
table.personalinfo td.q{
	font-weight:bold;
	width:160px;
	vertical-align: top;
	text-align:right; 
}
img.personalinfo{
	border: 4px solid #c3c3c3;
}	

