#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#header {
	width: 955px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;

}

#branding {
	width: 191px;
	height: 150px;
	float: left;
	background-color: transparent;
}

#navigation {
	width: 764px;
	height: 30px;
	background-color: transparent;
	float: right;
	display: inline;
	vertical-align: top;

}

#tagline {
	width: 764px;
	height: 90px;
}

#links {
	width: 764px;
	height: 60px;
	background-image: url(../images/links_background.jpg);
}

#main_content {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;

}

#left_column {
	width: 895px;
	float: left;
	background-color: #ffffff;
}

#left_column_about {
	width: 635px;
	float: left;
	background-color: #ffffff;
}

#left_column_contact {
	width: 635px;
	float: left;
	background-color: #ffffff;
}

#right_Column {
	width: 325px;
	float: right;
	background-color: #ffffff;
}

#bottom_content {
	width: 955px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bottom_background.jpg) repeat;
}

#footer {
	width: 955px;
	height: 23px;
	text-align: left;
	vertical-align: text-top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 20px;
	clear: both;
	
	
}

#iframe {
	width: 895px;
	height: 500px;
}

#bottom_content {
	width: 955px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	list-style: none;
	line-height: 1.3em;	
	
	
}


a {
	font: 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #008ECD;
	text-decoration: none;
	
}

a:hover{
	font: bold 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #008ECD;
	text-decoration: none;
	
}






a img {
		border: none;

}

#more_images span
{
  display: none;
}

/* Navigation */


#home
{
  display: block;
  width: 50px;
  height: 26px;
  background: url(../images/home.jpg) no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -26px;
}

#home span
{
  display: none;
}

#about
{
  display: block;
  width: 71px;
  height: 26px;
  background: url(../images/about.jpg) no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -26px;
}

#about span
{
  display: none;
}

#portfolio
{
  display: block;
  width: 76px;
  height: 26px;
  background: url(../images/portfolio.jpg) no-repeat 0 0;

}

#portfolio:hover
{ 
  background-position: 0 -26px;
}

#portfolio span
{
  display: none;
}

#process
{
  display: block;
  width: 66px;
  height: 26px;
  background: url(../images/process.jpg) no-repeat 0 0;

}

#process:hover
{ 
  background-position: 0 -26px;
}

#process span
{
  display: none;
}

#testimonials
{
  display: block;
  width: 96px;
  height: 26px;
  background: url(../images/testimonials.jpg) no-repeat 0 0;

}

#testimonials:hover
{ 
  background-position: 0 -26px;
}

#testimonials span
{
  display: none;
}




#contact
{
  display: block;
  width: 86px;
  height: 26px;
  background: url(../images/contact_us.jpg) no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -26px;
}

#contact span
{
  display: none;
}



/* Text Styles */

.copyright {
	font: 11px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999900;
}

.contact_footer {
	font: 11px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
}

.portfolio_text {
	font: 12px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #003366;
}

.main_text {
	font: 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #003366;
	text-align: justify;
}

img.floatLeft { 
    float: left; 
    margin-right: 20px; 
    margin-bottom: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 20px; 
    margin-bottom: 10px;
    margin-top: 5px;

}

.bottom_text {
	font: 10px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: silver;
}

.names {
	font: 12px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0077d4;
}

/* Contact Form */

input.inp {

	background-color:#ffffff;

	width:395px;

}



textarea.inp {

	background-color:#ffffff;

	width:395px;

	height: 50px;

}



.contact_form {

	color: #464646;

	font: normal 200 14px/15pt "Times New Roman", Times, serif;

}

