/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, td {
	font-family : arial, helvetica, sans-serif;
}

/* ------------------------------------------------ */
/* ----------------- END RESET CSS ---------------- */
/* ------------------------------------------------ */

body {
	background-image : url(images/bg_tile.jpg);
	background-repeat : repeat-y;
	background-position : 50% 0%;
	background-color : #cccccc;
}

a:link {
	text-decoration : none;
	color : #0055aa;
}

a:visited {
	text-decoration : none;
	color : #666666;
}

a:hover {
	text-decoration : underline;
}

h3 {
	font-weight : bold;
	font-size : normal;
}

br.clear {
	clear:both;
}

/* ------------------------------------------------ */
/* ---------------- Body Container ---------------- */
/* ------------------------------------------------ */

#container {
	width: 100%;
}

#content, #header, #header2, #subnav, #footer {
	width:800px;
}

#content {
	margin: 0 auto;
}

/* ------------------------------------------------ */
/* ---------------- Header Graphics --------------- */
/* ------------------------------------------------ */

.header_left {
	float:left;
	margin: 0px;
}

.header_right {
	float:right;
	margin: 0px;
}

h1#title {
	display:none;
}

h2#slogan {
	display:none;
}

/* ------------------------------------------------ */
/* ------------------ Navigation ------------------ */
/* ------------------------------------------------ */

ul.nav_ul {
	display: none;
}

ul.nav_graphics {
	margin: 0px;
	padding: 0px;
}

ul.nav_graphics li {
	display: inline;
	float: left;

}

ul.alt_nav_graphics img{
	vertical-align:bottom;
}

ul.alt_nav_graphics {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0pt;
	vertical-align: bottom;
	display:block;
	height:24px;
}

ul.alt_nav_graphics li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	height:24px;
}

.alt_wide_graphic {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.button {
	border: 0pt;
	margin: 0px;
	padding: 0px;
	
}

/* ------------------------------------------------ */
/* ----------------- Main Content ----------------- */
/* ------------------------------------------------ */

.main_content_area{
	position: relative;
	left: 25px;
	top: 20px;
	width:750px;
	clear:both;
	
	font-family: Arial, Helvetica, san-serif;
	font-size: .85em;
}

.main_content_area h3 {
	font-size:1.2em;
	padding-bottom: .8em;
	line-height: 1.3em;
}

.main_content_area p {
	padding-bottom: 1em;
	line-height: 1.2em;
}

.index_content_1 {
	width:510px;
}

ul.content {
	padding-bottom: 1em;
	margin-left: 1em;
}

ul.content li{
	list-style-type: disc;
	list-style-position: inside;
	marker-offset: .5em;
	padding-bottom: .1em;
	line-height: 1.2em;
}

ol.content {
	padding-bottom: 1em;
	margin-left: 1em;
}

ol.content li{
	list-style-type: decimal;
	list-style-position: inside;
	marker-offset: .5em;
	padding-bottom: .1em;
	line-height: 1.2em;
}

.quotebox {
	background-color: #c8e2f1; 
/*	background-color: #16303f; */
	padding:.5em;
	font-size: .9em;
	text-align: justify;
	font-style: italic;
}

.pic_right {
	float:right;
	margin: 0 0 1em 1em;
}

.pic_left {
	float:left;
	margin: 0 1em 1em 0;
}

hr.80 {
	border: none 0;
	border-top:1px dashed #000;
	height: 1px;
	width:80%;
	clear:both;
}

/* ------------------------------------------------ */
/* --------------------- FAQ Page ----------------- */
/* ------------------------------------------------ */

.sidebar {
	background-color: #aaddff;
	padding:.5em;
	float:right;
	width: 250px;
}

.sidebar ul {
	padding-bottom: 1em;
	margin-left: 1.5em;
}

.sidebar ul li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: .5em;
}

.main_faq {
	float:left;
	width: 480px;
}

/* ------------------------------------------------ */
/* ----------------- About Us Page ---------------- */
/* ------------------------------------------------ */

.top_block {
	width:100%;
	height: 210px;
	clear:both;
}

.profile {
	width:100%;
	clear:both;
	padding-bottom:1em;
}

.about_block {
	width:630px;
	float:right;
	text-align: justify;
}

/* ------------------------------------------------ */
/* ----------------- Services Page ---------------- */
/* ------------------------------------------------ */

td.sce {
	border: 1px #cccccc solid;
	font-size: .9em;
	padding: 1em;
}

table.services_page {
	margin: 1em;
	padding: .5em;
}

/* ------------------------------------------------ */
/* ----------------- Footer Info ------------------ */
/* ------------------------------------------------ */
.footer {
	padding-top:40px;
	text-align: center;
	font-size: .7em;
	color:#777777;
	clear:both;
	line-height: 1.3em;
	font-weight: normal;
}


ul.footer_nav li{
	display:inline;
}
