/* Global/Tag-based Selectors */

* {
	font-family: arial, helvetica, sans-serif;
     margin: 0px;
}

html, body {
	width: 100%;
	height: 98%;
	margin: 0px;
	background-color: #DDD;
}

a {
	color: #006ca0;
     cursor: pointer;
}

a img {
     border: none;
}

a:hover {
	color: #807365;
}

textarea {
     font-size: 10pt;
}

select,
input,
textarea {
	border: 1px solid #d2cdc6;
}

select:hover,
input:hover,
textarea:hover {
	border: 1px solid #006ca0;
}

.red {
     color: red;
}






/* Page Frame Styling */

div#page {
     margin-right: 15px;
	width: 960px;
	background-color: white;
     border: 1px solid #aaa;
     position: relative;
}

div#page_shadow {
	position: relative;
     margin: 15px 0px 0px 15px;
	width: 977px;
	background-image: url(../images/page_shadow.gif);
     background-position: top right;
     background-repeat: repeat-y;
}

div#page_shadow_urcorner {
	position: absolute;
     top: 0px;
     right: 0px;
     width: 15px;
     height: 30px;
     background-image: url(../images/page_shadow_urcorner.gif);
     background-position: top right;
     background-repeat: no-repeat;
}

div#page_shadow_footer {
	position: relative;
     margin-left: 15px;
     width: 977px;
     height: 30px;
     background-image: url(../images/page_shadow_footer.gif);
     background-position: top left;
     background-repeat: repeat-x;
}

div#page_shadow_footer .lr {
	position: absolute;
     top: 0px;
     right: 0px;
}

div#page_shadow_footer .ll {
	position: absolute;
     top: 0px;
     left: 0px;
}








/* Navigation Styles */

div#nav {
     position: absolute;
     top: 0px;
     left: 6px;
     width: 948px;
     height: 30px;
     background-image: url(../images/navigation_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
     overflow: hidden;
     z-index: 10;
}

div#nav div {
     float: left;
     margin-left: 7px;
     margin-top: 0px;
     width: 101px;
     height: 30px;
     text-align: center;
     font-size: 10pt;
     font-weight: bold;
     line-height: 28px;
}

div#nav div.selected {
     background-image: url(../images/navigation_selected.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

div#nav div.menu_displayed {
     background-image: url(../images/navigation_menu.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#nav div a {
     color: #807365;
     text-decoration: none;
     font-size: 11pt;
}

div#nav div.selected a {
     color: #fa2;
}

div#nav div.menu_displayed a {
     color: #fff;
}

div#nav div a:hover {
     color: #000;
     text-decoration: underline;
}

div#nav div.selected a:hover {
     color: #fa2;
     text-decoration: underline;
}

div#nav div.menu_displayed a:hover {
     color: #fff;
     text-decoration: none;
     cursor: default;
}

div#nav div.spacer {
     margin-left: 0px;
}

div#nav img {
     cursor: pointer;
}

div.nav_menu {
     display: none;
     position: absolute;
     top: 30px;
     width: 101px;
     background-color: black;
     opacity: 0.75;
	filter: alpha(opacity=75);
     z-index: 10;
}

div.nav_menu div {
     color: white;
     font-size: 9pt;
     padding: 5px 10px 5px 10px;
}

div.nav_menu a {
     color: white;
     text-decoration: none;
}

div.nav_menu a:hover {
     color: #fa2;
     text-decoration: underline;
}

div#nav_aboutus_menu {
     left: 580px;
}







/* Header Style */

div#header {
	position: relative;
	width: 100%;
     height: 141px;
	background-image: url(../images/header_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#logo {
	position: absolute;
	left: 65px;
	top: 51px;
}







/* Footer Styles */

div#footer {
	position: relative;
	width: 100%;
	height: 130px;
	background-image: url(../images/footer_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     overflow: hidden;
}

div#footer_nav {
	position: absolute;
	right: 8px;
	top: 100px;
}

div#footer_nav a,
div#legal a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: arial;
	font-size: 10pt;
	color: #777;
	text-decoration: none;
	border-right: 1px solid #CCC;
}

div#footer_nav a:hover,
div#legal a:hover,
div#footer_nav_aboutus_menu a:hover {
	color: #000;
	text-decoration: underline;
}

div#copyright {
	position: absolute;
	left: 8px;
	top: 100px;
	font-family: arial;
	font-size: 10pt;
	color: #aaa;
	padding-left: 10px;
}

div#legal {
     display: none;
     position: absolute;
	left: 8px;
	top: 75px;
}

div#footer_nav_aboutus_menu a {
     display: block;
     width: 150px;
	font-family: arial;
	font-size: 10pt;
	color: #AAA;
	text-decoration: none;
}

div#footer_nav_aboutus_menu {
     display: none;
     position: absolute;
     width: 101px;
     right: 31px;
     top: 50px;
}








/* Button Classes */

a.redButton {
	background-color: transparent;
	background-image: url(../images/buttons_red_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 21px;
	padding-right: 5px;
	text-decoration: none;
}

a.redButton span {
	background-color: transparent;
	background-image: url(../images/buttons_red_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 5px;
}

a.redButton span:hover {
	color: #333;
}

a.greenButton {
	background-color: transparent;
	background-image: url(../images/buttons_green_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 21px;
	padding-right: 5px;
	text-decoration: none;
}

a.greenButton span {
	background-color: transparent;
	background-image: url(../images/buttons_green_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 5px;
}

a.greenButton span:hover {
	color: #333;
}

a.orangeButton {
	background-color: transparent;
	background-image: url(../images/buttons_orange_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 21px;
	padding-right: 5px;
	text-decoration: none;
}

a.orangeButton span {
	background-color: transparent;
	background-image: url(../images/buttons_orange_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 5px;
}

a.orangeButton span:hover {
	color: #333;
}

a.grayButton {
	background-color: transparent;
	background-image: url(../images/buttons_gray_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 21px;
	padding-right: 5px;
	text-decoration: none;
}

a.grayButton span {
	background-color: transparent;
	background-image: url(../images/buttons_gray_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 5px;
}

a.grayButton span:hover {
	color: #333;
}






/* Gray Registration Form Container Box */

div.registration_section {
	position: relative;
	background-color: #f9f8f4;
	background-image: url(../../images/refine_field_back.gif);
     background-position: top left;
     background-repeat: repeat-x;
	border: 1px solid #e4e4e4;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 5px;
}

div.registration_section_top {
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url(../../images/refine_field_tl.gif);
     background-position: top left;
     background-repeat: no-repeat;
	height: 5px;
	width: 100%;
}

div.registration_section_top div {
	position: absolute;
	top: 0px;
	right: -2px;
	background-image: url(../../images/refine_field_tr.gif);
     background-position: top right;
     background-repeat: no-repeat;
	height: 5px;
	width: 100%;
}

div.registration_section_bottom {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../../images/refine_field_bl.gif);
     background-position: top left;
     background-repeat: no-repeat;
	height: 5px;
	width: 100%;
}

div.registration_section_bottom div {
	position: absolute;
	bottom: 0px;
	right: -2px;
	background-image: url(../../images/refine_field_br.gif);
     background-position: top right;
     background-repeat: no-repeat;
	height: 5px;
	width: 100%;
}

div.registration_required {
     font-size: 10pt;
     color: #999;
     text-align: right;
}







/* Registration Question Table */

table.registration_table {
     width: 100%;
}

table.registration_table td {
     padding: 6px;
}

table.registration_table td.cellleft {
     width: 40%;
     font-weight: bold;
     font-size: 10pt;
}

table.registration_table td.cellright {
     width: 60%;
}

table.registration_table td.caption {
     font-size: 8pt;
     color: #999;
     text-align: right;
     padding-left: 50px;
}

table.registration_table td.cellright input {
     width: 100%;
}
