@charset "UTF-8";

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 {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

body {
background:#000 none repeat scroll 0%;
font-family: Arial, Helvetica, sans-serif;
line-height:1;
font-weight:bold;
font-size: 12px;
margin:0pt;
height:100%;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}

h1 {color:gray; font-size:20pt; text-transform:uppercase;}
h2 {color:tan; font-size:15pt; text-transform:uppercase;}
p {color:tan; font-size:11pt; margin-left:15px; margin-top:15px; margin-bottom:15px; letter-spacing:0.1em;}
a:link {color:gray}
a:visited {color:tan}
a:hover {color:tan}
a:active {color:white}

.notice { 
	position:absolute;
	right:0;
	color:black;
	background-color:burlywood;
	font-size:6pt;
	text-transform:uppercase;
	letter-spacing:0.4pt;
	white-space: nowrap;
	border-style:double;
	border-width:3px;
	border-color:darkgoldenrod;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.formElem { 
	background-color:burlywood;
	font-size:10pt;
	border-style:solid;
	border-width:1px;
	border-color:darkgoldenrod;
	position:relative; top:-2px; left:5px;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:burlywood;
border:3px double darkgoldenrod;
z-index:2;
padding:12px;
font-size:13px;
}

#popupContact h1{
text-align:center;
color:#000;
font-size:22px;
font-weight:700;
border-bottom:1px dotted darkgoldenrod;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContact p{
text-align:left;
color:#000;
font-size:12px;
font-weight:700;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#900;
font-weight:700;
display:block;
}

#button{
text-align:center;
margin:20px;
}

#button a {
width: 200px; /* remove for variable width */
display: inline-block;
text-decoration: none;
}
#button ul {
margin: 0;
padding: 0;
list-style: none;
}
#button ul li {
list-style-type: none;
background: none;
}
#button ul li a, #button ul li a:visited { /* default */
margin: 0 0 5px 0;
padding: 0 15px 0 15px;
line-height: 32px; /* 2x border value */
color: #000;
background: burlywood;
font-family: 'Arial Black', Impact, sans-serif;
font-size: 16px;
text-transform: uppercase;
letter-spacing: .06em;
-moz-border-radius: 16px;
-khtml-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
}
#button ul li a:hover {
color: sienna;
background: blanchedalmond;
}