﻿/*	Reset everything */
@import 'reset.css';

/* Setup our document */
html { width: 100%; height: 100%; }
body { background: #FFF url(../Images/Background01.gif) repeat-x 0 26px; margin: 0; padding:0; width: 100%; height: 100%; }

/*	Reset all type to 10px (browsers default to 16px type) 62.5% of 16 = 10	*/
body { font: 62.5% Arial, Helvetica, Sans-Serif; color:#333; }
body * { font-size: 1em; }		/*	Now 1em == 10px	*/
body * { line-height: 140%; }   /*  Default our line height */
body form { height: 100%; }

/* Globals */
a { color: #333; }
a:Hover { text-decoration: none; }
a.more { color: #91A8AC; font-style: italic; padding: 0 1.5em 0 0; background: url(../Images/buttonMore.gif) no-repeat right 0.2em; }
a.viewall { font-weight: bold; color: #666666; font-family: Verdana, Arial, Helvetica, Sans-Serif; }
p { margin: 0 0 1.0em 0; }
img { display: block; }

h1, h2, h3, h4, h5 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: normal; }
h1 { font-size: 1.334em; color: #CCC; margin: 0 0 20px 0; padding: 0.25em 0.8em; font-weight: bold; background: #000 url(../Images/H1_Background_LA.gif) repeat-y top left; }
h1.alt { background: #000 url(../Images/H1_Background_RA.gif) repeat-y top right; }
h2 { font-size: 1.167em; color: #333; margin: 0 0 12px 0; padding: 0.25em 0.8em 0.25em 3.5em; font-weight: bold; background: url(../Images/H2_Background01.jpg) repeat-y top left; }
h3 { font-size: 1.167em; color: #91A8AC; margin: 0 0 6px 0; font-weight: normal; }
h3.alt { background: #EAEAEA; color: #333; padding: 0.25em 0.8em; font-weight: bold; }
h4 { font-size: 1.0em; color: #000; margin: 0 0 6px 0; font-weight: bold; }

ul { list-style-type: disc; margin: 0 0 1.2em 2.0em; }
ul li {  padding: 0 0 0.8em 0.4em; }

ol { list-style-type: decimal; margin: 0 0 1.2em 2.0em; }
ol li {  padding: 0 0 0.8em 0.4em; }

.clr { clear: both; }
.fl { float: left; }
.fr { float: right; }
.hidden { display: none; }

/* Template Setup */
#template { width: 100%; height: 100%; margin: 0 auto 0 auto; position: relative; }
