/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.jpg) no-repeat center top #000;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Navigation *****/

#navdiv {
background: url(../images/navshine.jpg) no-repeat;
width: 960px;
height: 42px;
margin-top: 107px;
}

#navdiv a {
color: #fff;
}

/***** Homepage Content *****/

#maincontainer {
border: solid 1px #2f2f2f;
width: 958px;
height: 517px;
background: #000;
margin: 0;
padding: 0;
}

#flashdiv {
width: 958px;
height: 517px;
_margin-bottom: -3px;
padding: 0;
}

#homecountdown {
color: #fff;
font-size: 3.7em;
padding: 120px;
margin: 0 auto;
text-align: center;
}

/***** New Homepage Content *****/

#maincontainer2 {
border: solid 1px #2f2f2f;
width: 958px;
height: 522px;
background: #000;
margin: 0;
padding: 0;
}

#flashdiv2 {
width: 687px;
height: 522px;
_margin-bottom: -3px;
padding: 0;
float: left;
display: block;
}

#sidebuttons {
float: right;
display: block;
width: 268px;
}

#sidebuttons p {
margin: 0;
padding: 0;
}

#button1, #button2 {
margin: 0 0 3px 0;
}

/***** Subpage Content *****/

#sidebar {
width: 230px;
background: #222;
color: #8e8e8e;
font-size: .9em;
float: left;
display: block;
height: 487px;
overflow: hidden;
padding: 10px 20px 20px 20px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
color: #bebebe;
padding: 10px 0;
}

#sidebar a {
color: #8e8e8e;
text-decoration: underline;
}

#sidebar a:hover {
color: #fff;
text-decoration: underline;
}

#photodiv {
width: 270px;
float: left;
display: block;
}

#textdiv {
color: #fff;
float: right;
display: block;
width: 392px;
overflow-y: auto;
height: 477px;
margin: 0;
padding: 20px 20px 20px 0;
}

#textdiv a {
text-decoration: underline;
color: #757575;
}

#textdiv a:hover {
color: #fff;
}

#textdiv h1, #textdiv h2, #textdiv h3 {
color: #fff;
}

/***** New sub *****/

#textdiv2 {
color: #fff;
float: left;
display: block;
width: 392px;
overflow-y: auto;
height: 477px;
margin: 0;
padding: 20px 20px 20px 0;
}

#textdiv2 a {
text-decoration: underline;
color: #757575;
}

#textdiv2 a:hover {
color: #fff;
}

#textdiv2 h1, #textdiv2 h2, #textdiv2 h3 {
color: #fff;
}

/***** Logo *****/

#logodiv {
float: left;
display: block;
position: absolute;
}

#logodiv h1 {
width:276px;
height:86px;
display:block;
margin: 8px 0 0 0;
padding: 0;
text-indent:-2000px;
}
	
#logodiv h1 a {
width:276px;
height:86px;
padding: 0;
margin: 0;
display:block;
background:url(../images/logo2.png) no-repeat;
}


/***** Footer *****/

#footerdiv {
margin: 3px 0 0 0;
color: #757575;
display: block;
padding: 10px 0 0 0;
font-size: .8em;
text-align: right;
float: right;
}

#footerdiv a {
color: #757575;
text-decoration: none;
}

#footerdiv a:hover {
color: #fff;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
