﻿body { 
	margin: 0 auto; padding: 0;
	
	background: #A3A3A3;
	font-family: Arial, san-serif;
	color: #333;
	font-size: 11px;
	text-align: center;
}

table { font-family: Arial, san-serif; color: #333; font-size: 11px; }

p, div, ul, li, table, img, h1, h2, h3, h4, h5, h6, form { border: 0; margin: 0; padding: 0;}

/* LAYOUT */

div#frame { width: 900px; margin: 50px auto 50px auto; overflow: hidden;}

div#logo { width: 900px; margin: 0 auto 0 auto; }

div#head_image {width: 900px; margin: 0 auto 0 auto;}
  /*ie fix*/ * html div#head_image { margin-top: -3px; margin-bottom: -4px; }

div#horz_menu { 
	width: 900px;
	height: 14px; 
	padding: 4px 0; 
	background: url(images/bg-horzmenu.gif);
	border-top: 1px solid #999;
	color: white;
	font-size: 12px;
}

div#main { clear:  both; width: 900px; margin: 0 auto 0 auto; text-align: left; background: url(images/bg-main.gif); overflow: hidden;}

div#content { float:left; width: 596px; padding: 10px 0 10px 10px; }

div#mid_content { float:left; width: 400px; padding-left: 10px; }

div#left_bar { width: 180px; float: left; padding:0 0 10px 0; }

div#right_bar { float: right; margin-left: 10px; width: 280px; padding-bottom: 8px; color: white;}
div.right_content { width: 248px; padding: 18px 16px 0 16px; overflow: hidden; background: url(images/bg-rightcontent.gif); }
div.right_content_btm { width: 280px; height: 10px; background: url(images/bg-rightcontent-btm.gif); }

div#foot_bar { width: 900px; height: 8px; background: url(images/bg-horzmenu.gif); margin: 0 auto; }

div#footer { clear: both; width: 880px; padding: 10px; color: #444; }

/* LEFT MENU */

div#content div.left_menu { background: #DDE3EC; padding: 4px 0; }

div#content div.left_menu ul { width: 180px; list-style: none; font-size: 12px; margin-left:0px; }
div#content div.left_menu li { padding: 5px 8px; }
div#content div.left_menu li:hover { background: url(images/bg-leftnav-over.gif); }
div#content div.left_menu li.over { background: url(images/bg-leftnav-over.gif); }

div#content div.left_menu li a { color: #333; text-decoration: none; }
div#content div.left_menu li a:hover { color: white; }

div#content div.left_menu_btm { width: 180px; height: 10px; background: url(images/bg-leftmenu-btm.gif);}
    /* ie fix */ * html div.left_menu_btm { margin-top: -12px; }

div#content div.member_nav_title{ font-size: 10px; font-style: italic; }

/* CONTENT */

h1 { color: #A39325; font-size: 16px; margin-bottom: 8px; }

h2 { color: black; font-style: italic; font-size: 13px; margin-bottom: 10px; }

h3 { color: black; padding: 5px 8px 3px 8px; font-size: 13px; font-weight: normal;}
div#left_bar h3 { background: url(images/bg-h3-left.gif); }
div#content h3 { background: url(images/bg-h3-full.gif); }

h4 { color: white; font-size: 13px; margin-bottom: 12px; }

h5 { color: #888; font-size: 13px; margin-bottom: 12px; font-style: italic; }

h6 { color: #A39325; font-size: 13px; margin-bottom: 12px;}

div.content_box_full { background: #DDE3EC; padding: 10px; overflow: hidden;}
div.content_box_full_btm { width: 596px; height: 10px; margin-bottom: 12px;; background: url(images/bg-fullbox-btm.gif); }



div#content p, div#mid_content p { margin-bottom: 12px; }

div#content ul, div#mid_content ul { margin: 0 0 12px 18px; line-height: 14px; }

div#content a, div#mid_content a { color: #5C749B; }
div#content a:hover, div#mid_content a:hover { text-decoration: none; }

div#right_bar p {margin-bottom: 10px;}

div#right_bar a { color: #F6DC2A; }
div#right_bar a:hover { text-decoration: none; }

div#right_bar a.project_link { color: #DDE3EC; font-size: 12px; text-decoration: none; }
div#right_bar a.project_link:hover {text-decoration: underline;}

div.breadcrumbs { margin-bottom: 10px; font-size: 10px; }
div.breadcrumbs a { color: #5C749B; }
div.breadcrumbs a:hover { text-decoration: none; }

/* SERVICES */

div.service_category { border-top: 1px solid #ccc; padding-top: 8px; margin-bottom: 12px; overflow: hidden; }

div.service_category h2 a { font-style: normal; text-decoration: none; }
div#content div.service_category h2 a:hover { text-decoration: underline; }

div.sub_services { float: right; width: 200px; padding-left: 10px; margin-left: 10px; border-left: 1px solid #eee; }
div.sub_services p { line-height: 16px; }


/* PROJECT GALLERY */

div.project_summary { border-top: 1px solid #ccc; padding-top: 8px; margin-bottom: 12px; overflow: hidden; }

div.project_summary a { color: #5C749B; }
div.project_summary a:hover { text-decoration: none; }

div.project_summary a.project_name { color: #A39325; font-size: 12px; font-weight: bold; text-decoration: none; }
div.project_summary a.project_name:hover { text-decoration: underline; }

span.project_location { color: #888; font-style: italic; font-weight: bold; }


/* FOOTER */

div#footer p { margin-bottom: 10px; line-height: 17px; }

div#footer a { color: white; }
div#footer a:hover { text-decoration: none; }

/* FORM */

form.ja_form {  }

.ja_form input { border: 1px solid #5C749B; }

/* MISC */

.rightimg { float: right; margin: 0 0 8px 8px; }
.leftimg { float: left; margin: 0 8px 8px 0; }

.clearing {clear: both;}
