@charset "utf-8";
body {
	background-color: #7286B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*
#menu A {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

    menu-top        First menu tag only
    menu-parent     Every parent menu item of the current page.
    menu-current    Only the menu item for the current page.
    menu-sibling    Every sibling of the current page.
    menu-child      Every sub-menu of the current page.
    menu-expand     Every menu item with children.
    menu-first      First item in any menu or sub-menu.
    menu-last       Last item in any menu or sub-menu.
*/

#menu li {
	list-style-type: none;
	margin: 0px;
}

#menu li a{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px outset #0099FF;
	background-image: url(gdc_wall1.jpg);
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
#menu li a .menu-current{
	list-style-type: none;
	margin: 0px;
	background-color: #0033FF;
	background-image: none;
	font-style: italic;
	color: #FF6600;
}
#menu li a:hover {
	background-color: #FFCC00;
	background-image: url(gdc_wall11.jpg);
	color: #000000;
}
#menu li li a{
	font-size: small;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-image: url(gdc_wall8.jpg);
	color: #000000;
	border: 1px outset #FFCC66;
}
#menu li .menu-current a{
	background-image: url(gdc_wall10.jpg);
	background-color: #CCFFCC;
}
#menu li .menu-current a:hover{
	background-image: none;
	background-color: #FFFFFF;
}
#menu li li li{

}
#menu li li li a{
	font-size: x-small;
	background-image: url(gdc_wall5.jpg);
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#menu li li li li {

}
#menu li li li li a{

}
#menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#menu ul ul {
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(gdc_wall1b.jpg);
	padding-right: 6px;
	margin: 0px;
}
#menu ul ul ul {
	background-color: #FFFFCC;
	background-image: url(gdc_wall2.jpg);
}
#menu ul ul ul ul{

}



#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	display: block;
}
.menu-top{

}
.menu-parent {
}

.menu-sibling{
}
.menu-child{
}
.menu-expand {

}
.menu-first{
}
.menu-last{
}
#menu form {
	margin: 6px;
}

#menu .button {
	font-size: small;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	color: #FFFFFF;
	border: 1px outset #3333FF;
	background-color: #0099FF;
	background-image: url(gdc_wall1.jpg);
}
#menu .button:hover{
	background-color: #FF9933;
	background-image: none;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
/*-------------------------------------------------------NAV-ABOVE--------------------------------------------------*/

#menu hr, #banner hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
#menu h1{
	font-size: 24px;
	color: #666666;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu h2, #banner h2 {
	font-size: 18px;
	color: #666666;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu h3, #banner h3 {
	font-size: 16px;
	color: #666666;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu h4, #banner h4 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 8px 2px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu p a:link  {
	color: #0000FF;
}
#menu p a:visited {
	color: #0000FF;
}
#menu p a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#main {
	width: 900px;
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(gdc_wall3b.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#banner {
	width: 650px;
	float: left;
	text-align: left;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: 6A8CD6;
	background-image: url(GDC_header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#search_box {
	float: right;
	clear: right;
	width: 250px;
	height: 80px;
	font-size: 10px;
	color: #333333;
	text-align: center;
	background-color: #6A8CD6;
	background-image: url(GDC_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search_box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search_box a, #search_box a:link, #search_box a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px outset #6D91DD;
	background-color: #6A8CD6;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
#search_box a:hover {
	text-decoration: none;
	background-color: #FFCC00;
	border: 1px inset #CEB785;
}


#search_box  .button{
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	background-image: url(gdc_wall1.jpg);
	color: #FFFFFF;
	border: 1px outset #0000FF;
	background-color: #698BD3;
}

#search_box  .button:hover{
	background-color: #FF9900;
	background-image: none;
	border: 1px inset #FF9900;
}
#search_box form {
	margin-top: 12px;
}

#search_box .top_link {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px outset #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#banner a {
	color: #FFFFFF;
}
#menu {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menu login_table {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
#menu login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
#menu login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
#content {
	margin-left: 270px;
	text-align: left;
	clear: right;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 26px;
	padding-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer {
	background-color: #FFFFFF;
	clear: both;
	background-image: url(gdc_wall3b.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer p{
	text-align: right;
	margin-right: 8px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	color: #7286B0;
}


#content_500w {
	margin-right: 25px;
	background-color: #FFFFFF;
}



#content .small_text {
	font-size: 10px;
	color: #000000;
}



#content a {
	color: #2C4ED3;
	text-decoration: none;
}
#content a:hover {
	color: #FF6600;
	text-decoration: underline;
}


form {
	margin: 0;
}
hr {
	background-color: #FFCC00;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	letter-spacing: -1px;
}
h2 {
	color: #FF6600;
	font-size: 16px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
em {
	color: #CE0000;
}
label {
	text-align: right;
	width: 25%;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 9px;
	padding-top: 5px;
}

legend {
	font-size: 9px;
	border: 1px outset #FFFFFF;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #000000;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(legend_bg.jpg);
}
fieldset {
	background-color: #FFF9EC;
	margin-right: 20px;
	padding-top: 6px;
	padding-bottom: 12px;
	margin-top: 8px;
	padding-right: 12px;
	padding-left: 0px;
	background-image: url(content_form_wall.jpg);
	border: 1px inset #FFFFFF;
}
input, select, textarea{
	background-color: #FDEFC1;
}
.left_notice {
	border: 1px solid #D2BB89;
	background-color: #FDF2DE;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 4px;
}
.content_box_normal {
	background-color: #F8F8F8;
	border: 1px solid #C0C0C0;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

/* CSS OLD */


.content_button{
	color: #FFFFFF;
	background-color: #6A8CD6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #74A3FF;
	border-right-color: #274073;
	border-bottom-color: #274073;
	border-left-color: #74A3FF;
}
.content_button:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #954800;
	border-right-color: #FFBF62;
	border-bottom-color: #FFBF62;
	border-left-color: #954800;
}

.hide_div {
	display: none;
}
.form_section_title {
	text-align: left;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form_title_reversed {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #D7E4FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B8C9;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #B0B8C9;
}

.form_title {
	font-size: 24px;
	color: #6789D1;
	margin-bottom: 4px;
	display: block;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
.label_field {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFBEA;
	border: thin inset #FFCC00;
}
.form_checkbox {
	margin-left: 25%;
	padding: 0px;
}
.form_box {
	background-color: #F1F3F8;
	padding: 5px;
	border: 1px solid #7286B0;
}

.label_field_required {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E4ECFF;
	border: thin inset #B6CCFD;

}
.label_field_critical {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFD9FF;
	border: thin inset #FF0000;

}
.label_for_checkbox {
	font-size: 12px;
	font-weight: normal;
}
.text_button {
	background-color: #FCD500;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 2px outset #81CFFE;
	font-weight: bold;
	font-size: 16px;
	background-image: url(gdc_wall11.jpg);
}
.text_button:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

.field_qualifier {
	font-size: 9px;
	margin-left: 26%;
	margin-top: 0px;
	font-style: italic;
	padding: 0px;
}
.small_text {
	font-size: 9px;
}
.bread_crumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}
.pdf_container_250w {
	background-color: #F2F2F2;
	float: left;
	width: 150px;
	text-align: center;
	margin-bottom: 10px;
	height: 200px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
.right_button {
	background-color: #FFE271;
	float: right;
	border: 1px outset #FFCC66;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(button_bg.gif);
}
.right_button:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.hr_nice {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: left;
	clear: both;
}
.privacy {
	text-align: center;
	float: left;
	width: 250px;
	text-decoration: none;
	color: #0000FF;
	font-weight: normal;
}
.previous_page {
	float: right;
	margin: 20px;
}
.image_border {
	border: 1px solid #666666;
}
.cart_field_on {
	font-weight: bold;
	background-color: #0099ff;
	color: #FFF;
}
.text_red {
	color: #FF0000;
}
.gdc_button {
	background-color: #FFE9C6;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	border: 2px outset #FC6;
	font-size: 14px;
	color: #036;
	text-decoration: none;
}.gdc_pad_box {
	margin: 22px;
}

	display: block;
}
.style1 {
	font-size: 14px;
	font-style: italic;
}
