/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: Stripes */
body {
	width: 750px;
	margin: 0;
	background: #fff;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

address {
	font-style: normal;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

h2 {
	padding: 10px 0 0 0;
	font-family: Albertus, Arial, sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #033;
	text-align: left;
}

#smt_page {
	width: 750px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#smt_pageWrapper {}

#smt_header {
	width: 750px;
	clear: both;
}

#smt_headerwrapperTop {
	height: 25px;
	background: #fff url(/binary/themes/STRIPES/images/header_toplines.gif) top left repeat-x;
	clear: both;
}

#smt_headerwrapper {
	width: 750px;
	height: 180px;
	min-height: 180px;
	_height: 180px;
text-align: center;
	clear: both;
}

#smt_headerwrapperBot {
	width: 750px;
	height: 10px;
	min-height: 10px;
	_height: 10px;
	background: url(/binary/themes/STRIPES/images/header_bottomlines.gif) repeat-x;
	clear: both;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 748px;
    min-height: 180px;
    _height: 180px;
}
.smt_imagewrapper * {
    vertical-align: middle;
}
/*\*//*/
.smt_imagewrapper  {
    display: block;
}
.smt_imagewrapper  span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

/* site logo - if using image */
#smt_headerCenterContent {
	min-height: 180px;
	_height: 180px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#smt_header {
	width: 750px;
	clear: both;
}

#smt_headerwrapperTop {
	height: 25px;
	clear: both;
}

#smt_headerwrapper {
	width: 750px;
	height: 180px;
	min-height: 180px;
	_height: 180px;
	clear: both;
}

#smt_headerwrapperBot {
	width: 750px;
	height: 10px;
	min-height: 10px;
	_height: 10px;
	clear: both;
}

#smt_menu {
	width: 750px;
	height: 19px;
	_height: 19px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #669966;
}

#smt_contentWrapper {}

#smt_column1 {
	width: 485px;
	padding: 0 0 0 20px;
	float: left;
}

#smt_col1wrapper {}

#smt_column2 {
	width: 235px;
	margin: 55px 0 0 0;
	padding: 0 0 0 5px;
	float: right;
}

#smt_col2wrapper {}

#smt_column3 {}

#smt_col3wrapper {}

#smt_footer {
	width: 750px;
	margin: 0;
	text-align: center;
	float: left;
	clear: both;
}

#smt_footerwrapperTop {
	height: 25px;
	_height: 25px;
	background: url(/binary/themes/STRIPES/images/footer_lines.gif) repeat-x;
}

#smt_footerCenterContent {
	width: 748px;
	margin: 10px 0 10px 0;
	font-family: verdana, arial;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#smt_footerLinks {
	padding: 10px 0 10px 0;
	color: #000;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	font-family: verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#smt_footerLinks a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #696;
	text-decoration: none;
}


/* Menu Wrapper */
#smt-menu-nav {
    height: 17px;
}

/* all menu links */
#smt-menu-nav a, #subMenusContainer a {
        font-family: verdana, arial;
        font-size: 12px;
        font-weight: bold;
	text-decoration: none;
	display: block;
}

/* All ULs */
#smt-menu-nav, #smt-menu-nav ul, #subMenusContainer ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Just main menu links */
#smt-menu-nav a{
	margin: 0;
	float: left;	
	color: #fff;
        letter-spacing: .1px;
        padding: 0 7px;
        line-height: 17px;
}

/* All menu links on hover or focus */
#smt-menu-nav a:hover, #smt-menu-nav a:focus, 
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#smt-menu-nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused{
	color: #99cccc;
}

/* All submenu ULs */
#smt-menu-nav ul, #subMenusContainer ul {	
	left: 0;
}

/* Just sub menu links */
#subMenusContainer a, #smt-menu-nav li li a{
	text-align: left;
        color: #fff;
        font-family: verdana, arial;
        line-height: 20px;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#smt-menu-nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#smt-menu-nav li a:hover,
#smt-menu-nav li a:focus{
       color: #fff;
       background: #99cccc;
}

#smt-menu-nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 1.2em;
        padding: 0;
        background: #669966;
	border: 1px solid #4f7f4f;
        z-index: 10;
}

/* List items in main menu  */
#smt-menu-nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	text-align: center;
        padding: 0 5px;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#smt-menu-nav{
	display: block;
	list-style: none;
	margin: 0 0 0 0;
	z-index: 5;
	text-align: center;
}

#subMenusContainer{
    display: block; 	
    position: absolute;	
    top: 0;	
    left: 0;	
    width: 100%;	
    height: 0;	
    overflow: visible;	
    z-index: 20000; 
}

#smt-menu-nav li li{	
     float: none; 
     padding: 0;
}

#smt-menu-nav li li a{ /* Just submenu links*/	
	position: relative;
	float: none;
}

/* third-and-above-level lists */
#smt-menu-nav li ul ul { margin: 0 0 0 -1000em; }
#smt-menu-nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#smt-menu-nav li:hover ul{ margin-left: 10px; }
#smt-menu-nav li li:hover ul {	margin-left: 10em; margin-top: -1.2em;}


/***** BEGIN THEME VARIANT *****/

/***** BEGIN SITE CSS *****//* Base PSP site styles for content/images
DBargerhuff - 12/2/09
*/

#pspHomeContent {}

#pspOverviewContent {}

#pspLocationContent {}

#pspContactUsContent {}

#pspServicesContent {}

#pspGenInfoContent {}

/* physician profiles content styles */
#pspPhysProfileContent {}

/* type5 */
#profileLeft {
	width: 165px;
	padding: 0;
	float: left;
}

/* type5 */
#profileRight {
	width: 225px;
	padding: 0;
	float: right;
}

/* type5 */
#profilehr {
	width: 390px;
	padding: 0;
	float: left;
}
/* end of physician profiles content styles */

#pspLinksContent {}

#pspDisclaimerContent {}

#pspAddress {}



/* image styles */
.pspLogoImage {}

#pspHomeImages {}

#pspOverviewImages {}

#pspServicesImages {}

#pspLinksImages {}

/* location map style */
.pspLocationMapImage {}

/* phys profile image style */
.pspProfileImage {
	margin: 30px 10px 0 0;
	padding: 0;
	float: left;
}

img.pspProfileImage {
	margin: 30px 10px 0 0;
}

