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

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, 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;
}
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;
}


/* project: fnq dive
   author: Henry Mencia (www.henrymencia.com) 
   Last update: 15/12/2010 */

body { 
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #eee; 
	color: #454545; 
}

img.left { float:left; margin: 5px 10px 0 0; }

/* typography */

h1 {  }

h2, h3, h4 {
	color: #19519b;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.4em;
	 }

h2 {
	font-size:  28px; 
	}

h3 {
	font-size: 22px 
	}

h4 {
	font-size: 16px  
	}

p { 
	margin: 0 0 10px 0;
	 }


/* layout divisions */

#container { 
	margin: 0 auto;
	width: 770px;
	padding: 0;
	border: 0;
	background: #fff;
}

#header { 
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}

#maincontent {
	border:0;
	padding:0;
	margin: 10px 0 0 5px;
	width: 760px;
	}

#footer { 
	clear: both;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

#footer p {
	font-size: 10px;
	}

#footer a { 
	 
	}

.left {
	padding:0;
	margin: 0;
}

#photos {
	margin:0 0 0 5px;
	padding:0; 
}

#photos img { margin:0 20px 20px 0; padding:0; border:1px solid #999; }

/* list styles */

div#maincontent ul {
	margin: 0 0 14px 25px;
	}
	
div#maincontent ul li	{
	list-style: square outside;
	line-height: 18px;
	margin-bottom: 9px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-left: 0;
	}
	
div#maincontent ol {
	margin: 0 0 14px 25px;
	} 

div#maincontent ol li {
	list-style: decimal outside;
	line-height: 18px;
	margin-bottom: 9px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-left: 0;
	}	
	
div#maincontent ol ul li {
	list-style: square outside;
	line-height: 18px;
	margin-bottom: 6px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-left: 0;
	}	

/* navigation menu */

ul#navbar { 
	margin: 0;
	width: 760px;
	height: 36px; 
	margin: 0 0 0 5px;
	color: #fff; 
	background: #19519b; 
	list-style: none;
}

ul#navbar li { 
	float: left;
	margin: 0; 
	padding: 0.7em 6px;
	color: #ffeadc;
	background: #19519b;	 
	}
	
ul#navbar li a { 
	font: 12px Georgia, Times, serif;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
	} 
	
ul#navbar li a:hover {
	color: #0a2140; /*background: #164583;*/
	}
	

/* global links */

a:link, a:visited {
	color: #036;
	background: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #09f;
	}

/* tables */

table { }

.datatable { margin: 0 0 10px 0; width: 100%; border: 1px solid #999; border-collapse: collapse;}

.datatable th, .datatable td { padding: 1em 3px;}

.datatable th {width: 33%; border: 1px solid #999; background: #eee; vertical-align: top;}

.datatable td {border: 1px solid #999; }

.another {width: 100%; border-collapse: collapse; margin: 0 0 10px 0;}

.another th, .another td { padding: 1em 3px;}

.another td { width: 25%; border: 1px solid #999; text-align: left; padding-left: 3px;}


