/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end CSS reset */
	
body
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

a
{
	color: #808080;
	text-decoration: none; 
}

a:hover
{
	color: #000000; 
}

div#page_header
{
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 20px 0px;
	border-bottom: solid 2px #808080;
}

div#page_header:before,
div#page_header:after 
{
    content: " ";
    display: table;
}

div#page_header:after 
{
    clear: both;
}

div#logo_photo_div 
{
	width: 10%;
	min-width: 180px;
	float: left;
	vertical-align: text-top;
	margin: 0px 40px 0px 20px;
}

img#logo_photo 
{
	width: 100%;
}

span.logo_text
{
	display: block;
	margin-bottom: 10px;
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;
}

div#navigation
{
	margin-top: 40px;
}

ul#nav_top
{
	white-space: nowrap;
}

ul#nav_top li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	display: inline;
	/*
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-radius: 4px;
	*/
	padding: 10px 10px 10px 20px;
	white-space: nowrap;
}

ul#nav_top li a
{

}

div#content
{
	margin: 20px 40px 20px 40px;
}

div.sub_content_text
{
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.sub_content_text p
{
	font-size: 100%;
	line-height: 1.5em;
	padding: 10px;
}

h1#title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 150%;
	color: #000000;
	margin: 0px 20px 20px 20px;
	text-align: right;
}

div#page_footer
{
	clear: both;
	margin: 40px 20px 0px 20px;
	padding: 20px 0px 20px 40px;
	border-top: solid 2px #808080;
}

div#footer_home_link, 
div#footer_twitter_link
{
	padding: 0px 0px 10px 0px;
}

div#footer_home_link a, 
div#footer_twitter_link a
{
	text-decoration: none;
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
}
