@charset "utf-8";
/* CSS Document */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#E5ECF1;
	background-color:#ebebeb;
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
	overflow:auto;
}

div {
	position:relative;
	margin:0px;
	padding:0px;
}

img {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
}

h1 {
	font-size:400%;
	font-weight:bold;
	display:block;
	text-align:center;
	margin:.125em 0;
	padding:0px;
}

h2 {
	font-size:125%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#86aec1;
	text-decoration:underline;
}

a:active {
	color:#FF9900;
	text-decoration:underline;
}

* html a:hover {visibility:visible;}

/* Layout Styles */
.Vertical_Centering_Outer {
	display: table;
	height: 100%;
	#position: relative;
	overflow: hidden;
	width:100%;
}

.Vertical_Centering_Middle {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	width:100%;
}

.Vertical_Centering_Inner {
	#position: relative;
	#top: -50%;
	width:100%;
}

#Container {
	width:799px;
	margin:0 auto 2% auto;
	padding:21px;
	background-color:#00457c;
}

/* Row One */
#RowOne {
	border-bottom:6px solid #ffffff;
	min-height:113px;
	* height:113px;
	background:#00457c url(../_images/row_one_bg.gif) repeat-y;
}

#Flag {
	border-right:6px solid #ffffff;
	width:349px;
	float:left;
}

#Circuits {
	border-right:6px solid #ffffff;
	width:212px;
	float:left;
}

#Address {
	float:left;
	width:184px;
	position:relative;
	background-color:#00457c;
	display:table;
}

#Address_content {
	width:184px;
	text-align:left;
	vertical-align:bottom;
	padding:10px 21px 19px 21px;
	background-color:#00457c;
}

/* Row Two */
#RowTwo {
	border-bottom:6px solid #ffffff;
	background:#0094da url(../_images/row_two_bg.gif) repeat-y;
	min-height:186px;
	* height:186px;
}

#Map {
	border-right:6px solid #ffffff;
	width:185px;
	height:100%;
	float:left;
	background-color: #a6a090;
}

#RSVP {
	border-right:6px solid #ffffff;
	width:430px !important;
	min-height:176px;
	*height:176px;
	float:left;
	background-color: #0094da;
	color:#ffffff;
	text-align:center;
	padding-bottom:10px;
}

#RSVP P {
	text-align:center;
	font-size:160%;
	color:#00457c;
	margin:0 0 .3em 0;
	padding:0 1em;
}

#RSVP a {
	margin:.25em auto;
	width:171px;
	height:48px;
	display:block;
	overflow:hidden;
	position:relative;
}

#RSVP a img {
	position:absolute;
	left:0;
	top:0;
}

#RSVP a:hover img {
	left:-171px;
}

#RSVP div.form {
	display:block;
	margin:15px;
}

#RSVP div.form P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#E5ECF1;
	text-align:left;
}

div.FormFieldName {
	clear:both;
	float:left;
	margin: 5px 5px 0px 0px;
	width:25%;
	text-align:right;
}

div.FormField {
	float:left;
	margin: 5px 0px 0px 0px;
	width:65%;
	padding:0;
}

input.text_input {
	border:1px solid #00457c;
	color: #00457c;
	background-color:#E5ECF1 !important;
	width:99%;
	font-size:95%;
	padding:1px;
	position:relative;
	* top:-2px;
	* left:-20px;
}

.required {
	color:red;
}

#RequiredNotation {
	position:absolute;
	bottom:-17px;
	right:0px;
	color:#00457c;
}

.Error {
	color:#ffffff !important;
	background-color:red;
}


#Room {
	position:absolute;
	top:0px;
	left:627px;
	width:172px;
	height:186px;
}

#attending {
	background-color:#FFFFFF;
	color:#00457c;
	padding:20px;
}

#attending h2 {
	margin-bottom:5px;
}

#attending table {
	margin-bottom:20px;
	border-left:1px solid #00457c;
}

#attending th, #attending td {
	border-right:1px solid #00457c;
	border-bottom:1px solid #00457c;
	padding:1px 2px;
}

#attending th {
	background-color:#00457c;
	color:#ffffff;
	font-weight:bold;
}

#attending th.total {
	background-color:#ebebeb;
	color:#00457c;
	font-weight:bold;
	border-top:1px solid #00457c;
	text-align:right;
}


/* Row Three */
#RowThree {
	min-height:152px;
	* height:152px;
	width:799px;
	background:#ffffff url(../_images/row_three_bg.gif) repeat-y;
}

#InviteText {
	width:469px;
	min-height:82px;
	* height:82px;
	text-align:left;
	padding:35px 27px;
	background-color:#00457c;
}

form {
	margin:0;
	padding:0;
}

.button {
	position:relative;
	display:block;
	border:0px solid #0094da;
	width:200px;
	height:80px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:80px 0px 0px 0px;
	font-size:1px;
	color:#0094da;
}

#YesButton {
	background:url(../_images/yes_button.gif);
	margin-top:4px;
	margin-right:40px;
	* margin-right:20px;
}

#YesButton:hover {
	background:url(../_images/yes_button_hover.gif);
}

#NoButton {
	margin-top:4px;
	background:url(../_images/no_button.gif);
}

#NoButton:hover {
	background:url(../_images/no_button_hover.gif);
}

.preload {
	position:absolute;
	left:-10000px;
}

#Soldiers {
	width:270px;
	position:absolute;
	bottom:0px;
	right:0px;
	* right:-1px;
}

#Blocks {
	position:absolute;
	bottom:0px;
	right:-17px;
	* right:-18px;
}

/* Bottom Gradient */
#Gradient {
	background:url(../_images/bottom_gradient.gif) repeat-y;
	width:799px;
	height:23px;
}

#Gradient a {
	display:block;
	position:absolute;
	top:6px;
	left:703px;
	width:85px;
	height:9px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#Gradient a img {
	position:absolute;
	left:-85px;
	top:0;
}

#Gradient a:hover img {
	left:0px;
}


