
/*---------------------------------------------------------------------------------------------------------------*/
/*     Web Site Design & Programming at http://www.jdlstudio.com - © JDL Studio 2008 - All Rights Reserved           */
/*---------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Common Settings                                                      */
/*---------------------------------------------------------------------------------------------------------------*/

body {
padding: 0px;
margin-top: 0px; margin-left: 0px; margin-bottom: 40px; margin-right: 0px;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #999999; }

a:link,a:active,a:visited, a:hover { outline: none;}

hr.e {
	border: none 0; 
	border-top: 1px solid #888888;
	width: 797px;
	height: 1px;
	text-align: left;
	margin-top: 0px; margin-left: 0px; margin-bottom: 10px; margin-right: 0px;
}

hr.d {
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	border: none 0;
	border-top: 1px solid #888888;/*the border*/
	width: 797px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}




/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Template Images                                                      */
/*---------------------------------------------------------------------------------------------------------------*/



.bracketUpperLeft { background-image:  url(images/bracketUpperLeft.gif);
			background-repeat: no-repeat; }
			
.bracketLowerLeft { background-image:  url(images/bracketLowerLeft.gif);
			background-repeat: no-repeat; }

.bracketUpperRight { background-image:  url(images/bracketUpperRight.gif);
			background-repeat: no-repeat; }

.bracketLowerRight { background-image:  url(images/bracketLowerRight.gif);
			background-repeat: no-repeat; }
			
.bracketLeftBorder { background-image:  url(images/bracketLeftBorder.gif);
			background-repeat: repeat-y; }
			
.bracketRightBorder { background-image:  url(images/bracketRightBorder.gif);
			background-repeat: repeat-y; }

.whiteSpace { background-image:  url(images/spacer.gif); }


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              List tags                                                            */
/*---------------------------------------------------------------------------------------------------------------*/

 .iconlist
{
list-style: none;
margin: 0px;
padding: 0px;
}

li.orangeBullet
{
background-image: url(Services/images/orangeBullet.gif);
background-repeat: no-repeat;
background-position: 0 0.5em;
padding: 0px 0 0px 15px;
margin: 0px;
}

li.clearPixel
{
background-image: url(images/spacer.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0 0px 23px;
margin: 0px;
}

.clear {
	clear: both;
}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Main Type Specs                                                      */
/*---------------------------------------------------------------------------------------------------------------*/


.bodyTextHomeItalic {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	line-height: 205%;
	font-style: italic;
}

.bodyTextHome {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	line-height: 205%;
}

a.bodyTextHome:link, a.bodyTextHome:active, a.bodyTextHome:visited {color: #f24e22; text-decoration: none;}

a.bodyTextHome:hover {color: #f24e22; text-decoration: underline;}

.bodyTextBold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-weight: bold;
	line-height: 205%;
}

.bodyTextBoldItalic {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-weight: bold;
	font-style: italic;
	line-height: 205%;
}

.bodyTextBoldSmall {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-weight: bold;
	line-height: 205%;
}

a.bodyTextBoldSmall:link, a.bodyTextBoldSmall:active, a.bodyTextBoldSmall:visited {color: #444444; text-decoration: none;}

a.bodyTextBoldSmall:hover {color: #f24e22; text-decoration: underline;}

.bodyTextBoldSmallIndent {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-weight: bold;
	line-height: 205%;
}

span.bodyTextBoldSmallIndent {
	position: relative; 
	left: 2em;
}

.bodyTextSmall {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	line-height: 205%;
}

.bodyTextHeading {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #f24e22;
	line-height: 205%;
}

div#bodyTextHomeDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 75px;
	width: 440px;
    left: 216px;
    top: 55px;
}

div#comingSoon1 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 36px;
	width: 103px;
    left: 625px;
    top: 70px;
}

div#comingSoon2 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 36px;
	width: 103px;
    left: 715px;
    top: 70px;
}

.linksRight {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #f24e22;
	font-weight: bold;
	line-height: 225%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

a.linksRight:link, a.linksRight:active, a.linksRight:visited {color: #f24e22; text-decoration: none; outline: none;}

a.linksRight:hover {color: #f24e22; text-decoration: underline; outline: none;}

span.linksRight {
	position: relative; 
	top: -0.5em;
}

.linksRightInactive {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	font-weight: bold;
	line-height: 225%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

span.linksRightInactive {
	position: relative; 
	top: -0.5em;
}

a.linksRightInactive:link, a.linksRightInactive:active, a.linksRightInactive:visited {color: #888888; text-decoration: none;}

a.linksRightInactive:hover {color: #888888; text-decoration: underline; outline: none;}

.linksRightIndent {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #656565;
	line-height: 320%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

a.linksRightIndent:link, a.linksLeftIndent:active, a.linksLeftIndent:visited {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #656565; text-decoration: none;}

a.linksRightIndent:hover {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #f24e22; text-decoration: none;}

.linksRightIndentInactive {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 280%;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

span.linksRightIndent {
	position: relative; 
	left: 2em;
}

span.linksRightIndentInactive {
	position: relative; 
	left: 2em;
}

.space {
margin: 0px; padding: 0px 0px 4px;
}

.linksSpace {
margin: 0px; padding: 0px 0px 15px;
}

.outsideLinks {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 125%;
	text-align: left;
	text-decoration: none;
}

.outsideLinksActive {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #176398;
	text-align: left;
	text-decoration: none;
}

a.outsideLinks, a.outsideLinks:link, a.outsideLinks:active { color: #666666; text-decoration: none; }

a.outsideLinks:hover { color: #f24e22; text-decoration: underline; }


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Menu Specs                                                          */
/*---------------------------------------------------------------------------------------------------------------*/


.menuText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

a.menuText, a.menuText:link, a.menuText:active { color: #666666; text-decoration: none; }

a.menuText:hover { color: #f24e22; text-decoration: underline; }

.menuTextActive {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f24e22;
	letter-spacing: .15em;
	text-align: left;
	text-decoration: none;
}

a.menuTextActive, a.menuTextActive:link, a.menuTextActive:active { color: #f24e22; text-decoration: none; }

a.menuTextActive:hover { color: #f24e22; text-decoration: underline; }

.menuTextSub {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f24e22;
	text-align: left;
	text-decoration: none;
}

span.menuTextSub {
	position: relative; 
	top: 1em;
}

.menuTextBlack {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: .15em;
	text-align: left;
	text-decoration: none;
}

a.menuTextBlack, a.menuTextBlack:link, a.menuTextBlack:active { color: #000000; text-decoration: none; }

a.menuTextBlack:hover { color: #f24e22; text-decoration: underline; }

.menuTextIndent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	word-spacing: 3em;
	text-align: left;
	text-decoration: none;
}



/*---------------------------------------------------------------------------------------------------------------*/
/*                                              New Menu                                                            */
/*---------------------------------------------------------------------------------------------------------------*/


div#container {
  position: relative;
  top:0;
  left:0;
}

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

div#menuHolder {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 150px;
	width: 797px;
    left: 163px;
    top: 12px;
}

div#upperMenu {
position: absolute; /* Menu position that can be changed at will */
vertical-align: top;
top: 12px;
left: 163px;
width: 797px; /* precision for Opera */
}

div#menuRule {
position: absolute; /* Menu position that can be changed at will */
vertical-align: top;
top: 35px;
left: 163px;
width: 797px; /* precision for Opera */
}

div#menu {
position: absolute; /* Menu position that can be changed at will */
vertical-align: top;
top: 50px;
left: 163px;
z-index:100;
width: 797px; /* precision for Opera */
}

div#menuSubNav {
position: absolute; /* Menu position that can be changed at will */
vertical-align: top;
top: 75px;
left: 163px;
width: 797px; /* precision for Opera */
}

#menu dl {
float: left;
height: 2.5em;
}

#menu dt {
cursor: pointer;
text-align: left;
background: #ffffff;
border: 0px;
margin: 0px;
}

#menu dd {
display: none;
border: 0px;
}

#menu li {
text-align: left;
background: #ffffff;
}
#menu li a, #menu dt a {
display: block;
height: 100%;
border: 0px;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #ffffff;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ffffff;
padding: 0px;
border: 0px; 
}




/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Used so far above here                                              */
/*---------------------------------------------------------------------------------------------------------------*/


.bodyTextAbout {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 180%;
}

.quoteTextAbout {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	font-style: italic;
	font-weight: bold;
	line-height: 180%;
}

.bodyTextAboutBoldItalic {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #f24e22;
	line-height: 180%;
	font-style: italic;
	font-weight: bold;
}

.bodyTextAboutBold {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 180%;
	font-weight: bold;
}

a.bodyTextAbout:link, a.bodyTextAbout:active, a.bodyTextAbout:visited {color: #000000; text-decoration: underline;}

a.bodyTextAbout:hover {color: #f24e22; text-decoration: none;}

.subHeadProjects {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 180%;
}

.subHeadAbout {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 180%;
}

.subHead2About {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height: 180%;
}

.subHeadContact {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 180%;
}

.infoContact {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 180%;
}

a.infoContact:link, a.infoContact:active, a.infoContact:visited {color: #000000; text-decoration: underline;}

a.infoContact:hover {color: #f24e22; text-decoration: none;}

.infoServices {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 180%;
}

.quoteText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 125%;
}

.quoteTextLarge {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 135%;
}

.quoteTextLink {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-weight: bold;
	line-height: 125%;
}

a.quoteTextLink:link, a.quoteTextLink:active, a.quoteTextLink:visited {color: #000000; text-decoration: none;}

a.quoteTextLink:hover {color: #f24e22; text-decoration: none;}

.quoteTextItalic {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 125%;
	font-style: italic;
}

.bioHeadingHomeText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 125%;
}

.upperNavLinks {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #656565;
	font-weight: bold;
}

.upperNavLinksSpace {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-weight: bold;
}

.upperNavLinksInactive {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
}

a.upperNavLinks:link, a.upperNavLinks:active, a.upperNavLinks:visited {color: #656565; text-decoration: none;}

a.upperNavLinks:hover {color: #f24e22; text-decoration: none;}

.bodyLinks {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #432314;
	text-align: left;
	text-decoration: none;
	line-height: 175%;
}

.bodyLinksActive {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #176398;
	text-align: left;
	text-decoration: none;
	line-height: 175%;
}

a.bodyLinks, a.bodyLinks:link, a.bodyLinks:active { color: #432314; text-decoration: underline; }

a.bodyLinks:hover { color: #176398; text-decoration: none; }


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Div tags                                                             */
/*---------------------------------------------------------------------------------------------------------------*/

div#PopupTextContainer {
  position: relative;
  top:0px;
  left:0px;
  width: 350px;
}

div#PopupTextDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 20px;
	width: 350px;
    left: 185px;
    top: 318px;
}

div#PopupSubheadContainer {
  position: relative;
  top:0px;
  left:0px;
  width: 250px;
}

div#PopupSubheadDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 250px;
    left: 185px;
    top: 352px;
}

div#PopupTextSlideShowContainer {
  position: relative;
  top:0px;
  left:0px;
  width: 50px;
}

div#PopupTextSlideShow {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 50px;
    left: 487px;
    top: 453px;
}

div#projectsTableContainer {
  position: relative;
  top:0;
  left:0;
  width: 661px;
}

div#projectsTable {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 467px;
    width: 661px;
    left: 296px;
    top: 390px;
}

div#linksLeftContainer {
  position: relative;
  top:0;
  left:0;
  width: 350px;
}
  
div#linksLeftDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 300px;
    width: 350px;
    left: 55px;
    top: 210px;
}

div#upperNavContainer {
  position: relative;
  top:0;
  left:0;
  width: 594px;
}
  
div#upperNav {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 75px;
    width: 594px;
    left: 295px;
    top: 172px;
}

div#bodyContainer {
  position: relative;
  top:0;
  left:0;
}

div#bodyTextHomeContainer {
  position: relative;
  top:0;
  left:0;
}

div#bodyTextContactContainer {
  position: relative;
  top:0;
  left:0;
  width: 500px;
}

div#bodyTextContactDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 85px;
	width: 500px;
    left: 301px;
    top: 232px;
}


div#infoTextContactDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 200px;
	width: 350px;
    left: 301px;
    top: 345px;
}

div#infoTextServicesDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 200px;
	width: 350px;
    left: 301px;
    top: 335px;
}

div#bodyTextAboutContainer {
  position: relative;
  top:0;
  left:0;
  width: 400px;
}

div#bodyTextAboutDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 400px;
    left: 300px;
    top: 270px;
}

div#bodyTextProjectsContainer {
  position: relative;
  top:0;
  left:0;
}

div#bodyTextProjectsDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 525px;
    left: 298px;
    top: 250px;
}

div#quoteContainer {
  position: relative;
  top:0;
  left:0;
  width: 255px;
}

div#quote {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 255px;
    left: 325px;
    top: 535px;
}

div#bioHeadingHomeContainer {
  position: relative;
  top:0;
  left:0;
  width: 255px;
}

div#bioHeadingHome {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 15px;
    width: 405px;
    left: 674px;
    top: 410px;
}

div#bioHomeContainer {
  position: relative;
  top:0;
  left:0;
  width: 200px;
}

div#bioHome1 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 200px;
    left: 740px;
    top: 432px;
}

div#bioHome2 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 200px;
    left: 740px;
    top: 526px;
}

div#bioAbout1 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 200px;
    left: 800px;
    top: 294px;
}

div#bioAbout2 {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 200px;
    left: 800px;
    top: 368px;
}

div#HeadingContainer {
  position: relative;
  top:0;
  left:0;
  width: 473px;
}

div#Heading {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 65px;
    width: 405px;
    left: 303px;
    top: 131px;
}

div#HeadingContact {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 22px;
    width: 121px;
    left: 300px;
    top: 187px;
}

div#HeadingAffiliates {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 22px;
    width: 194px;
    left: 300px;
    top: 187px;
}

div#HeadingAbout {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 48px;
    width: 241px;
    left: 290px;
    top: 205px;
}

div#HeadingGallery {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 29px;
    width: 441px;
    left: 296px;
    top: 205px;
}

div#headerImage {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 145px;
    width: 620px;
    left: 303px;
    top: 237px;
}

div#contactImageContainer {
  position: relative;
  top:0;
  left:0;
}

div#contactImage {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 182px;
    width: 241px;
    left: 666px;
    top: 350px;
}

div#servicesImage {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 182px;
    width: 241px;
    left: 666px;
    top: 325px;
}

div#graphicButtonsContainer {
  position: relative;
  top:0;
  left:0;
  width: 51px;
}

div#graphicButtons {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 128px;
    width: 51px;
    left: 675px;
    top: 435px;
}

div#graphicButtonsAbout {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 128px;
    width: 51px;
    left: 735px;
    top: 295px;
}