/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	height: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
body {
	background-image:url(/images/dpd.png);
	background-position: top;
	background-repeat:repeat;
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #06C;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #666;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
.clear {
	clear:both;
}
div {
	margin: 0;
	padding: 0;
}
.right {
	float: right;
	margin-bottom: 12px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.aboutus {
	border:solid 0px #000;
	color: #333;
	float:none;
	margin:0px 40px 0px 40px;
	padding: 5px 5px 5px 5px;
	width: 570px;
}
.subroom {
	border:solid 0px #000;
	color: #333;
	float:none;
	margin:0px 40px 0px 40px;
	padding: 5px 5px 5px 5px;
	width: 830px;
}
.gallery_body {
	float:none;
	border:solid 0px #000;
	margin:0px 20px 0px 20px;
	color: #000;
	padding: 10px 15px 0px 20px;
	width: 845px;
	height: auto;
}
.home_body {
	float:none;
	border:solid 0px #000;
	margin:0px 15px 0px 40px;
	color: #000;
	padding: 5px 5px 10px 5px;
	width: 840px;
	height: auto;
}
.leed_body {
	float:none;
	border:solid 0px #000;
	margin:0px 30px 0px 40px;
	color: #333;
	padding: 5px 5px 5px 5px;
	width: 835px;
	height: auto;
}
.projects_body {
	float:none;
	border:solid 0px #000;
	margin:0px 30px 0px 40px;
	color: #333;
	padding: 5px 5px 5px 5px;
	width: 840px;
	height: auto;
}
.arrow {
	display: block;
	padding-left: 15px;
	margin-top: 8px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ------------- Header Details ----------- */

#header {
	text-align: left;
	height: 103px;
	margin: 0 auto;
	position:relative;
	width:910px;
	padding: 10px 0px 0px 10px;
}
#header-wrap {
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
}
#header-container {
	height: 50px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	position:relative;
	width:100%;
}
#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

/* ------------- Footer Details ----------- */

#footer {
	height: 34px;
	color: #FFF;
	clear: both;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: Center;
	padding: 21px 75px 0px 75px;
	position:relative;
	margin: 5px auto 5px auto;
	width: 770px;
	overflow: visible;
}
#footer-wrap {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height: 60px;
}
#footer-container {
	height:70px;
	width: 100%;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}

/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/page-bg.gif);
	margin: 0px auto 0px auto;
}
#nav-wrap {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
}
#nav {
	position:relative;
	height:40px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0px 23px;
	background-image: url(/images/nav-container-bg.gif);
	background-repeat: no-repeat;
	width: 895px;
	margin: 0 auto;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li {
	display:block;
	float:left;
	margin:0px;
}
#nav ul li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 20px;
	height:40px;
}
#nav ul li a span {
	padding:12px 20px 0 0;
	height:28px;
	float:left;
}
#nav ul li a:hover {
	color:#fff;
	background-color: transparent;
	background-image: url(/images/nav-bg-over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#nav ul li a.current, #nav ul li a.current:hover {
	color:#fff;
	line-height:325%;
	background-color: #1D6893;
	background-image: url(/images/nav-left-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	height:40px;
	background-color: #1D6893;
	background-image: url(/images/nav-right-on.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ---------- Page Structure CSS ---------- */

#aboutus {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:920px;
}
#subroom {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:auto;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:955px;
}
#gallery {
	margin: 0px 2px 0px 2px;
	padding: 5px 5px 5px 5px;
	width:825px;
	background-color: #323334;
}
#projects {
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	width:auto;
}
#headlinks {
	float:right;
	width:90px;
	text-align:center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	height: 50px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#homepage-outterWrapper {
	margin: 140px auto 10px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	padding: 10px 0px 40px 0px;
}
#subpage-outterWrapper {
	margin: 100px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	padding: 10px 10px 10px 10px;
	height: auto;
}
#threeColumns { /* This sets the id for a 3 column layout */
	overflow: hidden;
}
#threeColumns #leftColumn {
	float: left;
	padding: 15px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#threeColumns #rightColumn {
	float: right;
	padding: 15px 15px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#threeColumns #content {
	margin: 0 205px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 480px;
}
#twoColumnleft { /* This sets the id for a 2 column layout with a left column only */
	overflow: hidden;
}
#twoColumnleft #content, #twoColumnright #content {
	width:595px;
}
#twoColumnleft #leftColumn {
	float: left;
	padding: 15px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
}
#twoColumnleft #rightColumn {
	display:none;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnleft #content {
	margin: 0 15px 0 285px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#twoColumnright { /* This sets the id for a 2 column layout with a right column only */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#twoColumnright #leftColumn {
	display:none;
}
#twoColumnright #rightColumnUpper {
	float: right;
	padding: 15px 15px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 305px;
	margin-top: 27px;
}
#twoColumnright #rightColumnLower {
	float: right;
	padding: 15px 15px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 305px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnright #content {
	margin: 0 205px 0 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 15px 15px 15px;
}
#oneColumnleft { /* This sets the id for a 2 column layout with a left column only */
	overflow: hidden;
	height: 525px;
}
#oneColumnleft #content, #oneColumnright #content {
	width:595px;
}
#oneColumnleft #leftColumn {
	float: left;
	padding: 15px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
}
#oneColumnleft #rightColumn {
	display:none;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#oneColumnleft #content {
	margin: 0 15px 0 285px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#oneColumnright { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
}
#oneColumnright #leftColumn {
	display:none;
}
#oneColumnright #rightColumn {
	float: right;
	padding: 15px 15px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 244px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#oneColumnright #content {
	margin: 0 205px 0 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 15px 15px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #FFF;
}

/* ---------- Typography CSS ---------- */

h1 {
	font-size: large;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #06C;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
.spaced ol, .spaced ul, .spaced li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 12px;
	line-height: inherit;
	margin: 1em 0em 1em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: x-small;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}
.narrow1 {
	line-height:1.1em;
}
#aboutus {
	width: auto;
	margin: 0px 0px 0px 0px;
}
/* ---------- One Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one {
	margin: 0;
	float: left;
	width:100%;
}
#col_one_1 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_1 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}
/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}
/* ---------- Three Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_3 {
	margin: 0;
	float: left;
	width:31%;
}
#col_two_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
#col_three_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
/* ---------- Four Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 
#col_one_4 {
	margin: 0;
	float: left;
	width:23%;
}
#col_two_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_three_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_four_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
/* ---------- Side column menu styles ---------- */

.styledmenu {
	width: 300px; /*width of menu*/
	height: auto;
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	background-color: #606060;
	background-image: url(/images/downarrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { /*hover state CSS*/
	background: black;
}
.simplemenu {
	width: 305px; /*width of menu*/
	height: auto;
	float: right;
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
	width: 244px;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #EAEAEA;
}
/* ---------- Common styles shared between both left and right columns ---------- */

.sidebarlt {
	padding: 6px;
	border: 1px solid #CECECE;
	background-color: #E9E9E9;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #333;
	padding: 6px;
	background-color: #606060;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

/* ---------- Stylings for homepage jQuery slider ---------- */

#preload {
	display:none;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:920px;
	height:244px;
	overflow:hidden;
}

/* ---------- These are the styles for the contact form ---------- */

Label {
}
.inputValue {
	width:50%;
	margin-top:5px;
}
.inputText {
	width:85%;
	height:180px;
	margin-top:5px;
}
.inputButton {
}
.required {
	font-size:9px;
	color:#C00;
}

/* --------------- Project Photo Gallery -------------------- */

#galleryleft {
	background-color: #FFF;
	padding: 25px 40px 25px 50px;
	width: 830px;
	margin: 0px 0px 0px 0px;
}
#galleryleft ul {
	list-style: none;
}
#galleryleft ul li {
	display: inline;
}
#galleryleft ul img {
		border: 5px solid #3e3e3e;
		border-width: 2px 8px 1px;
}
#galleryleft ul a:hover img {
		border: 5px solid #fff;
		border-width: 2px 8px 1px;
		color: #fff;
}
#galleryleft ul a:hover { color: #fff;
}

/* ---------- These are the styles for the data detail table ---------- */

#detail {
	margin-top: 5px;
}
#detail h3 {
	margin: 8px 0px 0px;
	padding: 0px;	
}
#detail p {
	line-height:normal;	
}
#detail a {
	font-weight:bold;	
}
#detail td.uline {
	border-bottom:1px solid #ccc;	
}
#outerWrapper #twoColumnright #content table tr td {
	font-family: Optima;
}
#outerWrapper #twoColumnright #content blockquote p em {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content table tr td {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content table tr td ul li {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content table tr td ul li {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Comic Sans MS, cursive;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Arial Black, Gadget, sans-serif;
}
#outerWrapper #twoColumnright #content div #detail tr .uline {
	font-family: Arial, Helvetica, sans-serif;
}

