/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: FADE */
body {
	margin: 5px auto;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	padding: 0;
	text-align: left;
}

p {
	padding: 10px 0 0 0;
	line-height: 1.2em;
	text-align: left;
}

ul, ol, li {
	line-height: 1.2em;
	text-align: left;
}

#smt_page {
	width: 718px;
	margin: 0 auto;
}

#smt_header {
	width: 718px;
	height: 137px;
	margin: 0;
	clear: both;
}

#smt_headerLeft {
	width: 320px;
	height: 137px;
	float: left;
}

#smt_headerRight {
	width: 398px;
	height: 137px;
	text-align: center;
	float: right;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 320px;
    height: 136px;
}
.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_headerLeftContent {
	height: 136px;
}

#smt_content {
	width: 718px;
	margin: 0;
	padding: 0 0 17px 0;
	float: left;
	clear: both;
}

#smt_contentWrapper {
	margin: 0;
}

#smt_headerRightContent {
	width: 167px;
	height: 110px;
	margin: 0 225px 0 0;
	padding: 35px 5px 5px 0;
	text-align: right;
	line-height: 1.1em;
}

#smt_column1 {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 35px 60px 0 32px;
	text-align: left;
	float: left;
}

#smt_column2 {
	width: 225px;
	margin: 0;
	padding: 0;
	float: right;
}

#smt_menu {
	padding: 35px 0 45px 0;
	width: 225px;
	float: right;
}

#smt_menu ul {
	margin: 0;
	padding: 0;
}

#smt_menu li {
 	padding: 2px 13px 2px 13px;
	list-style: none;
	text-decoration: none;
	text-align: right;
	line-height: 1.2em;
 }
 
#smt_menu li a:link, #smt_menu li a:visited {
	text-decoration: none;
}

#smt_footer {
	width: 718px;
	margin: 0;
	padding: 1px 0 0 0;
	text-align: right;
	clear: both;
}

#smt_footerLinks {
	width: 708px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	text-decoration: none;
}

#smt_footerLinks a:hover {
	text-decoration: underline;
}


/***** BEGIN THEME VARIANT *****//* Theme Family/Variation: FADE/Green */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link, a:visited, a:active {
	color: #455a21;
}

a:hover {
	color: #455a21;
}

address {
	font-style: normal;
}

h2 {
	font-family: "Myriad",Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #455a21;
}

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#smt_page {
	border: solid 1px #000;
}

#smt_header {
	background: #455a21 url(/binary/themes/FADE/images/GREEN/img_header_spine.jpg) no-repeat top right;
	border-bottom: 6px solid #000;
}

/* site logo - if using image */
#smt_headerLeftContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#smt_headerRightContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
}

#smt_content {
	background: #fff url(/binary/themes/FADE/images/GREEN/bg_content_green.gif) repeat-y top right;
}

#smt_footer {
	border-top: solid 6px #000;
}

#smt_footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	color: #000;
}

#smt_footerLinks a:hover {
	color: #000;
}



/* main menu ul */
#smt-menu-nav{
	display: block;
	list-style: none;
	margin: 0;
        width: 225px;
	z-index: 5;
}

/* all menu links */
#smt-menu-nav a, #subMenusContainer a{
        color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
        font-size: 14px;
	font-weight: normal;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
}

/* Just sub menu links */
#subMenusContainer a, #smt-menu-nav li li a{
	text-align: right;
        color: #fff;
}

/* 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: #ccc;
}

/* 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: #ccc;
}

/* 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: #687e42;
}

#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: #455A21;
        border: 1px solid #687e42;
}

/* 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: -100px; margin-top: -2em; }
#smt-menu-nav li li:hover ul { margin-left: -175px; }



/***** 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;
}

