body {
	margin: 0; 
	padding: 0; 
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	min-width: 760px;
}

/* Heading styles*/
h1 {
	background-color: inherit;
	color: #60769a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	width: 600px;
	font-size: 1.8em;
	margin-top: 50px;
}

h2 {
	font-size: 1.3em;
	background-color: inherit;
	color: #1c2d56;	

	}

h3 {
	font-size: 1.2em;
	background-color: inherit;
	color: #60769a;
}

h4 {
	font-size: 1em;
	background-color: inherit;
	color: #414141;
}

h5 {
	font-size: 1em;
	background-color: inherit;
	color: #000;
	font-style: italic; 
}

/* Set the default font size to 1em.  1em is the natural font size (or 100%) 
for a given html element. */
p,tr,td,ol,li,ul,table {
	font-size: 1em;
}

.orange-dark {
background-color: #f79951;
}

.orange {
background-color: #f7e4d6;
}

/* Used to clear elements within the page.  This clear has a 1px height on it 
which means that it gives a small gap between the cleared elements. */
.clear {
	clear: both;
	height: 1px;
}

/* As above, used to clear elemtns within the page */
.clearboth { 
	clear: both;
}

/******************************************************************
						 Start header/banner styles
******************************************************************/


h1.hiddenElement {
	font-size: 2.0em;
	text-decoration: underline;
}

#header h1 span {
	font-size: 1.85em;
}

#header ul {
	display: none;
}

/******************************************************************
						 End header/banner styles 
******************************************************************/

/******************************************************************
						Start page content styles
******************************************************************/


/* This div holds the main text for a given page. I.e the middle section of the page. */
#content {
	display: block; 
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 0;
	/* hide from moz \*/
	* margin-top: -20px;
	/* end hide */
	height: 1%;
	font-size: 1em;
	top: 0;
	left: 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

#content p {
	line-height: 1.5em;
	letter-spacing: .02em;
}

#content li {
	line-height: 1.5em;
	letter-spacing: .02em;
}

/* last updated date stamp style */
#lastUpdated { 
	font-size : .9em;
	text-align: left;
	padding: 0;
	color: #666666;
	background-color: #fff;
}

ul li ul li {
	margin-left: 50px;
	padding-top: 5px;
}

.quote {
	margin-right: 20px;
	margin-left: 20px;
}

.address {
	margin-left: 25px;
}

/******************************************************************
						End page content styles
******************************************************************/




/******************************************************************
						 Start table styles
******************************************************************/
table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	background-color: #d0d6e4;
	border: 1px solid #fff;
}

table td {
	padding: 4px 4px 4px 25px;
}

table td.numbers {
	text-align: center;
	padding: 4px;
}

caption {
	color: #60769a;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

.table_footer {
	font-size: .8em;
	margin-top: 0;
}

.table_footer_list {
	list-style-type: none;
	margin: 0;
	font-size: .8em;
}

/******************************************************************
						 End table styles
******************************************************************/

#contact_table {
	padding: 10px;
}

#contact_table th {
	width: 20%;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}

#contact_table td {
	vertical-align: top;
	padding-right: 20px;
	width: 40%;
}

.back_to_top {
	display: none;
}

#footer {
	display: none;
}