/* 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 {	
	color: #333333;
	font-family: Helvetica, Arial, Verdana;
	font-size: 75%; 
}

a 
{
	color: #777777;
	text-decoration: none;
}

a:hover 
{
	color: #777777;
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}



h1, h2, h3, h4, h5 {
	color: #000;
}

h1 
{
	margin-top : 1.3em;	
	font-size: 3em;
	letter-spacing: -1px;
	font-family: "Myriad Pro", Helvetica, Arial, Verdana;
}

h2, h3 {
	font-size: 1em;
	font-weight:bold;
	margin-top: 0.5em;
}

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;
}

input, textarea
{
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana;
}


.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: #E75B00;
	/*border: 1px solid #41ADDF;
	padding: 2px 20px 2px 4px;*/
	text-decoration: underline;	
	/*font-size: 0.8em;*/	
	background: none;
	border: none;
}

.clearer 
{
	clear: both;
	margin:0;
}

hr
{
	color: #838383;
	background-color: #838383;
	border: none;
	height: 1px;
}

blockquote
{
    color: #666666;
    font-style: italic;
    line-height: 18px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: solid 3px #E3E3E3;
    font-family: Georgia, Times New Roman;
}


/* --- add some default margins for elements ------------ */

p, dl {
	margin: 0.5em 0;
}

ul {	
	padding-left: 0;
	margin-left: 1em;  	
	list-style: none;
}

ul{		
	padding-left: 0;
	margin-left: 1em;  	
}

ul li
{
	margin: 0.5em 0;
	padding-left: 14px;
	background: url(../images/bullet-round.png) no-repeat 0 4px;
}

ul li ul
{
	margin-left: 0;
}

ol
{
	padding-left: 30px;
}

.external-link
{
	background: url(../images/external-link.gif) no-repeat bottom right;
	padding-right: 15px;
}







