body {
	background: url("../../_ima/bg.jpg") repeat-x;
	background-color: #9097AA;
	margin: 0px; 
	padding: 0px;
	color: #4f6c88;	
	font: 12px/14px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: black;
	text-decoration: none;
	}

a:visited {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}

a:active {
	color: black;
	text-decoration: none;
	}
	
/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h1 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h2 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h3 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h4 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h5 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.retnec { text-align: center; }

.no_border { border: 0px; }

.red_text { color: red; font-style: italic; }

div.validation-inline-error-message { margin: 0 0 0 10px; color: #ff0000; padding: 3px 0 0 0; font-style: italic;}	

/*____________________________________________________________________________________________Input Buttons_*/

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    background-color: white;
    border: 1px solid black;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: black;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
	}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
	}
.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
	}
*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
	}
.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
	}
	/* POSITIVE */

button.positive, .buttons a.positive {
    color: black;
}
.buttons a.positive:hover, button.positive:hover{
    border: 1px solid black;
    color: #FA7003;
}
.buttons a.positive:active {
    background-color: white;
    border: 1px solid black;
    color: black;
}

/*____________________________________________________________________________________________Nav Layout_*/
	
#navigation {
	width: 100%;
	height: 40px;
	clear: both;
	padding: 6px 0px 0px 2px;
	}

.nav_containers {
	padding: 5px 36px 0px 36px;
	float: left;
	}
	.nav_containers a:hover {
		background-position: 0px -11px;
		}

a.nav_home, a.nav_home_on {
	background: url("../../_ima/nav_home.gif") no-repeat;
	width: 31px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
a.nav_about, a.nav_about_on {
	background: url("../../_ima/nav_about.gif") no-repeat;
	width: 54px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
a.nav_services, a.nav_services_on {
	background: url("../../_ima/nav_services.gif") no-repeat;
	width: 52px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
a.nav_clients, a.nav_clients_on {
	background: url("../../_ima/nav_clients.gif") no-repeat;
	width: 44px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
a.nav_projects, a.nav_projects_on {
	background: url("../../_ima/nav_projects.gif") no-repeat;
	width: 52px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
a.nav_contact, a.nav_contact_on {
	background: url("../../_ima/nav_contact.gif") no-repeat;
	width: 49px;
	height: 10px;
	overflow: hidden;
	float: left;
	}
	a.nav_home_on, a.nav_about_on, a.nav_services_on, a.nav_contact_on, a.nav_clients_on, a.nav_projects_on {
		background-position: 0px -11px;
		}
		
.nav_breakers {
	height: 21px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px dotted #666;
	}

					
/*____________________________________________________________________________________________Main Layout_*/

#container p {
	font: 12px/18px Verdana, sans-serif;
	}

.bg_container {
	background: url("../../_ima/container_bg-trans.png") repeat-y;
	width: 742px;
	margin: 0px auto;
	height: 100%;
	_background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
	(src="../../_ima/container_bg-trans.png",sizingMethod="scale");
	}

#container {	
	margin: 0 auto;
	padding: 0px 5px 0px 6px;
	width: 732px;
	height: 100%;
    clear: both; 
    position: relative;
	}	

#header {
	background: url("../../_ima/header_bg.jpg") repeat-x;
	width: 100%;
	height: 155px;
	border-bottom: 4px solid #ec5a02;
	}
	
.logo {
	float: left;
	padding: 20px 0px 0px 35px;
	}
	
#header_info {
	width: 300px;
	float: right;
	padding: 30px 35px 0px 0px;
	text-align: right;
	line-height: 18px;
	}

/*____________________________________________________________________________________________Index Layout_*/

#featured_specialize {
	background: url("../../_ima/specialize_mid.jpg") repeat-x white;
	width: 100%;
	height: 234px;
	float: left;
	border-bottom: 1px solid white;
	}
	#inside_specialize li {
		line-height: 16px;
		}
		
	.featured_pic {
		background: url("../../_ima/featured_pic.jpg") no-repeat;
		float: left;
		width: 486px;
		height: 234px;
		}
		.featured_pic p {
			padding: 175px 20px 0px 40px;
			color: white;
			font-size: 10px;
			}
			.featured_pic a:link { color: #f26522; text-decoration: underline; }
			.featured_pic a:visited { color: #f26522; text-decoration: underline; }
			.featured_pic a:hover { color: #f26522; text-decoration: none; }
			.featured_pic a:active { color: #f26522; text-decoration: underline; }
	
	.img_left { float: left; display: block; }
	.img_right { float: right; display: block; }
	
#specialize {
	width: 215px;
	float: left;
	}
	#specialize li {
		line-height: 16px;
		}
		
.ulli_title {
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: #464646;
	}
		
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
li {	
	margin: 0px;
	padding: 0px;
	list-style-image: url("../../_ima/ulli.gif");
	font-size: 11px;
	line-height: 12px;
	text-shadow: #000000 0 0 0;
	}
	
	
.dot_break {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-top: 1px dotted black;
	line-height: 0px; font-size: 0px;
	}
	
.blue_section {
	background-color: #9fa6b9;
	width: 100%;
	border-top: 3px solid #a7adbf;
	border-bottom: 1px solid white;
	color: white;
	}
	.blue_section_left {
		padding: 10px 0px 20px 40px;
		width: 400px;
		float: left;
		}
		
.blue_section_right {
	width: 220px;
	float: right;
	padding: 10px 15px 20px 0px;
	}
	.blue_section_right p {
		padding: 5px 0px 0px 5px;
		line-height: 18px;
		}
		
.dark_blue_bar {
	background-color: #5e6577;
	width: 100%;
	height: 33px;
	color: white;
	}
	.dark_blue_bar p {
		font-size: 13px;
		font-weight: bold;
		padding: 9px 0px 0px 0px;
		}
	.index_left {
		width: 350px;
		height: 100%;
		float: left;
		padding: 0px 20px 0px 40px;
		border-right: 1px dotted #5E6577;
		}	
	.index_right {
		width: 265px;
		height: 100%;
		float: right;
		padding: 0px 30px 0px 25px;
		}
		.index_right li {
			line-height: 16px;
			}
		
.bottom_content_01 {
	padding: 20px 0px 20px 0px;
	color: #666;
	}
	.bottom_content_01 a:link { color: #f26522; text-decoration: underline; }
	.bottom_content_01 a:visited { color: #f26522; text-decoration: underline; }
	.bottom_content_01 a:hover { color: #f26522; text-decoration: none; }
	.bottom_content_01 a:active { color: #f26522; text-decoration: underline; }
	
	.title {
		color: #464646;
		font-weight: bold;
		}
	.date {
		color: #5E6577;
		font-weight: bold;
		}
		
.featured_client_pic { text-align: center; padding: 0px 0px 10px 0px; }

#footer {
	clear: both;
	width: 100%;
	border-top: 1px dotted black;
	padding: 10px 0px 30px 0px;
	font-size: 9px;
	color: #666;
	}
	#footer a:link { text-decoration: none; color: #666; }
	#footer a:link { text-decoration: none; color: #666; }
	#footer a:link { text-decoration: underline; color: #666; }
	#footer a:link { text-decoration: none; color: #666; }
	
	#footer .index_left { border: 0px; padding: 0px 0px 0px 10px; width: 400px; }
	#footer .index_right { border: 0px; padding: 0px 10px 0px 0px; text-align: right }
	
.inside_left {
	width: 486px;
	float: left;
	display: block;
	color: #555555;
	}
	.inside_left li {
		padding-top: 5px;
		padding-bottom: 5px;
		}
		.inside_left_padding {
			padding: 0px 0px 0px 10px;
			}

#inside_specialize {
	width: 	245px;
	float: right;
	}
	
.featured_inside {
	text-align: center;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 10px 10px 10px;
	}
	
.inside_left_content {
	padding: 20px 20px 20px 40px;
	}
	
	
.news_sections {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #858585;
	}

.featured_client_pic img {
	border: 0;
	}