/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	font-size:13px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 0px;
	width:800px;
	background: #000 url("../../images/background-raised.jpg") center repeat-y;
	text-align:center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* 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: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	background-color:#FFFFFF;
	text-align:left;
	/*width:800px;*/
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:80px;
	background-image:url(../../images/banner1.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#navBar{
	/*margin: 0 86% 0 0;*/
	margin-right:666px;
	min-height:750px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  	float:right;
	width:640px;
	margin: 0;
	padding: 0 3% 2% 0;
	min-height:750px;
	/*background-color:#EEEEEE;*/
	border-left:1px solid #999999;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature img.noFloat{
	float:none;
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style:none; margin:0px; padding:0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* 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 #7C0000;
	font-size: 80%;*/
	float: left;
	width:130px;
	padding: 0px;
	background-color: #F5F7F7;
	min-height:0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;	
/*	background-color:#7C0000;*/
}
/*
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #7C0000;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #7C0000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #7C0000;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	color:#003366;
}
*/
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	width:123px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #008099;
	color:#FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** Customization Styles **************/
#address{
	margin:-40px 8px 0px 8px;
	float:right;
	display:inline;
	color:#000000;
}

#contact_us
{
	font-size:10pt;
	margin:0px 10px 0px 10px;
}

#siteMap
{
	font-size:10pt;
	margin:0px 10px 0px 10px;
}

#management h1, #employees h1, ##pastProjects h1
{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-left:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	padding:5px 0px 5px 10px;
}

#management img, #employees img
{
	float:left;
	display:inline;
	padding:10px 10px 10px 10px;
}

#management div.executive, #employees div.employee
{
	min-height:200px;
	width:600px;
	background-color:#FFFFFF;
	margin:10px 20px 10px 20px;
	border:1px solid #BBBBBB;
}

#management div.executive p, #management div.executive li, #employees div.employee p, #employees div.employee li, #pastProjects div.project
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:20px;
	text-align:justify;
	padding:0px 15px 0px 15px;
}

#management div.executive ul.exec
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:20px;
	text-align:justify;
	padding:0px 15px 0px 15px;
}

#featuredProject
{
/*	position:relative;*/
	top:100px;
	width:125px;
	border:1px solid #333333;
	min-height:100px;
	margin:0 0 0 5px;
	background-color:#FFFFFF;
	text-align:center;
}

#featuredProject div.featuredProjectHeader
{
/*	position:relative;*/
	top:10px;
	display:block;
	text-align:center;
	padding:1px 2px 2px 1px;
	margin:2px 2px 2px 2px;
	background-color:#CCCCCC;
}

#featuredProject div span
{
	font-size:9px;
	font-weight:bold;
}

#featuredProject div span.featured
{
	color:#666666;
}

#featuredProject div span.project
{
	color:#7C0000;
}

#featuredProject div.featuredProjectHeader
{
	display:block;
	font-size:10px;
}

#featuredProject span.projectTitle
{
	display:block;
	margin:10px 0 10px 0;
	text-align:center;
	font-size:11px;
}

#featuredProject img
{
	margin:0 5px 5px 5px;
	border:1px solid #333333;
}

#featuredProject p.description
{
	margin:0 5px 5px 5px;
	font-size:11px;
	text-align:left;
}

#pastProjects div.project
{
	background-color:#FFFFFF;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border:1px solid #CCCCCC;
	text-align:left;
}

#pastProjects img.project_img
{
	padding:0 15px 0 15px;
	border:none;
	display:block;
}

#pastProjects h1
{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	background-color:#EEEEEE;
	text-align:center;
}

#pastProjects span.projectElementTitle
{
	font-weight:bold;
}

#mission
{
	display:block;
	font-family: Verdana,Arial,sans-serif;
	font-size:10pt;
	line-height:20px;
	text-align:justify;
	padding:0px 15px 0px 15px;
}

/* NIFTY corners styles */
div#roundedCorners{background: #EEEEEE;margin-left:10px;width:100%;}
#roundedCorners p{padding:0 5px 0 5px;}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #EEEEEE}/*F6F6F6*/

img#roundedCornersImg{background: #EEEEEE;margin-left:10px;width:100%;}
#roundedCornersImg p{padding:0 5px 0 5px;}
b.rtopImg, b.rbottomImg{display:inline;background: #FFF}
b.rtopImg b, b.rbottomImg b{display:inline;height: 1px;
    overflow: hidden; background: #EEEEEE}/*F6F6F6*/
