/* #divContainer centers the content in the browser window */
#divContainer {
	position: relative;
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 20px;
}

/* #body sets the general font and page properties for ALL text that is not covered specifically by another style */
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

h1 {
  	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

/* This section containes styles for the navigation bar */
#divLogo {
	float: left;
	width: 300px;
}

#divNavigation {
	float: right;
	width: 450px;
	height: auto;
	background-color: #000000;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

#divNavigation ul li a:link, #divNavigation ul li a:visited {

}

#divNavigation ul {
	margin: 0px;
	padding: 0px;
}

#divNavigation li {
  display: inline;
}

#divNavigation li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 15px;
	width: 49px;
	text-align: center;
	display: inline;
}

#divNavigation li a:hover {
	height: 20px;
	color: #F00003;

}

#divNavigation ul li.current a {
	color: #F00003;
	
}

#divNavigation li.current a:hover {
	background-color: #000000;
}

/*resource links at bottom of page*/
#divResource {
	position: absolute;
	top: 452px;
	float: right;
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#divResource ul li a:link, #divResource ul li a:visited {

}

#divResource ul {
	margin: 0px;
	padding: 0px;
}

#divResource li {
  display: inline;
}

#divResource li a {
	color: #000000;
	text-decoration: none;
	float: RIGHT;
	height: 17px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 15px;
	width: 40px;
	text-align: center;
	display: inline;
}

#divResource li a:hover {
	height: 20px;
	color: #F00003;

}

#divResource ul li.current a {
	color: #F00003;
	
}

#divResource li.current a:hover {
	background-color: #000000;
}

/*end of resource style*/

#divHeader {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* end of NAVIGATION styles */

/* #divSpacer establishes the gap between the navigation bar and the content area */
#divSpacer50 {
	height: 50px;
	width: 750px;
}

/* this section contains styles for the main CONTENT area */
#divContent {

	height: 420px;
	width: 750px;
	font-size: 15px;
}

#imageLogo { 
	
	float: left;
}


#imageAreaIndex {
	width: 750px;
	height: 380px;
}
 
/* BEGIN: Specific to Portfolio pages */
#divContentLeft {
	float: left;
	width: 265px;
	height: 370px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#imageAreaPortfolio {
	float: right;
	background-color: #CCCCCC;
	height: 380px;
	width: 475px;
	padding-top: 0px;
	padding-right: 00px;
	padding-bottom: 0px;
	padding-left: 00px;
}

#thumbArea {
	float: right;
	width: 475px;
	height: 25px;
	padding-top: 5px;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#thumbArea ul li a:link, #divNavSubAbout ul li a:visited {
}

#thumbArea ul {
	margin: 0px;
	padding: 0px;
}

#thumbArea li {
  display: inline;
}

#thumbArea li a {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 15px;
  	margin-right: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 5px;
	display: inline;
}

#thumbArea li a:hover {
	font-weight: bolder;
}

#thumbArea ul li.current a {
	font-weight: bolder;
}

#thumbArea li.current a:hover {
}


#divContentDescPortfolio {
	float: right;
	width: 475px;
	height: 50px;
	background-color: #000000;
}

#mainnav, #mainnav ul
{
    padding: 0.5em 1em;
    margin-left: 0;
    list-style-type: none;
    background: #cccccc;
    border: 0px solid #960;
    width: 16em;
}

#mainnav li
{
    border-bottom: 0px solid #ccc;
}

#mainnav a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus
{
    color: #630;
}

#mainnav ul
{
    margin-left: 0.5em;
    border: 1px solid #000000;
    border-left: 1px double #000000;
}
/*#divContentDescPortfolio h1 {
	text-align: right;
	margin-right: 5px;
}

#divContentDescPortfolio p {
	text-align: right;
	line-height: 0px;
	margin-right: 5px;
}*/

/*#horizSpacer {
	width: 225px;
	height: 15px;
	float: left;
}*/
/*END: Specific to Portfolio pages */

#divContentSCA {
	width: 650px;
	height: 200px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	
}

a:link, a:link:active, a:visited, a:visited:active {
	color: #000;
}



/* BEGIN: Specific to Contact pages */
#imageAreaContact {
	float: left;
	height: 420px;
	width: 450px;
	background-color: #FFFFFF;
}

#divContentDescContact {
	float: right;	
	
	height: 115px;
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 194px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 13px;
}
/* END: Specific to Contact pages */

/* BEGIN: Specific to Services pages */
#imageAreaServices {
	height: 120px;
	width: 750px;
	background-image: url(../images/services.jpg)
}

#divNavSubServices {
	height: 40px;
	width: 750px;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#divNavSubServices ul li a:link, #divNavSubAbout ul li a:visited {

}

#divNavSubServices ul {
	margin: 0px;
	padding: 0px;
}

#divNavSubServices li {
  display: inline;
}

#divNavSubServices li a {
	color: #000000;
	text-decoration: none;
	float: left;
	height: 20px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 35px;
	width: 80px;
	display: inline;
}

#divNavSubServices li a:hover {
	font-weight: bolder;
}

#divNavSubServices ul li.current a {
	font-weight: bolder;
}

#divNavSubServices li.current a:hover {
	background-color: #FFFFFF;
}
/* END: Specific to Contact pages */

/* BEGIN: Specific to About Us pages */
#imageAreaAbout {
	height: 120px;
	width: 750px;
	background-image: url(../images/about_us.jpg)
}

#divNavSubAbout {
	width: 750px;
	height: 40px;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#divNavSubAbout ul li a:link, #divNavSubAbout ul li a:visited {

}

#divNavSubAbout ul {
	margin: 0px;
	padding: 0px;
}

#divNavSubAbout li {
  display: inline;
}

#divNavSubAbout li a {
	color: #000000;
	text-decoration: none;
	float: left;
	height: 20px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 35px;
	width: 110px;
	display: inline;
}

#divNavSubAbout li a:hover {
	font-weight: bolder;
}

#divNavSubAbout ul li.current a {
	font-weight: bolder;
}

#divNavSubAbout li.current a:hover {
	background-color: #FFFFFF;
}
/* END: Specific to About Us pages */

/* BEGIN: Specific to Careers pages */
#imageAreaCareers {
	height: 120px;
	width: 750px;
	background-image: url(../images/careers.jpg)
}

#divNavSubCareers {
	height: 40px;
	width: 750px;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#divNavSubCareers ul li a:link, #divNavSubAbout ul li a:visited {
}

#divNavSubCareers ul {
	margin: 0px;
	padding: 0px;
}

#divNavSubCareers li {
  display: inline;
}

#divNavSubCareers li a {
	color: #000000;
	text-decoration: none;
	float: left;
	height: 20px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 35px;
	width: 130px;
	display: inline;
}

#divNavSubCareers li a:hover {
	font-weight: bolder;
}

#divNavSubCareers ul li.current a {
	font-weight: bolder;
}

#divNavSubCareers li.current a:hover {
	background-color: #FFFFFF;
}

/* END: Specific to Careers pages */

/* These styles modify the appearance of list items and links (i.e. the menu) in the left area */
#divContentLeft li a:link, #divContentLeft li a:visited {
	color: #000000;
    text-decoration: none;
}

#divContentLeft li a:hover {
	font-weight: bolder;
}

#divContentLeft li.current {
	font-weight:bolder;
}

#divContentLeft li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}

#divContentLeft ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
}

#divContentLeft ul {
	margin-left: 15px;
	padding-left: 15px;
}

#divContentLeft ul li{
	margin-left: 0px;
	padding-left: 0px;
}

#divContentLeft ul li ul{
	margin-left: 15px;
	padding-left: 15px;
}

/* End of modifiers for left list items and links */

#divContentRight {
	height: 420px;
	float: right;
	width: 510px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #999999;
}

#divContentRight p {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#divContentRight h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
}

#divContentDesc {
	width: 510px;
	height: 100px;
}

#imageArea {
	float: left;
	width: 320px;
}

#thumbAreaR1 {
	float: left;
	width: 80px;
	padding-left: 15px;
}

#thumbAreaR1 img {
	padding-bottom: 8px;
}

#thumbAreaR2 {

	float: right;
	width: 80px;
	padding-left: 15px;
}

#thumbAreaR2 img {

	padding-bottom: 8px;
}


/*   -----------------SmoothGallery CSS--------------- */

#myGallery, #myGallerySet, #flickrGallery
{
	position:absolute;
	top: 70px;
	width: 750px;
	height: 380px;
	z-index:5;
	
	border: 1px solid #000;

}

#portfolio
{
	width: 475px;
	height: 378px;
	z-index:5;
	border: 1px solid #000;
}
#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }


*:first-child+html .slideInfoZone
{
    bottom: -1px;
}
*:first-child+html .jdGallery a.right, *:first-child+html .jdGallery a.left
{
    filter:alpha(opacity=20);
}
*:first-child+html .jdGallery a.right:hover, *:first-child+html .jdGallery a.left:hover
{
    filter:alpha(opacity=80);
}
*:first-child+html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }
*:first-child+html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }
*:first-child+html a.open:hover { background: url('img/open.gif') no-repeat center center;
    filter:alpha(opacity=80); }	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

b

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

/*  sdmenu css -----file for  the collapsible menu's------*/

div.sdmenu {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background-color: #CCCCCC;
}
div.sdmenu div.collapsed {
	height: 15px;
}
div.sdmenu div span {
	display: block;
	padding: 2px 8px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-color: #fff;
}
div.sdmenu div a {
	padding: 2px 15px;
	background-color: #fff;
	display: block;
	border-bottom: 0px solid #ddd;
	font-size: 11px;
	color: #000;
}
div.sdmenu div a.current {
	background : #fff;
}
div.sdmenu div a:hover {
	background : #ccc;
	color: #000;
	text-decoration: none;
}
div.sdmenu div span:hover{
	background : #ddd;
	color: #000;
	text-decoration: none;
}