/*********************************** Styles ***************************************/
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;	
	background-color: #232529;
	background-image:url(/images/gradien.gif);
/*	background-repeat: repeat-x; */
	background-position: top center;
	background-repeat: no-repeat; 

}
body, p, div, td, input, select {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 16px;
}
p {
	margin: 10px 0px;
}
form, input, select {
	line-height: 14px;
	margin: 0;
	padding: 0;
}
hr {
        color: #FF0000;
        background-color: #000000;
        height: 3px;
        border; 0;
        }
a:link, a:active, a:visited, a:hover {
/*	color: #F63;  */
        color: #FF0000; 
	text-decoration: underline;
	font-size: 17px;
}
a.red:link, a.red:active, a.red:visited, a.red:hover {
        color: #FF0000; 
	text-decoration: underline;
	font-size: 12px;
}
a.nored:link, a.nored:active, a.nored:visited {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
a.nored:hover {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
a.homeBtnRSVP:link, a.homeBtnRSVP:active, a.homeBtnRSVP:visited {
	margin: 0px auto;
	width: 331px;
	height: 23px;
	display: block;
	background: url(/images/click_rsvp.gif) no-repeat 0px 0px;
}
a.homeBtnRSVP:hover {
	background-position: 0px -23px;
}
.btnLinks {
	display: inline;
	vertical-align: top;
	background: url(/images/btns.gif) no-repeat;
}
a.btnFAQ:link, a.btnFAQ:active, a.btnFAQ:visited {
	width: 37px;
	height: 11px;
	background-position:  0px 0px;
}
a.btnFAQ:hover {
	background-position: 0px -11px;
}
a.btnViewMap:link, a.btnViewMap:active, a.btnViewMap:visited {
	width: 76px;
	height: 10px;
	background-position:  0px -62px;
}
a.btnTimes:link, a.btnTimes:active, a.btnTimes:visited {
	width: 79px;
	height: 10px;
	background-position:  0px -122px;
}
a.btnTimes:hover {
	background-position: 0px -132px;
}
a.btnViewMap:hover {
	background-position: 0px -72px;
}
a.btnBack:link, a.btnBack:active, a.btnBack:visited {
	width: 47px;
	height: 10px;
	background-position:  0px -82px;
}
a.btnBack:hover {
	background-position: 0px -92px;
}
a.btnCancel:link, a.btnCancel:active, a.btnCancel:visited {
	width: 64px;
	height: 10px;
	background-position:  0px -22px;
}
a.btnCancel:hover {
	background-position: 0px -32px;
}
a.btnSubmit:link, a.btnSubmit:active, a.btnSubmit:visited {
	width: 61px;
	height: 10px;
	background-position:  0px -42px;
}
a.btnSubmit:hover {
	background-position: 0px -52px;
}
a.btnHome:link, a.btnHome:active, a.btnHome:visited {
	width: 49px;
	height: 10px;
	background-position:  0px -102px;
}
a.btnHome:hover {
	background-position: 0px -112px;
}
.homeLink a {
	position: absolute;
	top: 45px;
	left: 155px;
	width: 440px;
	height: 140px;
	z-index: 100;
	display: block;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
}
#contentContainer {
	margin: 0px auto;
	position: relative;
	padding-bottom: 47px;
	width: 900px;
	min-height: 700px;
}
#contentContainerLeft {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 450px;
}
#contentContainerRight {
	position: absolute;
	top: 10px;
	left: 470px;
	width: 430px;
}
#contentContainerFAQLeft {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 230px;
}
#contentContainerFAQMiddle {
	position: absolute;
	top: 150px;
	left: 240px;
	width: 180px;
}
#homeFlier {
	margin: 25px auto;
	width: 319px;
	height: 501px;
}
#subFlier {
	margin: 25px auto;
	width: 397px;
	height: 625px;
}
#landingRulesHeader {
	margin-top: 8px;	
}
#landingRulesBottomLine {
	margin-top: 5px;	
}
#footer {
	margin-top: 25px;
	color: #666666;
}
.hdr {
	margin-right: 10px;
}
.details {
	margin: 15px 0px 20px 10px;
	font-weight: bold;
}
.details2 {
	color: #FF0000;
}
.emphasis {
	color: #cccccc;
	text-transform: uppercase;
}
.rules p {
	font-weight: bold;
	margin: 9px 0px;
}
.rulesPrefix {
	padding-right: 15px;
}
.highlight {
	color: #ff3333;
}

/* rsvp form */
body#rsvp #contentContainer {
	font-size: 11px;
}
body#rsvp #contentContainer p,
body#rsvp #contentContainer div, 
body#rsvp #contentContainer td, 
body#rsvp #contentContainer input, 
body#rsvp #contentContainer select {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 14px;
}
.error { 
	font-weight: bold; 
	color: #ff3333;
}
.required {
	font-weight: bold;
	color: #cccccc;
}
.rsvpForm td {
	padding-bottom: 2px;
}
.rsvpDisclaimer p {
	font-size: 11px;
}
.confirmationHdr {
	font-size: 14px;
	font-weight: bold;
}