body
{
	margin:0;
	border:0;
	
	color: #ffffff;
	background-color: #095109;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a{ color: #ffffff; text-decoration:none; }
a:hover{ color: #ffffff; text-decoration:underline; }

td.header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

td.menu
{
	background-image: url(images/menu-shadow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #1e791e;

	height: 36px;
	vertical-align: top;
}
.menu_item { margin: 0 10px 0 10px; }

td.main
{
	color: #095109;
	background-color: #ffffff;
	background-image: url(images/bgpeaks.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

	vertical-align: top;

	border-style: solid;
	border-color: #95b695;
	border-width: 0 1px 0 1px;	
}

td.footer
{
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #1e791e;
	
	height: 108px;
	vertical-align: bottom;
	font-size: 13px;
	line-height: 30px;

	border-style: solid;
	border-color: #95b695;
	border-width: 0 1px 1px 1px;	
}

td.border_left
{
	background-image: url(images/border-left-repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
	text-align: right;
	vertical-align: bottom;
}

td.border_right
{
	background-image: url(images/border-right-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;

	text-align: left;
	vertical-align: bottom;
}

td.border_bottom
{
	background-image: url(images/border-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* --- Page Content --- */

.page_content
{
	padding: 35px 15px 80px 15px;
}
.page_content a{ color: #2527a2; text-decoration:none; }
.page_content a:hover{ color: #2527a2; text-decoration:underline; }

.page_title
{
	font-size: 20px;
	line-height: 30px;
}

.page_text
{
	font-size: 13px;
	line-height: 19px;
}

/* --- Home Page --- */

.homepage_image
{
	margin: 0 15px 15px 0;
	
	border-style: solid;
	border-color: #095109;
	border-width: 1px 1px 1px 1px;	
}

/* --- Our Services --- */

.services_content_cell
{
	padding: 0 15px 0 0;

	border-style: solid;
	border-color: #095109;
	border-width: 0 1px 0 0;
}

.services_links_cell
{
	padding: 0 0 0 15px;

	font-size: 14px;
	line-height: 20px;
}

.services_link_holder
{
	padding-bottom: 8px;
}

.services_title
{
	font-weight: bold;
	padding-bottom: 2px;
	/*color: #c04242;*/
	color: #400000;
}

.services_text
{
	margin: 30px 10px 0 10px;
	vertical-align: top;
}

.services_image
{
	margin: 0 0 15px 15px;
	border-style: solid;
	border-color: #095109;
	border-width: 1px 1px 1px 1px;	
}

.services_repeating_image
{
	margin: 5px 0 15px 15px;
	
	border-style: solid;
	border-color: #095109;
	border-width: 1px 1px 1px 1px;	
}

/* --- Clients --- */

td.clients_type
{
	background-color: #095109;
	color: #ffffff;
	padding-left: 2px;
}

td.clients_item
{
	font-size: 11px;
	padding-left: 5px;
}

.clients_table
{
	border:0;
	text-align: center;
	padding-top: 30px;
}

td.clients_list
{
	vertical-align: top;
	width: 50%;
}

div.clients_title
{
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
	
	margin: 20px 0 10px 0;
}

/* --- Testimonials --- */

.test_text
{
	padding: 15px 15px 30px 15px;
	color: #400000;
}

.test_title
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	
	margin-bottom: 15px;
	
	padding: 0 0 5px 0;

	border-style: solid;
	border-color: #400000;
	border-width: 0 0 1px 0;
}

.test_image
{
	margin: 0 15px 15px 0;
	
	border-style: solid;
	border-color: #095109;
	border-width: 1px 1px 1px 1px;
}

/* --- Projects & Experience --- */

.projects_upper
{
	margin-bottom: 15px;
}

td.projects_title
{
	background-color: #095109;
	color: #ffffff;
	padding-left: 2px;
}

td.projects_item
{
	font-size: 11px;
	padding-left: 5px;
}

.projects_lower
{
	margin-top: 15px;
}

.projects_list_item
{
	font-size: 14px;
	line-height: 21px;
}

.projects_list_title
{
	font-size: 18px;
	line-height: 24px;
}

td.projects_list_cell
{
	vertical-align: top;
	white-space: nowrap;
}

.projects_image_world
{
}

td.projects_image_usa
{
	padding: 20px 0 40px 0;
}

/* --- Career Opportunities --- */

.careers_image
{
	margin: 0 15px 15px 0;
	
	border-style: solid;
	border-color: #095109;
	border-width: 1px 1px 1px 1px;	
}

/* --- Footer --- */

.iqfooter
{
	font-size: 11px;
	color: #afa7a2;
	padding: 10px 0 0 2px;
}
.iqfooter a{ color: #afa7a2; text-decoration:none; }
.iqfooter a:hover{ color: #afa7a2; text-decoration:underline; }

