/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 7px 0 0 0;
/*	background: #b5bdbf url("bg_grad.jpg") fixed; */
}
acronym, abbr {
   border-bottom: 1px dotted #666;
   cursor: help;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
a img {
   border: 0;
}

/************** header tag styles **************/

h1{
   display: none;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006666;
 margin: 0;
 padding: 0px;
}
.h2media{
 font: bold 130% Arial,sans-serif;
 color: #006666;
 margin: 0;
 padding: 0px;
}

h3{
 font: bold 12px Arial,sans-serif;
 color: #334d55;
 margin: 0;
 padding: 15px 0 10px 0;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 14px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul.outside 
{
list-style-position: outside;
list-style-image: url(blueball.gif);
list-style-type: circle;

}
ul.outside li {
margin: 0.5em 0;
}

ol
{
list-style-image: url(blueball.gif);
list-style-type: circle;
} 

/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
} */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
   border-left: 1px solid #b5bdbf;
   border-right: 1px solid #b5bdbf;
   margin: 0 auto;
   width: 800px;
}

#pagecell1{
/*	position:absolute;
	top: 172px;
	left: 21px;
	right: 2%; */

	background-color: #ffffff;
}
/*
#tl {
	position:absolute;
	top: -1px;
	left: -1px; 
	margin: 0px;
	padding: 0px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
} */

#masthead{
	height: 164px;
	background-image:url(headerhome.jpg);
}

#masthead2{
	height: 164px;
	background-image:url(headrails.jpg);
	
}

#masthead3{
	height: 164px;
	background-image:url(headrail.jpg);
	
}

#masthead4{
	height: 164px;
	background-image:url(headraill.jpg);
	
}

#masthead5{
	height: 164px;
	background-image:url(contacthead.jpg);
	
}
#masthead6{
	height: 164px;
	background-image:url(corporatehead.jpg);
	
}

#pageNav{
	float: right;
	width: 218px;
	padding: 0;
	background-color: #a2c197;
	border-left: 1px solid #b5bdbf;
	border-bottom: 1px solid #b5bdbf;
	font: 80% Verdana,sans-serif;
}

#content{
	padding: 0px 20px;
	margin: 0 218px 0 0;
}

#contentcontact{
	padding: 0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	/*border-right: 1px solid #ccd2d2; */
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
/*	position: absolute;
	top: 16px;
	right: 0px; */
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
width: 100%;
height: 32px;
color: #b5bdbf;
padding: 0px;
margin: 0px;
background-image: url("glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}
/*
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
} */

#globalLink{
	height: 22px;
	padding: 5px;
	margin: 0;
	width: 780px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 9px 4px 9px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** search styles *****************/

#search{
/*	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101; */
	float: right;
	padding: 5px 20px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #006666;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	line-height: 150%;
	min-height: 100px;
	height: 100px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
html>body .feature {height: auto;}

.feature h2 {
	color: #006666;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}
.feature h3 {
   margin: 0.5em 0 0 0;
}

.feature p.center {
   text-align: center;
}
.feature p.center img {
   margin: 0 10px;
}

.feature ul {
   list-style: square;
   margin: 0 5px 5px 30px;
   padding: 0;
}
.feature ul li {
   margin: 0;
   padding: 0;
}
.feature .largeimage {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   margin: 1em 0 2em 0;
   padding: 0;
   text-align: center;
}
.feature .largeimage img {
   margin: 10px;
}
.feature .floatright {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   float: right;
   padding: 10px;
}
.feature .floatimgright {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   float: right;
   margin-left:12px;
   padding: 10px;
}
.feature .floatimgcenter {
	background: #f5f7f7;
	border: 1px solid #b5bdbf;
	margin-left:12px;
	padding: 10px;
	text-align: center;
}

.feature .floatimgleft {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   float: left;
   margin: 0 12px 0 0;
   padding: 10px;
}
.feature .floatimgleftlandscape {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   float: left;
   margin: 0 8px 8px 0;
   padding: 10px;
}


.gallery {
   background: #f5f7f7;
   border: 1px solid #b5bdbf;
   margin: 1em 0 2em 0;
   padding: 10px 0;
   text-align: center;
}
.gallery img {
   border: 1px solid #b5bdbf;
   margin: 5px;
}

/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: 1px solid #b5bdbf;
	font-size: small;
	color: #b5bdbf;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks {
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #b5bdbf;
}

#sectionLinks ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sectionLinks ul li {
	background-image:  url("glbnav_background.gif");
	border-bottom: 1px solid #b5bdbf;	
	font-weight: normal;
	margin: 0;
   padding: 0;
}

#sectionLinks a {
	display: block;
	color: #21536A;
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover {
	background-color: #F7F7F7;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}


/************* relatedLinks styles **************/

.relatedLinks {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid #b5bdbf;
}

.relatedLinks h3 {
	padding: 0px 0px 0px 0px;
}

.relatedLinks a {
	display: block; 
}


/**************** advert styles *****************/

#advert {
   font-size: 85%;
	padding: 5px;
	text-align: left;
}
#advert blockquote {
   background: #fff url(quotebg.gif) no-repeat 1px 1px;
   border: 1px solid #b5bdbf;
   font-style: normal;
   margin: 5px 0;
   padding: 0 20px 0 20px;
   text-align: justify;
}
#advert blockquote p {
   margin: 20px 0;
   padding: 0;
}
#advert blockquote p.testimonialauthor {
   font-style: normal;
   margin: 1em -10px 20px -10px;
   text-align: right;
}

/********************* end **********************/

p.left { text-align: left; margin-left: 2em; }

.clearfloat {
	clear: both;	
}

/*==================forms====================*/
#contacts-form {	
	width:100%;
	overflow:hidden;
	width:540px
	padding:15px 0 0 0;margin-top: 2em;
}
#contacts-form label {
	float: left;
	width: 150px;
	font-weight: normal;
	padding: 2px 12px 2px 0;
	text-align: right;
}
#contacts-form fieldset {border:none;float:left}
#contacts-form .field {clear:both}
#contacts-form .submit {
	margin-left: 160px;
	margin-top: 5px;
	width: 115px !important;
	padding:1px 0 1px 3px;
	border:1px solid #C1D3BB;
	color:#006666;
	}
#contacts-form .reset {
	width:115px !important;
	padding:1px 0 1px 3px;
	border:1px solid #C1D3BB;
	color:#006666;
	}
/********* form and related tag styles *********/
#contacts-form input, textarea, select {
	width: 230px;
	margin-bottom: 10px;
	background-color: #eee;
	border: 1px solid #C1D3BB;
	color: #006666;
	font-family: monospace;
	font-size: 13px;
	padding: 2px;
}
#contacts-form select {
	width: 237px;
	color: #006666;
}
#contacts-form input:hover, textarea:hover, select:hover {
   background-color: #eaeaea;
}
#contacts-form input:focus, textarea:focus, select:focus {
   background-color: #fff;
   color: #000;
}
#contacts-form textarea {
	width: 230px;
	height: 32px;
}

dl {
margin:1em 0;
}
dt {
	clear:left;
	color:#006666;
	float:left;
	font-size:12px;
	font-weight:normal;
	width:7em;
	line-height: 22px;
}
dd {
	font-size:13px;
	margin-left:8em;
	padding-right:10px;
	line-height: 22px;
}
dl.long dt {
width:15em;
}
dl.long dd {
margin-bottom:1em;
margin-left:15.5em;
}
.bluetext {
	color:#334d55;
	font-weight: bold;
}	/*{color:#8FB2C6}*/


