/***********************************************/
/* For Dragonfly Projects website layout   */
/*    2009      */
/***********************************************/




body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-image:url(images/bluebackground.jpg);
	/*background-repeat:repeat;  */
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.container{width:800px;}

/* All Body Text links */
a:link, a:hover {
	color: #006699;
}

a:visited {
	color: #009999;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #cc3300;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

		
.bluetext{color: #334d55;}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 10px solid #cc3300;
	width: 800px;
	background-image:url(images/bluebackground.jpg);
	background-repeat:repeat;  
}

.headlogo{padding-left:200px;}

#navBar{
	/*width:180px;*/
	/*margin: 0 625px 0 0;*/
	/*padding: 0px;*/
	/*border-right: 10px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
}

#content{
  float:right;
	width: 600px;
	margin: 0;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
	font-size: 80%;
}


.bottomDragon{
	text-align:right;
	margin:0;
	padding:0;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0px;
}



/************* footer styles ***************/

#footer{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	background-color: #cc3300;
	color:#000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer a:link, #footer a:visited{
	color:#000000;
}





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
			display: block;
			color: #cc3300;
			text-decoration:none;
			font-size:18px;
			font-weight:bold;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #006699;}*/

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 160px;
	/*border-bottom: 1px solid #006699;*/
}


#sectionLinks a:link{
	padding: 10px 10px 10px 10px;
/*	border-top: 1px solid #006699; */
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	/*width: auto;*/
}

#sectionLinks a:visited{
	padding: 10px 10px 10px 10px;
	width: 100%;
}

#sectionLinks a:hover{
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}








