/* Reset  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

a img { border: none; }


/* Overall Typography 
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 68%; }
   
body { 
  color: #d2e4f7; 
  font-family: tahoma, Arial, Verdana, sans-serif; 
  line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 { 
  color: #d2e4f7; 
  font-family: tahoma, Arial, sans-serif; 
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.7em; line-height: 1; margin-bottom: 0.75em;color:#082f59;font-weight:300;letter-spacing:-.04em; }
h2 { font-size: 1.2em; margin-bottom: 0.75em;color:#082f59;font-weight:300; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 0.75em;color:#432805;font-weight:300; }
h4 { font-size: 1.0em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Links
-------------------------------------------------------------- */

a:link, a:visited {
	color:#f9be1f;
	text-decoration: none;	
}

a:hover, a:active {
	color: #f9be1f;
	text-decoration: underline;
}


/* Misc Elements  
-------------------------------------------------------------- */
.float-left {float:left; padding: 0 20px 20px 0;}
p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
hr {
	background: #ddd; 
	color: #ddd;
	clear: both; 
	float: none; 
	width: 100%; 
	height: .1em;
	margin: 1.4em 0;
	border: none; 
	}




/* Default Classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; } 

.box { 
	padding: 20px; 
	margin-bottom: 
	1.5em; background: #eee; 
	}


hr.space {
	background: #fff;
	color: #fff;
	}

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .clear { height: 1%; }
.clear { display: block; }


/* Home Structure
-------------------------------------------------------------- */

#home {
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat-x;
	background-color:#5285bb;
	}
.wrapper {
	margin:0 auto;
        position:relative;
	width:960px;
}
.nav-wrapper {
	width:960px;
	}
.logo {
	float:left;
	width:230px;
	}
.menu {
	clear:right;
	float:right;
	margin-top:34px;
	width:692px;
	}
/*	
.search {
	float:right;
	width:240px;
	}
*/

.search {width:240px; padding-top:5px; background:#e8e8e8; height:32px; float:right; position:relative;}
  #top-search { position: absolute; left:10px; top:8px; width: auto;  }
   #top-search p { z-index: 1; margin: 0; position: relative; float: right; height: 1%; }
    #top-search label { z-index: 10; position: absolute; left: 9px; top: 4px; text-transform: lowercase;display:none;}
    #top-search input { z-index: 1; float: left; position: relative; top: 0; padding: 3px 8px; width: 171px; background: #fff; border: 1px solid #eee; color:#000; }
    #top-search button { float: left; margin-left: 3px; width: 29px; height: 26px; overflow: hidden; text-indent: -10001em; border: 0; background: url(../images/btn-search.png) 0 0 no-repeat; cursor:pointer; outline:none; }
	*+html #top-search input { width:161px;}
	*+html #top-search form, *+html #top-search p{ margin:0px; padding:0px; margin-left:5px; float: left;}
	* html #top-search button { }
	
#search-results h2 {font-family:Tahoma, Geneva, Helvetica, Arial; color:#fff; font-size:20px; padding-bottom:15px;}
#search-results .hr {border-bottom:dashed 1px #fff; margin:5px 0px 35px 0px;}
#search-results .search-result img {display:none;}
#search-results .search-result h3,#search-results .search-result h3 a {ont-family:Tahoma, Geneva, Helvetica, Arial;color:#eccf8b; font-size:16px;}
#search-results .search-result p {font-size:12px;}	
	
.header-wrapper {
	background:url(../images/bg_rotator.jpg);
	clear:both;
	height:706px;
	margin:0px;
	width:960px;
	}
.news {
	float:left;
	height:600px;
	overflow:hidden;
	padding-right:30px;
	padding-top:90px;
	width:161px;
	}

.view-gallery a {	
	clear:both;
	color:#fff;
	font-style:italic;
	margin-left:640px;
	position:relative;
	top:30px;
	}
.content-wrapper {
	clear:both;
	margin-left:170px;
	margin-top:90px;
	}
.left-col {
	float:left;
	width:560px;
	}
.left-col-content {
	padding-right:55px;
	}
.buttons-right {
	float:left;
	width:230px;
	}
.btn-right-1 {
	background:url(../images/bttn_1.jpg);
	height:65px;
	width:230px;
	float:left;	
	}
.btn-right-2 {
	background:url(../images/bttn_2.jpg);
	height:57px;
	width:230px;
	float:left;	
	}
.btn-right-3 {
	background:url(../images/bttn_3.jpg);
	height:91px;
	width:230px;
	float:left;	
	}
.btn-right-1:hover {
	background:url(../images/bttn_1roll.jpg);	
	}
.btn-right-2:hover {
	background:url(../images/bttn_2roll.jpg);	
	}
.btn-right-3:hover {
	background:url(../images/bttn_3roll.jpg);	
	}
.footer {
	clear:both;
	padding-top:58px;
	}
.footer-number {
	background-image:url(../images/footer_1.jpg);
	float:left;
	height:92px;
	width:219px;
	}
.footer-facebook {
	background-image:url(../images/footer_2.jpg);
	float:left;
	height:92px;
	width:205px;
	}
.footer-twitter {
	background-image:url(../images/footer_3.jpg);
	float:left;
	height:92px;
	width:181px;
	}
.footer-youtube {
	background-image:url(../images/footer_4.jpg);
	float:left;
	height:92px;
	width:185px;
	}
.footer-number:hover {
	background-image:url(../images/footer_1roll.jpg);
	}
.footer-facebook:hover {
	background-image:url(../images/footer_2roll.jpg);
	}
.footer-twitter:hover {
	background-image:url(../images/footer_3roll.jpg);
	}
.footer-youtube:hover {
	background-image:url(../images/footer_4roll.jpg);
	}
.hr-footer {
	clear:both;
	}
.copyright {
	text-align:right;
	padding-bottom:150px;
	padding-top:20px;
	}
.copyright a  {
	color:#FFF;
	}

/* Sub-Page Structure
-------------------------------------------------------------- */

#sub-page {
	background-image:url(../images/bg_sub.jpg);
	background-repeat:repeat-x;
	background-color:#4176ad;
	}
.sub-nav-wrapper {
	margin:0 auto;
	width:960px;
	}
.sub-header-wrapper {
	background:url(../images/bg-sub-rotator.jpg);
	background-repeat:no-repeat;
	clear:both;
	height:245px;
	margin:0 auto;
	width:820px;
	}
.sub-rotator {
	position:relative;
	left:25px;
	top:30px;
	}
.sub-content-wrapper {
	background-color:#5285bb;
	padding:50px 0px; 
	}
.sub-content {
	margin:0 auto;
	width:780px;
	}
.sub-footer {
	background:url(../images/bg_sub_footer.jpg);
	background-repeat:repeat-x;
	clear:both;
	}
.sub-footer-content {
	padding-left:180px;
	padding-top:78px;
	margin:0 auto;
	width:960px;
	}
.request-quote-wrapper {
	width:800px;
	margin:0 auto;
	}
.request-quote {
	background-image:url(../images/bttn-request-quote.jpg);
	height:40px;
	float:right;
	width:230px;	
	}
.request-quote:hover {
	background:url(../images/bttn-request-quote-roll.jpg);
	}
.copyright-sub {
	text-align:right;
	padding:20px 170px 150px 0;
	}
.copyright-sub a {
	color:#FFF;
	}
	
	
	
	
	
	
	
	
	
	
	
	
/* nav action */
#nav_662749 {
	z-index: 100;
	display: block;
	width: 100%;
	height: 32px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	font-family: tahoma, Arial, Verdana, sans-serif; 
}
#nav_662749 li {
	z-index: 100;
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}
#nav_662749 li a {
	z-index: 100;
	float: left;
	display: inline;
	height: 32px;
	width: 116px;
	padding: 0;
	overflow: hidden;
	/*
	background: url(/images/menu.jpg) -5px 0 no-repeat;
	*/
	background: url(/images/menu-main.jpg) -0px 0 no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	text-decoration: none;
	text-align:center;
}


/* BACKGROUNDZ */

#nav_662749 li.n-home a, #nav_662749 li.n-projects a, #nav_662749 li.n-about a, #nav_662749 li.n-process a, #nav_662749 li.n-resources a, #nav_662749 li.n-contact a {
	width: 114px;
	background-position: 0px 0px;
	padding-top:10px;
	font-size:14px;
	z-index:-400;
}

#nav_662749 li.n-home a:hover, #nav_662749 li.n-projects a:hover, #nav_662749 li.n-about a:hover, #nav_662749 li.n-process a:hover, #nav_662749 li.n-resources a:hover, #nav_662749 li.n-contact a:hover {
	background: url(/images/menu-main-roll.jpg) -0px 0 no-repeat;
	
}



#nav_662749 li ul {
	z-index: 99999;
	display: none;
	width: 170px; /* width of sub nav items */
	overflow: hidden;
	position: absolute;
	top: 31px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #3c6ea1;
	margin:8px 0 0 0px;

	
}
#nav_662749 li.n-custom-solutions ul {
	width: 144px;
}
#nav_662749 li ul li {
	z-index: 1000;
	display: block;
	clear: left;
	text-transform: none;
	width: 100%;
	overflow: hidden;
	height: 1%;
	border-bottom: 2px solid #93b1d0;
}
#nav_662749 li ul li a, #nav_662749 li:hover ul li a {
	z-index: 1000;
	display: block;
	min-height: 19px;
	height: auto;
	width: 200px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	text-indent: 0;
	padding:3px 5px 3px 25px;
	text-align:left;
	font-size:12px;
	text-transform:none;
}

#nav_662749 li ul li a {
	background: #3c6ea1 url('/images/nav-li-bg-off.jpg') 0% 0% scroll no-repeat !important;
}
#nav_662749 li ul li a:hover {
	background: #5388bc url('/images/nav-li-bg-over.jpg') 0% 0% scroll no-repeat !important;
}


#nav_662749 li.n-custom-solutions ul li a, #nav_662749 li.n-custom-solutions:hover ul li a {
	border-left: 0;
}

* html #nav_662749 li ul li a, #nav_662749 li:hover ul li a {
	height: 19px;
}
#nav_662749 li:hover ul {
	display: block;
}

.bumpIt {padding-left:20px;}


/* SF Rotator
------------------------------------------- */
.sfcontrols {display:none;}
.sfrotator { position: relative; width: 748px; height: 585px; padding-top: 58px;  float: left; overflow: hidden;   }
.sfrotator .sfitems { position: relative; z-index: 10; }
 .sfrotator .sfitems .sfitem { position: absolute; top: 0; left: 0; z-index: 5; height: 585px; display: none; }
 .sfrotator .sfitems .active { display: block; } 

/* Misc
------------------------------------------- */
.box {
	background-color:#6699ce;
	padding:20px; 
	}

.blog-contain {
width:780px;
}
.spanish {
position:absolute;
top:120px;
left:895px;
}
.photogalleryItem  {
background-color:#32669c;
border:1px solid #a6bbd1;
}
.photogalleryItem:hover  {
background-color:#b1c2d4;
}
.left-box {
background-color:#83afdd;
border:1px solid white;
padding:20px;
margin:0 10px 10px 0;
}


