/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: SATIN */
body {
	margin: 0 auto;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin: 0;
	text-align: left;
}

p {
	padding: 5px 0 5px 0;
	line-height: 1.2em;
}

ul, ol, li {
	padding: 0 0 0 5px;
	line-height: 1.2em;
	text-align: left;
}

#smt_page {
	width: 718px;
	margin: 0 auto;
}

#smt_header {
	width: 718px;
	margin: 0;
	float: left;
	clear: both;
}

#smt_headerLeft {
	width: 385px;
	min-height: 200px;
	float: left;
}

#smt_headerRight {
	width: 300px;
	min-height: 200px;
	margin: 0 15px 0 0;
	padding: 35px 0 0 0;
	text-align: right;
	float: right;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 300px;
}
.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 {}

#smt_headerwrapperBot {
	width: 693px;
	margin: 10px 0 0 0;
	padding: 0 25px 0 0;
	text-align: right;
	float: left;
}

#smt_headerRightContent {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1.1em;
}

#smt_content {
	width: 718px;
	min-height: 500px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
}

#smt_contentWrapper {
	margin: 0;
}

#smt_column1 {
	width: 350px;
	height: auto;
	margin: 0 0 0 179px;
	padding: 0;
	text-align: left;
	float: left;
}

#smt_column1Wide {
	width: 520px;
	height: auto;
	margin: 0 0 0 179px;
	padding: 0;
	text-align: left;
	float: left;
}

#smt_column2 {
	width: 175px;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}

#smt_footer {
	width: 718px;
	margin: 0;
	padding: 1px 0 0 0;
	text-align: center;
	clear: both;
}

#smt_footerLinks {
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0 60px 0 30px;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	text-decoration: none;
}

#smt_footerLinks a:hover {
	text-decoration: underline;
}


/***** BEGIN THEME VARIANT *****//* Theme Family/Variation: SATIN/BROWN */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link, a:visited, a:active {
	color: #766341;
}

a:hover {
	color: #766341;
}

address {
	font-style: normal;
}

b {
	color: #766341;
}

h2 {
	font-family: "Myriad",Verdana,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #766341;
}

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#smt_page {
	background: url(/binary/themes/SATIN/images/BROWN/bg_satin_brown.jpg) no-repeat top left;
	border: solid 1px #000;
}

/* site logo - if using image */
#smt_headerCenterContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#smt_headerRightContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888a8d;
	font-style: normal;
}

#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: 100px;
	z-index: 5;
	text-align: right;
}

/* all menu links */
#smt-menu-nav a {
        color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 13px;
        font-size: 12px;
	font-weight: bold;
        letter-spacing: -.01px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
}

/* Just sub menu links */
#smt-menu-nav li li a {
	text-align: left;
        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 */
#smt-menu-nav li a:hover,
#smt-menu-nav li a:focus{
	color: #ccc;
}

/* All submenu ULs */
#smt-menu-nav ul{	
	left:0;
}

/* All ULs */
#smt-menu-nav, #smt-menu-nav 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;
}

#smt-menu-nav li li{	float:none; }

#smt-menu-nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#smt-menu-nav li ul { /* second-level lists */
	position: absolute;
	width: 13em;
	margin-left: -1000em;
        background: #7d6040;
        border: 1px solid #ccc;
}

/* 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: 13em; }

/***** 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;
}


