/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #405536;	/* background-origin: content;  CSS 3.0 */
}
.wrapper
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	background-color: #84aa71;	/* background-origin: content;  CSS 3.0 */
	/*background-color: #0d4277 */
	border: thick groove #006633;
}
a{
	color: #003300;
}

a:link{
	color:#003300;
}

a:visited{
	color: #003300;
}

a:hover{
	color: #003300;
}


h1{
	font-family:  "Times New Roman", Times, serif;
	font-size: 200%;
	color: #FFFFFF;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height:25px;
}

h3{
 font-family: "Baskerville Old Face", Harrington, Castellar, "Times New Roman";
 font-size: 150%;
 color:#FFFFFF;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color:#FFFFFF;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
top: 500px;
	float:left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #84aa71;
	color: #FFFFFF;
}

#homepage_content{
	width: 540px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 20%;	
}
#content{
	float: left;
	width: 555px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:justify;
	padding:8px;
	line-height: 18px;
}
#content a, a:visited, a:hover, a:active{
	font-size:12px;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
#job_content{
	float: left;
	width: 75%;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding:8px;
	line-height: 18px;
}
#job_content a, a:visited, a:hover, a:active{
	font-size:12px;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}


/***********************************************/
/* Components                                  */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	text-align: center;
	border: 1px solid #CAE3BB;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width:988px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	TEXT-DECORATION: underline;
	text-align: center;
}
#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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************** #headlines styles **************/
#headlines{
  float:right;
	width: 21%;
}
	img{margin:2px;}
	
#headlines_opaquetext{
	width: 200px;
	height: 120px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	padding: 8px 10px 10px 6px;
	font-size: 12px;
	font-weight:normal;
	text-align: left;   
}
#headlines_translucentbkg {
	width: 210px;
	height: 725px;     /* to match DIVs size          */
	background-color: #405536;       /* the background              */
	filter:alpha(opacity=30);
   -moz-opacity:0.3;
	opacity: 0.3;
}
#headlines{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: px;
}
#headlines a, a:visited, a:hover, a:active{
font-size:12px;
text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
#headlines_opaquetext a, a:visited, a:hover, a:active{
font-size:12px;
text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* .breadCrumb styles *************/
.breadCrumb{
	font-size: 80%;
	background-color:#0d4277;
	color: #CCCCCC;
	width: 97%;
	float: left;
	padding-left: 3%;	
}
.breadCrumb a{color:#CAE3BB;	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
}
.breadCrumb a:link{	color:#CAE3BB;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
}

.breadCrumb a:hover{	color:#CAE3BB;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
}
.breadCrumb a:active{	color:#CAE3BB;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
}

.breadCrumb a:visited{	color:#CAE3BB;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
}


/************* .Flash styles *************/
.flash{
	text-align:middle;
	padding: 10px;
}
/************** .About styles ***************/
.About{
	font-size: 80%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 52px;
	font-weight: 600;
}

#container {
	position: absolute;
	top: 167px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

#translucentbkg {
	width: 200px;
	height: 725px;     /* to match DIVs size          */
	background-color: #405536;       /* the background              */
	filter:alpha(opacity=30);
   -moz-opacity:0.3;
	opacity: 0.3;
}

#opaquetext {
	width: 173px;
	height: 100px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	padding: 8px 8px 10px 11px;
	font-size: 12px;
	text-align: justify;   
}
#opaquetext a, a:visited, a:hover, a:active{
font-size:12px;
text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
/************** .feature styles ***************/
#translucentbkg_small {
	width: 200px;
	height: 300px;     /* to match DIVs size          */
	background-color: #ffffff;       /* the background              */
	filter:alpha(opacity=30);
   -moz-opacity:0.3;
	opacity: 0.3;
}
.comp_list {
	list-style-image:url(http://www.accordeng.com/Images/General/Accord_List.jpg);
	text-align: left;
	position: relative;
	color:#000000;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
}
.comp_list a:link{	color:#000000;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
.comp_list a:visited{	color:#000000;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
.comp_list a:active{	color:#000000;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
.comp_list a:hover{
	color:#003300;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Project_Thumbs {text-align:center;
line-height:16px;
padding:9px;}

#Project_Thumbs a:link{
font-size:12px;
text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;	}
	img{border: 1px solid #003300;}
	
#Project_Thumbs a:visited{
font-size:12px;
text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;	
	}
#Project_Thumbs a:hover{
	font-size:12px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003300;	
	}
#Project_Thumbs a:active{
font-size:12px;
text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;	
	}
#Project_Specific{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	}
.floatleft{
	float:left;
	padding-right: 10px;
	}


<!-- High Slide   -->

/* * {    font-family: Verdana, Helvetica;    font-size: 10pt;} */ 

.highslide {
	cursor: url(../Images/General/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#stories{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;