@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #0098dc;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.negative-margin-right {
	margin-right: -9px;
}


.negative-margin-left {
	margin-left: -9px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px dotted #333333;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: normal;
	
}

.border {
	border: 1px solid #666666;
}

li {
	padding-top: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #666666;
	margin-bottom: 10px;
	height: 18px;
	padding: 0 5px;

}

.submit input 	{
	text-transform: uppercase;
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #666666;
	height: 20px;
}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #84d6fa;
	border-bottom: 1px dotted #333333;
	}

h6 {
	margin: 0px;
	line-height: normal;
	color: #999999;
	font-size: 26px;
	line-height: 30px;

}

h6 a {
	color: #999999;
	text-decoration: none;

}


h6 a:hover {
	color: #0098dc;
	text-decoration: none;

}



strong {
	font-size: 20px;
	color: #999999;
}

.blue {
	color: #0098dc;
	font-weight: bold;
}


/* ------- LAYOUT ------- */

#wrapper {
	background-image: url(../images/bg-sub.jpg);
	background-repeat: repeat-x;
	min-height: 400px;
}

#top {
	height: 262px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
#sub-container {
	width: 987px;
	margin: 0 auto;
	padding: 38px 0;
}

#menu-container {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	height: 40px;
}

#menu {
	width: 987px;
	margin: 0 auto;
}


#footer-container {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;

	
}
#footer {
	width: 987px;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#footer a {
	text-decoration: none;
	color: #999999;
	
}

#footer a:hover {
	color: #ffffff;
	
}

#left-column {
	float: left;
	display: inline;
	width: 675px;
	padding-right: 50px
	
}

#right-column {
	float: left;
	display: inline;
	width: 262px;
}

