* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

body {
	background-image: url(nav/bg.jpg);
	background-color:#C0C2C6;
	background-repeat: repeat-x;
	color: #CCC;
}

div#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: white;
	height: auto;
	font-family: Helvetica, sans-serif;
}

div#top_flash {
	background-color: black;
	position: relative;
	height: 140px;
	width: 100%;
	background-image: url(nav/top.jpg);
}

div#wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	background-image: url(nav/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	background-color: #434343;
}

div#nav {
	background-color: #333333;
	position: relative;
	height: 35px;
	width: 100%;
	padding-top: 7px;
}

.link2 {
	color:#1B395F;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.link2:link {
	color: #1B395F;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.link2:visited {color: #1B395F;
text-decoration:none;
	font-style: normal;
	font-weight: bold;}
a.link2:hover {
	text-decoration:underline;
	color: #336699;
	font-weight:bold;
}
a.link2:active {
	color: #1B395F;
	font-weight:bold;
}

.foot2 {
	color:#FFF;
	font-size: 0.63em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot2:link {
	color: #FFF;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.foot2:visited {color: #FFF;
text-decoration:none;
	font-style: normal;
	font-weight: bold;}
a.foot2:hover {
	text-decoration:underline;
	color: #FFF;
	font-weight:bold;
}
a.foot2:active {
	color: #FFF;
	font-weight:bold;
}


div#nav_menu {
  z-index: 999;
  height: 75px;
  position: relative;
  background-color: #6D747D;
  
}

div#bottom_flash {
	background-color: #03F;
	position: relative;
	height: 367px;
	width: 100%;
}

div#page_image {
	background-color: #03F;
	position: relative;
	height: 15px;
	width: 100%;
}

div#bottom_flash_design {
  background-color: black;
  position: relative;
  height: 323px;
  width: 100%;
}

div#text_container {
	background-image: url(nav/text_cntr_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	background-color: #FFF;
}

div#text_left {
  background-color: #FFF;
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 375px;
  float: left;
}

div#text_right {

  background-color: #FFF;
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 375px;
  float: right;
}

span#text_title {
	color: #036;
	font-weight: bold;
}

span#text_title_blue {
	color: #036;
	font-weight: bold;
	font-size: 1.1em;
}

p#text_content {
	color: #525E65;
	font-size: 0.85em;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

p#text_content_indent {
	color: #525E65;
	font-size: 0.85em;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
}


p#text_content_bullets {
	color: #525E65;
	font-size: 0.85em;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
}

p#text_content_r {
	color: #525E65;
	font-size: 0.85em;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div#footer {
	height: 55px;
	width: 100%;
	background-color: #FFF;
	background-image: url(nav/footer.jpg);
  background-repeat: repeat-x;
	color: #768CA7;
	font-weight: bold;
  clear: both;
}

div#footer_text {
  font-size:0.44em;
  color:#FFF;
  padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 10px;
	padding-top: 10px;
	color: #FFF;
}

div#design_text_left {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 210px;
	height: 650px;
	float: left;
}

div#design_text_right {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 545px;
	height: 650px;
	float: right;
}

div#design_bridge_left {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 210px;
	height: 475px;
	float: left;
}

div#design_bridge_right {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 545px;
	height: 475px;
	float: right;
}

div#technical_text_left {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 210px;
	float: left;
}

div#technical_text_right {
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 545px;
	float: right;
}
div#text_left_main {
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 190px;
	float: left;
	height: auto;
}

div#text_right_main {
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 650px;
	float: right;
}

div#text_left_contact {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 775px;
	float: left;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	
}

.standard_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #545454;	
}

.legal {
	text-align: right;
	color:#FF0;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.legal:link {
	color: #FF0;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.legal:visited {color: #FF0;
text-decoration:none;
	font-style: normal;
	font-weight: bold;}
a.legal:hover {
	text-decoration:underline;
	font-weight:bold;
}a.legal:active {
	color: #FF0;
	font-weight:bold;
}

.contact2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #697384;
	text-decoration: none;
}

.testimonial_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003B62;
	text-decoration: none;
}

.contact3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	text-decoration: none;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E9E13F;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;
	background-color:#000;
	padding-top: 2px;
	vertical-align: middle;
}

.nav_back
{
	border-bottom-style: solid;
	border-color: #FFF;
	background-color:#CEDCE9;
}

.row_line
{
	border-bottom: 2px #999;
	background-color:#FFF;
}

.testimonial_nav {
	color:#333;
	font-size: 0.65em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.testimonial_nav :link {
	color: #333;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.testimonial_nav :visited {color: #FFF;
text-decoration:none;
	font-style: normal;
	font-weight: bold;}
a.testimonial_nav :hover {
	text-decoration:underline;
	color: #333;
	font-weight:bold;
}
a.testimonial_nav :active {
	color: #333;
	font-weight:bold;
}

/*  spec pages    */

.standard_column{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3B3B3B;
	background-image: url(img/column-grade.jpg);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.spec-chart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.spec-chart-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #039;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.LeftLink {
	color:#000;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.LeftLink:link {
	color: #000;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.LeftLink:visited {
	color: #000;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
}
a.LeftLink:hover {
	text-decoration:underline;
	color: #FF0;
	font-weight:bold;
}
a.LeftLink:active {
	color: #000;
	font-weight:bold;
}

.back {	
  background-image: url(thumbs/back.jpg);
}
