html {
	height: 100.02%;
}
div, h1, h2, h3, h4, p, li, dt, dl, blockquote, table, td, form, input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 15px 2px;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
}
h2 {
	margin: 20px 0 10px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	margin: 20px 0 5px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
h4 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
h5, h6 {
	color: #666;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	line-height: 180%;
	font-size: 110%;
}
h5 {
	margin-top: 15px;
	margin-bottom: 5px;
}
p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	line-height: 160%;
}
table td {
	vertical-align: top;
}
img {
	border: 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
/* start - table */
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/**********************/
/* Links              */
/**********************/

a:link, a:visited {
	color: #D85C0B;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC6600;
	text-decoration: underline;
}

/**********************/
/* Lists              */
/**********************/

#content ul {
	margin: 0;
	margin: 0 0 20px;
	padding: 0;
	height: 1%;
}
#content ul li {
	background: url(../images/layouts/elements/dot_orange.gif) 0 9px no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
	width: 100%;
	list-style-type: none;
	line-height: 120%;
	margin-bottom: 10px;
}
#content ul.links:after {
	visibility: hidden;
	display: block;
	content: ".";
	height: 0px;
	clear: both;

}
#content ul.links li {
	line-height: 150%;
	background: none;
	padding: 0px;
	width: 33%;
	float: left;
}

/**********************/
/* Corporate Tag      */
/**********************/

.tag {
	color: #333;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	vertical-align: bottom
}

/**********************/
/* Widgets            */
/**********************/

div.widget {
	text-align: center;
	width: 160px;
}
div.box {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 141px;
	background: url(../images/layouts/elements/box_border_bottom.gif) bottom left no-repeat;
	text-align: left;
}
.box h3 {
	margin: 0;
	padding: 3px 0 2px 10px;
	background: url(../images/layouts/elements/box_border_top.gif) top left no-repeat;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.box h4 {
	margin: 0;
	padding: 5px 0 0 10px;
	font-weight: bold;
	font-size: 100%;
	color: white;
}
.box a, .box a:visited {
	color: #444;
	text-decoration: none;
}
.box a:hover {
	color: #CC3300;
	text-decoration: none;
}
.box h4 a, .box h4 a:visited {
	display: block;
	margin-right: 5px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	text-decoration: none;
	background-image: url(../images/layouts/elements/link.gif);
	background-position: 118px 2px;
	background-repeat: no-repeat;
}
.box h4 a:hover {
	color: #D85C0B;
	text-decoration: none;
	background-image: url(../images/layouts/elements/link_active.gif);
}
.box p {
	margin: 0;
	padding: 0;
}
#locations div.globe {
	text-align: center;
	background: white;
	padding: 10px 0;
}
#locations p {
	color: #444;
	padding-left: 10px;
	background: white;
}

/**********************/
/* Option Links       */
/**********************/

a.option:link, a.option:visited {
	color: #D85C0B;
	margin: 10px 0;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../images/layouts/elements/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
}
a.option:hover, a.option:active {
	color: #CC3300;
	padding-left: 10px;
	text-decoration: underline;
	background-image: url(../images/layouts/elements/dot_red.gif);
}

/**********************/
/* Forms              */
/**********************/

form {
	margin: 0;
	padding: 0;
}
form p {
	margin-bottom: 5px;
}
form p.info {
	margin-bottom: 10px;
}
form label {
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: block;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #CCC;
	padding: 2px;
}
input.field, textarea.field {
	width: 300px
}
select.field {
	width: 305px;
}
textarea.field {
	height: 200px;
}

/**********************/
/* Buttons            */
/**********************/

.button {
	width: 144px;
	background: #FFF;
	padding: 3px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D85C0B;
	border: 1px solid #D85C0B;
}
p.buttons {
	margin-top: 20px;
	text-align: right;
	padding: 5px;
}

/**********************/
/* Error Fields       */
/**********************/

p.error {
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
input.error, textarea.error, select.error {
	background-color: #ffc;
}

/**********************/
/* Menu Forms         */
/**********************/

.container-menu form {
	padding: 10px;
}
.container-menu input {
	border: 1px solid #999;
	font-size: 10px;
	padding: 0 5px 0;
	margin: 0;
	width: 90px;
	height: 15px;
	vertical-align: middle;
}
.container-menu input.submit {
	border: 0;
	width: 18px;
	height: 18px;
	margin-left: 2px;
}

/**********************/
/* Widget Forms       */
/**********************/

.widget select {
	border: 1px solid #999;
	font-size: 10px;
	padding: 0;
	margin: 0;
	width: 120px;
}

blockquote {
	font: bold 1.4em/1.5em 'Arial, Helvetica, sans-serif';
	margin: 0px;
	padding: 0 0 0 25px;
	background: #F5F5F5;
	color: #444;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D4D4D4;
}

/**********************/
/* Navigation         */
/**********************/

.container-menu {
	background-image: url(../images/layouts/elements/bg_dark.jpg);
	width: 160px;
}
.container-menu p {
	color: #FFF;
	padding: 3px 0 0 10px;
}
.menu {
	padding: 0;
	margin: 0;
}
.menu p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #888;
}
.menu p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
.menu p a:link {
	color: #FFF;
	text-decoration: none;
}
.menu p a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu p a:hover {
	color: #D85C0B;
	text-decoration: none;
}
#home .menu .home a, #quality .menu .quality a, #method .menu .method a,
#principles .menu .principles a, #atlanta .menu .atlanta a, 
#greenville .menu .greenville a, #contact .menu .contact a {
	color: #333333;
	background-image: url(../images/layouts/elements/bg_bright.jpg);
}
#quality div#services, #method div#services, #principles div#services {
	display: block !important;
}
.submenu ul {
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.submenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px solid yellow;
}
.submenu li a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 8px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/layouts/elements/bg_medium.jpg);
	border-bottom: 1px solid #888;
}
.submenu li a:link {
	color: #333;
	text-decoration: none;
}
.submenu li a:visited {
	color: #333;
	text-decoration: none;
}
.submenu li a:hover, #quality .submenu .quality a, #method .submenu .method a, 
#principles .submenu .principles a {
	color: #D85C0B;
	background-image: url(../images/layouts/elements/bg_bright.jpg);
	text-decoration: none;
}

/**********************/
/* Page Regions       */
/**********************/

body {
	margin: 0;
	padding: 0;
	min-width: 880px;
	text-align: center;
	background-color: #eee;
	font-size: 11px;
}
#wrapper {
	width: 880px;
	margin: auto;
	text-align: left;
	background: #fff url(../images/layouts/elements/bg_blue_medium.png) top left repeat-y;
}
#header {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#header td {
	padding: 0;
}
#header td.bg {
	background-color: #3D98C9;
}
#header td.bghead {
	background-image: url(../images/layouts/corporate/header.jpg);
	background-repeat: no-repeat;
}
#quality #header td.bghead, #method #header td.bghead, #principles #header td.bghead {
	background-image: url(../images/layouts/corporate/services.jpg);
}
#atlanta #header td.bghead {
	background-image: url(../images/layouts/corporate/atlanta.jpg);
}
#greenville #header td.bghead {
	background-image: url(../images/layouts/corporate/greenville.jpg);
}
#container-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 880px;
	float: left;
	background: url(../images/layouts/elements/bg_blue_medium.png) top right repeat-y;
}
#container-content {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 720px;
	float: left;
}
#container-inner {
	margin: 0;
	padding: 0;
	width: 720px;
	float: left;
	background: url(../images/layouts/elements/bg_blue_medium.png) top left repeat-y;
}
#leftbar {
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
}
#content {
	float: right;
	text-align: left;
	width: 560px;
	margin: 0;
	padding: 0;
}
#content .block {
	margin: 20px 20px 40px 20px;
	color: #666;
	font-size: 110%;
	line-height: 150%;
}
#rightbar {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
}
* html .blockContent {
	height: 1em;  /*IE6*/
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	padding: 5px 10px;
	text-align: left;
	background: url(../images/layouts/elements/bg_footer.jpg) top left repeat-y;
	color: white;
}

/**********************/
/* Page Maps          */
/**********************/

div.map, div.contact {
	margin-top: 25px;
	height: 1% /*IE*/;
	clear: both;
}
div.map:after {
	visibility: hidden;
	display: block;
	content: ".";
	height: 0px;
	clear: both;
}
div.map img {
	float: left;
	margin-right: 20px;
}
div.map p {
	margin-bottom: 15px;
}
