/* ----------------------------------------------------------------------------
Default 
light blue:   #7ec1e8
dark blue:    #2478a9
---------------------------------------------------------------------------- */
html {
	background:#c7c5bf url(../img/bg-1.png) repeat-x 0 0;
}

h1 {
	color:#fff;
	font:21px 'QuicksandBook', Arial, sans-serif;
	margin-bottom:10px;
}

h6 {
	font:10px 'QuicksandBook', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a {
	text-decoration:none;
	outline: none; /*optional, removes dotted outline on ffx*/
}

a h6 {
	color: #fff;
	font-weight: normal;
	text-decoration:none;
}

a:hover h6 {
	color: #7ec1e8;
}

a.current h6 {
	color:#7ec1e8 !important;
	font-weight: normal;
}

.clear {
	clear:both;
	display:block;
}

h2.page_title {
	display: none;
}

/* ----------------------------------------------------------------------------
Navigation 
---------------------------------------------------------------------------- */

#global_menu a h6 {
	color: #6e6d6a;
	font-weight: normal;
	text-decoration:none;
}

#global_menu a:hover h6 {
	color: #7ec1e8; 
}

#logo {
	border-right:1px solid #9b978f;
  padding: 25px 10px 10px 10px;
}

#logo a {
	background: transparent url(../img/logo.png) no-repeat scroll 0 0;
	color:#54514b;
	display: block;
	font-size: 42px;
	font-weight:normal;
	height: 31px;
	text-indent: -9000px;
	width:175px;
}

#logo a:hover, #logo.active a {
	background-position: 0 -31px;
}

#download_icon {
  padding: 35px 5px 5px !important;
}

#download_icon a {
	background: transparent url(../img/icons/download.png) no-repeat scroll 0 0;
	display: block;
	font-weight:normal;
	height: 25px;
	text-indent: -9000px;
	width:25px;
}

#download_icon a:hover, #download_icon.active a {
	background-position: 0 -25px;
}

#search_icon {
  padding: 35px 5px 5px !important;
}

#search_icon a {
	background: transparent url(../img/icons/search.png) no-repeat scroll 0 0;
	display: block;
	font-weight:normal;
	height: 25px;
	text-indent: -9000px;
	width:25px;
}

#search_icon a:hover, #search_icon.active a {
	background-position: 0 -25px;
}

#main_menu li {
	float: left;
}
.menu {
	border-right: 1px solid #9b978f;
	display: block;
	font: 18px 'QuicksandBook', Arial, sans-serif;
	height: 67px;
	padding: 0 10px;
}
 
.menu span {
	position:relative;
	top:40px;
}

.sub_menu_list {
 display:none;
 margin-left:-15px;
 position:absolute;
 top:66px;
 width:550px;
 z-index:90; /*must be less than img#fancy_img z-index*/
}

.sub_menu a {
	background: url(../img/navfix.gif);
  color: #fff;
  display: block;
  font:18px 'QuicksandBook', Arial, sans-serif;
  padding: 10px 8px 7px;
}

.sub_menu a:hover h6 {
  color: #7ec1e8;
  font-weight: normal;
}

.sub_sub_menu {
  display:none;
  left:0;
  position:absolute;
  width:650px;
}

.sub_sub_menu li {
  display:inline;
  float:left;
}

.sub_sub_menu li a {
  padding: 2px 8px 8px !important;
}

.on,
.hover {
  background: transparent url(../img/bg-blue-grad.png) repeat-x 0 0;
  cursor: pointer;
  color:#000;
}

.active {
	color:#7ec1e8;
}

/* GLOBAL */

#global_menu {
	float:right;
}

#global_menu li {
	display:block;
	float:left;
	font:10px 'QuicksandBook', Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-left:1px;
  padding: 45px 5px 5px 5px;
	text-transform: uppercase;
}

#global_menu span {
	color:#000;
	font: 10px 'QuicksandBold', Arial, sans-serif;
}

#global_menu a:hover {
	color:#09c;
}

/* ----------------------------------------------------------------------------
Page Nav
---------------------------------------------------------------------------- */
h1.left { float: left; margin:8px 12px 0 0;}
.nav li a {
	font: 10px 'QuicksandBook', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.nav { float: left; display: block; margin: 0 0 1px 10px; overflow: hidden; } /* margin: auto; */
.nav li { display: inline; float: left; }
.nav li a { background: #000; color: #fff; display: block; margin-right: 1px; padding: 12px 8px; text-decoration: none }
.nav li a:hover,
.nav li a.active { color:#7ec1e8;}
.nav li a { background: #222 !important }
.nav li a.current { color:#7ec1e8; }




/* ----------------------------------------------------------------------------
Downloads 
---------------------------------------------------------------------------- */

.file_list {
	list-style: none;
	margin-top:40px;
}

.file_list li {
	background-color:#222 !important;
	color:#fff;
	font-size: 11px;
	float:left;
	margin:0 2px 2px 0;
	min-height:42px;
	padding:18px 10px 20px 60px;
	width:106px;
	background-repeat: no-repeat;
	background-position: 7px 15px;
}

.file_list li:hover {
	background-color: #027ba3 !important;
	cursor:pointer;
}

.file_list li:active {
	background-color: #027ba3 !important;
}

#downloads {
	margin:60px auto 0;
	width:930px;
}

#downloads .column {
	float:left;
	margin-right: 10px;
	width:176px;
}

#downloads .download {
	margin: 0 0 10px 0;
}

.download {
  color:#fff;
}

.download:hover,
.download:hover h6 {
	color:#fff !important;
}

.download h2,
.download h2 a {
	color:#333;
	font: 16px/1.2em 'QuicksandBook', Arial, sans-serif;
	margin-bottom:5px;
}

.download h2:hover,
.download h2 a:hover {
	color: #39c !important;
	cursor:pointer;
}

.download h2.on {
	font: 16px/1.2em 'QuicksandBold', Arial, sans-serif !important;
}

.download .list li {
	margin-bottom: 5px;
}

.download .list a,
.download .list a h6 {
	color:#568299;
}

.download .list a {
	font: normal 12px/1.2em 'QuicksandBook', Arial, sans-serif;
}

.download .list a h6 {
	display: inline;
	margin-left: 5px;
}

.download a:hover,
.download a:hover h6 {
	color:#39c;
}

/* ----------------------------------------------------------------------------
Tooltips 
---------------------------------------------------------------------------- */

.tooltips p {
	background: #333;
	color:#fff;
	display: none;
	position: absolute;
	padding: 10px;
	max-width: 200px;
	line-height: 14px;
}

.tooltips strong {
	font-family:'QuicksandBold', Arial, sans-serif;
	font-weight: normal;
}

/* ----------------------------------------------------------------------------
Grid 
---------------------------------------------------------------------------- */

#grid {
	margin:0 auto;
	width:90%;
}

#grid .line {
	margin-bottom: 20px;
}
	

#grid img {
	background: #ccc;
	margin:1px;
	padding:2px;
}

#grid a:hover img {
	background: #7ec1e8;
}

/* ----------------------------------------------------------------------------
News, About, Contact 
---------------------------------------------------------------------------- */

#contact {
	margin: 60px auto 10px;
	
	background: #000 url(../img/bg-metal-black.jpg) 0 0; 
	color: #e6e5e3;
	width: 100%;
	overflow: hidden;
	
}

#contact_page {
	width: 920px;
	margin: 0 auto;
}

form label {
	color: #777;
}

form label.required {
	color: #fff;
}

form label span {
	color: #7ec1e8;
	padding-left: 3px;
}

#info {
	margin: 60px auto 10px;
	width:930px;
}

#info h1 {
	color: #aaa;
	font: normal 60px/1.2em 'QuicksandLight', Arial, sans-serif;
	margin-right: 20px;
	text-align: right;
}

.paging {
	float: left;
	margin: 27px auto 10px;
	width: 885px;
}

.paging ul {
	float: right;
	list-style: none;
}

.paging li {
	font: 10px/1.2em 'QuicksandBook', Arial, sans-serif;
	float: left;
}

.paging li h6 {
	color: #7ec1e8;
}

.newspaging {
	float: none;
	width: 430px;
}

.newspage {
  margin-top:0 !important;
}

.post {
	overflow:hidden;
	margin-bottom: 40px;
}

.post h2 {
	color:#000;
	font: normal 19px/1.2em 'QuicksandBook', Arial, sans-serif;
	margin:5px 0;
	width:450px;
}

.post h3 {
	color:#000;
	font: normal 19px/1.3em 'QuicksandBook', Arial, sans-serif;
	margin:5px 0;	
}

.contact_form {
  margin-top:10px;
}

#contact .post h3 {color:#fff;}

#contact .post h3:first-child {
  margin-top:10px !important;
}

.post p {
	color: #333;
	font: 12px/1.3em 'QuicksandBook', Arial, sans-serif;
	margin: 5px 0 8px;
	width:460px;
}

#contact .post p {color:#ddd;}

.post ul {
	margin: 0 10px;
}

.post ul li {
	line-height: 1.25em;
	list-style: disc;
	margin: 5px 0;
}

.post a {
	font-family:'QuicksandBook', Arial, sans-serif;
	color:#2478a9;
}

.post a:hover {
	text-decoration: underline;
}

.post img {
	-webkit-box-shadow: 3px 3px 6px #A8A4A0;
  -moz-box-shadow: 3px 3px 6px #A8A4A0;
}

.post .links {
	margin:0 !important;
	width:460px;
}

.post .links li {
	display:inline;
	margin-right:10px;
}

.paging li a {
	color:#fff;
	padding:5px;
}

.paging li a:hover {
	background: #ccc;
	color:#39c;
}

.paging .current_page {
	border: #bbb 1px solid;
}

#contact fieldset {
  margin-bottom: 10px;
}
#contact legend {
  color: #fff;
  padding: 2px;
  font-size: 19px;
}
#contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#contact fieldset ol {
  margin: 0;
  padding: 0;
}
#contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#contact fieldset fieldset label {
  display: block;
  width: auto;
}
#contact em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#contact label {
  width: 150px;
}

#contact input {
  width: 200px;
}

#contact textarea {
  width: 203px;
}

div.page {
	position: relative;
	z-index: 90;
}

/* SLIDESHOW */
#slideshow {
  background: #000;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

#slideshow_flash {
	background: #000;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: -1;
}

/* ----------------------------------------------------------------------------
Login 
---------------------------------------------------------------------------- */

#login {
	background: #333;
	color: #fff;
	font-family:'QuicksandBook', Arial, sans-serif;
	margin:60px auto 0;
	padding: 20px;
	width:300px;
}

#login h2 {
	color: #6cf;
	font: normal 16px/1.2em 'FflashvarsBook', Arial, sans-serif;
	margin-bottom: 10px;
}

#login .line {
	margin-bottom: 10px;
}

#login label {
	text-align: right;
	margin-right: 5px;
}

#login .help li {
	margin-top: 5px;
	text-align: right;
}

#login .help a h6 {
	color: #aaa;
}

#login .help li a:hover h6 {
	color: #6cf;
}

.register_list li {
  margin:10px 0;
}

.register_list label {
  display:block;
  float: left;
  width: 120px;
}

.register_list input[type="submit"] {
  margin-left: 120px;
}

/* ----------------------------------------------------------------------------
Search 
---------------------------------------------------------------------------- */

#search_form {
	margin: 10px auto 20px;
	width: 420px;
}

#search_form input.search_text {
	font-size: 17px;
	padding: 3px 3px 5px 3px;
	width: 300px;
}

#search_form input.empty {
	color: #555;
}

#search_form label {
	color: #2478a9;
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}

#search_form input.search_button {
	width: 100px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/search_button.png) no-repeat 0 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#search_form input.search_button:hover {
	background-position: 0 -34px;
}
