/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background:url(images/front-bg.gif) ;
	
	
	font:normal 12px Tahoma, Verdana, Arial;

	font-family: Verdana, Arial,sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height: 1.166;	
	
	margin-top:0px;
	padding: 0px;
	width:1280px;
	
	line-height:20px;

}

a:link{
	color: brown;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: whitesmoke;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
    color:red;
	text-decoration: underline;
	font-weight:bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial,sans-serif;
 font-size: 120%;
 color: #FFCC00;
}

h2{
 font-size: 120%;
 font-weight:normal;
 color: #FFcc00;
}

h3{
 font-size: 120%;
 color: #FFcc00;
 font-style:normal
}

h4{
 font-size: 114%;
 font-weight:bold;
 font-style:italic;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 text-transform:uppercase;
 font-weight:bold;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin-left: 265px;
	padding: 0px;
	width: 100%;
	text-align:center;
	width: 750px;
	background-color:#17398B;
	
	
}

.navBar{
	
    width:216px;
	/*  \*/width:212px; /* */
	
	padding: 2px 3px 0% 1px;
}

.content{
	margin: 0;
	
	background-color:#8FC6ED;
	width:630px;
	color:#000000;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


.maintext{
	padding: 0px 0px 10px 10px;
	font:normal 12px Tahoma, Verdana, Arial;
	color:#FFFFFF;
	width:630px;
}

.maintext img{
	/*float: left;*/
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.photolibrary{
	font-size:80%;
}
.photo{
    
	display:inline;
	float: left;
	padding-right:5px;

}
.photobreak{
    clear:left;

}
.caption{
   clear:left;
   float:left;
   padding-left:6px;
   padding-right:6px;
   width 100px;
   font-size:75%;
}
.photolibrary img{
	margin: 5px 12px 5px 12px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #FFFFFF;
	
	margin-top: -1px;
	margin-left: 265px;
	
	background-color:#17398B;
	width: 760px;
	
}
#siteInfo a{
    color:#00FFFF;
}
/* 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;
}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin-left: 265px;
	padding: 2px 3px 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ffcc00;
	background-color:#3366FF;
	widows:262px;
	width:109px;
	
}

/* \*/
#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block; color:#ffcc00;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {list-style: none; border-bottom: none; padding-bottom:10px; }

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {	list-style: none; border-bottom: none;}


#sectionLinks a:link{
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
/* */

#bottomNav { clear: both; display: block; color: #334d55; font-size: 10px; background: NAVY; width:760px; margin-left:265px; }
#bottomNavContainerTop { display: block;  width: 1280px; margin: 0 auto; background: transparent}
#bottomNavContainerBottom { mpadding: 0 0 25px 0; display: inline-block; }

#bottomNav .column { float: left; width: 170px; padding-top:10px; }
#bottomNav .menu { }
#bottomNav .services {  }
#bottomNav .blog { }
#bottomNav .smallPrint { padding-left:13px;}

