@charset "utf-8";
/* CSS Document */

img, div, a, input { behavior: url(iepngfix.htc) }

* {
	padding:0;
	margin:0;
}

.hidden {
      display:none;
}

.error {
	color:#d80021;
	font-weight: bold;
}

body {
	background:url(../img/background_img.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

/* Text */

a, h1, h2, .red {
	color:#d80021;	
}

h2, h1 {
	font-family:"Arial Black", arial, sans-serif;
	font-weight:bold;
	display:block;
	position:absolute;
	
}

h1 {
	font-size:2.9em;
	width:609px;
	left: 30px;
	top: 260px;
}

h2 {
	font-size:1.5em;
	left: 30px;
	top: 323px;
}

.black_title_bold {
	font-size: 14px;
	font-weight: bold;
}
.red {
   font-size:.8em;	
}

#page {
	width:960px;
	margin:auto;
	background: #ffedbd url(../img/page_bg_new.jpg) top no-repeat;
}

/* Header Classes */

#header, #header_rsvp {
	width:960px;
	position:relative;
	height:360px;
}

#header_rsvp {
	height:330px;	
}

#header .logo, #header_rsvp .logo {
	width:303px;
	height:187px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#header .rsvp {
	width:207px;
	height:51px;
	position:absolute;
	left: 681px;
	top: 310px;
}

/* Content Classes */

#content {
	width:900px;
	padding:16px 30px;
}

#content p {
	font-size:1em;	
}

#content h3, #content h4 {
	display:block;
	font-weight:normal;
	width:900px;
	color:#d80021;
	text-align:center;
	font-weight:bold;
}

#content h3 {
	margin-top:16px;
	font-size:1.2em;
}

#content h4 {
	font-size:1.1em;
}

#content ul {
	list-style-image:url(../img/content_dot.jpg);
}

#content li {
	font-weight:bold;
	margin:10px 0 10px 40px;
}

#content .rsvp_text {
	text-align:center;
	margin:16px 0 0 0;
}

/* Form Classes */

#content form {
	width:510px;
	margin:16px auto;
}

#content form .row {
  height:50px;	
  margin:5px 0;
}

#content form .left, #content form .right {
	width:250px;
	float:left;
}

#content form .fromstate {
	width:160px;	
	float:left;
}

#content form .fromstate input {
	width:150px;
	float:left;
	height:25px;
}

#content form .zip {
	width:90px;
	float:right;
}

#content form .zip input {
	width:90px;	
	height:25px;
}

#content form .left input, #content form .right input,
#content form .left select {
	width:250px;	
	height:25px;
}

#content form input.full {
	width:510px;	
	height:25px;
}

#content form .left {
	margin-right:10px;	
}

#content form .submit {
	margin-left:200px;	
}

/*footer classes*/

#footer {
		width:960px;
		height:309px;
		background:url(../img/footer_bg.jpg);
		position:relative;
}

#footer .footer_text {
	position:absolute;
	left: 333px;
	top: 60px;
	width: 583px;
}

#footer .footer_text_small {
	font-size:.6em;
	position:absolute;
	left: 333px;
	top: 166px;
	width: 549px;
}

/* Map Classes */
map {
	cursor:pointer;
}

area {
	cursor: pointer;
}

.map {
	float:left;	
}

.mapholder {
	float:left;
	width:517px;
	height:352px;
}

.stat_header {
	width:250px;
	margin:0 0px 16px 0;
	
}

#state_holder {
	float:right;
	width:250px;
	
	margin:0 50px 0 0;
}

#states, .states {
	display: none;
	width:250px;
/*	height: 350px; */

}

#states b, .states b {
  font-size:16px;
  text-transform:uppercase;
  color:#d80021;
  text-decoration:underline;
}

.clear {
	clear:both;
}	

.map_text_div {
	float: left;
	width: 250px;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	display: inline;
}

