/*
Theme Name: NetViper
Theme URI: http://www.netviperinteractive.com	
Description: Custom Theme
Version: 2 (WP2.6.2)
Author: Dave Fogel
Author URI:http://www.netviperinteractive.com	
*/

@import "style/css/reset.css";
@import "style/css/text.css";
@import "style/css/960.css";
@import "style/css/global.css";

.greyback {
background-color:#ededed;
margin: 0px 0px;
}


* =Menu
-------------------------------------------------------------- */

#access {
	background: #FFF;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#154996;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#ededed;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
color:#333;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#666;
	background:#ededed;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #666;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}


.lead {
font-size:15px;
}
.lead a {
font-size:18px;
color: #154996;
}

div.greybox {
	background-color:#CCC;
list-style:none outside none;
}

div.bios {
}
div.bios h4 {
color:#003471;
font-family:Futura,Century Gothic,AppleGothic,sans-serif;
font-size:18px;
margin-bottom:0;
padding: 0px 0px;
}
div.bioimg {
float: left;
}


div.locations h5{
padding: 0px 0px;
margin: 0px 0px;
}

.alignleftbox{
float:left;
border: 1px solid #666;
}
.alignrighttbox{
float:right;
border: 1px solid #666;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
.bigtitle2  {
color:#000;
font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
font-size:20px;
font-weight:normal;
letter-spacing:-1.0pt;
line-height:1em;
margin-bottom:0px;
margin-top:20px;
padding:0px 20px 5px 5px;
}
.bigtitle {
margin: 20px 0px 0px 0px;
}

