/* ------ Global Reset ------ */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* ------ Basic Formatting ------ */

body {
font-size: 62.5%;
margin: 0;
padding: 0;
text-align: center;
color: #5e5858
}

#container {
width: 900px;
margin: 0 auto;
position: relative;
font-family: "neue helvetica", "helvetica neue", "helvetica 55 roman", helvetica, arial, sans-serif;
text-align: left;
}

#header {
height: 207px;
}


#footer {
width: 100%;
clear: both;
margin: 0;
color: #a3a1a1;
border-top: solid 3px #9e9b9b;
padding-top: 1.6em;
}

p {
margin: 0 0 1.7em 0;
}

#doublecolumn {
width: 590px;
float: left;
border-top: solid 3px #9e9b9b
}

#singlecolumn {
width: 280px;
float: right;
border-top: solid 3px #9e9b9b;
border-top: solid 3px #aabaaa;
background: url(../images/120.gif) top left;
}

#doublecolumn p, #singlecolumn p, #doublecolumn li, #singlecolumn li, #singlecolumn h3, #doublecolumn h4, #singlecolumn h4, #header ul li ul li, dl, #footer p {
font-size: 1.3em;
line-height: 1.7em;
}

dl {
margin-top: -0.7000em;
}

dl dt {
font-weight: bold;
margin-top: 1.7em;
}

#nav {
float: right;
}

#nav li {
float: left;
font-weight: bold;
}


#nav li ul, #nav ul li{
float: none;
}

#nav li ul {
margin-left: 30px;
}

#nav a:link, #nav a:visited {
text-decoration: none;
color: #5e5858;
display: block;
width: 202px;
}

#nav li#active a:link, #nav a:visited {
color: #9e9b9b;
}

#nav li a:hover {
background: #f2f2f2;
} 

#skiplink {
position: absolute;
top: -999em;
left: -999em;
}

h1 {
float: left;
letter-spacing: -0.015000em;
}

h1 a:link, h1 a:visited {
color: #626262;
text-decoration: none;
}

h1 a:link span, h1 a:visited span {
color: #a3a1a1;
}


h1, h2 {
font-size: 3em;
font-weight: bold;
}

h2 {
color: #458247;
margin: 0.75em 0 0.5em 0;
}

#singlecolumn h3 {
font-size: 1.3em;
font-weight: bold;
border-bottom: solid 1px #e2e1e1;
color: #5e5858;
text-transform: uppercase;
margin: 2.405em 0 0.950em 0;
}

#doublecolumn h3, #doublecolumn h4, #doublecolumn h5 {
font-weight: bold;
}

#doublecolumn h3 {
font-size: 1.3em;
margin-bottom: 0.25em;
}

#searchbar {
width: 100%;
height: 28px;
background: #5e5858;
margin-bottom: 15px;
}

blockquote {
padding-left: 43px;
border-left: solid 4px #e5e4e4;
}

#doublecolumn ul {
margin-left: 33px;
}

#doublecolumn ul li {
padding-left: 10px;
list-style: disc;
}

#doublecolumn ol {
margin-left: 38px;
}

#doublecolumn ol li {
padding-left: 5px;
list-style: decimal;
}

em {
font-style: italic;
}

strong {
font-weight: bold;
}

#small_content_image {
width: 125px;
float: left;
margin: 5px 10px 7px 0;
}

#small_content_image img {
width: 125px;
}

#medium_content_image {
width: 280px;
float: left;
margin: 5px 10px 7px 0;
}

#medium_content_image img {
width: 280px;
}

#large_content_image {
width: 590px;
float: left;
margin: 5px 0 7px 0;
}

#large_content_image img {
width: 590px;
}

#singlecolumn p, #singlecolumn h2, #singlecolumn h3, #singlecolumn h4, #singlecolumn h5 {
margin-left: 15px;
margin-right: 15px;
}
