/* CSS Document */

.tabs-nav li {
    float: left;
}
html {
    overflow-y: scroll;
}

* {
	padding: 0px;
	margin: 0px;
}
#header {
	background: transparent url(../images/header.jpg) scroll repeat-x;
	overflow: hidden;
}
#header #title, #header #header_banner, #content_wrapper {
	width: 900px;
	margin: 0px auto;
}
#header #title {
	height: 70px;
}
#header #header_banner #explanation {
	margin-top: 25px;
	width: 420px;
	float: left;
}
#main_content {
	background: url(../images/grey_fade.jpg) scroll repeat-x;
	height: 121px;
	border-top: 0.1em solid #777;
}
#content_wrapper {
	margin-top: 20px;
}


#header #title h1 {
	color: white;
	padding-top: 15px;
	font-family: "Lucida Sans", Tahoma, Verdana, Arial;
	float: left;
}
#header .c-button {
	float: right;
	margin: 21px 5px 0px 0px;
}
a {
	outline: none;
}


h2 {
	color: #CFFEFE;
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 15px;
	font-family: "Lucida Sans", Tahoma, Verdana, Arial;
	margin-bottom: 10px;
	text-shadow: 2px 2px 6px #aaa;
}
h3, h4 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	color: #003366;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-shadow: -1px 1px 2px #bbb;
}
h4 {
	font-size: 1.2em;
	margin-top: 15px;
	border: none;
}
#explanation p {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	color: white;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 13px;
}
#explanation p a, #explanation p a:visited {
	color: #efefef;
	text-decoration: none;
}
#explanation p a:hover, #explanation p a:visited:hover {
	color: white;
	text-decoration: underline;
}


p, #main_content li {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	color: 000;
	font-size: 0.9em;
}


.accordion a.heading {
	display: block;
	padding: 3px 0px;
	outline: none;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	color: #003366;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.accordion li {
	list-style-type: none;
}

/*
button.g-button {
	padding: 6px 10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #999;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 70%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
	color: #222;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	-moz-box-shadow: 7px 7px 5px #999; 
	-webkit-box-shadow: 0px 0px 3px #ddd; 
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial;
}
*/

.c-button {
	padding: 5px 9px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 0px 1px #eee;
	-moz-box-shadow: 0px 0px 5px #eee; 
	-webkit-box-shadow: 0px 0px 5px #eee;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 105%;
}
.c-button:hover {
	-moz-box-shadow: 0px 0px 5px #ff9; 
	-webkit-box-shadow: 0px 0px 5px #ff9;
	color: #FFFF99;
	border: 1px solid #ff9;
}