/* LINKS
----------------------------------------------- */

a, a img {
	border: 0;
}
a {
	color: #eea602;
	text-decoration : none;
}
a:hover {
	color: #97b9cf;
	text-decoration: none;
}
#footer a {
	color: #eeeeee;
}
#footer a:hover {
	color: #eea602;
	text-decoration : none;
}
/* TEXT
----------------------------------------------- */

p {
	line-height: 16px;
	padding: 4px 0 4px 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 16px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 10px;
	color: #eeeeee;
	text-transform: uppercase;
	background: url(../images/title_bg.gif) repeat-x;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0 8px 0;
	text-transform: uppercase;
	color: #97b9cf;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 10px;
	color: #d7a010;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.highlight, .yellow {
	color: #eea602;
}
.blue {
	color: #97b9cf;
}
.white {
	color: #ffffff;
}
.centerbig {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
/* LIST ITEMS
----------------------------------------------- */

.list ul {
	margin: 0;
	padding: 10px;
	list-style-type:none;
}
.list ul li {
	margin: 0;
	padding: 0 0 8px 12px;
	background: url(../images/bullet.gif) 0 6px no-repeat;
}
.list ul li a {
	color: #bbbbbb;
	text-decoration: none;
}
.list ul li a:hover {
	color: #eea602;
}
/* FORMS
-------------------------------------------------------------------------------- */

label {
	font-weight:normal;
	display:block;
	margin-top:15px;
	color: #eea602;
	font-size: 11px;
}
form label.first {
	margin: 0;
}
form small {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana;
	display:block;
	color:#666666;
	margin-bottom:15px;
}
form .inputStyle, form textarea, select {
	display:block;
	margin-top:2px;
	margin-bottom:10px;
	padding:3px;
	font-size:11px;
	border:1px solid #000000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
form textarea {
	min-height:100px;
}
fieldset {
	border:1px solid #333333;
	padding:10px 20px 10px 20px;
	width: 452px;
	background: #1a1a1a;
}
.locatorLeft fieldset {
	border:1px solid #333333;
	padding: 0 10px 10px 10px;
	width: 344px;
	background: #222222;
	margin-top: 10px;
}
legend {
	padding:15px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:16px;
	color:#eeeeee;
}
.buttonSubmit {
	display:block;
	border:0;
	width: 100px;
	height: 25px;
	margin: 20px 0 0 20px;
}
.locatorLeft .buttonSubmit {
	display:block;
	border:0;
	width: 100px;
	height: 25px;
	margin: 10px 0 0 10px;
}
table.corenews {
	width: 466px;
	border-collapse: collapse;
	font-size: 10px;
	margin: 4px 0;
	background-color:#262626;
	border:1px solid #333333;
}
table.corenews tr {
	padding: 3px;
	text-align: left;
}
table.corenews td {
	padding: 3px;
	width: 170px;
}
