/*Style Sheet for JaybirdsWeb 02/11/05 */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	margin: 0px;
	Padding: 0px;
	background-image: url(images/header_bck.gif);
	background-repeat: repeat-x;
	font-size: 100%;
}


p {
	color: #000;
	font: 80% Verdana, Geneva, Arial, sans-serif;
}


h1, h3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 125%;
	color: #ff6633;
	background-color: #fff;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
}

h2 {
	margin-bottom: 20px;
	margin-top:0;
	font: italic normal 80% Verdana, Geneva, Arial, sans-serif;
	color: #666666;
}


#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}


#wrapper {
	text-align: center;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 130px 0px 0px;
	}
	
#leftcol { 
float:left; 
}

/* BEGIN style5 */
 #navcontainer
{
text-align: left;
border-right: 1px solid #000;
padding: 1em 0;
margin-top: 15px;
margin-left: 5px;
margin-bottom: 1em;
font-size: 70%;
font-family: Verdana, Arial, Geneva, sans-serif;
background-color: #CCC;
color: #333;
width:230px; /* Box Model Hack IE */ 
voice-family: "\"}\""; 
voice-family:inherit;
width:130px;
}


#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ccc;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 4px 5px 4px 0.5em;
border-left: 10px solid #333;
border-right: 10px solid #999;
background-color: #666;
color: #fff;
text-decoration: none;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #666;
border-right: 10px solid #ccc;
background-color: #999;
color: #000;
}

/* END style5 */


	
#content {
	text-align: left;
	width: 550px;
	float: right;
	background-color: #fff;
	}
	
#bottomnav {
text-align: center;
}


#copyright {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: center;
	padding-bottom: 10px;
}

.list {line-height: 18px; }

/*For line height spacing*/
.para {
	line-height: 1.3em;
	padding-bottom: 10px;
}

.myborder {
	border: solid 1px #000000; }

.orangebld {
	font-weight: bold;
	color: #FF6600;
}
.greyitalic {
	font-style: italic;
	color: #999999;
}
.bgltgrey {
	background-color: #ccc;
	border: solid 1px #000;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}
.bgdrkgrey {
	border: solid 1px #000;
	background-color: #999;
}


.bdgreybck {
	background: url(images/grey_bck2.gif) repeat;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000000;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
			 }
/*links*/

			 
#content a:link, #content a:visited { color: #FF6600;
                                      text-decoration: none; }

#content a:hover { color: #666; }

p.heading4 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	margin-top:0px;
    margin-bottom:0px;
	padding: 0;
}

ul.res {
	padding:0;
	margin: 0 0 0 30px;
	color: #333;
	list-style: circle;
}

li.res { 
         padding: 0;
		 margin: 0; }

#content .res a:link, #content .res a:visited { 
              font-family: Verdana, Geneva, Arial, sans-serif; 
              font-size: 75%;
		      color: #333; 
			  text-decoration: none;
			
            }


#content .res a:hover { font-family: Verdana, Geneva, Arial, sans-serif;
               font-size: 75%;
			   color: #ff6600; 
			   text-decoration: underline;
			   }




/* bottom navigation links */
#bottomnav a:link, #bottomnav a:visited { font-family: Verdana, Geneva, Arial, sans-serif; 
                         font-size: 11px; 
						 color: #999999; 
						 text-decoration: none; }


#bottomnav a:hover { font-family: Verdana, Geneva, Arial, sans-serif; 
               font-size: 11px;
			   color: #ff6633; 
			   text-decoration: underline;  }

#bottomnav a:active { font-family: Verdana, Geneva, Arial, sans-serif; 
                font-size: 11px;
				color: #000000;
				text-decoration: none;  }
				
				
#skiplinks a { position: absolute; left: -1000em; width: 20em; }

 /*create a marker to show the user where in the site they are at any given time*/

body#aboutpage li#about a,
body#contactpage li#contact a,
body#tutorialspage li#tutorials a,
body#contactpage li#contact a,
body#sitepage li#site a {
border-left: 10px solid #666;
border-right: 10px solid #ccc;
background-color: #999;
color: #000;
	}