html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {behavior: url(iepngfix.htc);
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	margin: auto;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 17px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	overflow: auto;
}

#logo {
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	height: 127px;
	z-index: 1;
}

#nav {
	float: left;
	display: inline;
	position: relative;
	width: 942px;
	height: 19px;
	padding: 8px 9px 0 9px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #770002;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 10;
	margin-top: -27px;
}

#nav a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fefefe;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav a.highlight {
	font: 11px Arial, Helvetica, sans-serif;
	color: #770002;
	font-weight: bold;
	text-decoration: none;
}

#main_content {
	float: left;
	display: inline;
	width: 760px;
	min-height: 109px;
	height: auto !important;
	height: 109px;
	padding: 302px 0 33px 9px;
}

h1.title {
	color: #770002;
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	width: auto;
	border: 0;
	padding: 0;
}

#buttons {
	float: left;
	display: inline;
	width: 190px;
	min-height: 159px;
	height: auto !important;
	height: 580px;
	padding-top: 285px;
	overflow:hidden;
	text-align: center;
}

#buttons-home {
	float: left;
	display: inline;
	width: 190px;
	min-height: 159px;
	height: auto !important;
	height: 580px;
	padding-top: 200px;
	overflow:hidden;
	text-align: center;
}

#footer {
	margin: auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fefefe;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	width: 942px;
	height: 18px;
	padding: 11px 9px 0 9px;
	background-image: url(../images/footer_line.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fefefe;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #fefefe;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
	width: auto;
}

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 140px;
}

.mailinglist {
	width: 250px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #000000 !important;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	width: 200px;
}

select {
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 65px;
}

.submit {
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 140px;
	height: 21px;
}

ul {
	margin-left:20px;
	}
	
li {
	list-style:circle;
	padding-left:20px;
	}
/* End of Form Styling */