/* Dreamweaver = UGLY */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/tail-top.gif) left top repeat-x #090909;
	font-family: Arial;
	font-size: 100%;
	line-height:.9375em;
	color:#aaaaaa;
}

input, textarea {
	font-family: Arial;
	font-size: 1em;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}

.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

.wrapper, block {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}

p {
	margin-bottom: 15px;
}

h1 {
	text-shadow: 0 1px 0 #000;
}

/*==================forms====================*/
input, select {
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

#search-form input.text {
	width: 160px;
	border: none;
	padding: 3px 3px 3px 4px;
	color:#000;
	margin-right: 3px;
	background: url(images/search-text.gif) no-repeat right top;
}
#search-form input.submit {
	background: none;
	border: none;
	font-weight: bold;
	font-size:.91em;
	color:#fff;
}
#search-form input.sign {
	background: url(images/sign-button.gif) no-repeat left top;
	width: 108px;
	height: 40px;
	border: none;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 1px;
}
#search-form input.account {
	background: url(images/account-button.gif) no-repeat left top;
	width: 108px;
	height: 40px;
	border: none;
	color:#fff;
	font-size:.91em;
	font-weight: bold;
	display: inline-block;
}
#search-form p {
	margin: 0;
	font-size:.91em;
	color:#202020;
	text-align: center;
	padding: 5px 0 0 0;
}
#search-form p a {
	color:#202020;
	text-decoration: none;
}
#search-form p a:hover {
	color:#fff;
}
/*==================LightBox====================*/
#lightbox{	position: absolute;	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: auto;
	height: auto;
}
#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data: image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink: visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink: visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}

#imageData{	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption{
	font-weight: bold;	}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;  padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*==================list====================*/
ul {
	list-style: none;
}

/*
.top-nav1 {
	width: 100%;
	overflow: hidden;
	padding: 57px 0 0 0;
}
.top-nav1 li {
	display: inline;
}
.top-nav1 li a {
	float: left;
	color:#5c5b5b;
	font-weight: bold;
	text-decoration: none;
	background: url(images/divider.gif) no-repeat left 3px;
	padding: 0 16px 0 17px;
}
.top-nav1 li a:hover {
	color:#bbb;
}
.top-nav1 li a.current {
	color:#bbb;
}
.top-nav1 li a.first {
	padding-left: 70px;
	background: none;
}
.top-nav1 li a.last {
	float: right;
	color:#fa9402;
	background: none;
	padding-right: 37px;
}
.top-nav1 li a.last:hover {
	text-decoration: underline;
}
*/

.top-nav2 {
	width: 100%;
	overflow: hidden;
	padding: 84px 0 0 0;
}
.top-nav2 li {
	display: inline;
}
.top-nav2 li a {
	text-decoration: none;
	color:#6d6c6c;
	font-weight: bold;
	background: url(images/divider.gif) no-repeat left 3px;
	padding: 0 14px 0 16px;
}
.top-nav2 li a:hover {
	color:#77be04;
}
.top-nav2 li a.current {
	color:#77be04;
}
.top-nav2 li a.first {
	background: none;
	padding-left: 25px;
}
.top-nav2 li a.last {
	padding-right: 5px;
}

.nav {
	width: 120%;
	overflow: hidden;
	padding: 8px 0 0 0;
}
.nav li {
	float: left;
	margin-left:-2px;
	background: url(images/divider1.gif) no-repeat left top;
}
.nav li a {
	float: left;
	padding: 15px 18px;
	color:#cccccc;
	text-decoration: none;
	font-size: 12.5px;
	margin: -8px 3px 0 3px;
}
.nav li a:hover, .nav li a:active {
	color: #ffffff;
	background: url('images/nav-hover.gif') repeat-x;  
}
.nav li a.current {
	color:#ffffff;
	background: url('images/nav-blue.gif') repeat-x;
	margin-top: -7px;
}

.list1 li {
	background: url(images/line-hor.gif) left bottom repeat-x;
	padding: 0 0 10px 0;
	margin-bottom: 9px;
	line-height: 1em;
}
.list1 li a {
	display: block;
	background: url(images/arrow1.gif) no-repeat left 3px;
	padding: 0 0 0 12px;
	text-decoration: none;
	color:#fafafa;
}
.list1 li a:hover {
	color:#fa9402;
}
.list1 li.last {
	background: none;
}

.list2 li {
	cursor: pointer;
	overflow: hidden;
	background: url(images/line-hor1.gif) left bottom repeat-x;
	padding: 10px;
	line-height: 1em;
	color:#a0a1a1;
}
.list2 li:hover {
	background: #252528 !important;
}
.list2 li.last {
	background: none;
}
.list2 li img {
	float: left;
	margin-right: 11px;
}
.list2 li a, .orange a {
	color:#fa9402;
	font-weight: bold;
	text-decoration: none;
	font-size:.91em;
}
.list2 li a:hover, .orange a:hover {
	text-decoration: underline;
}
.list2 li p {
	margin: 0;
	height: 40px;
}

.orange {
	margin: 0 0 10px 10px;
}

.pages {
	margin-top: 10px;
	color: #fff;
}
.page {
	padding: 3px 5px;
	background: #414143;
	font-weight: bold;
	border: 1px solid #68686B;
	margin: 0 2px;
	color: #aaaaaa;
}
span.page {
	color: #fff;
}
a.page:hover {
	background: #515151;
	border: 1px solid #1A82CD;
	text-decoration: none !important;
}

.quote {
	background: url('images/quote_start.gif') no-repeat 1% 5% #1b1b1d;
}
.quote_end {
	background: url('images/quote_end.gif') no-repeat 99% 95%;	padding: 3% 6%;
}

.list3 {
	width: 100%;
	overflow: hidden;
}
.list3 li {
	float: left;
	margin-right: 5px;
	color:#fff;
}
.list3 li img {
	margin-bottom: 5px;
}
.list3 li.last {
	margin-right: 0;
}
.list3 li strong {
	color:#1A82CD;
}

.list4 {
	width: 100%;
	overflow: hidden;
}
.list4 li {
	float: left;
	background: url(images/line-ver.gif) right top no-repeat;
	width: 214px;
	font-size: 1.1em;
	padding-bottom: 12px;
}
.list4 li img {
	opacity: 0.8;
	filter: alpha(opacity=90);  -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;
}
.list4 li img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.list4 li.last {
	background: none;
	width: 212px;
}
.list4 li strong {
	color:#fff;
	line-height: 24px;
}
.list4 li strong a {
	color:#fff;
	text-decoration: none;
}
.list4 li strong a:hover {
	color: #ccc;
}
.list4 li p {
	margin: 0;
	padding: 8px 0 0 10px;
}

.list5 {
	margin-top: 5px;
}
.list5 li {
	width: 100%;
	overflow: hidden;
	background: url(images/line-hor2.gif) left bottom repeat-x;
	padding-bottom: 6px;
	clear: both;
}
.list5 li.last {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.list5 li img {
	float: left;
	margin: 0 15px 0 0;
}
.list5 li p {
	margin-bottom: 10px;
}
.list5 .bullets p, .list5 .bullets li {
	width: auto;
	background: url("images/arroww.png") no-repeat scroll left 5px transparent;
	padding: 0 0 0 12px;
	margin: 0px;
}
.list5 li h5 a {
	color: #1A82CD;
}
.list5 li a {
	color:#fa9402;
	font-weight: bold;
}
.list5 li h5 a, .list5 li .title a {
	font-weight: bold;
}
.list5 li a:hover {
	text-decoration: underline;
}
.list5 li span a {
	color:#fff;
}
.list5 h3 {
	margin-top: 7px;
}
.list5 .style3, .list5 li .title {
	font-size: 16px;
	margin-top: 8px;
}
.list5 .title {
	font-size: 1.1em;
	color:#CCCCCC;
	margin: 6px 0 2px 0;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}
.list5 .description {
	float: right;
	padding-top: 9px;
}
.list5 .style12 {
	font-weight: bold;
	color: #FA9402;
}

.list6 {
	width: 100%;
	overflow: hidden;
}
.list6 li {
	float: left;
	background: url(images/line-ver.gif) right top no-repeat;
	width: 126px;
	font-size: 1.1em;
	padding-bottom: 12px;
}
.list6 li.last {
	background: none;
	width: 100px;
}
.list6 li strong {
	color:#fff;
	line-height: 24px;
}
.list6 li strong a {
	color:#fff;
	text-decoration: none;
}
.list6 li strong a:hover {
	text-decoration: underline;
}
.list6 li p {
	margin: 0;
	padding: 8px 0 0 10px;
}

.list7 {
	width: 100%;
	overflow: hidden;
}
.list7 li {
	float: left;
	background: url(images/line-ver.gif) right top no-repeat;
	width: 640px;
	font-size: 1.1em;
	padding-bottom: 12px;
}
.list7 li.last {
	background: none;
	width: 100px;
}
.list7 li strong {
	color:#fff;
	line-height: 24px;
}
.list7 li strong a {
	color:#fff;
	text-decoration: none;
}
.list7 li strong a:hover {
	text-decoration: underline;
}
.list7 li p {
	margin: 0;
	padding: 8px 0 0 10px;
}

.footer-nav1 {
	width: 100%;
	overflow: hidden;
	background: url(images/footer-nav1.gif) no-repeat right top;
	text-align: center;
	padding: 9px 0 6px 0;
}
.footer-nav1 li {
	display: inline;
	margin-left:-1px;
}
.footer-nav1 li a {
	color:#757474;
	background: url(images/divider.gif) no-repeat left 2px;
	padding: 0 6px 0 6px;
}
.footer-nav1 li a.first {
	background: none;
}
.footer-nav1 li a:hover {
	color:#fff;
	text-decoration: none !important;
}

.footer-nav2 {
	overflow: hidden;
	background: url(images/footer-nav2.gif) no-repeat right top;
	text-align: center;
	padding: 4px 144px 8px 0;
	position: relative;
}
.footer-nav2 .privacy {
	position: absolute;
	right: 10px;
	top: 0;
}
.footer-nav2 .legal {
	position: absolute;
	left: 10px;
}
.footer-nav2 .legal a {
	color: #CCCCCC;
}

.job-nav {
	list-style: circle;
}
.job-nav li {
	list-style: inside circle;
	float: left;
	margin: 0 20px 0 0;
}
.job-nav li a {
	color: #cccccc;
}
.job-nav li a:hover {
	color: #ffffff;
}

/*==================other====================*/
.img-indent {
	margin: 0 20px 0 0;
	float: left;
}
.img-box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.img-box img {
	float: left;
	margin: 0 20px 0 0;
}


/*==================txt, links, lines, titles====================*/
a {
	color:#1A82CD;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.box4 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.92em;
	color:#fff;
	line-height: 1.1em;
	margin-bottom: 21px;
}
h3 {
	font-size: 1.17em;
	line-height: 1.2em;
	color:#060606;
	background: url(images/title-bg.gif) left top repeat-x;
	padding: 10px 0 10px 12px;
	position: relative;
}
h4, .h4 {
	font-size: 1.17em;
	line-height: 1.2em;
	color:#fff;
	margin-bottom: 23px;
}
h5 {
	font-size: 1.1em;
	color:#1A82CD;
	margin: 6px 0 2px 0;
	padding-top: 4px;
}
label {
	font-size: 1.1em;
	color:#1A82CD;
	font-weight: bold;
	min-height: 35px;
}
.tr {
	background: #262626; 
}
.tr:hover {
	background: #2B2B2B; 
}
tr.hidden {
	background: #1f1f1f; 
}
tr.hidden:hover {
	background: #222;
}
.tr td {
	padding: 4px; 
}
h6 {
	font-size: 1.1em;
	color:#1A82CD;
	margin: 0 0 5px 0;
}

input[type=text], select, textarea {
	border: 2px solid #1A82CD;
	padding: 3px;
	background: #ffffff;filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E6E6E6');background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E6E6E6));background: -moz-linear-gradient(top,  #ffffff,  #E6E6E6);
	font-weight: bold;
}
input[type=text]:hover, select:hover, textarea:hover {
	background: #eeeeee;
}
input[type=text]:focus, select:focus, textarea:focus {
	background: #ffffff;
	border: 2px solid #ffffff;
}

.link1 {
	background: url(images/bull1.gif) no-repeat left 7px;
	padding: 0 0 0 7px;
	color:#a7eb03;
	font-weight: bold;
	text-decoration: none;
}
.link1:hover {
	text-decoration: underline;
}

.button {
	font-weight: bold;
	text-shadow: 0 1px 0 #aaa;
	background: #C2C2C2;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C2C2C2', endColorstr='#ADA5A5');
	background: -webkit-gradient(linear, left top, left bottom, from(#C2C2C2), to(#ADA5A5));
	background: -moz-linear-gradient(top,  #C2C2C2,  #ADA5A5);
	border: 1px solid #333;
	padding: 2px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	text-decoration: none;
	display: inline-block;
	font-size:.91em;
	text-align: center;
	line-height: 22px;
}
.button:hover {
	color:#000;
	background: #B5B5B5;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#A19999');
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#A19999));
	background: -moz-linear-gradient(top,  #B5B5B5,  #A19999);
}
.button:active {
	background: #ADA5A5;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ADA5A5', endColorstr='#C2C2C2');
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA5A5), to(#C2C2C2));
	background: -moz-linear-gradient(top,  #ADA5A5,  #C2C2C2);
}

.button1 {
	font-weight: bold;
	text-shadow: 0 1px 0 #aaa;
	background: #C2C2C2;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C2C2C2', endColorstr='#ADA5A5');
	background: -webkit-gradient(linear, left top, left bottom, from(#C2C2C2), to(#ADA5A5));
	background: -moz-linear-gradient(top,  #C2C2C2,  #ADA5A5);
	border: 1px solid #333;
	padding: 2px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 0 11px;
	font-size:.91em;
	text-align: center;
	line-height: 22px;
}
.button1:hover {
	color:#000;
	background: #B5B5B5;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#A19999');
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#A19999));
	background: -moz-linear-gradient(top,  #B5B5B5,  #A19999);
}
.button1:active {
	background: #ADA5A5;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ADA5A5', endColorstr='#C2C2C2');
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA5A5), to(#C2C2C2));
	background: -moz-linear-gradient(top,  #ADA5A5,  #C2C2C2);
}

.button2 {
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	background: #333333;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#171616');
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#171616));
	background: -moz-linear-gradient(top,  #333333,  #171616);
	border: 1px solid #666;
	padding: 3px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	border-radius: 3px;
	color:#808081;
	text-decoration: none;
	display: inline-block;
	font-size:.91em;
	text-align: center;
	line-height: 22px;
}
.button2:hover {
	background: #474747;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#292727');
	background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#292727));
	background: -moz-linear-gradient(top,  #474747,  #292727);
	color:#fff;
}
.button2:active {
	background: #171616;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#171616', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#171616), to(#333333));
	background: -moz-linear-gradient(top,  #171616,  #333333);
}

.line-hor {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.title {
	margin-bottom: 20px;
}


/*==================boxes====================*/
.extra-box {
	width: 100%;
	background: url(images/extra-box-bg.gif) left top repeat-x #202022;
}
.extra-box .inner {
	padding: 9px 9px 12px 8px;
}

.top-box {
	background:#424242;
}
.top-box .inner {
	padding: 3px;
}

.description-box {
	background: #4A4A4A;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4A4A4A', endColorstr='#363636');
	background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#363636));
	background: -moz-linear-gradient(top,  #4A4A4A,  #363636);
	width: 100%;
	color:#fff;
	line-height: 1.17em;
	margin-bottom: 10px;
}
.description-box .inner {
	padding: 9px 2px 4px 13px;
}
.description-box .col-1 {
	width: 166px !important;
	margin-right: 19px !important;
}
.description-box .col-1 h1 {
	margin-bottom: 0px;
}
.description-box .col-2 {
	width: 441px !important;
	margin-right: 0 !important;
}
.description-box span {
	color:#060606;
	font-size:.91em;
}

.search-box {
	background: url(images/search-bg.gif) left top repeat-x;
	width: 100%;
	margin-bottom: 9px;
}
.search-box .left {
	background: url(images/search-left.gif) no-repeat left top;
}
.search-box .right {
	background: url(images/search-right.gif) no-repeat right top;
	height: 37px;
}
.search-box .inner {
	padding: 8px 0 0 6px;
}

.search-box1 {
	background: url(images/search1-bg.gif) left top repeat-x;
	width: 100%;
	margin-bottom: 8px;
}
.search-box1 .left {
	background: url(images/search1-left.gif) no-repeat left top;
}
.search-box1 .right {
	background: url(images/search1-right.gif) no-repeat right top;
	height: 78px;
}
.search-box1 .inner {
	padding: 6px 0 0 6px;
}

.title-box {
	position: relative;
	z-index: 10;
}
.title-box .left {
	background: url(images/title-left.gif) no-repeat left top;
	padding-left: 3px;
	position: relative;
}
.title-box .right {
	background: url(images/title-right.gif) no-repeat right top;
	padding-right: 3px;
	position: relative;
}

.title-box1 {
	background: url(images/title1-bg.gif) left top repeat-x #292a2d;
	width: 100%;
	margin-bottom: 3px;
}
.title-box1 .left {
	background: url(images/title1-left.gif) no-repeat left top;
}
.title-box1 .right {
	background: url(images/title1-right.gif) no-repeat right top;
	width: 100%;
	height: 40px;
}
.title-box1 .inner {
	padding: 10px 14px 0 14px;
}
.title-box1 h4 {
	font-size: 1.33em;
}

.box.alt {
	margin-bottom: 10px;
}
.box {
	top:-1px;
	position: relative;
}
.box .bg {
	background:#414143;
	width: 100%;
}
.box .left-bot-corner {
	background: url(images/left-bot-corner.gif) no-repeat left top;
	padding-left: 3px;
}
.box .right-bot-corner {
	background: url(images/right-bot-corner.gif) no-repeat right top;
	padding-right: 3px;
}
.box .border-bot {
	background:#414143;
	height: 4px;
	overflow: hidden;
}
.box .inner {
	padding: 20px 14px 7px 15px;
}

.box1.alt {
	margin-bottom: 10px;
}
.box1 {
	top:-1px;
	position: relative;
}
.box1 .bg {
	background:#1b1b1d;
	width: 100%;
}
.box1 .left-bot-corner {
	background: url(images/left-bot-corner1.gif) no-repeat left top;
	padding-left: 3px;
}
.box1 .right-bot-corner {
	background: url(images/right-bot-corner1.gif) no-repeat right top;
	padding-right: 3px;
}
.box1 .border-bot {
	background:#1b1b1d;
	height: 4px;
	overflow: hidden;
}
.box1 .inner {
	padding: 10px 4px 7px 5px;
}

.box2 {
	width: 100%;
	background: url(images/box2-bg.gif) left top repeat-x #292a2d;
}
.box2.alt {
	margin-bottom: 10px;
}
.box2 .left-top-corner {
	background: url(images/left-top-corner2.gif) no-repeat left top;
}
.box2 .right-top-corner {
	background: url(images/right-top-corner2.gif) no-repeat right top;
}
.box2 .left-bot-corner {
	background: url(images/left-bot-corner2.gif) no-repeat left bottom;
}
.box2 .right-bot-corner {
	background: url(images/right-bot-corner2.gif) no-repeat right bottom; 
}
.box2 .inner {
	padding: 12px 11px 18px 13px;
}

.box3 {
	width: 100%;
	background:#3a3b3e;
}
.box3.alt {
	margin-bottom: 10px;
}
.box3 .left-bot-corner {
	background: url(images/left-bot-corner3.gif) no-repeat left bottom;
}
.box3 .right-bot-corner {
	background: url(images/right-bot-corner3.gif) no-repeat right bottom; 
}
.box3 .inner {
	padding: 3px;
}

.box4 {
	width: 100%;
	background: url(images/box4-bg.gif) left top repeat-x #292a2d;
}
.box4 .left-top-corner {
	background: url(images/left-top-corner4.gif) no-repeat left top;
}
.box4 .right-top-corner {
	background: url(images/right-top-corner4.gif) no-repeat right top;
}
.box4 .left-bot-corner {
	background: url(images/left-bot-corner4.gif) no-repeat left bottom;
}
.box4 .right-bot-corner {
	background: url(images/right-bot-corner4.gif) no-repeat right bottom; 
}
.box4 .inner {
	padding: 12px 11px 19px 13px;
}
.box4 .inner #idc-container-parent h3 {
	color: #aaaaaa;
}
.box4 h4, .box4 .h4 {
	font-size: 1.33em;
}

.footer-box {
	background: url(images/footer-box.jpg) no-repeat left top;
	width: 230px;
	height: 70px;
	color:#000;
	font-weight: bold;
}
.footer-box .inner {
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 1.2em;
}
.footer-box a {
	color:#ddd;
	font-weight: normal;
}

.bbutton {
	display: inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.bbutton:hover {
	text-decoration: none !important;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.bbutton:active {
	position: relative;
	top: 1px;
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.admin .bbutton {
	display: inline-block;	
}

/* Age gate stuff */
input#age {
	border: none;
	font-size: 20px;
	width: 50px;
	margin: 0 10px 0 0;	
}
#errors {
	position: absolute;
	top: 0;
	left: 0;
	background: #FF9191;
	width: 100%;
	padding: 6px 0;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #C95555;
	display: none;
	opacity = 0.9;
	filter: alpha( opacity = 90 );
}

/*header*/
#header .row-1 {
	height: 125px;
	background: url(images/header-bg.jpg) no-repeat left bottom;
}
#header .row-1 .col-1 .indent {
	padding: 34px 0 0 5px;
}
#header .row-1 .col-1 .indent a {
	float: left;
	width: 256px;
	height: 90px;
}
#header .row-2 {  background: url(images/nav-bg.gif) left top repeat-x;
	height: 45px;
}
#header {
	position: relative;
}
#header .thq {
	position: absolute;
	right: 0;
	bottom: 95px;
}
/*content*/
#content {
	background:#1f1f21;
	width: 100%;
	padding: 1px 0 0 0;
}
#content .indent {
	padding: 10px 0 10px 0;
}
#content .indent1 {
	padding: 10px 9px 11px 8px;
}
.row {
	padding: 20px 10px;
	background: url("images/line-hor1.gif") repeat-x scroll left bottom #1D1D1D;
}
.longinput {
	width: 400px; 
}
.label
{
	float: left;
	width: 85px;
	cursor: pointer;
	padding-top: 3px;
}
.input
{
	float: left;
}

/*footer*/
#footer .indent {
	padding: 0 0 0 8px;
}
#footer a:hover {
	text-decoration: underline;
}

/*==========================================*/
