@charset "utf-8";
/* CSS Document */

#container_bg
{
width: 1002px;
margin: auto;
padding: 0px;
position: relative;

background-color: #999999;
}

#container
{
float: left;
width: 1000px;

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

#header
{
float: left;
width: 1000px;
height: 266px;

background-color: #999999;
background-image: url(../images/header_bg.jpg);
background-repeat: no-repeat;

border-bottom-color: #993333;
border-bottom-style: solid;
border-bottom-width: 5px;
}

#topbar
{
float: left;
width: 960px;
height: 30px;
line-height: 30px;

background-color: #993333;
color: #CCCCCC;
margin: 0px;
padding: 0px;
padding-left: 20px;
padding-right: 20px;

font-size: larger;
}

#topbar a
{
color: #CCCCCC;
text-decoration: none;
}

#topbar a:hover
{
color: #FFFFFF;
}

	#topbar strong
	{
	color: #FFFFFF;
	}
	
	.topbar_item
	{
	padding-right: 3em;
	}

	#header_left
	{
	float: left;
	width: 580px;
	height: 264px;
	padding: 0px;
	margin: 0px;
	}
	
	#header_right
	{
	position: absolute;
	left: 580px;
	top: 30px;
	width: 420px;
	height: 264px;
	padding: 0px;
	margin: 0px;
	}

#content
{
float: left;
width: 1000px;
background-color: #CCCCCC;
padding: 0px;
padding-bottom: 20px;
margin: 0px;
}

	#content a:link
	{
	color: #993333;
	}
	
	#content a:visited
	{
	color: #993333;
	}
	
	#content a:hover
	{
	color: #000000;
	}

	#left_content
	{
	float: left;
	width: 558px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	}
	
		#gallery a img
		{
		padding: 1px;
		border-color: #993333;
		border-style: solid;
		border-width: 2px;
		}
		
		#gallery a img:hover
		{
		border-color: #999999;
		border-style: solid;
		border-width: 2px;
		}
	
		.project
		{
		float: left;
		min-height: 120px;
		margin-top: 20px;
		border-bottom-color: #666666;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
		
			.project img
			{
			float: left;
			margin: 10px;
			padding: 1px;
			border-color: #993333;
			border-style: solid;
			border-width: 2px;
			}
	
		.thumbnail
		{
		margin: 12px;
		}
		
		
		.thumbnail_small
		{
		margin: 6px;
		}
		
		table.services img.thumbnail_small
		{
		margin: 1px;
		}
		
		.red
		{
		color: #993333;
		font-weight: bold;
		}
		
		.service_links
		{
		text-align: left;
		}
		
		.service_links a:link
		{
		color: #993333;
		}
		
		.service_links a:visited
		{
		color: #993333;
		}
		
		.service_links a:hover
		{
		color: #000000;
		}
		
		.services_left
		{
		float: left;
		}
		
		.services_right
		{
		float: right;
		width: 400px;
		}
		
		.left
		{
		float: left;
		}
		
			.left10
			{
			float: left;
			padding: 10px;
			}
		
		.right
		{
		float: right;
		}
		
			.right10
			{
			float: right;
			padding: 10px;
			}
			
			.right_red
			{
			float: right;
			color: #993333;
			}
		
		.center
		{
		text-align: center;
		}
		#company_logos {border:1px solid #666;}
		#company_logos img
		{
		margin: 10px;
		text-align: center;
		}		
	
	#right_content
	{
	float: right;
	width: 338px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	}
	
		#right_content form
		{
		background-color: #CCCCCC;
		color: #000000;
		padding: 10px;
		margin-bottom: 20px;
		
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
		}
		
		#right_content ul
		{
		padding-bottom: 10px;
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
	
	.center
	{
	text-align: center;
	}

#footer
{
float: left;
color: #FFFFFF;
background-color: #993333;
width: 1002px;
font-size: smaller;
}

	#footer a:link
	{
	color: #CCCCCC;
	}
	
	#footer a:visited
	{
	color: #CCCCCC;
	}
	
	#footer a:hover
	{
	color: #FFFFFF;
	}

/* HTML Styles */

body
{
color: #333333;
font-size: small;
font-family: Tahoma, Geneva, sans-serif;
background-image: url(../images/body_bg.gif);
}

strong
{
color: #000000;
}

p
{
line-height: 150%;
}

ul
{
line-height: 150%;
}

h1
{
font-size: 1.5em;
}

	h1 strong
	{
	color: #993333;
	}
	
h2
{
font-size: larger;
}
	h2 strong {
		color: #993333;
	}

h3
{
font-size: small;
}


a
{
text-decoration: none;
}

a img
{
border: none;
}

input
{
border-color: #993333;
border-style: solid;
border-width: 1px;
}

textarea
{
border-color: #993333;
border-style: solid;
border-width: 1px;
}

label
{
width: 6em;
float: left;
margin-right: 0.5em;
display: block;
text-align: left;
}

form strong
{
color: #993333;
}

			.lightboximage img
			{
			float: left;
			margin: 0 10px 10px 0;
			padding: 1px;
			border-color: #993333;
			border-style: solid;
			border-width: 2px;
			}