/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	color:#000000;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}

p {
	margin:27px 0 27px 0;
	margin-left: 13px;
	margin-bottom: 25px;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	font: "Calisto MT";
	color: #336699;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
	font-size:20px;
	line-height: normal;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	width:800px;
	background-color: #FFFFFF;
	background-image: url(bgrd2.png);
	background-repeat: repeat-y;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	width:800px;
	height:300px;
	padding-botttom: 200px;
	overflow: visible;
	background-image: url(dragonflylogobest.jpg);
	background-repeat: no-repeat;
}


/* << ----------------// Horizontal navigation //------------ */

#navigation_ {
	width: 800px;
	height: 100px;
	padding-top: 245px;
}

#navigation_ ul.navi{
	width: 800px;
	display: block;
}

#navigation_ ul.navi li{
	display: block;
	float: left; 
	padding-left:10px; 
}

#navigation_ ul.navi li a{
	padding: 0 0 0 18px;
	width: inherit;
	font-size: 19px;
	text-decoration: none;
	display: block;
	font: "Calisto MT";
	color: #336699;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 0em;
	padding-bottom: 25px;
}
#navigation_ ul.navi li a:hover{
	color: #8cc63f;
}


/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0;
	width:260px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0;
	padding:0 35px 10px 5px;
	width:450px;
}

/* << ----------------// Footer //------------ */
#footer {
	margin:10;
	height:inherit;
	font-size:11px;
	color:#cccccc;
	clear:both;
	text-align: right;
	margin-right: 50px;
	border-bottom: 30;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#000000;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}
