@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	margin: 0px;
	padding: 0px;
}
.title {
	padding-bottom: 10px;
	font-size: 1.6em;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #011F41;
	padding-left: 25px;
	text-transform: uppercase;
	margin: 0px;
	display: block;
}
/* Removes list-style from lists */

ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalizes tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption, th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content:'';
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}


body  {
	font: 76.8% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #010101;
	background-image: url(../images/background_images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding-top: 15px;
}

.twoColFixLtHdr #container { 
	font-size: .96em;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/background_images/container_bg.gif) repeat-y top center;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header { 
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 128px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	font-size: 100%;
	position:absolute;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4480c5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	text-align:center;
	color: #fff;
}

.twoColFixLtHdr #sidebar1 p, .twoColFixLtHdr #sidebar1 ul, .twoColFixLtHdr #sidebar1 li {
	text-align: left;
	}
	
.twoColFixLtHdr #sidebar1 img {
	border: 1px #fff solid;
	margin: 10px auto;
	
}
	
	
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 

#flashPanel {
	text-align: center;
	}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#04396b url(../images/footer.jpg) no-repeat; 
	height: 55px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color: #fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	display: inline;
}

.twoColFixLtHdr #sidebar1 div.panel {
	padding: .5em .75em;
}

.twoColFixLtHdr #sidebar1 h3 {
	font-variant: small-caps;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	border-bottom: solid 2pt #fff;
	padding-bottom: 0.15em;
	padding-top: 33px;
}

img.cluster_img {
	background-color: #fff;
	padding: 3px;
}
 
div#primary_content blockquote {
	width: 90%;
	clear: both;
	color: #011F41;
	margin-bottom: 0;
	padding-top: 25px;
}
 
div#primary_content blockquote p {
	font-style: italic;
	margin: 0;
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}

div#nav {
	background-color: #011f41;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	border-bottom: solid 3px #4480c5;
	z-index:100;
	width: 100%;
}

div#inner_nav {
	border-bottom: 3px solid #fff;
	}

ul#services_list {
	list-style-type:none;
	padding: 0;
	margin: 0;
	background-color: #011f41;
	
}

ul#services_list li {
}

ul#services_list li a {
	background-color: #011f41;
	padding: 10px 5px;
	font-size: 16px;
	border-bottom: solid 2px #4480c5;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	
}

ul#services_list li a:hover {
	background-color: #999;
	color: #000;
	}
	
ul#services_list a img {
	position: absolute;
	width: 341px;
	height: 222px;
	left: 238px;
	top: 40px;
	border: 1px solid #000;
	z-index:0;
	visibility: visible;
}

ul#services_list a:hover #service_img {
	border: 1px solid #000;
	visibility: visible;
}

ul#services_list li#services_enginnering a #service_img {
  left: 238px;
  top: 40px;
  visibility:visible;
 }

ul#services_list li#services_enginnering a:hover #service_img {
	visibility: visible;
}

ul#services_list li#services_surveying a #service_img {
  left: 238px;
  top: 40px;
  visibility:hidden;
}

ul#services_list li#services_surveying a:hover #service_img {
	visibility:visible;
}

ul#services_list li#services_land_arch a #service_img {
  left: 238px;
  top: 40px;
  visibility:hidden;
}

ul#services_list li#services_land_arch a:hover #service_img {
	visibility:visible;
}
ul#services_list li#services_fox_interiors a #service_img {
  left: 238px;
  top: 40px;
  visibility:hidden;
}

ul#services_list li#services_fox_interiors a:hover #service_img {
	visibility:visible;
}

.panel_1 ul, .panel_2 ul {
	padding: 10px 5px 15px;
	}
div#formContent {
clear:both;
}

ul.short_awards {
	list-style:disc inside;
	padding: .5em;
}
ul.short_awards li {
	padding: .5em 0 .5em 0;	
	font-size: 1.05em;
	line-height: 1.5em;
}

div#secondary_content div.panel_2 blockquote p {
	font-style: italic;
	font-size: 1.25em;
	padding: 5px 5px 10px 5px;
}

ul.awards_list {
	width: 100%;
}

ul.awards_list li {
	float: left;
	width: 100%;
	padding: 10px 0 5px 0;
	}

ul.awards_list li span {
	display: block;
	float: left;
	}
	
ul.awards_list li span.date {
	width: 20%;
	text-align: right;
	margin-right: 10px;
	}

ul.awards_list li span.award {
	width: 75%;
	text-align: left;
	margin-left: 10px;
	}
#mainContent #creatingInn {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #011f41;
	bottom: 5px;
}
