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

body{
	background-image:url(images/main.jpg);
	background-color:#e1e6ea;
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapper{
	width:798px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}
#wrapper_inner{
	width:798px;
	background-image:url(images/tile.png);
	background-repeat:repeat-y;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topleft{
	float:left;
	text-transform: uppercase;
	font-size:2.4em;
	text-align:center;
	width:350px;
	margin-top:5px;
	margin-left:25px;
	margin-bottom:25px;
}
#topright{
	float:right;
	text-align:center;
	width:300px;
	margin-right:50px;
	margin-top:5px;
	font-size:1.3em;
}
#bottomleft{
	clear:both;
	float:left;
	width:355px;
	height:291px;
	background-image:url(images/video_bkg2.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 17px;
	margin-right: 0px;
	margin-top: 35px;
}
#bottomright{
	float:right;
	width:350px;
	padding:10px 10px 10px 10px;
	margin-right:17px;
	margin-left:0px;
}
#video_wrapper{
	margin-left:35px;
	margin-bottom:10px;
	float:left;
}
#video{	
	width:355px;
	height:291px;
	background-image:url(images/video_bkg2.jpg);
	background-repeat:no-repeat;
	padding:13px 15px 30px 14px;
}
#video_wrapper p{
	width:348px;
	text-transform: uppercase;
	font-size:2.4em;
	text-align:center;
}
#video_text{
	float:left;
	font-size:1.2em;
	width:350px;
	margin-top:100px;
}
#heading{
	width:798px;
	text-align:center;
}
#slogan{
	width:761px;
	height:60px;
	font-size:2.6em;
	text-align:center;
	font-style:italic;
	clear:both;
	padding-top:6px;
	margin-left:17px;
	margin-bottom:20px;
}
#register{
	height:338px;
	width:350px;
	padding:10px 10px 10px 10px;
	background-image:url(images/register_bkg2.jpg);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}
#register_text{
	width:300px;
	margin-right:auto;
	margin-left:auto;
}

.box{
	background-color:#e1e6ea;
	border:solid 1px #afc1cf;;
}
.quote{
	font-size:0.9em;
	font-style:italic;
}
.quote2{
	font-size:0.7em;
	font-style:italic;
}
.blue{
	color:#005baa	
}
.red{
	color:#ab0000;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.red_form{
	color:#ab0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-right:5px;
	padding-left:5px;
}
#bottom_message{
	font-size:1em;
	color:#666666;
	padding:20px;
	text-align:left;
	padding-left:30px;
}
#bottom_message ul{
	list-style-image:url(images/bullet.png);
	padding-left: 30px;
}
#bottom{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	height:21px;
}
#top{
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	height:21px;
}
