/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	margin-bottom: 0px;
}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 {
	font-size: 20px;
	letter-spacing: 0px;
	font-weight:bold;
	line-height: 20px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFE300;
	text-align:left;
	padding-top: 5px;
}

body {
	background: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	background: #FFE300;
	color: #FFE300;
	text-align: left;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #FFE300;
	width: 980px;
}
#top {
	background: black;
}
#title {
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	padding: 15px;
	padding-left: 20px;
	padding-top:15px;
	text-transform: uppercase;
	letter-spacing: -3px;
	float: left;
	color: #FF0000;
}

#title h1 {
font-zize: 11px;
	line-height: 10px;
	font-weight: bold;
	padding: 8px;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}
#menu {
	list-style: none;
	float: right;
}
#menu li {
	float: left;
	border: 2px solid black;
	border-left: 0px;
}
#menu li.curr > a {
	background: black url('images/menu_bg_over.gif') bottom repeat-x;
	color: white;
}
#menu li.curr > a:hover {
	color: white;
}
#menu li a {
	background: #FFE300 url('images/menu_bg.gif') center repeat-x;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover, #menu li a:focus {
	background: black url('images/menu_bg_over2.gif') bottom repeat-x;
	color: #FFE300;
}
#menu li a:active {
	background: black;
	color: white;
}
#dropdown {
	position: relative;
}
#dropdown a {
	width: 80px;
	text-align: center;
}
#dropdown ul {
	display: none;
	position: absolute;
	margin-top: 2px;
	top: 35px;
	left: -22px;
	list-style: none;
	text-align: left;
}
li#dropdown:hover ul li ul {
	display: none;
}
#dropdown ul li ul {
	display: none;
	position: absolute;
	margin-top: 0px;  
	top: 0;
	right: 112px;
}
#dropdown ul li a {
	display: block;
	padding: 5px;
	width: 100px;
	border: 2px solid black;
	border-top: 0px;
}
#dropdown:hover a.parent, #dropdown ul li:hover a.parent2 {
	background: black url('images/menu_bg_over2.gif') bottom repeat-x;
	color: #FFE300;
}
#dropdown ul li {
	float: none;
	border: 0px;
}
#dropdown li > ul {
	top: auto;
	left: auto;
}
li#dropdown:hover ul, li#dropdown ul li:hover ul,
li#dropdown.over ul, li#dropdown ul li.over ul { 
	display: block; 
}
#banner {
	background: #6EAFE7;
	color: black;
	height: 250px;
}
#banner #b_right {
	background: #FFE300;
	color: black;
	height: 200px;
	width: 280px;
	text-align: center;
	font-size: 20px;
	padding-top: 48px;
	font-weight: bold;
	background: url('images/header_r.gif') bottom left no-repeat;
	line-height: 18px;
	letter-spacing: -1px;
}
.style1 {
	font-size: 22px;
	color: #FF0000;
	text-align:center;
	letter-spacing: -1px;
}
.style2 {
	font-size: 21px;
	color: #FFE300;
	text-align:center;
	letter-spacing: -1px;
	line-height: 22px;
}

h1 {
	color: black;
	font-size: 48px;
	line-height: 48px;
	padding: 10px;
	padding-left: 20px;
	letter-spacing: -3px;
	background: black;
	color: white;
	text-transform: uppercase;
}
h1 .redstyle {color: #FF0000}
#content {
	background: #FFE300;
	color: black;
	padding: 20px;
}
#content p {
	margin-top: 2px;
	margin-bottom: 15px;
}
.inline_menu {
	list-style: none;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 15px;
	text-align: center;
}
#content a {
	font-weight: bold;
	color: red;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#c_right {
	border-left: 2px solid #FFE300;
	width: 250px;
	background: black;
	color: #FFE300;
	padding: 15px;
	padding-bottom: 0px;
	margin-left: 20px;
}
#c_right h2 {
	font-size: 24px;
	line-height: 22px;
	padding: 1px;
	letter-spacing: -3px;
	color: #FFE300;
	text-transform: uppercase;
}
#c_right h3 {
	font-size: 18px;
	line-height: 16px;
	padding: 1px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FFE300;
}
#c_right .c_box {
	margin-top: 10px;
	margin-bottom: 20px;
	background: #303030;
	padding: 2px;
}
form ul {
	list-style: none;
}
#c_right .c_box li {
	border: 1px solid #FFE300;
	margin-bottom: 2px;
	padding: 2px;
}
#c_right .c_box label {
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	position: absolute;
	width: 235px;
	cursor: text;
	color: #FFE300;
}
#c_right .c_box input {
	background: #222;
	color: white;
	padding: 2px;
	width: 235px;
}
#c_right .c_box input:focus, #c_right .c_box textarea:focus, #c_right .c_box select:focus {
	background: #000;
}
#c_right .c_box input.submit {
	background: #222;
	color: white;
	padding: 2px;
	width: 240px;
}
#c_right .c_box input.submit:hover, #c_right .c_box input.submit:focus {
	background: #FFE300 url('images/menu_bg.gif') top repeat-x;
	color: black;
	cursor: pointer;
}
#c_right .c_box select {
	background: #222;
	color: #FFE300;
	padding: 2px;
	font-size: 12px;
	width: 240px;
}
#c_right .c_box select option.yellow {
	color: #FFE300;
}
#c_right .c_box textarea {
	background: #222;
	color: white;
	padding: 2px;
	width: 235px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

form fieldset.main {
	float: left;
	width: 450px;
}
form fieldset.main.mr {
	margin-right: 40px;
}
form ol {
	list-style: none;
}
form ol li {
	border: 1px solid #222;
	margin-bottom: 2px;
	color: black;
	height: 26px;
	background: #FFE300 url('images/menu_bg.gif') center repeat-x;
}
form ol li.mltext {
	height: 100px;
	background: #FFE300 url('images/menu_bg.gif') top repeat-x;
}
form ol li input.text {
	border: 1px solid #FFE300;
	padding: 4px;
	background: #FFE300;
	width: 214px;
	color: black;
	#margin-top: -1px;
}
form ol li input.text:focus {
	background:  #FFE300 url('images/menu_bg.gif') top repeat-x;
	border: 1px solid #FFA800;
}
form ol li input.text:hover {
	border: 1px solid #FFA800;
}
form ol li input.text.long {
	width: 314px;
}
form ol li input.text.short, form ol li input.radio {
	width: 114px;
}
form ol li input.text.phone {
	width: 54px;
	border-right: 1px solid #222;
}
form ol li input.text.phone2 {
	width: 146px;
	border-left: 1px solid #222;
}
form ol li label {
	display: block;
	float: left;
	width: 211px;
	padding: 6px;
	font-size: 11px;
	line-height: 14px;
	border-right: 1px solid #222;
}
form ol li div.radio label {
	display: inline;
	float: none;
	width: auto;
	padding: 4px;
	#padding: 0px;
	font-size: 11px;
	line-height: 14px;
	margin-left: 10px;
	border-right: 0px;
}
form ol li label.full {
	background: #FFE300 url('images/menu_bg.gif') center repeat-x;
	float: none;
	width: auto;
	border-right: 0px;
	border-bottom: 1px solid #222;
}
form ol li label.long {
	width: 311px;
}
form ol li label.medium {
	width: 241px;
}
form ol li label.short {
	width: 111px;
}
form ol li div {
	border: 1px solid #FFE300;
	padding: 4px;
	#padding: 2px;
	background: #FFE300;
	width: 214px;
	color: black;
	display: block;
	float: right;
	margin: 0px;
	text-align: right;
}
form ol li div.radio {
	width: 114px;
	text-align: center;
}
form ol li div.date {
	width: 222px;
	padding: 0px;
}
form ol li div.date.medium {
	width: 192px;
	padding: 0px;
}
form ol li div.select {
	width: 222px;
	padding: 0px;
}
form ol li div.select.short {
	width: 122px;
	padding: 0px;
}
form ol li div select {
	width: 220px;
	padding: 2px;
	#padding: 4px;
	border: 1px solid #FFE300;
	margin-right: 1px;
	background: #FFE300;
	color: black;
}
form ol li div.select.short select {
	width: 122px;
}
form ol li div.date select {
	width: 60px;
}
form ol li div select:focus, form ol li textarea:focus {
	background:  #FFE300 url('images/menu_bg.gif') top repeat-x;
	border: 1px solid #FFA800;
}
form ol li div select:hover, form ol li textarea:hover {
	border: 1px solid #FFA800;
}
form ol li textarea {
	border: 1px solid #FFE300;
	padding: 4px;
	background: #FFE300;
	width: 437px;
	height: 63px;
	color: black;
	#margin-top: -1px;
}
form div.submit {
	height: 26px;
	text-align: center;
}
form div.submit input {
	border: 1px solid #222;
	margin-bottom: 2px;
	color: black;
	height: 26px;
	width: 300px;
	background: #FFE300 url('images/menu_bg.gif') center repeat-x;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
form div.submit input:hover {
	border: 1px solid #FFA800;
	background: #FFE300 url('images/menu_bg.gif') top repeat-x;
}

ul.list {
	margin-top: 10px;
}

ul.list, ul.list ul {
	margin-left: 25px;
}

#footer {
	border-top: 2px solid #FFE300;
	background: black;
	color: #FFE300;
	padding-top: 7px;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 12px;
}
#footer a {
	color: #FFE300;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
.inline_menu li {
	display: inline;
}
.inline_menu a {
	border-left: 1px solid black;
	padding: 0px 5px;
}
.inline_menu a.first {
	border-left: 0px;
}
td {
	padding: 3px;
	background: #FFE300 url('images/menu_bg.gif') center repeat-x;
	margin: 3px;
}
th {
	padding: 3px;
	background: #ffcc00 url('images/menu_bg.gif') top repeat-x;
	margin: 3px;
}
table {
	border: 1px solid #222;
}

.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.ta_center {
	text-align: center;
}
