@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	/*width: 1000px;*/
	height: 750px;
	margin: 0 auto;
	/*padding: 25px 0;*/
	
	/*background-color: #595846;*/
	background-image: url(images/subpages-background.jpg);
	background-repeat: repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	color: #CCCCCC;
	line-height: 1.1em;
}

h3 {
	color: #CCCC33;
	text-align: center;
	font-size: 12px;
}

h4 {
	color:#99CCFF;
	text-align: center;
	font-size: 9px;
}

/*CONTAINER FOR PAGE SO IT WILL NOT CHANGE WIDTH IN DIFFERENT BROWSERS*/
#page {
	position: absolute;
	top: 0px;
	left: 0px; 
	margin: 0 0;
}


#form .rounded {
	position: absolute;
	top: 180px;
	width: 580px; /*check this width against other widths in IE to see if rounded is okay - if I remove it the rounded corners don't show up - the width on the label is set to 50px smaller and then it is okay*/
	left: 200px;
	text-align: left;
	z-index: 3100;
}

#planningform .rounded {
	position: absolute;
	top: 180px;
	width: 700px; /*check this width against other widths in IE to see if rounded is okay - if I remove it the rounded corners don't show up - the width on the label is set to 50px smaller and then it is okay*/
	left: 200px;
	text-align: left;
	z-index: 3100;
}

#form .rounded {
	background-color: #4c3639;
}

#planningform .rounded {
	background-color: #4c3639;
}

#thankyou {
	position: absolute;
	top: 240px;
	width: 500px;
	left: 240px;
	z-index: 3000;
}

#subheader {
	position: absolute;
	top: 20px;
	left: 100px;
}

#thankyou p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #cccccc;
}

#thankyou .rounded {
	background-color: #4c3639;
}

/*.rounded {
	background-color: #4c3639;
}*/

/*#contact {
	position: absolute;
	top: 400px;
	width: 510px;
	left: 30px;
	z-index: 3200;
}*/

/*body{
	background-color:#e7df7a; /* ********************#ecefcb light pale green
}*/

form fieldset{
	/*background-color: #F2F6FC; /* ********#EDEFDF pale green************FORM BODY BACKGRD #e9f9ac med pale green*/
	
	/*border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color:#A7A7A7; /* ******dark green#6C7639******CONTENT OUTLINE*******#cee574 darker pale green*/
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 20px;
	/*width: 580px;*/ /*400/450 IE is showing a weird rounded box*/
	position:relative;
	display:block;
	/*padding: 10px 10px 10px 10px;*/
	border:solid 0 #fff; /* Opera doesn't get border:none or 
border:0 on fieldsets REMOVES THE BORDER AROUND THE WHOLE BOX */
}

form fieldset legend {	
	/*background-color:#383838;  /**********************BACKGRD ON LEGEND #ecefcb pale green*/

	
	border-width: 0px 0px 0px 12px;
	border-color:#878568;  /*decorative squares color*/
	border-style: solid;
	
	color:#878568;  /*text color on headings*/
	font-weight: 500;
	font-variant: small-caps;
	font-size: 17px; /*sets font size on legend*/
	text-align:left;
		
	width:186px; 
	padding: 2px 7px 2px 7px;
	margin:0px 0px 5px 10px; /*moves the legend left/right, etc.*/
	position:relative;
	top: -14px;
	
}
	 
/*form fieldset legend .required {
	font-size: 12px;
	color: #a57b35;	
}*/

form .required {
	font-size: 18px;
	color: #a57b35;	
}

.required {
	color: #a57b35;
}

form em {
	font-size: 11px;
	color: #a57b35;
	font-variant: normal;
}

label {
	color:#878568; /*other text color*/
	font-size: 14px;
	font-weight: 500;
	display:block;
	float:left;
	width:530px; /*425/450************************************************************/
	text-align:left;
	margin:4px 5px 0px 0px;
	padding-right: 10px;
}


radio {
	color:#5c71a2; /* ************************************blue*/
	font-size: 10px;
	font-weight: 500;
	display:block;
	width:100px;
		
	/*border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431; /* ***********************dark green*/
	
	color:#5c71a2; /*blue*/
	font-family:"Courier New", Courier, mono;
	text-align: left;
	
}

.textarea {
	text-align: left;
}

/*input {
	background-color:#e9f9ac; /* ***********************pale green*/
	
	/*width:100px;*/
	/*margin:2px 0px 0px 0px;*/
	
	/*border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431; /* ***********************dark green
	
	color:#5c71a2; blue
	font-family:"Courier New", Courier, mono;
	text-align: left;
	border:solid 0 #fff; Opera doesn't get border:none or 
border:0 on fieldsets 
	
	/*padding:1px 2px;
}*/

#captcha {
	position: absolute;
	left: 15px;
	padding-top: 5px;
}

#captcha p {
	font-size: 12px;
	color: #cccccc;
	line-height: .2em;
}

#captcha .required {
	font-size: 9px;
}

#securitycode {
	position: absolute;
	width: 300px;
	left: 200px;
}

#securitycode p {
	padding-left: 8px;
}

#securitycode em {
	font-size: 10px;
}

#form .button img {
	position: absolute;
	/*left: 500px;*/
	top: 290px;
	height: 28px; /*28*/
	width: 86px; /*86*/
	padding: 0px 0px 0px 0px;
	background: none;
}

#thankyou a {
	border-bottom: 1px dotted #ad8b39;
	color: #ad8b39;
}

a:link { 
	font-weight: 400;
	text-decoration: none;
	color: #ad8b39;
}

a:visited { 
	font-weight: 400; 
	text-decoration: none; 
	color: #ad8b39;
}

a:hover, a:active {
	text-decoration: none;
	background: #d1b27e;
	color: #ad8b39;
}

