/***global reset***/

a { 
	text-decoration:none;
	}

strong { 
	font-weight:bold;
	}

em { 
	font-style:italic;
	}

* a { 
	position:relative;
	}

a img { 
	border:none; 
	}

/*** headings ***/

h1 {
	font-size: 1.7em;
	color: #d1d1d1;
	letter-spacing:-0.05em;
	}

h2 {
	font-size: 1.3em;
	color: #d1d1d1;
	letter-spacing:-0.05em;
	text-indent: 5px;
	text-shadow: 1px 1px #666;
}

h3 {
	font-size: 1.1em;
	color: #c0c0c0;
	letter-spacing:-0.05em;
	font-style: italic;
	text-indent: 2px;
	}

h1, h2, h3, h4, h5 {
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	}
	
h1 {
	font-family: Marcellus, Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	text-shadow: 1px 1px #666;
	}
	
h5 {
	font-style: italic;
	}

/***general styles***/

* html #wrapper {height:1%;} /*IE6 haslayout*/

body {
	font-family: "Segoe UI", Segoe, "Nimbus Sans L", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #fff8f0;
	background:#060807;
	margin-left: 25px;
	}

blockquote {
	margin: 4em;
	color: #b3b3b3;
	border-left: 2px solid #ccc;
	padding-left: 1em; 
	font-style: italic;
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	}

blockquote a:link,
blockquote a:visited {
	color: #e6e6e6;
	border-bottom: none;
	}

blockquote a:hover {
	color: #fff;
	}

.buffer {
	margin-top: 2em;
	}

.clear {
	clear:both;
	padding: 1em;
	}

.creditfont {
	color: #67bacf;
	}

.subhead {
	font-size: .7em;
	color: #67bacf;
	margin-top: -.75em;
	padding-left: .5em;
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	text-shadow: none;
	}

.hspace {
	padding-bottom: 1em;
	}

.imageright {
	float: right;
	padding-left: .5em;
	}

.smallfont {
	font-size: .8em;
	padding-bottom: .75em;
	}

.smallfont a {
	border-bottom: none;
	}

/***links***/

a:link {
	color: #d1d1d1;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:visited {
	color: #abced7; 
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:hover {
	color: #67bacf;
	text-decoration: none;
	}

a:active {
	position: relative;
	top: 1px;
	}

h1 a:link, 
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: inherit;
	}

#header a {
	border-bottom: none;
	}

/*** back button ***/

a.backbutton {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:20px;
	color:#000;
	text-decoration:none;
	display:block;
	width:120px;
	padding:10px;
	border:1px solid #ddd;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#fff;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	background:-moz-linear-gradient(0% 90% 90deg, #eee, #fff);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	}

a.backbutton:hover {
	color:#abced7;
	border-color:#abced7;
	}

a.backbutton:active {
	background:#4195dd;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
	background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
	}

/***slider***/

#slider-wrapper {
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:20px;
    margin-top:30px;
	}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin:0 auto;
	background:url(../images/slider/loading.gif) no-repeat 50% 50%;
	}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}

#slider a {
	border:0;
	display:block;
	}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}

.nivo-controlNav a.active {
	background-position:0 -22px;
	}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	}

a.nivo-prevNav {
	left:15px;
	}

.nivo-caption {
    text-shadow:none;
	font-size: .8em;
	}

/***rounded corner buttons***/

.rdbuttons {
	height: 45px;
	width: 40%;
	margin: 1em;
	padding: 20px 20px 6px 20px; 
	background: #67bacf; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.rdbuttons p {
	margin-top: .5em;
	}

.rdbuttons a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	}

.rdbuttons a:link, .rdbuttons a:visited {
	color: #192f3b;
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	border-bottom: none;
	}

.rdbuttons a:hover {
	color: #306380;
	}

/***tooltip***/

#simpleTooltip { 
	padding: 10px; 
	border: 2px solid #d1d1d1; 
	background: #060807;
	color: #d1d1d1;
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
	font-size: .8em;
	}

/***layout***/

#wrapper {
	color: #fff8f0;
	font-family: "Segoe UI", Segoe, "Nimbus Sans L", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width:700px;
	max-width:1200px;
	text-align: left;
	margin: auto;
	font-size: 16px;
	}

#header {
	clear:both;
	margin: 2em 0 1em 0;
	}

#footer {
	float: none;
	min-width:700px;
	max-width:1200px;
	width:100%;
	clear:both;
	text-align: center;
	margin: 0 auto;
	padding: 2em 0;
	}