/* 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-color: #fff;
	color: #525151; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
}

a {
	color: #E75B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}



h1, h2, h3, h4, h5 {
	color: #251049;
}

h1 
{
	margin-top : 1.3em;	
	font-size: 1.3em;
}

h2, h3 {
	font-size: 1em;
	font-weight:bold;
	margin-top: 1.3em;
}

h4 
{
	font-size: 0.8em;	
	font-weight:normal;
}

h5 
{
	font-size: 1.1em;
	font-weight:normal;	
}

.withBottomBorder
{
	/* IE6 shows a 1 px dotted as dashes so we use a bacground image here
	border-right: 1px dotted #838383;*/
	background: url(../images/horizontal-dotted-border.gif) repeat-x left bottom;	
	padding-bottom: 7px;	
}

img {
	border: none;
}

fieldset {
	border: none;
}

.required, .error {
	color: #F00;
}

.confirm 
{
	color: #4BA321;
}

.highlight
{	
	color: #251049;
	font-size: 1.2em;
	letter-spacing: 1px;	
}

input, textarea
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


.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;
}



/* --- add some default margins for elements ------------ */

p, dl {
	margin: 0.5em 0;
}

ul {	
	padding-left: 0;
	margin-left: 1em;  	
	list-style: none;
	padding-left: 0;
	margin-left: 1em; 
}

ol{				
	margin-left:30px;
}

li
{
	margin: 0.5em 0;
	padding-left: 8px;
	background: url(../images/bullet-arrow.gif) no-repeat 0 4px;
}

ol li
{
	background: none;
	padding-left: 0;
}





