/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #00FF00;
	text-decoration: none;
	border-right-color: #00FF00;
	outline-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFF66;
}

b {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/*display: block;*/
	cursor: pointer;
	background: #08c; 
	/*padding-left: 5px;*/
	/*padding-top: 2px;*/
	/*height: auto;*/
	/*line-height: normal;*/
	/*margin: 3px;*/
	text-align: left;
	font-weight: bold;
}
b:hover {
	text-decoration: none;
	color: #FFFF66; 
}

c {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/*display: block;*/
	cursor: pointer;
	background: #08c; 
	/*padding-left: 5px;*/
	/*padding-top: 2px;*/
	/*height: auto;*/
	/*line-height: normal;*/
	/*margin: 3px;*/
	text-align: left;
	font-weight: bold;
}
c:hover {
	text-decoration: none;
	color: #fff; 
}

#menu {
	position: absolute;
	top: 14px;
	left: 7px;
	width: 150px;
}
#menu dt {
	cursor: pointer;
	background: #08c;  url(images/arrow7.gif) no-repeat left;
	padding-left: 5px;
	padding-top: 2px;
	height: auto;
	line-height: normal;
	margin: 1px;
	border: 1px solid #2586d7;
	text-align: left;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */

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: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 color: #006699;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 30px;
	border-bottom: 1px solid #cccccc;
	width: 806px;
	position:absolute;
	top:0px;
	left:0px;
	height: 209px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 3px;
	background-color: #fff;
	/*position:absolute;
	//top:200px;
	left:0px;*/

	/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	*/
}

#content{
	position:absolute;
	top:251px;
	left:182px;
	/*float:right;*/
	width: 620px;
	margin: 0;
	padding: 0 3% 0 0;
	height:550px;
	overflow: auto;
	background-color: #FFFFFF;
}

#mainpage{
	/*float:right;*/
	width:auto;
	margin:0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	vertical-align:middle;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #0000FF;
padding: 10px 10px 10px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #000000;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	/*float: left;*/
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #fff;}

/* 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;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 10;
	list-style-type: none;
	color: #000;
}

.curvy {
	position:absolute;
	width:160px;
	height:400px;
	background:#08c;
	color:#000;
	margin:1px auto;
	left: 11px;
	top: 215px;
}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#08c; background:#fff;overflow:hidden;}
#ctl {top:0px; left:0px;}
#cbl {top:380px; left:0px;}
#ctr {top:0px; left:140px;}
#cbr {top:380px; left:140px;}
#quadtl, #quadtr, #quadbl, #quadbr {position:relative; font-size:150px; font-family:arial; color:#08c;line-height:40px;}
#quadtl {left:-8px;}
#quadtr {left:-25px;}
#quadbl {left:-8px; top:-17px;}
#quadbr {left:-25px; top:-17px;}
#txt {position:relative; top:5px; left:5px; width:140px; height:380px;}
#txt p {font-size:10px; line-height:17px; color:#fff;}


.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:23.8%;
            margin:0 0 10px 1%; padding:10px 0;
            height:83px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(45degree.png);
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
            }
            a img{ border:none; } /* A small fix */
            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
              padding:3px;
              background:#eeefef;
              width:75px; height:75px;
              border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
              position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
              margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }
            /* These are all optional, for decoration purpouses only */
            .gallery{
              border-bottom:2px solid #000;
              padding-bottom:10px;
              margin-top:10px;
            }

