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

html {
	height:100%;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/main/bodyback.gif) repeat-x #000 fixed;
    }

#container {
    position: relative;
    margin: 0 auto 0 auto;
    width: 912px;
	min-height:550px;
    }

.headertop {
	background:url(../images/main/header_top.gif) no-repeat #030000;
	height:130px;
}

.header {
	position:relative;
	width:912px;
	height:220px;
	background:url(../images/main/header_back.jpg) no-repeat right #A81923;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

.logo {
	position: absolute;
	top: 47px;
	left:245px;
	font-size:48px;
	color:#fff;
	font-weight:normal;
}

.datevenue {
	padding-top: 160px;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
}

* html .datevenue {
	background:#000000;
}
.datevenue span {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
}

.datebox {
	width: 185px;
	height: 140px;
	padding: 20px;
	padding-top: 30px;
	background:url(../images/main/datebox.jpg) no-repeat bottom right #EDEDED;
	color:#A81923;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}
.datebox span{
	color:#575756;
	font-size:14px;
	font-weight:normal;
}
.menu {
	height:30px;
	list-style:none;
	background:#000000;
	border-bottom:1px solid #ffffff;
	padding:0 55px;
	width:802px;
	overflow:hidden;
	font-size:11px;
}
.menu li {
	float:left;
	padding-right:1px;
}
.menu li a {
	float:left;
	padding:0 25px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
* .menu li a {
	padding:0 20px;
}

.home .homemenu a, .attending .attendingmenu a, .support .supportmenu a, .about .aboutmenu a {
	background:url(../images/menu/menu_back.gif) repeat-x;
}

.menu li a:hover {
	background:url(../images/menu/menu_back.gif) repeat-x;
}

.content {
	padding:30px 55px 10px 55px;
	min-height:200px;
	background:#ffffff;
	color:#575756;
	border-bottom:1px solid #ffffff;
	position:relative;
}
*html .content {
	height:200px;
}

.col1 {
	float:left;
	width:500px;
}

.col2 {
	float:right;
	width:225px;
	background:#000000;
	margin-bottom:120px;
}

.visionlogo {
	position:absolute;
	bottom:20px;
	right:55px;
}

.footer {
	width:912px;
	background:#000000;
	font-size:10px;
	border-bottom:2px solid #FFFFFF;
	position: relative;
}

.footerlogo {
	width: 200px;
	height: 20px;
	position: absolute;
	left: 397px;
	top: 34px;
}

/* general */

h1 {
	font-size:18px;
	color:#BE1622;
	font-weight:normal;
	margin-bottom:20px;
}

h2 {
	font-size:15px;
	color:#BE1622;
	font-weight:normal;
	margin:15px 0;
	border-bottom: 2px solid #CCCCCC;
	padding: 3px 3px 3px 0;
}

h3 {
	font-size:15px;
	color:#BE1622;
	font-weight:normal;
	margin:15px 0;
}

p {
	margin-bottom:10px;
	color: #575756;
}

a {
	color:#BE1622;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#E1C77B;
}

.content ul {
	padding-left:1.5em;
	margin-bottom:15px;
}

.red {
	color:#BE1622;
	font-weight:bold;
}

.button {
	padding:10px;
	padding-left:50px;
	background:#B2B2B2 url(../images/main/button_back.gif) no-repeat;
	display:block;
	font-size:14px;
	color: #fff;
}
.home .button {
	display:inline;
}
.button:hover {
	color: #575756;
}

.packagetitle {
	padding:5px 0px;
	border-top:#ffffff 2px solid;
	border-bottom:#ffffff 2px solid;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:2em;
}

.platinum {
	color:#989482;
	border-color:#989482;
}
.gold {
	color:#A39161;
	border-color:#A39161;
}
.silverplus {
	color:#A7A9AC;
	border-color:#A7A9AC;
}
.silverplus span {
	color:#C4C4C4;
}
.silver {
	color:#A7A9AC;
	border-color:#A7A9AC;
}
.standard {
	color:#9E7267;
	border-color:#9E7267;
}
