@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	font-family: Helvetica, Arial, sans-serif;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 16px;	
}

.margin-top {
	margin-top: 8px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
	padding-bottom: 15px;
	list-style-image: url(../images/bullet.gif);
}

td {
	vertical-align: top;
}

img {
	border: none;
}

textarea, textfield {
	width: 601px;
	padding-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;

}

.rule {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #56433d;;
	clear: both;
	margin-right: -20px;
}

.rule-right {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #56433d;;
	clear: both;
	margin-left: -20px;
}

.border {
	border: 8px solid #56433d;
}

/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 18px;
	font-weight: normal;
}

h6 {
	margin: 0px;
	line-height: normal;
	color: #eba722;
	font-size: 14px;
	font-weight: normal;
}

h6 a {
	color: #eba722;
}

.smaller {
	font-size: 10px;
}

/* ------- LAYOUT ------- */

#type-wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;

}

#type {
	font-size: 10px;
	color: #1b0202;
	position: absolute;
	left: 0px;
	top: 810px;
}

#type h1 {
	font-size: 12px;
	
}

#wrapper {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: center 100px;	
}

#main-container {
	margin: 20px auto 10px auto;
	background-color: #1b0202;
	width: 964px;
	padding: 8px;
	min-height: 700px;
}

#menu {
	float: right;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: right;
}

#flash {
	height: 317px;
	clear: both;
}

#sub-container {
	padding: 20px;
}

#footer {
	margin: 0 auto;
	width: 980px;
	padding-bottom: 15px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	
}

#footer a:hover {
	color: #999999;
	
}

#left-column {
	float: left;
	display: inline;
	width: 641px;
	margin-right: 8px;	
}

#right-column {
	float: left;
	display: inline;
	width: 315px;
}

#right-column-top {
	height: 570px;
}

#right-column-bottom {
	border-top: 8px solid  #1b0202;
	padding: 20px;
	background-color: #56433d;	
}

#title {
	background-image: url(../images/bg-title.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding: 23px;
}

#sub-left-column {
	float: left;
	display: inline;
	width: 360px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	border-right: 1px solid #56433d;
	min-height: 440px;
}

#sub-right-column {
	float: left;
	display: inline;
	width: 200px;
	padding: 20px 0;
}
	
.highlight img {
	border: 1px solid #1b0202;
}

.highlight:hover img {
	border: 1px solid #ffffff;
}

.highlight:hover {
	border: 1px solid #ffffff;
	border: 0px;
}