/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 0 0 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


hr { display:block; height: 1px; background: #444; clear: both; margin: 1em 0;}

/* -------------------------------------------------------------- 
   Layout
-------------------------------------------------------------- */

body { background: #000 url(../images/bg_body.jpg) no-repeat top center; text-align: center;}

#page {
	width: 780px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
}

#frontpage #page { margin-top: 60px; }

#pagebody { width:760px; text-align:left; margin: 10px auto; border: 6px solid #666; padding:0; background: #fff url(../images/bg_content.jpg) no-repeat;}
#pagecontent { margin: 10px 20px 50px 20px; background: transparent;}

h1#header { display: block; margin-top: 18px; text-align: center;}

#introduction { width: 760px; margin-left: 10px; }

#footer { clear: both; text-align: right; }

#nav { height: 58px; border-bottom: 1px solid #663300; }
#frontpage #page #nav { border: 0 none; }


/* arrange */
.floatright { margin-left: 1em; float: right; }
.floatleft { margin-right: 1em; float: left; }
.clear { clear: both; }

/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,p,ul,ol,dl,input,textarea { color: #555; font-family: Geneva, Arial, Helvetica, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2 {
  color: #FF6600;
  font-family: "century gothic", futura, sans-serif;
  font-weight: bolder;
  position : relative;
  padding-left : 3px;
  text-align: center;
  letter-spacing: 3px;
}
h3,h4,h5,h6 { color: #000; font-weight: bolder; font-family: "century gothic", futura, sans-serif;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height: 1.2; margin-top: 1em; margin-bottom: 1em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; text-align:center;}
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

.pagetitle { text-transform: uppercase; font-weight: bolder; font-size: 3em;}



/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 0.5em; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a, a:link, a:visited { color: #CC6600; text-decoration: underline; font-weight: bold;}
a:hover, a:active { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin: 0 auto 1.4em auto; margin-bottom: 1.4em; border:0; }
th { border-bottom: 1px solid #999; color: #000; font-family: "arial black", futura, sans-serif; letter-spacing: 2px; text-transform: uppercase; font-weight: bolder; }
td { border-bottom: 1px solid #999; font-weight: bold;}
th,td { padding: 4px 10px 4px 10px; }
tfoot { font-style: italic; }
caption { background: #ffc; }
td p { margin: 0; }


/* Some default classes
-------------------------------------------------------------- */

.small, small { font-size: .8em; }
.large, big { font-size: 1.2em; }
.quiet { color: #443322; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }




/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }




/* Top Navigation
-------------------------------------------------------------- */

#nav  {
	display: block;
}

#nav a {
	display: block;
	float:left;
	height: 58px;
	line-height: 58px;
	font-size: 12px;
	color: #cccccc;
}

#nav a:hover {
	color: #cc0033;
	background: url(../images/nav_hoverarrow.gif) bottom center no-repeat;
}
