/* GENERAL */

html {
	overflow-y: scroll;
}

html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #a6a7ae;
}

#container {
	min-height: 100%;
	margin-bottom: -250px;
	position: relative;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #00a3ff;
}

a:hover {
	text-decoration: underline;
	color: #00a3ff;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

/* HEADER */

div.headerWrapper {
	background-color: #33343a;
	border-top: 4px solid #1f1f23;
	height: 53px;
}

div.header {
	width: 817px;
	margin: 13px auto;
}

h1.logo {
	float : left;
	width : 100px;
	padding : 0 0 0 0;
	margin : 0 0 0 18px;
}

h1.logo a {
	padding : 0;
	margin : 0;
	width : 100px;
	height : 19px;
	background : url(../images/logo.png) no-repeat left top;
	display : block;
}

h1.logo a span {
	display : none;
}

ul.navigation {
	height: 24px;
	width: auto;
	float: right;
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none;
}

ul.navigation li {
	float: left;
	width: auto;
	padding: 0 17px;
	margin: 0;
	background: url(../images/navSeperator.gif) no-repeat left 2px;
}

ul.navigation li:first-child {
	float: left;
	width: auto;
	padding: 0 16px 0 0;
	margin: 0;
	background: none;
}
ul.navigation li a {
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	text-decoration: none;
}
ul.navigation li a:hover {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* GENERAL CONTENT */


div.content {
	width: 817px;
	margin: 0 auto;
}

.contentModule {
	color: #a6a7ae;
	overflow: hidden;
	width: 817px;
	float: left;
	margin-top: 24px;
}

.contentHead {
	background-color: #33343a;
	border-bottom: 1px solid #5f6065;
	height: 49px;
}
	

h2.contentTitle {
	float : left;
	width : 279px;
	padding : 0 0 0 0;
	margin : 15px 0 0 16px;
}

.contentHead a {
	display: block;
	float: right;
	margin: 16px 16px 0 0;
	padding: 0 0 0 0;
}

.contentHead a:link, .contentHead a:active, .contentHead a:visited {
	color: #86878d;
	text-decoration: none;
}

.contentHead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h2.contentTitle a span {
	display: none;
}

.contentMain {
	margin: 0;
	padding: 0;
	height: 278px;
	background-color: #3f4046;
}


/* FOOTER */

.clear {
	height: 249px;
	clear: both;
}

#footer {
	height: 249px;
	position: relative;
}

.footerWrapper {
	background: #3c3d43 url(../images/footerShadow.gif) repeat-x top;
	width: 100%;
	height: 186px;
	margin: 34px 0 0 0;
	border-top: 1px solid #636469;
	float: left;
	clear: both;
}

.footer {
	width: 817px;
	height: 186px;
	margin: 0 auto;
	margin-bottom: 0;
	text-align: left;
}

.footerCol {
	width: 249px;
	float: left;
	color: #82838c;
	margin: 30px 0 0 0;
	padding: 0 0 0 18px;
}

.footerCol h2 {
	font-size: 14px;
	background: url(../images/footerStar.png) no-repeat 0 3px;
	padding: 0 0 0 18px;
	margin: 0;
}

.footerCol ul {
	list-style-type: none;
	line-height: 20px;
	margin: 8px 0 0 2px;
	padding: 0;
	list-style-type: none;
}

.footerCol ul li {
	background: url(../images/footerArrow.png) no-repeat 0 7px;
	padding: 0 0 0 18px;
	margin: 0;
}

.footerCol ul li a:link, .footerCol ul li a:active, .footerCol ul li a:visited {
	color: #777880;
	text-decoration: none;
}

.footerCol ul li a:hover {
	color: #777880;
	text-decoration: underline;
}

p.twitterText {
	height: 66px;
	width: 235px;
	color: #777880;
	margin: 10px 0 0 0;
	padding: 0;
}

p.twitterSub {
	color: #616268;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
}

p.twitterSub a:link, p.twitterSub a:active, p.twitterSub a:visited {
	color: #888990;
	text-decoration: none;
}

p.twitterSub a:hover {
	color: #888990;
	text-decoration: underline;
}

#footer1, #footer2 {
	margin-right: 8px;
}

.bottomWrapper {
	height: 29px;
	width: 100%;
	display: block;
	background-color: #33343a;
	margin: 0;
	float: left;
	clear: both;
}

.bottom {
	width: 817px;
	margin: 0 auto;
	margin-bottom: 0;
	height: 29px;
}

ul.copyright {
	color: #7e7f87;
	float: left;
	margin: 0;
	padding: 6px 0 0 18px;
	list-style-type: none;
}

ul.copyright li {
	width: auto;
	float: left;
	padding: 0;
	padding-right: 9px;
	margin: 0;
}

ul.copyright li a:link, ul.copyright li a:active, ul.copyright li a:visited {
	color : #7e7f87;
	text-decoration: none;
}

ul.copyright li a:hover {
	color : #7e7f87;
	text-decoration: underline;
}

ul.linksFooter {
	color: #7e7f87;
	float: right;
	width: 251px;
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
}

ul.linksFooter li {
	width: auto;
	float: left;
	padding-right: 7px;
}

ul.linksFooter li a:link, ul.linksFooter li a:active, ul.linksFooter li a:visited {
	color : #7e7f87;
	text-decoration: none;
}

ul.linksFooter li a:hover {
	color : #7e7f87;
	text-decoration: underline;
}

a.comName:link, a.comName:active, a.comName:visited {
	color : #9a9ba2 !important;
	text-decoration: none !important;
}

a.comName:hover {
	color : #9a9ba2 !important;
	text-decoration: underline !important;
}

/* CONTACT FORM */


.contact {
	float: left;
}

.contact table tr td {
	padding: 0 20px 5px 0;
}

.contact table tr td input[type="text"], .contact table tr td textarea {
	width: 350px;
	border: 1px solid #cbcccf;
}

ul.error {
	margin: 0 0 25px 3px;
	padding: 0;
}

ul.error li {
	margin: 0;
	padding: 0;
	color: #FF0000;
}

li.okay {
	margin: 0;
	padding: 0;
	color: #00FF00;
}
