/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

html { font-size:100.01%; }

body {
  font-size: 75%;
  color: #222;
 
  font-family: Helvetica, Arial, sans-serif;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
.a_heading {text-decoration:none;}

.container {
  width: 950px;
  margin: 0 auto;
}

.fullwidth {
	margin: 0 auto;
	
	}

/* Use this class on any .span / container to see the grid. */
.showgrid {
	background:url(/images/common/grid.png);
}

.header2 {padding:0px 0px; background-color:#e3e3e3; text-align:left; height:76px;}
.header2-contents { margin: auto; width:100%; background-color:#e3e3e3; background: url(/images/header2bg.jpg) no-repeat; height:76px;}

.recent_projects {
	float: left;
	width: 900px;
	height: 260px;
	margin-bottom: 10px;
	background: #4D4D4D;
}

.project_slideshow {
	float: left;
	width: 610px;
	height: 200px;
	padding: 30px 0;
	overflow: hidden;	
	background: #4D4D4D url(images/slider_right_divider.jpg) right repeat-y
}

.project_content {
	float: left;
	width: 250px;
	height: 180px;
	padding: 40px 20px;
	overflow: hidden;
	background: #4D4D4D;
}

.project_content td{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 20px;
}

.button_01 a{
	clear: both;
	display: block;
	width: 104px;
	height: 25px;
	padding-top: 5px;
	background: url(images/readmore_button.jpg) no-repeat;
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
	background: url(images/header_underline.jpg) left bottom no-repeat;	
}

.header_02 {
	clear: both;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
	height: 20px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: url(images/side_header_bg.jpg) repeat-x;
}

.header_03 {
	clear: both;
	font-size: 18px;
	color: #dad021;
	font-weight: bold;	
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url(images/banner_divider.jpg) bottom repeat-x;
}

.header_04 {
	clear: both;
	font-size: 14px;
	color: #c7bb10;
	font-weight: bold;	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(images/footer_divider.jpg) bottom repeat-x;
}

.header_05 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_05 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_06 
{
    text-align:center;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.lines
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid
}

/*sub-footer */
#sub-footer {padding:25px 0px; background-color:#efefef; text-align:left;}
#sub-footer h2 { color:#666;  font-size:16px; padding-left:0px;}
#sub-footer-contents h2 img {margin-bottom:-3px; margin-right:10px;}
#sub-footer h2 a { color:#1a1a1a; padding-left:10px; }
#sub-footer h2 a:hover { color:#666; text-decoration:none; }
#sub-footer a { color:#666;  }
#sub-footer-contents { margin: auto; width:950px; padding:0px;}
#sub-footer-contents p { margin: 0px;  padding:0px 20px 0px 10px;}
#sub-footer-contents .ft-bd {background:url(/images/transparent-line-footer.png) right top no-repeat; }


/*footer */
#footer2 { color:#333; padding:25px 0px;  background: url(/images/footer-repeat-bg.jpg) top repeat-x #4d4d4d; text-align:left;}
#footer2-contents { margin:auto; width:950px; padding: 5px 20px 20px;}
#footer2 h2 { color:#fff;  font-size:16px; padding-left:0px;}
#footer2 h2 a { color:#fff; }
#footer2 a { color:#999; }
#footer2 #footer-legal ul { padding: 0px; margin:25px 0px 0px 0px;}
#footer2 #footer-legal ul li {float:left; padding: 2px 10px 2px 0px;}

a.nav2 {
	font-size: 12px;
	text-decoration: none;
	color: #404040;
	display: block;
	line-height: 27px;
	border-bottom: solid 1px #cccccc;
}

a.first-nav { border-top: solid 1px #cccccc;}
a.nav2:hover {
	font-weight: normal;
	color: #b32017;
}

.section_01 {
	clear: both;
	position: relative;
	width: 430px;
	padding: 30px 40px 20px 40px;
	margin-bottom: 20px;
	background: url(/images/section_middle.jpg) repeat-y;
}

.section_01 .top {
	position: absolute;
	width: 510px;
	height: 22px;
	top: 0px;
	left: 0px;
	background: url(/images/section_top.jpg) top left no-repeat;
}

.section_01 .bottom {
	position: absolute;
	width: 510px;
	height: 22px;
	bottom: 0px;
	left: 0px;
	background: url(/images/section_bottom.jpg) bottom left no-repeat;
}

TABLE.clsQuery { background-color: #F0F0F0; border: 1pt solid #999999; border-collapse: collapse; margin-left: 12pt; margin-right: 12pt; }
TD.clsQueryHeading { background-color: #999999; border: 1px solid #000000; color: #FFFFFF; font-family: arial; font-size: 8pt; font-weight: bold; padding: 2px; }
TD.clsQuery { background-color: #E0E0E0; border: 1px solid #F0F0F0; color: #000000; font-family: arial; font-size: 8pt; padding: 2px; }
TD.clsInformation { background-color: #F0F0F0; border: 1px solid #000000; color: #000000; font-family: arial; font-size: 8pt; padding: 5px; }
