/* thanks to Eric Meyer for the baseline, which I've tweaked */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, img, kbd, q, s, samp, 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-size: 100%; font-style: normal; font-weight: normal; vertical-align: baseline; background: transparent; }
span, a, abbr, acronym, cite, del, dfn, em, ins, strong, sub, sup { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; background: #fff; color: #000; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
abbr, acronym, dfn { cursor: help; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight anchors and inserts (maybe deletes, too) somehow! */
a, ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' (and 'cellpadding="0"'?) in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global classes */
.attention
{
    font-size: 1.5em;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

.center
{
    text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer
{
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hrCCC
{
    height: 1px;
    background-color: #ccc;
    margin: 0 0 10px 0;
}

.it
{
	font-style: italic;
}

.nindent
{
    text-indent: -9000px;
}

.nodisplay
{
    display: none;
}

.noliststyle
{
    list-style-type: none;
}

.nomargin
{
	margin: 0 ! important;
}

.pointer
{
	cursor: pointer;
}

.strike
{
    text-decoration: line-through;
}

.textField
{
    border: 1px solid #BDBDBD;
    background-color: #FDFCF3;
}
/* END of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */


/*
=Structure
------------------------------------------------------------*/
body
{
	background: url(../images/bg.gif) left top repeat-x #FFF;
}
#header
{
	height: 76px;
	width: 645px;
	position: relative;
}
#content{
	margin-left: 50px;
	width: 435px;
}
#footer
{
	background: url(../images/footer_bg.gif) left top repeat-x transparent;
	padding-top: 30px;
}

/*
=typography
------------------------------------------------------------*/
body
{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	background: url(../images/h1_bg.gif) left top no-repeat transparent;
	height: 76px;
	width: 249px;
	float: left;
}
h1 a
{
	display: block;
	height: 100%;
}
h2
{
	background: url(../images/h2_bg.gif) left top no-repeat transparent;
	height: 76px;
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
}
h3
{
	background: url(../images/no-longer-available.gif) left top no-repeat transparent;
	height: 27px;
	width: 437px;
	margin: 75px 0 33px;
}
p
{
	margin-bottom: 13px;
	font-size: 11px;
	line-height: 15px;
}
#content p
{
	color: #000;
}
#footer p
{
	margin: 0;
}
p span
{
	display: block;
}
.feat
{
	background: url(../images/dotted.gif) left top repeat-x transparent;
	padding: 8px 0 0;
	margin: 40px 0 71px;
}
.feat em
{
	background: url(../images/dotted.gif) left bottom repeat-x transparent;
	display: block;
	padding-bottom: 8px;
}
#footer p
{
	padding-left: 10px;
	width: 730px;
}
.button
{
	clear: both;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	text-decoration: none;
}
.button:hover{
	background-position: left bottom;
}
.go-to-m
{
	background: url(../images/btn_go.jpg) left top no-repeat transparent;
	height: 28px;
	width:186px;
}
a {
    text-decoration: none;
}
a:link,
a:visited,
a:focus
{
    color: #ef9600;
}
a:hover,
a:active
{
    color: #fad100;
}
