*
{
	margin: 0;
	padding: 0;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{
	margin: 0;
	padding: 0;
	border: 0;
}

ul,ol
{
	list-style: none;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

img
{
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0 0 0.3em 0;
	color: #000;
}

h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt; }
p { margin: 0.9em 0em 0.9em 0em; }
li > p { margin-top: 0.2em; }
strong, b { font-weight: bold; }

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: center;
	color: black;
	background-color: white;
}

.clear { clear: both; }

a,a:link,a:visited,a:hover,a:active
{
	text-decoration: none;
	font-weight: normal;
	color: #f36;
}

a:hover { text-decoration: underline; }
a img,:link img,:visited img { border: none; }

/* ------------------------------------------------------------------------------ */
/* container divs and backgrounds*/
/* 100% so we can create the fullscreen width backgrounds */
/* ------------------------------------------------------------------------------ */
#headerContainer,
#contentContainer,
#footContainer { width: 100%; }

#contentContainer
{
	/* Float left to prevent floated child divs(#text & #picture) overflowing. */
	/* aka the FnE method http://www.orderedlist.com/texts/clearing_floats_fne */
	float: left;
}

#footContainer { clear: both; }

#header,
#content,
#foot
{
	position: relative;
	text-align: left;
}

#content
{
margin-top:20px;	background-color: white;
}

#text
{
	width:300px;
	float: left;
	padding: 0;
}

.picture_container
{
	width: 300px;
	display: inline;
	float: right;
	margin-top: 70px;
	margin-left: 10px;
}

/* - - - - - - - - - - - - - */
/* code to clear contained float */
/* used in place of <br clear="all"> */
/* - - - - - - - - - - - - - */
.picture_container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.picture_container { display: inline-block; }

/* hide from IE Mac hack \*/
* html .picture_container { height: 1%; }
.picture_container { display: block; }

/* end Hack */
/* end of contained float code */
/* - - - - - - - - - - - - - */
.picture
{
	width: 300px;
}

.picture_text
{
	width: 300px;
	font-size: 9pt;
	color: black;
}

.picture_text ul
{
	text-align: left;
	padding: 16px 0 0 0;
}

#header h1 a {margin:0;
padding:0;font-size:16pt;}

/* - - - - - - - - - - - - - */
/* Top navigation list */
/* - - - - - - - - - - - - - */
#top-nav { display: none; }
#nav { display: none; }
#nav_container { display: none; }
#menu { display: none; }
#menu li { display: none; }

#footerContact
{
	padding: 45px 0px 5px 0px;
	text-align: left;
	color: black;
}

#footerMenu { display: none; }

#foot ul li
{
	display: block;
	margin: 0;
}

#foot a,
#foot a:link,
#foot a:visited,
#foot a:hover,
#foot a:active { color: black; }

/* ------------------------------------------------------------------------------ */
