@charset "utf-8";
body {
	font: 100% Garamond;
	background: #10161c;
	background-image: url("sImages/pagebackground.jpg");
	background-repeat:no-repeat;
	font-size: 20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

@font-face
{
    font-family: occd;
    src: url('/embd/Occident.eot');
    src: local(occd), url('embd/Occident.ttf') format('opentype');
}

.oneColFixCtr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container #topContent {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container #topContent #Logo {
	width: 359px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;

}

.oneColFixCtr #container #topContent #Slogan {
	width: 606px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
}

.oneColFixCtr #container #topContent #smallNav {
	width: 606px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	float: left;
}


.oneColFixCtr #container #topContent #smallNav  ul {
	display: inline;
}

.oneColFixCtr #container #topContent #smallNav  ul li {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	display: inline;
}

.oneColFixCtr #container #topContent #smallNav  ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.oneColFixCtr #container #topContent #smallNav  ul li a:hover {
	color: #f7c022;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}


.oneColFixCtr #container #siteNav {
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	height:48px;
	vertical-align: middle;
	background-image:url(sImages/mainNavBackground.gif);
	list-style: none;
	line-height: 40px;
}

.oneColFixCtr #container #siteNav ul {
	display: inline;
}

.oneColFixCtr #container #siteNav ul li {
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 15px;
	display: inline;
}


.oneColFixCtr #container #siteNav ul li a {

	color: #212e3b;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

.oneColFixCtr #container #siteNav ul li a:hover {
	
	color: #785900;
	font-weight: bold;
	font-size: 20px;
	text-decoration:none;
}



.oneColFixCtr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent #leftSide {
	float: left;
	width: 700px;
	padding-right: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtr #mainContent #leftSide #mainContentLeft {
	float: left;
	width: 700px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 10px;
}

.oneColFixCtr #mainContent #leftSide ul {
	display: block;
	list-style: none;
}

.oneColFixCtr #mainContent #leftSide ul li {
	display: block;
	list-style: none;
	text-align: center;
	margin: 10px;
	padding: 0px;
	float: left;
}

.oneColFixCtr #mainContent #leftSide #contactlist li {
	display: block;
	list-style: disc;
	list-style-type:disc;
	text-align: left;
	margin: 10px;
	padding: 0px;
	float: none;
}

.oneColFixCtr #mainContent #leftSide #portfolio ul {
	display: block;
	margin: 0 10px 10px 0;
	padding: 0px;
}

.oneColFixCtr #mainContent #leftSide #portfolio ul li {
	display: block;
	list-style: none;
	text-align: center;
	width: 200px;
	height: 250px;
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

.oneColFixCtr #mainContent #leftSide #portfolioPrint ul li {
	display: block;
	list-style: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 300px;
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

.oneColFixCtr #mainContent #leftSide #clientlist ul {
	list-style: disc;
	float:none;
	
}
.oneColFixCtr #mainContent #leftSide #clientlist ul li {
	list-style: disc;
	float: none;
}


.oneColFixCtr #mainContent #leftSide #mainContentRight {
	background-color: #cba124;
	background: rgba(247,192,34,.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000000;
	color: #000;
	font-weight: normal;
	float: left;
	width: 700px;
	margin-top: 10px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent #leftSide #mainContentRight li {
	display: block;
	list-style: disc;
	float: none;
	text-align: left;
}

.oneColFixCtr #mainContent #leftSide #tutorialList li {
	display: block;
	list-style: disc;
	float: none;
	text-align: left;
}

.oneColFixCtr #mainContent #leftSide #mainContentFooter {
	background-color: #9c7f22;
	background: rgba(247,192,34,.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000000;
	color: #000;
	font-weight: normal;
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent #leftSide #mainContentFooter li {
	display: block;
	list-style: square;
	float: none;
	text-align: left;
}



.oneColFixCtr #mainContent #leftSide #contentContainer {
	background-color: #9b7e22;
	background: rgba(247,192,34,.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000000;
	color: #000;
	font-weight: normal;
	width: 700px;
	float: left;
	margin-bottom: 100px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtr #mainContent #rightSide {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.oneColFixCtr #mainContent #rightSide ul {
	display: block;
	list-style: none;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;	
}

.oneColFixCtr #mainContent #rightSide ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style:none;
	list-style-image: none;
}

.oneColFixCtr #mainContent #rightSide ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.oneColFixCtr #mainContent #rightSide ul li a:hover {
	color: #785900;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;
}


.oneColFixCtr #mainContent #rightSide #sidebarNav ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style:none;
	list-style-image: none;
}

.oneColFixCtr #mainContent #rightSide #sidebarNav ul li a {
	color: #f7c022;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.oneColFixCtr #mainContent #rightSide #sidebarNav ul li a:hover {
	color: #785900;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;
}

#supportList ul li {
	display: block;
	list-style: square;
	float: none;
	text-align: left;
}


.dropcap {
  float: left;
  font-family: occd;
  font: normal 60pt/0.8em; 
  color: #fff;
  margin-right: 3px;
}

.pageHeader {
	font-family: occd;
	font-size: 35px;
	font-style: normal;
}

.contentNavWhite {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.contentNavWhite:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.contentOrange {
	color: #f7c022;
}

.contentBlack {
	color: #000000;
}

.contentNavOrange {
	font-weight: bold;
	text-decoration: none;
	color: #f7c022;
}

.contentNavOrange:hover {
	font-weight: bold;
	color: #f7c022;
	text-decoration: underline;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }






  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }




/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
}
* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;

	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
