@charset "UTF-8";
/* MEYER CSS RESET    */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET  */
html {
	width: 100%;
	height: 100%;
}
body {
	background:#000 url(../img/bg-header.jpg) center top no-repeat;
	color:#FFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.45em;
	width: 100%;
	height: 100%;
	text-align: center;
}
a:link, a:visited {
	color: #00ADEF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
em, i {
	font-style: italic!important;
}
strong, b {
	font-weight: bold;
}
#container {
	width:940px;
	margin:0 auto;
	text-align: left;
}
#container-home {
	width: 100%;
}
#col1 {
	width:660px;
	float:left;
	margin:0 auto;
	padding-bottom:200px;
}
#col1 .section {
	border-top: 1px solid #555;
	background:url(../img/bg-col1-div-grad.jpg) top left no-repeat;
	margin: 4px 0 0 0;
	padding:8px 4px 0 0;
	max-height: 500px;
	overflow: auto;
}
#fckeditor .section {
	border-top:none;
	max-height: none;
	width:800px;
}
#col1 p {
	margin-bottom: 20px;
}
#col1 .section p {
	margin:12px 0 5px 0;
}
.section object {
	float:left;
	margin:0 10px 5px 0;
}
#col1 object {
	margin-bottom:6px;
	margin-top: 4px;
}
ul {
	margin-left:20px;
}
h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(255, 153, 51);
	display:block;
	font-size: 34px;
	line-height: 34px;
}
#col1 h3 {
	text-shadow: 1px 1px 5px #000;
}
h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #00ADEF;
	display:block;
	font-size: 22px;
	line-height: 26px;
}
#col2 {
	position: relative;
	top: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #AAA;
	width: 250px;
	height: 600px;
	margin-left: 678px;
	padding:0;
}
#col2 p {
	width: 100%;
	margin: 6px 0 8px 0;
}
#col2 .rounded-outline p {
	width: 100%;
	margin: 6px 0 8px 0;
}
#col2 .rounded-outline, #col1 .rounded-outline {
	min-height:16px;
	width:226px;
	margin:0 0 10px 0;
	padding:7px 8px 2px 8px;
	border: 1px solid #555;
	background:url(../img/bg-div-grad.gif) top left repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#col2 h3 {
	background-color: #B00;
	font-weight: bold;
	color: #FFF;
	width: 94%;
	padding:3px 0 4px 8px;
	margin:4px 0 10px 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 3px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-transform: uppercase;
}
#header {
	height:228px;
	display:block;
}
#header h1 {
	padding-top:15px;
	font-size:30px;
	line-height: 30px;
	font-family: Helvetica, "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
}
#header h1 a:link, #header h1 a:visited {
	width: 100%;
	height:228px;
	display:block;
	text-decoration: none;
}
#title, #header {
	text-indent:-9999px;
	overflow:hidden;
}
#footer {
	padding-top:500px;
}
.float-left {
	margin:0 10px 3px 0;
	float: left;
}
.float-right {
	margin:0 0 3px 9px;
	float: right;
}
.clear-left {
	clear:left;
	height:1px;
}
#more1, #more2, #more3, #more4, #more5, #more6, #more7, #more8, #more9, #more10, #more11, #more12 {
	display: none;
}
.rounded-outline input, .rounded-outline textarea {
	background-color: #333!important;
	color: #CCC;
	border: 1px solid #444;
}
.email2 {
	display: none;
}
#content {
	margin: 30px auto 0 auto;
	width:480px;
	text-align: left;
}
#enter {
	padding-top:150px;
	font-family:helvetica;
	font-weight:bold;
	font-size:38px;
	line-height:35px;
	letter-spacing:-2px;
	text-decoration: none;
}
.blue {	
	color: #00ADEF;
}

