﻿/* Reset margins and paddding on common elements so we can control them */
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,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;	
}

body {
	background: #ffffff;
	color: #414042; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
}

a {
	color: #A4B21C;
	text-decoration: none;
}

a:hover {
    color: #A4BD1C;
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}



h1, h2, h3, h4, h5 {
	color: #000000;
}

h1 
{   
    margin-bottom: 0;
	font-size: 3em;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

h2	{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 30px;
	padding-bottom: 56px;
	border-bottom: solid 5px #E4E4E4;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 26px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: solid 5px #E4E4E4;
}

h4 
{
	font-size: 0.8em;	
	font-weight:normal;
}

h5 
{
	font-size: 1.1em;
	font-weight:normal;	
}

img {
	border: none;
}

fieldset {
	border: none;
}

.required, .error {
	color: #F00;
}

.confirm 
{
	color: #4BA321;
}

.highlight
{	
	font-size: 1.2em;	
}

.inputField
{
	border: 1px solid #DDDDDD;
	width: 250px;	
}

.noBorder, .noBorder input
{
	border: none;
}

.siteButton
{
	overflow: visible; /* keeps ie from adding extra padding around the text */
	color: #ffffff;
	text-decoration: underline;
	/*border: 1px solid #41ADDF;
	padding: 2px 20px 2px 4px;*/
	/*font-size: 0.8em;*/	
	background: none;
	border: none;
}

/*.siteButton a, .siteButton a:hover
{
	text-decoration: none;
	color: #fff;
}*/

/* --- add some default margins for elements ------------ */

p, dl {
	margin: 0;
}

ul
{	
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

ul li
{
    margin: 0.5em 0;
	padding-left: 14px;
	background: url(../images/bullet-round.png) no-repeat 0 4px;
}

ol
{	
	padding-left: 0;
	margin-left: 25px; 
}

li
{
	margin-top: 5px;
	padding-left: 5px;
}

.external-link
{
	background: url(../images/external-link.gif) no-repeat bottom right;
	padding-right: 15px;
}






