* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font:normal 16px Georgia, Arial, Georgia, Times New Roman, Arial;
	color: #e6e6e6;
	background-color: #6F5638;
}
html body {

}

#header {
	position: relative;
	height: 243px;
	overflow: hidden;
	background: url('../img/reunion_background.jpg') no-repeat top center;
	background-repeat: no-repeat;
}

img {
	border: 0px none;
}

a:active, a:hover, a:visited, a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
a:hover {
	border-bottom-style: solid;
}

h1, h2, h3, h4, h5 {
	color: #F6C580;
	font-style:italic;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}

#menu {
	font-size: 0px; 
	width: 760px;
	margin: 0 auto;
	height: 36px; 
	margin-top: 15px;
	margin-bottom: 10px;
}

#menu a {
    outline: 0 none;
	text-decoration: none;
	border-bottom:0px solid;
}

#page {
	width: 745px;
	margin: 0 auto;
	border: 1px solid #AC8757;
	text-align: left;
	background-color: #3A757D;
}

.goldtext {
	font:normal 18px Georgia, Times New Roman, Arial;
	color: #F6C580;
}

.maintext {
	font:normal 16px Georgia, Times New Roman, Arial;
	padding:15px;
}

.goldcolor {
	color: #F6C580;
}

.whitecolor {
	color: #00e6e6;
}

/* quote */
#kquote {
	clear: both;
	width: 715px;
	color: #494B64;
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	background-color: white;
	font:normal 16px Times New Roman, Arial;
	border: 1px solid #AC8757;
	border-top: 0px;
	border-bottom: 0px;
}
/* end quote */

/* footer */
.textLight, .textLight *{
	color:#FFFFFF
}
.textLight a{
	color:#FFFFFF;
	text-decoration:underline;
	border-bottom: 0px solid;
}
.textLight a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.copyLight, .copyLight *{
	color:#D7D7D7
}

.footer {
	width: 745px;
	margin: 0 auto;
	background-color: #3A757D;
	border: 1px solid #AC8757;
	text-align: center;
}

div.footer h5 {
	font-size: 70%;
	font-weight: normal;
	line-height: 125%;
	display: inline;
	font-family: arial,geneva;
	letter-spacing: 0;
	font-style: normal;
}

#footer_links {
	padding-top: 5px; 
}

#footer_copyright {
	padding-bottom: 5px; 
}
/* end footer */

/*-----------------------------------------------------------------------------------*/

/*home*/
#gold_home {
	position: relative; 
	float: left; 
	width: 243px; 
	height: 270px; 
	padding: 15px;
}

#flashcontent_home {
	position: relative; 
	float: left; 
	margin-top:15px;
	margin-left:5px;
	border: 1px solid #AC8757;
	height: 269px;
	width: 446px;
}

#countdown_home {
	position: relative; 
	float: right; 
	text-align:center;
	width: 625px; 
	padding-right: 50px;
	font: normal 48px Georgia, Times New Roman, Arial;
}

#white_home {
	position: relative;
	clear: both;
}

#pg_home ul {
	width: 695px;
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 22px;
	list-style-type:square; 
	list-style-position: outside;
}

/* end home */

/*-----------------------------------------------------------------------------------*/

/* news */
#pg_news ul {
	width: 695px;
	padding-left: 15px;
	margin-left: 0px;
	line-height: 22px;
	list-style-type:square; 
	list-style-position: outside;
}

#pg_news .imgright {
	float: left;
	margin-left: 15px;
	display: inline;
}

#pg_news .imgleft {
	float: right;
	margin-left: 15px;
	display: inline;
}

#pg_news  img {
	border: 1px solid #AC8757;
}

/* end news */

#pg_activities .imgright {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	display: inline;
}

#pg_activities .imgleft {
	float: right;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	display: inline;
}

/*-----------------------------------------------------------------------------------*/

/* participants */
#pg_participants ul {
	width: 300px;
	padding-left: 30px;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 22px;
	list-style-type:square; 
	list-style-position: outside;
}

#pg_participants .participants_list {
	position: relative;
	float: left;
	width: 350px;
}

#pg_participants .year {
	text-align: center;
	margin-top: 10px;
}
/* end participants */

/*-----------------------------------------------------------------------------------*/

/* registration */
#pg_registration .required {
	font-size: 0.75em;
	color: #F6C580;
}

#pg_registration .warningText {
	font-weight: bold;
	color: #F6C580;
}

#pg_registration .advisoryText {
	font-weight: bold;
	color: #F6C580;
}

#pg_registration .privacyText {
	font: 10px Verdana, Arial, Helvetica, sans-serif !important;
}

#pg_registration form#contactForm {
	width: 375px;
	padding-right: 0px;
}

#pg_registration fieldset {
	padding:1em;
	border:1px solid #ccc;
	position: relative;
	}
/* Fix Fieldset in IE. Hide from IE Mac \*/
#pg_registration legend { 
	position:absolute; 
	top: -.5em; 
	left: -1px; 
	color: #ffffff; 
}

#pg_registration fieldset  { 
	position: relative; 
	margin-top:1em; 
	padding-top:.75em; 
}

#pg_registration label {
	display:block;
	width: 330px;
	bborder: 1px solid #ffffff;
}

#pg_registration input {
	width: 338px;
}

#pg_registration .radio {
	float:left;
	margin-right: 1em;
}

#pg_registration .radio, #pg_registration checkbox {
	width: auto;
}

#pg_registration .dateInput {
	width: 108px;
}

#pg_registration label#crecheY, #pg_registration label#crecheN {
	float: left;
	padding-bottom: 6px;
	width: 50px;
}

#pg_registration .calendarLink {
	border-bottom: 0px solid;
	vertical-align: middle;
}
#pg_registration #calendar1, #pg_registration #calendar2 {
	position:absolute;
	visibility:hidden;
	z-index: 15;
	height: 150px;
	width: 150px;
}
#pg_registration #calendar1, #pg_registration #calendar2 {
	top: 10px;
	left: 200px;
}

#pg_registration a:active, #pg_registration a:hover, #pg_registration a:visited, #pg_registration a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px none;
}

#pg_registration label#bpFrom, #pg_registration label#bpTo {
	float: left;
	padding-bottom: 6px;
	width: 55px;
	margin-right: 10px;
}

#pg_registration label#bpTo {
	text-align: right;
}

#pg_registration #yearFrom, #pg_registration #yearTo {
	float:left;
	margin-right: 1em;
}

#pg_registration #registration_tbl {
	border-collapse: collapse;
	border: 1px solid #fff;
}

#pg_registration #registration_tbl td {
	padding: 3px;
}

#pg_registration #nameOnWeb {
	width: 15px;
}

#pg_registration #hotels {
	width: 15px;
}

#pg_registration .submit {
	width: 180px;
	background-color: #3A757D;
	color: #ffffff;
	font-weight: bold;
}

/* end registration */

/*-----------------------------------------------------------------------------------*/

/* photos */
#pg_photos a:active, #pg_photos a:hover, #pg_photos a:visited, #pg_photos a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px none;
}

#pg_photos .gallery {
	float: left;
	text-align: center;
	width: 235px;
}

#pg_photos img {
	border: 1px solid #AC8757;
}

#pg_photos #pg_galleries {
	height:200px;
	margin-top:20px;
}
 
#pg_g_brockwood .hotspot {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 39px;
	left: 28px;
	color: black;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	text-align: left;
	vertical-align: middle;
}

#pg_g_brockwood  img {
	border: 1px solid #AC8757;
}
	
#pg_g_landscapes img {
	border: 1px solid #AC8757;
} 

#pg_g_reunion img {
	border: 1px solid #AC8757;
}

/* end photos */

/*-----------------------------------------------------------------------------------*/

/* help */
#pg_help ul {
	width: 710px;
	padding-left: 0px;
	margin-left: 1em;
	list-style-type: none; 
}

/* end help */

/*-----------------------------------------------------------------------------------*/

/* seeking */
#pg_seeking ul {
	width: 380px;
	padding-left: 15px;
	margin-left: 0px;
	line-height: 22px;
	list-style-type:square; 
	list-style-position: outside;
}
/* end seeking */

/*-----------------------------------------------------------------------------------*/

/*contact*/
#pg_contact .required {
	font-size: 0.75em;
	color: #F6C580;
}

#pg_contact .warningText {
	font-weight: bold;
	color: #F6C580;
}

#pg_contact .advisoryText {
	font-weight: bold;
	color: #339900;
}

#pg_contact .privacyText {
	font: 10px Verdana, Arial, Helvetica, sans-serif !important;
}

#pg_contact form#contactForm {
	width: 375px;
	padding-right: 0px;
}

#pg_contact fieldset {
	padding:1em;
	border:1px solid #ccc;
	position: relative;
	}
/* Fix Fieldset in IE. Hide from IE Mac \*/
#pg_contact legend { 
	position:absolute; 
	top: -.5em; 
	left: -1px; 
	color: #ffffff; 
}

#pg_contact fieldset  { 
	position: relative; 
	margin-top:1em; 
	padding-top:.75em; 
}

#pg_contact label {
	display:block;
	width: 330px;
}

#pg_contact input {
	width:338px;
}

#pg_contact input[type="text"], textarea {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#pg_contact input.submit {
	width: 60px;
	background-color: #3A757D;
	color: #ffffff;
}
/* end contact */

