@charset "ISO-8859-1";

html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
	text-align: center;
	background-color: #e6e1ce;
	background-image: url(../media/bk_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	position: relative;
	z-index:2;

	
}

.column {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.left {left: 0px; }
.right {right: 0; }

#leftcol {
margin-right: 466px;
background-image: url(../media/left_wing.jpg);
background-position: right top;
background-repeat: no-repeat;
height: 1257px;

}
#rightcol {
margin-left: 466px;
background-image: url(../media/right_wing.jpg);
background-repeat: no-repeat;
height: 1257px;
z-index:1;
}
.form_txt { font: bold 0.75em Verdana, Geneva, sans-serif; color: #6F190A; text-align: center; }
.small_txt {
	font: 0.6em Verdana, Geneva, sans-serif;
	color: #960;
	padding-left: 10px;
}
.body_txt {
	font: normal 0.75em Verdana, Geneva, sans-serif;
	color: 49341a;
}
a.body_txt, a.body_txt:link, a.body_txt:visited {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: 0a3443;
	text-decoration: none;
}
a.body_txt:hover {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: 0a3443;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

	
.body_bold{
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #6F190A;
}

ol,a {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #0a3443;
	text-decoration:none;
	line-height:32px;
}
a.vid_txt, a.vid_txt:link, a.vid_txt:visited {
	font: .8em Verdana, Geneva, sans-serif;
	color: 6F190A;
	text-decoration: none;
}
a.vid_txt:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.vid_title { font: bold 0.65em Verdana, Geneva, sans-serif; color: #6F190A; text-align: center; line-height:19px; }

/*--VIDEO MODAL--*/

/*--#fade { 
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 2;
}--*/
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 -55px;
	z-index: 99999;
	position: absolute;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
