/***** Start Eric Meyer Reset Reloaded DONT TOUCH *****/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** End Eric Meyer Reset Reloaded DONT TOUCH *****/

/* Apply this to fix weird text size things in iPhone safari */
/* -webkit-text-size-adjust: none; */

/***** Start General Tag Styles *****/

html, body{
	text-align: center;
}

body{
	background-color: #000000;
	background-image: url(../_images/bg.gif);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
}

div#main_container{
	width: 884px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	border-left: 4px solid #006600;
	border-right: 4px solid #006600;
	border-bottom: 4px solid #006600;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

div#header{
	position:relative;
	width: 884px;
	height: 75px;
	background-image: url(../_images/top_banner.jpg);
}
div#header a{
	position:absolute;
	width: 884px;
	height: 75px;
	display:block;
}

div#main_content{
	width: 725px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div#main_content_homepage{
	width: 720px;
	_width: 705px;
	text-align: left;
	margin: 0px;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#main_content_homepage img.rotating{
	border: 2px solid #006600;
}

div#right_bar{
	width: 150px;
	height: 500px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#right_bar img{
	margin: 0px;
	padding: 0px;
}
div#right_bar p{
	font-family: arial;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 11px;
}

h1{
	color: #006600;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

h2{
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}

h3{
	color: #006600;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

p{
	color: #002200;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

.left{
	float: left;
}
.right{
	float: right;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

img.left{
	margin-right: 20px;
	margin-bottom: 10px;
}
img.right{
	margin-left: 20px;
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.green{
	color: #006600;
	font-style: bold;
}


span.bolder{
	font-weight: bold;
	font-size: 14px;
	color: #006600;
}

a:link {color: #679567;}     /* unvisited link */
a:visited {color: #679567;}  /* visited link */
a:hover {color: #7db57d;}   /* mouse over link */
a:active {color: #006600;}   /* selected link */

span.signature{
	float: right;
	font-weight: normal;
	font-style: italic;
}

div.hr {
  height: 2px;
  background: #006600;
  margin-bottom: 1em;
}
div.hr hr {
  display: none;
}


div.solo_button{
	width: 94px;
	height: 19px;
	display: block;
	background-image: url(../_images/top_nav_button.gif);
	text-align: center;
}

div.solo_button a.yellow{
	color: #fff543;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-top: 3px;
	_padding-top: 2px;
	_vertical-align: middle;
}

div.solo_button a:hover{
	color: #FFFFFF;
}

ul.deck_list{
	margin-left: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}
ul.deck_list li{
	list-style: circle;
	margin-top: 6px;
}

/***** End General Tag Styles *****/


/***** BEGIN Top Navigation Styles *****/

div#top_navigation{
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	width: auto;
	height: 19px;
	text-align: left;
}
div#top_navigation div.first{
	margin-left: 2px;
	_margin-left: 1px;
}
div#top_navigation div.nav_button{
	position: relative;
	width: 94px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 4px;
	background-image: url(../_images/top_nav_button.gif);
	overflow: hidden;
}

div#top_navigation div.nav_button a{
	position: absolute;
	display: block;
	width: 94px;
	height: 19px;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	_margin-top: 4px;

	color: #fff543;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

div#top_navigation div.selected a{
	color: #FFFFFF;
}

div#top_navigation div.nav_button a:hover{
	color: #FFFFFF;
}

div#top_navigation div.selected a:hover{
	color: #DDDDDD;
}

/*****  END  Top Navigation Styles *****/



div#bottom_navigation ul{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #FFFFFF;
	color: #006600;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	/* fixes Firefox 0.9.3 */
}

div#bottom_navigation ul li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

div#bottom_navigation ul li a{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #006600;
	text-decoration: none;
	border-right: 2px solid #006600;
}
div#bottom_navigation ul li a.last{
	border-right: none;
}

div#bottom_navigation ul li a:hover{
	background-image: url(../_images/bottom_nav_item_bg.jpg);
}

div#bottom_navigation #active { border-left: 1px solid #fff; }


div.homepage_bottom_nav_wrapper{
	width: 700px;
	margin: 0px;
	padding: 0px;
}

div#bottom_navigation_homepage{
	width: 100%;
}
div#bottom_navigation_homepage div.nav_section{
	width: 320px;
	_width: 310px;
	height: 50px;
	height: 40px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCEECC;
}
div#bottom_navigation_homepage div.nav_section a{
	text-decoration: none;
	position: absolute;
	display: block;
	width: 320px;
	height: 50px;
	z-index: 30;
	cursor: pointer;
}

div#bottom_navigation_homepage div.nav_section div.inner{
	position: absolute;
	display: block;
	width: 320px;
	height: 50px;
	z-index: 10;
}
div#bottom_navigation_homepage div.nav_section div.inner h2{
	margin: 0px;
	float: left;
	width: 80px;
	height: 50px;
	_height: 40px;
}
div#bottom_navigation_homepage div.nav_section div.inner p{
	text-align: justify;
	line-height: 1em;
	font-family: arial;
}
div#bottom_navigation_homepage div.nav_section:hover{
}
div#bottom_navigation_homepage div.nav_section:hover div.inner h2{
	color: #009900;
}
div#bottom_navigation_homepage div.nav_section:hover div.inner p{
	color: #009900;
}

div#crew_registration_form{
	overflow: visible;
	width: 1000px;
	height: 1110px;
	border: 2px dotted #006600;
	background-color: #FFFFFF;
	margin-left: -137.5px;
	_margin-left: 0px;
}

dummy{

	z-index: 100;
}

/*****  BEGIN Link List Styles *****/


ul#links_main, ul#links_net {
	list-style: none;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 20px;
	margin-bottom: 30px;
}
ul#links_net {
	margin-bottom: 40px;
}
ul#links_main li, ul#links_net li {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #ffa019;
}

/*****   END  Link List Styles *****/


/*****  BEGIN rounded box Styles *****/

.t {background: url(../_images/dot.gif) 0 0 repeat-x;}
.b {background: url(../_images/dot.gif) 0 100% repeat-x}
.l {background: url(../_images/dot.gif) 0 0 repeat-y}
.r {background: url(../_images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../_images/bl.gif) 0 100% no-repeat}
.br {background: url(../_images/br.gif) 100% 100% no-repeat}
.tl {background: url(../_images/tl.gif) 0 0 no-repeat}
.tr {background: url(../_images/tr.gif) 100% 0 no-repeat; padding:10px;}
div.curved_box_content{width: 100%;}

/*****  END rounded box Styles *****/