﻿@charset "utf-8";
/* CSS Document */


/* reset */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ol, ul, li, p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
:focus 
	{outline: 0;}
p
	{padding-top: 15px;}

body 
	{text-align: center;
	background-color:#333;
	font-family: verdana;
	margin-top: 0;
	color: #333;}
a:link, a:visited
	{color: #666;}
a:hover
	{text-decoration:none;}
span.superscript{ 
font-size:9px; 
vertical-align:top; 
} 
span.subscript{ 
font-size:9px; 
vertical-align:bottom; 
} 
#container
	{margin: 0 auto;
	 padding: 0;
	 width: 800px;
	 background-color:#FFF;
	 text-align: left;}
.clearAll
	{clear:both;
	 margin: 0;
	 padding:0;}
	 
/* main content */

p 
	{font-size: .8em;}
h2
	{font-weight: bold;
	font-size: 1.8em;
	color: #666;}
h3 
	{font-style: italic;
	 font-weight: bold;
	 padding-top: 15px;}
	 
/* templates */

.temp1left
	{float:left;
	margin: 0 28px 0 0;}
.temp1right
	{margin: 20px 20px 20px 52px;}
.temp2left
	{float:left;
	 width: 350px;
	margin: -16px 10px 20px 20px;}
.temp2right
	{float:right;
	width: 370px;
	margin: 10px 20px 20px 10px;
	padding-top: 1.2em;}
.temp2left h2
	{font-size: 1.4em;
	 margin: 0 20px 0 0;}
span.bgLine
	{background-color: #FFF;
	padding-right: 20px;}
.temp2line
	{border-bottom: solid 1px #000; 
	margin: 20px 20px 0 20px;
	clear: both;}
/*.temp3left
	{float:left;
	 width: 430px;
	margin: 25px 10px 0 20px;
	font-size:.9em;}
.temp3right
	{float:right;
	width: 290px;
	margin: 25px 20px 0 10px;}
.temp3whole
	{margin:20px 20px 0 20px;}*/
#callout /*template 1 */
	{margin: 30px 0 0 52px;
	 width: 360px;}
#callout p
	{font-family: verdana;
	 color: #666; 
	 font-size:1.4em;}
.byline
	{margin-top: 0;
	 font-style:italic;}
.teaser
	{font-size:1.2em;}

/*About */

.bgAbout
	{background: url(../i/bgAbout.jpg) no-repeat 0 88px;}
#aboutImage
	{width: 800px;
	 height: 343px;
	 margin: 0 0 20px 0;
	 clear: both;}
/*#aboutTitle
	{font: bold 30px verdana;
	 color:#FFF;
	 text-transform: uppercase;
	 position: relative;
	 top: 278px;
	 left: 54px; 
	 margin: 0;}*/
#aboutLeft
	{float:left;
	 color: #666;
	 margin:0 40px 40px 35px;
	 padding:0;
	 font-size:1.4em;}
#aboutRight
	{float: right;
	width: 400px;
	 margin: 0 50px 40px 0;
	 padding:0;}
	
/* Links + Contacts + Whats happening now*/

#linksRight
	{font-size:.8em;
	 margin: 20px 0 0 0;}
#linksLeft
	{float:left;
	 width: 455px;}
#linksLeft P
	{margin-left: 25px;}
#linksRight ul
	{font-size:.9em;}
#linksRight li
	{list-style-type: none;
	padding-bottom: 6px;}
#linkBottom
	{padding: 20px 40px 40px 40px;
	clear: both;}
.listBreak
	{padding-bottom: 20px;}
#whatsLeft
	{float:left;
	 width: 400px;
	margin: 28px 0 40px 40px;
	font-size:.9em;}
#whatsLeft ul
	{font-size: .8em;
	list-style-type:disc;
	margin-left: 16px;}
#whatsLeft li
	{margin-top: 6px;}
#whatsRight
	{float:right;
	width: 290px;
	margin: 22px 40px 40px 0;}
.indent
	{margin: 0 0 0 48px;}
	

/* menu */

#banner
	{width: 800px;
	 height: 88px;
	 background-image: url(../i/bgBanner.jpg);
	 color: #FFF;}
#bannerText
	{font-size: .8em;
	 text-align: right;
	 margin:0 20px 0 0;
	 position: relative;
	 top:8px;}
#topNav1 ul
	{float: right;
	 margin-right: 20px;}
#topNav1 li
	{float: right;
	 font-weight: bold;
	margin: 4px 0 0 2em;
	list-style-type:none;}
#topNav1 a:link, #topNav1 a:visited
	{font-size: .8em;
	 color: #FFF;}
.topNav1on, #topNav1 a:hover
	{color:#FFF;
	text-decoration: none;}

	 
/* Foot */

#foot
	{background-color: #008EB4;
	background-repeat:repeat-y;
	clear: both;
	text-align: right;}
.imgFoot
	{margin: 10px;}

/* Tooltip callout */

#dhtmltooltip{
position: absolute;
border: 1px solid black;
padding: 3px 2px 3px 6px;
background-color: #EEE;
visibility: hidden;
z-index: 500;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=35);*/
font: .8em verdana;}

#dhtmlpointer{
position:absolute;
left: 1px;
z-index: 501;
visibility: hidden;
}