/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: GRADATION */
body {
	margin: 0 auto;
	background: #fff;
}

address {
	font-style: normal;
}

p, ul, ol, li {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: right;
}

h2 {
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#smt_page {
	width: 760px;
	margin: 0 auto;
}

#smt_pageWrapper {}

#smt_header {}

#smt_headerwrapper {
	min-height: 72px;
	_height: 72px;
	background: #4d4d4d url(/binary/themes/GRADATION/images/headergradient.jpg) repeat-x;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 759px;
    height: 72px;
}
.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 {
	height: 72px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

#smt_headerwrapperBot {
	height: 25px;
	background: #333;
	border-bottom: 1px solid #333;
}

#smt_content {
	width: 759px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background: #6666cc;
	border-left: solid 1px #333;
	float: left;
	clear: both;
}

#smt_contentWrapper {
	width: 759px;
	float: left;
	clear:both;
}

#smt_column1 {
	width: 498px;
	padding: 10px 20px 5px 20px;
	text-align: left;
	background: #fff url(/binary/themes/GRADATION/images/drpatientfade.jpg) no-repeat top left;
	float: left;
}

#smt_column2 {
	width: 219px;
	margin: 0;
	vertical-align: top;
	background: #6666cc;
	float: right;
}

#smt_menu {
	width: 219px;
}

#smt_column3 {}

#smt_footer {
	margin: 0 0 20px 0;
	width: 760px;
	min-height: 40px;
	_height: 40px;
	text-align: center;
	background: #333;
	border-top: solid 1px #999;
	float: left;
}

#smt_footerCenterContent {
	width: 759px;
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
}

#smt_footerLinks {
	margin: 15px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	color: #fff;
	text-decoration: none;
}

#smt_footerLinks a:hover {
	color: #ccc;
	text-decoration: none;
}


/* main menu ul */
#smt-menu-nav{
	display: block;
	list-style: none;
	margin: 0;
        width: 219px;
	z-index: 5;
}

/* all menu links */
#smt-menu-nav a, #subMenusContainer a{
        color: #ccc;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
        font-size: 12px;
	font-weight: bold;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        background: #333;
        border: 1px solid #6666CC;
}

/* Just sub menu links */
#subMenusContainer a, #smt-menu-nav li li a{
	text-align: left;
        color: #ccc;
        border: 1px solid #6666CC;
}

/* All menu links on hover or focus */
#smt-menu-nav li a:hover,
#smt-menu-nav li a:focus,
#smt-menu-nav a:hover, 
#smt-menu-nav a:focus{
	color: #fff;
}

/* 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;
}

/* All submenu ULs */
#smt-menu-nav ul, #subMenusContainer ul{	
	left: 0;
        z-index: 10;
}


/* All ULs */
#smt-menu-nav, #smt-menu-nav ul,#subMenusContainer ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* List items in main menu  */
#smt-menu-nav li { 
	/*great place to use a background image as a divider*/
	display: block;
	list-style: none;
	position: relative;
}

#subMenusContainer li{
	list-style: none;
}

#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; 
}

#smt-menu-nav li li:hover {
        background: #005195;
}

#smt-menu-nav li li a{ /* Just submenu links*/	
	position: relative;
	float: none;
}

#smt-menu-nav li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        background: #00335b;
        border: 1px solid #005195;
}

/* third-and-above-level lists */
#smt-menu-nav li ul ul { margin: -1em 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: -177px; margin-top: -2em; }
#smt-menu-nav li li:hover ul { margin-left: -175px; }




/***** 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 {}

.pspHomeImage {float: right;}

/* 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;
}

