body  {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


p { font: 11px/16px Trebuchet MS, Arial, Helvetica, sans-serif; text-align:left; padding: 0; margin: 5px 0 10px 0; }

a:link {text-decoration: underline;
	color: #AC1A2F;
	font-weight: bold}

a:visited {text-decoration: none;
	color: #999999;
	font-weight: bold;}	

a:hover {text-decoration: underline;
	color: #AC1A2F;
	font-weight: bold}	

a:active {outline:none;}


img, img a, img a:hover {
	border: 0; text-decoration:0;}

#pageTitle {
	margin: 25px 0 20px 0;
	position:relative;
	z-index:100;
	}

#content-wrapper {
	width: 100%;
	background: url(../images/hrzLine2.gif) repeat-x 0 75px;
}

#pg-article #content-wrapper {
	background: none;
}


 #container-wrapper { 
	width: 920px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #container { 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

 #topnav { 
	background: url("../images/hdrBar-bg.gif") repeat-x;
	height: 30px;
	width: 900px;
	} 

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	font: bold 11px/24px Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #FFF;
}

#topnav li {
	display:inline;
	float: right;
	margin: 0;
	padding: 2px 10px;
}


#topnav li a:link {text-decoration: none;
	color: #FFF;
	font-weight: normal}
	
#topnav li a:hover {text-decoration:underline;
	color: #FFF;
	font-weight: normal}	

 #header { 
	background: url("../images/hdrBg.jpg") no-repeat;
	height: 120px;
	width: 900px;
	} 

#logo {margin: 8px 0 0 10px;}



/* //////// NAV */

#nav-wrapper { 
	background-color:#FFF;
	height: 30px;
	width: 900px;
	margin: 0; padding: 0;
	} 

#nav { 
	background-color:#FFF;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	height:28px;
	width: 900px;
	margin: 2px 0 0 0;
	padding:0;
	} 
		 
#nav ul
	{width: 900px; float: left; padding: 0; margin: 0; height: 28px;}
		 
#nav li, #nav li a {
  /*float the main list items*/
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: 28px;
  }


#nav li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  width: 100px;
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  	border-top: #CCC solid 1px;

}

#nav li li {
	float:none;
	padding: 5px 0 0 5px;
	height: 20px;
	background-color:#FFF;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
   }
   
#nav li li a {
	display:block;
	color:#666;
	height: 20px;
	margin: 0;
    font: normal .7em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-indent: 0;
	text-align:left;}
	
#nav li li:hover {
    font: normal inherit Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #AC1A2F;
	text-decoration: none;
	background: url(../images/nav-hover-bg.gif) repeat-x 0 0;
	}

#nav li li a:hover  {
		color: #AC1A2F;
}

#nav li:hover, #nav a:hover {background-position: 0 0;}

#nav li:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}
	
li.nav-home, a.nav-home {background: url("../images/nav-home.gif") no-repeat 0 -28px; text-indent: -9999px; width: 92px; height:18px; }
li.nav-about, a.nav-about {background: url("../images/nav-about.gif") no-repeat 0 -28px; text-indent: -9999px; width: 115px;  height:18px;}
li.nav-work, a.nav-work {background: url("../images/nav-work.gif") no-repeat 0 -28px; text-indent: -9999px; width: 118px;  height:18px;}
li.nav-svcs, a.nav-svcs {background: url("../images/nav-svcs.gif") no-repeat 0 -28px; text-indent: -9999px; width: 125px; height:18px;}
li.nav-constr, a.nav-constr {background: url("../images/nav-constr.gif") no-repeat 0 -28px; text-indent: -9999px; width: 144px; height:18px;}
li.nav-ideas, a.nav-ideas {background: url("../images/nav-ideas.gif") no-repeat 0 -28px; text-indent: -9999px; width: 136px; height:18px;}
li.nav-weberworld, a.nav-weberworld {background: url("../images/nav-weberworld.gif") no-repeat 0 -28px; text-indent: -9999px; width: 170px; height:18px;}

#pg-about li.nav-about, #pg-about a.nav-about, #pg-news li.nav-about, #pg-news a.nav-about, #pg-team li.nav-about, #pg-team a.nav-about, #pg-partners li.nav-about, #pg-partners a.nav-about, #pg-clients li.nav-about, #pg-client a.nav-about, #pg-shop li.nav-about, #pg-shop a.nav-about, #pg-phil li.nav-about, #pg-phil a.nav-about
 { background-position: 0 0; }

#pg-work li.nav-work, #pg-work a.nav-work { background-position: 0 0 ; }
#pg-services li.nav-svcs, #pg-services a.nav-svcs { background-position: 0 0 ; }
#pg-construction li.nav-constr, #pg-construction a.nav-constr { background-position: 0 0 ; }
#pg-ideas li.nav-ideas, #pg-ideas a.nav-ideas { background-position: 0 0 ; }
#pg-blog li.nav-weberworld, #pg-blog a.nav-weberworld { background-position: 0 0 ; }




/* LEFT-HAND SIDEBAR 1 */


 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
	position: relative;
}

#sidebar-box {
	background-color: #FFF;
	border: #CCC solid 1px;
	padding: 2px;
	width: 145px;
	margin: 60px 30px 20px 30px;
}


#sidebar-box table {
	border: #CCC solid 1px;
}


#sidebar-box p {
	padding: 6px;
}


.sidebar-subnav-h3 {
	color:#666666;
	font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin: 0; 
	padding: 6px 6px 6px 10px;
}

.sidebar-subnav-h3 a:link, .sidebar-subnav-h3 a:visited {color:#fff; text-decoration:none}
.sidebar-subnav-h3 a:hover {color:#fff; text-decoration:underline;}


#sidebar-subnav-hdr {
	background: url(../images/sidebarbox-hdr-bg.gif) repeat-x 0 0;
}

ul#sidebar-subnav {
	margin: 0;
	list-style-type:none;
	font: normal 11px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px 6px 6px 10px;
}

ul#sidebar-subnav li {margin: 5px 0 5px 0;}

ul#sidebar-subnav a {
	font: normal 11px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #AC1A2F;
	text-decoration:none;
}

ul#sidebar-subnav a:visited {
	font: normal 11px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
}


ul#sidebar-subnav a:hover {
	font: normal 11px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #AC1A2F;	
	text-decoration:underline;
}

.box {text-transform:uppercase;}

.box a {
	font: normal 11px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #AC1A2F;
	text-decoration:none;
}

.box a:visited {
	font: normal 11px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
}

.box a:hover {
	font: normal 11px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ac1a2f;		
	text-decoration:underline;
}

/* RIGHT-HAND SIDEBAR 2 */

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 5px; /* padding keeps the content of the div away from the edges */
	position: relative;
}



/* MAIN BODY */

 #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#pageTitle {margin:25px 0 30px 0;}

 #footer { 
 	height: 15px;
	width: 900px;
	background: url("../images/footerBg.gif") repeat-x;
	margin-top:30px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 10px 4px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font: 9px/9PX Trebuchet MS, Arial, Helvetica, sans-serif;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pad10 {padding:10px;}

.xtravspace {margin:15px 0;}

.hide {display: none;}

/* ABOUT PAGE */

#pic-about {position: absolute; top: 200px; left: 610px;}

#pg-about #caption {
	background:#CCCCCC;
	color: #333333;
	border:1px #666 solid;
	margin-top: 320px;
	font: .6em/1.4em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 5px;
}


/* NEWS PAGE */

#pg-news #mainContent, #pg-blog #mainContent {
margin: 0 50px 0 200px;
width: auto;
}

.blog-post {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: #CCC solid 1px;
}


.post-title {
	font: bold 1em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ac1a2f;
	margin-bottom: .3em;
	padding-bottom: 0;
} 

.post-date {
	font: normal .65em/.65em Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #666;
}

.subhead-times {
	font: normal .8em/1em "Times New Roman", Times, serif;
	letter-spacing: .15em;
	color: #666;
	width: 100%;
	padding:10px 0 4px 0;
	border-bottom: #ccc solid 1px;
	margin-bottom:0;
}


#rt-col-img {
	position: absolute;
	top: 10px;
	left:-30px;
}

#pg-services #rt-col-img {
	position: absolute;
	top: 10px;
	left:-70px;
}

#pg-map #rt-col-img {
	position: absolute;
	top: 10px;
	left:-90px;
}

#lt-col-img {
	position: absolute;
	top: 10px;
	left:-30px;
}


#pg-press #lt-col-img {
	position: absolute;
	top: 10px;
	left:-70px;
}

/* PRESS PAGE */

#pg-press #mainContent {
margin: 0 80px 0 200px;
width: auto;
}

#pg-press #sidebar2 { width: 0;}

#press-table { 
	font: normal 11px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
	}
 
#press-table td {height: 1.5em; padding: 8px;}

#press-table td.table-date { width: 100px;}


td.times {
	font: normal 1.2em/1em "Times New Roman", Times, serif;
	letter-spacing: .15em;
	color: #666;
	border-bottom: #ccc solid 1px;
}



/* CLIENTS PAGE */

#pg-clients #mainContent {
margin: 0 80px 0 200px;
width: auto;
}

table#clientsTable {
	font: normal 11px/12px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
}

#clientsTable td {height: 1.5em; padding: 5px;}

/* TEAM PAGE */
#pg-team #mainContent {
margin: 0 50px 0 200px;
width: auto;
}

#pg-team #sidebar2 { width: 0;}

#pg-team .bio {
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: #ccc solid 1px;
}

#pg-team .bio p {
	width: 450px;
	max-width:450px;
}

.bio h3 {
	font: normal 1em/1em "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #ac1a2f;
	padding: 0;
	margin: 20px 0 0 0;
	}
	
.bio h4 {
	font: normal .8em/1em "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #666;
	padding: 0;
	margin: 3px 0 0 0;
		}	

/* work PAGE */

#pg-work #mainContent {
margin: 0 80px 0 200px;
width: auto;
}

#fragment-10, #fragment-11, #fragment-12, #fragment-13 { border: #CCC solid 1px; height:auto; width: 571px; margin:0; padding: 0;}
	
table.work-table {
border-collapse:collapse;
margin: 0;
padding: 0;
}	

.work-table td {
padding: 6px;
width: 130px;
height: 80px;
border: #CCC solid 1px;
border-collapse:collapse;
position: relative;
}	

.work-table p {
margin: 0;
padding: 4px 0 0 0;
font: 10px/11px Trebuchet MS, Arial, Helvetica, sans-serif;
color: #8c8c8c;
width: 130px;
max-width:130px;
}	
	

/* BUTTONS */
a.btnInfo {
display: block;
margin: 0;
padding: 0;
float:right;
height: 10px;
width: 10px;
text-indent:-9999px;
background: url(../images/btn-i.gif) 0 0 no-repeat;
}

a.btnInfo:hover {
background-position: 0 -10px;
}
	
a.btnAcrobat {display: block;
margin: 0;
padding: 0;
float:right;
height: 31px;
width: 178px;
text-indent:-9999px;
background: url(../images/btn-acrobat.gif) 0 0 no-repeat;}	


a.btnAcrobat:hover {
background-position: 0 -31px;
}
	
/* philosophy PAGE */

#pg-phil #mainContent {
margin: 0 150px 0 200px;
width: auto;
}

#pg-phil #sidebar2 { width: 0;}

#pg-phil #lt-col-img {
	position: absolute;
	top: 10px;
	left:-50px;
}

/* PARTNERS PAGE */

#partnersTable tr { border: #CCC solid 1px; }

/* CONTACT PAGE */

#map {position: relative; top: 15px; left: -50px;}



/* construction PAGE */

#pg-construction #flashHolder {
	width: 266px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 325px;
	float:right;
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin-right:-180px;
	margin-top:-60px;
	position:relative;
	z-index:1000;
}


/* HOME PAGE */

#pg-homepage #content-wrapper {
	width: 100%;
	background: #FFF;
}

#pg-homepage #header { 
	height: 379px;
	width: 900px;
	background:url(../images/slide1.jpg) no-repeat 0 0;
	} 

#pg-homepage #pageTitle {margin:25px 0 5px 0;}

#pg-homepage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
}

#pg-homepage #mainContent { 
	width: 400px;
	padding: 0;
	float:left;
	margin-left:235px;
	margin-right:0; } 

#pg-homepage #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 280px;
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 50px 15px 0; /* padding keeps the content of the div away from the edges */
}

#pg-homepage #nav {padding-left:230px; width:670px;}

#pg-homepage #weberworldlink {position: absolute; top: -25px; left: -40px; z-index:5000; }



#pg-homepage #sidebar-box {
	background-color: #FFF;
	color: #666;
	border: #CCC solid 1px;
	padding: 2px;
	width: 200px;
	height: 220px;
	margin: 0 0 5px 30px;
}

#pg-homepage #sidebar-box-container {
	padding: 5px;
	width: 190px;
	height: 192px;
	overflow-y: auto;
	}
	
#pg-homepage .sidebar-subnav-h3 {
	color: #FFF;
	font: normal 11px/10px Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin: 0; 
	padding: 4px;
}

#pg-homepage #sidebar-subnav-hdr {
	background: url("../images/newsbox-bg.gif") repeat-x 0 0;
	border: #CCC solid 1px;
}

#pg-homepage .post-title {
	font: bold 12px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 6px 0 2px 0;
	padding-bottom: 0;}
	
#pg-homepage #footer { 
 	height: 15px;
	width: 900px;
	background: url("../images/footerBg.gif") repeat-x;
	margin-top:0;
} 	


img.sidebarBadge {margin-left:30px;}

/* begin styles for RSS Feed */ 

.rss_box {background-color: #ffffff;}
.rss_title, rss_title a {margin: 0px 0; padding: 0;}
.rss_items {list-style:none;margin:0;padding:0;}
.rss_item  {font-size: small;margin-bottom: 1em;;}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {}
.rss_item a:hover {}
.rss_date {font-size: x-small;}