/* Core stylesheets */
@import url("default.css");

/* Site styles */
body {
	background: #afafaf;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	color: #302a2a;
}

a, a:link, a:visited, a:active {
	color: #302a2a;
	text-decoration: none;
}

p {
	line-height: 1.3em;
}

p, h2 {
	margin: 0 0 1.2em 0;
}

h1 {
	margin: 0 0 1.1em 0;
	font-size: 1.25em;
	line-height: 1.3em;
}

h2 {
	font-weight: normal;
}

h1, .results-found p, p.latest-updates, .content-intro p, .content-intro, input.txt, .content-contact a, .content-contact, .content-confirmation, .content-footer {
	color: #2e2e2e;
}

div.hr.small {
	width: 338px !important;
}

/* All elements with white opacity */
.title-bar .top, .title-bar .content, div.hr, .paginator li.bar, .latest-update, .intro-box, .nav-supp, .content-contact, .subscribe-content, .content-confirmation, .content-footer, .results-found {
	background: white;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.content-footer {
	width: 491px;
}

.results-found {
	width: 501px;
	margin-top: 1px;
	padding: 7px 0 9px 18px;
}

/* Site structure */
#wrap, #image-holder {
	position: absolute;
	top: 0; left: 0;
}

#image-holder {
	overflow: hidden;
	top: 0; left: -370px;
}

#wrap {
	width: 100%; height: 100%;
	z-index: 2;
}

#header {
	width: 649px; height: 49px;
	padding: 1px 0 0 1px;
}

#branding {
	width: 389px; height: 49px;
	background: url('../img/branding.png');
	float: left;
}
* html #branding {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/img/branding.png", sizingMethod="crop");
}

#search-box {
	width: 250px; height: 42px;
	float: right;
	background: url('../img/search-bg.png') no-repeat;
	padding: 7px 0 0 9px;
}

#main {
	height: 100%;
}

/* Form styles */
input.txt {
	width: 183px; height: 16px;
	background: white;
	border: 1px solid #c9c9c9;
	vertical-align: middle;
	padding: 1px 0 0 3px;
}
.subscribe input.txt {
	width: 290px;
	color: #302a2a;
}

#search-form input.btn {
	width: 44px; height: 19px;
	background: url('../img/search-btn.png') no-repeat;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}
* html #search-form input.btn {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/img/search-btn.png", sizingMethod="crop");
}

/* Main navigation */
#nav {
	width: 649px; height: 50px;
	padding: 1px 0 0 1px;
}

#nav ul li {
	float: left;
	margin-left: 1px;
}

#nav ul li.nav-home {
	margin-left: 0;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	display: block;
	width: 120px; height: 42px;
	padding: 7px 0 0 9px;
	background: url('../img/nav-tab.png');
	color: #2e2e2e;
}

#nav ul li.nav-home a {
	background-image: url('../img/nav-tab-home.png');
}

#nav ul li.nav-contact a {
	background-image: url('../img/nav-tab-contact.png');
}

#nav ul li a:hover, #nav ul li.active a {
	background-position: 0 -49px;
	color: #626262;
}

/* Content boxes */
.box {
	width: 519px;
	position: absolute;
	top: 150px; left: 130px;
}

.box-content, .search-result {
	width: 519px;
	background: url('../img/box-content-bg.png');
	margin-top: 1px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.content-confirmation {
	margin-top: 1px;
	min-height: 220px;
	height: auto !important;
	padding: 9px 230px 0 18px;
}

* html .content-confirmation { height: 220px;}

.content-footer {
	margin-top: 1px;
	padding: 9px 10px 10px 18px;
}

.title-bar {
	cursor: pointer;
}

.title-bar .top, div.hr {
	width: 517px; height: 1px;
	margin-left: 1px;
}

*html .title-bar .top {
	display: inline;
}

.title-bar .content {
	height: 3em;
	padding: 5px 40px 9px 18px;
	position: relative;
}

.title-bar h1 {
	margin-bottom: 0.1em;
}

.title-bar p {
	margin: 0; padding: 0;
	color: white;
}

.title-bar .close {
	width: 30px; height: 30px;
	background: url('../img/box-close.gif') no-repeat 23px 1px;
	position: absolute;
	top: 8px; right: 9px;
	height:8px;
}

/* Active states for content boxes */
.title-bar.active .top {
	width: 517px;
	background: #2e2e2e;
	margin-left: 1px;
}

.title-bar.active .content {
	background: #2e2e2e;
}

.title-bar.active .close {
	background: url('../img/box-close.gif') no-repeat 23px -7px;
}

.title-bar.active a, .title-bar.active a:link, .title-bar.active a:visited, .title-bar.active a:active, .title-bar.active h1, .title-bar.active p {
	color: white;
}

/* Latest updates */
.latest-update {
	margin-top: 1px;
	width: 501px;
	padding: 8px 0 11px 18px;
}

.latest-update div.col-1 {
	width: 34px;
	float: left;
}

.latest-update div.col-2 {
	width: 380px;
	float: left;
}

.latest-update p {
	margin: 0;
}

/*.latest-update .col-1 {
	width: 264px;
	float: left;
	padding: 9px 25px 0 10px;
}

.latest-update .col-2 {
	width: 159px;
	float: right;
	padding: 9px 10px 0 10px;
	font-style: italic;
	color: #747272;
}
*/

.latest-update a, .latest-update a:link, .latest-update a:visited, .latest-update a:active, .content-contact a, .content-contact a:link, .content-contact a:visited, .content-contact a:active, .content-main a, .content-main a:link, .content-main a:visited, .content-main a:active {
	border-bottom: 1px dotted #757474;
}

.intro-box {
	width: 501px;
	padding: 16px 0 9px 18px;
	margin-top: 1px;
}

.content-intro {
	padding-right: 110px;
}

.content-intro p, .content-intro {
	font-size: 1.25em;
	margin-bottom: 0.75em;
}
p.latest-updates {
	margin: 0;
	
}

.credits {
	padding: 10px 0 14px 0;
}

.credits p, .credits h2, .credits {
	font-style: italic;
	color: #4d4d4b;
}

.credits a {
	color: #4d4d4b;
	border-bottom: 1px dotted #4d4d4b;
}

/* Accessibility menu */
.nav-supp {
	margin-top: 1px;
	zoom: 1;
}

.nav-supp ul {
	height: 24px;
	padding-left: 9px;
}

.nav-supp li {
	display: block;
	float: left;
	margin-right: 9px;
	line-height: 24px;
	background: url('../img/nav-supp.gif') no-repeat 0 8px;
	padding-left: 9px;
}
.nav-supp li.copy {
	background: none;
}

.nav-supp a, .nav-supp a:link, .nav-supp a:visited, .nav-supp a:active, .nav-supp li {
	color: #747272;
}

.nav-supp a:hover {
	border-bottom: 1px dotted #777777;
}

/* Secondary navigation */
.nav-secondary {
	width: 169px;
	padding: 13px 0 10px 10px;
	float: left;
}

.nav-secondary ul li {
	line-height: 20px;
}

.nav-secondary a, .nav-secondary a:link, .nav-secondary a:visited, .nav-secondary a:active {
	color: #747272;
}

.nav-secondary a:hover, .nav-secondary ul li.active a {
	color: #2e2e2e;
	border-bottom: 1px dotted #767676;
}

.nav-secondary ul li.active a {
	font-weight: bold;
}

.nav-secondary ul li.active ul a, .nav-secondary ul li.active ul a:link, .nav-secondary ul li.active ul a:visited, .nav-secondary ul li.active ul a:active {
	margin-left: 6px;
	border: none;
	font-weight: normal;
}

.nav-secondary ul li ul,.nav-secondary ul li ul li ul{display:none;}
.nav-secondary ul li.active ul,.nav-secondary ul li.active ul li.active ul{display:block;}


.nav-secondary ul li.active ul a:hover, .nav-secondary ul li.active ul li.active a {
	border-bottom: 1px dotted #767676;
}

/* Search results */
h1.search-results, .results-found p {
	margin-bottom: 0;
}

.search-result .col-1 {
	width: 145px;
	float: left;
	padding: 9px 16px 0 18px;
}

.search-result .col-2 {
	width: 268px;
	float: right;
	padding: 9px 50px 0 0;
}

.search-result a, .search-result a:link, .search-result a:visited, .search-result a:active {
	color: #302a2a;
	font-weight: bold;
	border-bottom: 1px dotted #777777;
}

.search-result a:hover, .latest-update a:hover, .content-contact a:hover, .credits a:hover, .content-main a:hover {
	border-bottom-style: solid;
}

/* Contact page */
.content-contact a {
	font-weight: bold;
}

.content-contact {
	width: 501px;
	margin-top: 1px;
	padding: 9px 0 0 18px;
}

.content-contact.info {
	padding-bottom: 18px;
}

.content-contact.join {
	padding: 5px 0 10px 18px;
}

.content-contact.join h1 {
	margin-bottom: 0.05em;
}

.content-contact.join p {
	margin-bottom: 0;
	width: 339px;
}
span.error {
	color:#ff0000;
}

.content-contact .col-1 {
	width: 182px;
	float: left;
}

.content-contact address {
	margin-bottom: 14px;
}

.subscribe-box {
	padding-top: 1px;
}

.subscribe {
	width: 339px;
	float: left;
}

.subscribe-content {
	padding: 7px 0 0 16px;
	height: 27px;
}

.subscribe-btn {
	width: 179px; height: 35px;
	float: right;
	color:white;
	background: url('../img/subscribe-btn.png') 0 -35px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	border: 0;
	cursor: pointer;
}

.subscribe-btn:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.s-button {
	width: 178px; height: 35px;
	float: right;
	padding-left: 1px;
}

/* Content styles */
.col-right {
	width: 339px;
	float: right;
}

.content-main {
	padding: 16px 50px 0 22px;
}

.content-media {
	padding: 10px 10px 0 22px;
	border-bottom: 1px solid #747272;
}

.content-main ul, .content-main ol {
	margin-bottom: 10px;
}

.content-main ul li, .content-main ol li {
	list-style-position: inside;
	list-style-image: none;
}

.content-main ul li {
	list-style-type: disc;
}

.content-main ol li {
	list-style-type: decimal;
}

/* Paginator */
.paginator ol {
	height: 25px;
	margin-top: 1px;
}

.paginator li {
	float: left;
	height: 25px;
	margin-right: 1px;
}

.paginator li.bar {
	margin-right: 0;
}

.paginator li a, .paginator li a:link, .paginator li a:visited, .paginator li a:active {
	display: block;
	width: 24px; height: 25px;
	line-height: 24px;
	color: #2e2e2e;
	text-align: center;
	background: url('../img/paginator-tab.png');
}

.paginator li a:hover, .paginator li.active a {
	background: url('../img/paginator-tab.png') 0 -25px;
}

/* Download list */
.downloadList {
	padding-top: 10px;
}

.content-main .downloadList li {
	list-style: none;
}

.downloadList li {
	line-height: 20px;
	font-size: 0.9em;
}

.downloadList li a, .downloadList li a:link, .downloadList li a:active, .downloadList li a:visited {
	font-weight: bold;
	border-bottom: 1px dotted #363433;
}

.downloadList li a:hover {
	border-style: solid;
}