@charset "UTF-8";
/* EXIS by Rogue Planet Games, created November 2009 */

/* Layout */

body {
	background: url(img/bg_exis.jpg) top center scroll no-repeat #000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
	text-align: center;
}
#logo {
	width: 269px;
	height: 45px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
#wrapper {
	width: 1017px;
	height: 510px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#wrapperFull {
	width: 1017px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#contentLeft {
	width: 10px;
	min-height: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background: url(img/bg_contentLeft.png) top left no-repeat;
}
#contentMiddle {
	width: 1000px;
	min-height: 300px;
	height: auto;
	margin: 0 7px 0 10px;
	padding: 10px 0 0 0;
	background: url(img/bg_contentMiddle.png) top left repeat-x;
}
#contentMiddleTxt {
	width: 960px;
	min-height: 400px;
	height: auto;
	margin: 0 7px 0 10px;
	padding: 30px 20px;
	background: url(img/bg_contentMiddle.png) top left repeat-x  #000;
	text-align: left;
}
#contentRight {
	width: 7px;
	min-height: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	background: url(img/bg_contentRight.png) top right no-repeat;
}
#btns {
	width: 343px;
	height: 43px;
	margin: 0 auto;
	padding: 150px 0 40px 0;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
img {
	border: 0 none;
}
ul {
	list-style-image: url(img/blt.png);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #71bbff;
	margin-top: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	color: #f1f1f1;
	margin-top: 0;
}

/* Footer */

#footer {
	width: 475px;
	height: 90px;
	margin: 0 auto 40px auto;
	padding: 0;
	color: #444;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
}
#footerTxt {
	width: 245px;
	height: 63px;
	padding: 27px 0 0 0;
	margin-left: 20px;
	float: left;
}
#footerLogo {
	width: 205px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
}
p {
    font-size:14px;
}
#footer p {
	margin: 0;
}

/* Navigation */

ul.dropdown ul {
	padding: 0;
	list-style:none;
	margin: 0;
	height:25px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown li {
	width:auto;
	margin: 0;
	padding: 0;
	display:block;
}
ul.dropdown a, ul.dropdown a:visited{
	display:block;
	text-decoration:none;
}
ul.dropdown li a {
	height: 43px;
	line-height: 43px;
	float: left;
	width: auto;
	display: block;
	color: #71bbff;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 25px;
	font-size: 18px;
	text-transform: uppercase;
}
ul.dropdown ul a {
	padding: 4px 5px 0 25px;
	width: 175px;
	font-size: 12px;
	line-height: 20px;
	height: 25px;
	text-align: left;
	text-transform:none;
	font-size:14px;
}
ul.dropdown li a:hover {
	color: #FFF;
	background: url(img/bg_hover.png) top repeat-x;
}
ul.dropdown ul a:link {
	background: url(img/bg_dropdown.png) repeat;
	color: #fff;
}
ul.dropdown ul a:current {
	background: url(img/bg_dropdown.png) repeat;
	color: #fff;
}
ul.dropdown ul a:visited {
	background: url(img/bg_dropdown.png) repeat;
	color: #fff;
}
ul.dropdown ul a:hover {
	background: #71bbff;
	color: #fff;
}
ul.dropdown a.open {
	background: url(img/bg_navHover.png) top left repeat-x;
	color: #FFF;
}
ul.dropdown li.nodir a:hover {
	background: url(img/bg_hover.png) top repeat-x;
	color: #FFF;
}
ul.dropdown li:hover > a.dir {
	background: url(img/bg_hover.png) top repeat-x;
	color: #FFF;
}
ul.dropdown ul li a:hover > a.dir {
	color: #FFF;
	background: url(img/bg_hover.png) top repeat-x;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul li {
	float:none;
	background:#999;
	border:none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility:visible;
}

/* Links */

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #71bbff;
}
a:active {
	text-decoration: none;
	color: #999;
}

/* Forms */

form span.inputTop {
	background: url(img/bg_formTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 400px;
}
.input {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 15px 10px 10px 10px;
	width: 380px;
	height: 20px;
}
.submit_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	height: 23px;
	width: 101px;
	cursor: default;
	border: none;
	background: url(img/btn_submit.png) no-repeat;
}
.submit_button:hover, .submit_buttonLong:hover {
	color: #71bbff;
}
.submit_buttonLong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	height: 23px;
	width: 131px;
	cursor: default;
	border: none;
	background: url(img/btn_submitLong.png) no-repeat;
}
.error {
	font-size: 12px;
	color: #f00;
}

