/* colors

	blue-gray header: #c8d4d8;
	blue-gray footer: #d1dcdf;

*/

html, body {
	font-family: arial, helvetica, sans-serif;
	background-color: #000000;
	background-image:url('images-layout/volo_backing.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 

}

a {
	color: #000;
}

body {
	font-size: 66%; /* reset 1em to 10px */
	text-align: center;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	background: #000000;
}

#header {
	width: 940px;
	height: 100px;
	margin-bottom: 0px;
	/*background: #fff url(images-layout/bg-header.gif) no-repeat;*/
	text-align: left;
}

#flash_landing {
	width: 940px;
	height: 320px;
	margin-bottom: 0px;
	/*background: #fff url(images-layout/bg-header.gif) no-repeat;*/
	text-align: left;
}

#nav {
	position: relative;
	width: 940px;
	height: 22px;
	margin-bottom: 32px;
	text-align: left;
	z-index: 3000;
}

#content {
	width: 902px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 74px;
	text-align: left;
}

/* home page defs */
#mainHome {
	display: inline-block;
	float: left;
	width: 640px;
	height: 314px;
}

#heroHome {
	position: relative;
	width: 640px;
	height: 284px;
	display: none;
}

.heroHomeSingle {
	position: relative;
	width: 640px;
	height: 284px;
}

.heroText {
	position: absolute;
	z-index: 10;
}

.topright {
	top: 35px;
	right: 35px;
	text-align: right;
}

.topleft {
	top: 35px;
	left: 35px;
	text-align: left;
}

.bottomleft {
	bottom: 35px;
	left: 35px;
	text-align: left;
}

.bottomright {
	bottom: 35px;
	right: 35px;
	text-align: right;
}

.heroBackground {
	background: #fff;
}

.heroText p {
	padding: 10px;
	font-size: 1.8em;
	line-height: 1.2em;
}

.mainHomeLink {
	display: inline-block;
	float: left;
	width: 318px;
	height: 30px;
	color: #ffffff;
	background: #000;
	text-align: left;
}

.mainHomeLink p {
	padding: 7px 10px 0px 30px;
	font-size: 1.3em;
	line-height: 1.4em;
}
.mainHomeLink a {
	padding: 0 0 4px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: url(images-layout/link-arrow.gif) no-repeat top left;
}

.mainHomeLink a:hover,
.mainHomeLink a:active {
	color: #c8d4d8;
	background: url(images-layout/link-arrow-on.gif) no-repeat top left;
}

#sidebarHome {
	display: inline-block;
	float: right;
	width: 240px;
	height: 314px;
	background: #000 url(images-layout/bg-sidebar-home.gif) no-repeat;
	color: #fff;
	text-align: left;
}

#sidebarHome h1 {
	padding: 15px 10px 0px 10px;
	font-size: 1.7em;
	font-weight: bold;
}

#sidebarHome p {
	padding: 15px 10px 0px 10px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#sidebarHome a {
	padding: 0 30px 4px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url(images-layout/link-arrow.gif) no-repeat top right;
}

#sidebarHome a:hover,
#sidebarHome a:active {
	color: #c8d4d8;
	background: url(images-layout/link-arrow-on.gif) no-repeat top right;
}

/* sub page defs */
#main {
	display: inline-block;
	float: left;
	width: 640px;
	color: #eaeaea;
}

#main a {
	text-decoration: none;
	color: #afd3df;
}

#main .mainSidebar {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

#main .mainSidebar img {
	border: 1px solid #c8d4d8;
}

#sidebar {
	display: inline-block;
	float: right;
	font-size: 1.3em;	
	width: 240px;
	color: #fff;
	text-align: left;
}

#main p {
	padding: 0px 0px 15px 0px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#main p.header {
	text-transform: uppercase;
	font-size: 1.8em;
}

#main ol {
}

#main ol li {
	margin-left: 20px;
	padding: 0px 0px 15px 0px;
	list-style: decimal;
	font-size: 1.3em;
	line-height: 1.4em;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 16px;
	text-align: center;
	/*background: url(images-layout/bg-footer-rule.gif) no-repeat center bottom;*/
}

#footer p {
	width: 902px;
	margin: 0 auto;
	padding: 14px 0;
	text-transform: uppercase;
	color: #ffffff;
	/*background: #d9d4d5;*/
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}


#footer_break {
	width: 940px;
	height: 10px;
	margin-bottom: 0px;
	/*background: #fff url(images-layout/bg-header.gif) no-repeat;*/
	text-align: left;
}

.clearIt {
	clear: both;
}

/* form elements */
form {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

form p {
}

fieldset {
/*	border: 1px solid #c6ddcc; */
/*	padding: 0px 0px 15px 0px; */
}

legend {
	padding: 0 5px;
	color: #000;
	font-size: 1.4em;
}

input, textarea {
	/* display: block; */
	border: 1px solid #cccccc;
	/*width: 420px;*/
	float: left;
	margin-bottom: 5px;
}

p input {
	display: inline;
	float: none;
/*	margin: 0; */
/*	width: auto; */
}

label {
	/* display: block; */
	float: left;
	width: 100px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	font-size: 1.2em;
}

select {
 /* display: block; */
 float: left;
 width: 130px;
 margin-bottom: 5px;
}

form br {
	clear: left;
}
	
.short {
	width: 70px;
}

#submit {
	margin: 0;
	padding: 2px 5px;
	background: #d9d4d5;
	color: #000;
	text-decoration: none;
	text-align: center;
	border: none;
	font-size: 1em;
	text-transform: uppercase;
}

#submit:hover,
#submit:active {
/*	text-decoration: underline; */
/*	color: #0e6828; */
}

#ejunkies {
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

