﻿/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_shell.css
 * 
 * Description:
 * Rules for the outer shell for screen display only.
 * General display rules should appear in basesyles.css.
 *
 */

#pageBounds {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;

	text-align: left;
	position: relative;
		
	}

#contentBounds {
	width: 100%;
	margin-bottom: 30px;
	float: left;	
	padding:0px;
	padding-right:3px;
	}
#mainColumn{
	/*width: 100%;*/
	width: auto;
	margin-left: 25px;		
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	display:table;
	margin-top: 0px !important;
	}

#sideColumn {
	width: 100%;
	margin-top: 0px !important;	
	}

#footer {
	clear: both;
	font-size: 87%;
	color: #000;
	margin-right:0px;
	margin-left:-40px;
	}
	
/* Masthead 
------------------------------------------------------------- */
#mastHead {

	}

#mastHead #logo {
	margin: 0 0 20px;

	}	

/* enav */

#enav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 380px;	
	}
	
#enav p {
	float: left;
	margin: 4px 0 0;
	font-size: 87%;	
	}

/* Search */
#search {
	float: right;
	}
	
#search label {
	}
#query {
	width: 125px;
	position: relative;
	top: -8px;
	}
#search input.submit {
	}

/* Navigation
------------------------------------------------------------- */
/* Main Navigation */
#mnav {
	margin-bottom: 8px;
	padding-bottom: 12px;
	background: url(../../dir_images/bg_mnav.gif) bottom center no-repeat;
	}
#mnav ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
	}
#mnav li {
	display: inline;
	margin: 0 79px 0 0;
	width: auto;
	}
	
#mnav li.last {
	margin: 0;
	}
	
#mnav a {
	padding-top: 3px;
	display: inline;
	position: relative;
	}
	
#mnav a:hover {
	border-top: 3px solid #56595c;
	text-decoration: none;
	}

#mnav li.here {
	}
	
#mnav li.here a {
	color: #ffd523;
	}


/* Local Navigation */
#lnav {
	}
#lnav ul {
	}
#lnav li {
	}
#lnav a {
	}
	
/* breadcrumb */

#breadcrumb {
	font-size: 87%;
	}

#breadcrumb p {
	padding: 0 0 8px 0;
	margin: 0;
	}
	
#breadcrumb a:hover {
	text-decoration: underline;
	}



/* Footer
------------------------------------------------------------- */


#fnav {
	
	border-top: 1px solid #052958;
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
	text-align:center;
	}

#fnav li {
	float: left;
	line-height: 30px;
	}

#fnav li#copyright {
	float: right;
	}


/* Misc
-------------------------------------------------------- */
.hr hr { display: none; }
.normal { font-size: 1em; line-height: 1.3em; font-weight: normal; }

.error {
	color: #c00;
	font-weight: bold;
	}

.clear {
	clear: both;
	}

.skipper {
	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;
	}

.hide {
	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;
	}

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Homepage Overrides 
---------------------------------------------- */

#home #mnav {
	margin-bottom: 3px;
	}

#home #contentBounds {
	width: 960px;	
	margin-top:-8px;
	}
	
#home #upper {
	padding-bottom: 8px;
	background: url(/_layouts/images/WWWPointBridgeCom/bg_upper.gif) bottom center no-repeat;
	margin-bottom: 20px;
	
	}
	
#home #flash {
	float: left;
	width:645px;
	margin-right:10px;
	padding:0px;
	margin-bottom:-5px;	
	}
	
#home #upper .feature {
	float: right;	
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin-top:2px;
	}
	
#home #lower .feature {
	float: left; 
	width: 300px;
	margin-right: 30px;
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
	
#home #lower .feature.new {
	margin-right: 0;
	float: right;
	}
	
#home .gutter {
	margin: 0px 5px;
	
	}

.about table td table td div.ms-WPBody
{
	font: 7.5pt Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	
}
