/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: SWIRL */
body {
	margin: 5px auto;
	width: 718px;
        line-height: 1.2em;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

address {
	padding: 0 0 10px 0;
	text-align: right;
	line-height: 1.1em;
}

p {
	padding: 10px 0 10px 0;
	line-height: 1.2em;
	text-align: left;
}

h2 {
	padding: 10px 0 10px 0;
	text-align: left;
}

#smt_page {
	width: 718px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#smt_header {
	width: 718px;
	height: 220px;
	margin: 3px 0 0 0;
	text-align: center;
	float: left;
	clear: both;
}

#smt_headerwrapper {
	width: 718px;
	float: left;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 500px;
    min-height: 185px;
    _height: 185px;
    padding: 20px 0 10px 20px;
    float: left;
}
.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 {
	min-height: 185px;
	_height: 185px;
	text-align: left;
}

#smt_menu {
	padding: 10px 0 10px 0;
	float: right;
}

#smt_content {
	width: 718px;
	min-height: 345px;
	_height: 345px;
	float: left;
	clear: both;
}

#smt_contentWrapper {}

#smt_column1 {
	width: 400px;
	padding: 0 0 0 25px;
	float: left;
}

#smt_column2 {
	width: 225px;
	padding: 0 25px 0 0;
	float: right;
}

#smt_footer {
	width: 718px;
	min-height: 56px;
	_height: 56px;
	margin: 0;
	float: left;
	clear: both;
}

#smt_footerRightContent {
	width: 700px;
	margin: 0;
	padding: 10px 20px 0 0;
	min-height: 30px;
	_height: 30px;
	text-align: right;
	float: right;
}

#smt_footerLinks {
	padding: 10px 20px 10px 0;
	text-align: right;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	text-decoration: none;
}

#smt_footerLinks a:hover {
	text-decoration: underline;
}


/***** BEGIN THEME VARIANT *****//* Theme Family/Variation: SWIRL/RED */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b20838;
}

a:hover {
	color: #b20838;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
}

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h2 {
	font-family: "Optima",Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #b20838;
}

#smt_page {
	border: solid 1px #000;
}

#smt_header {
	border-top: 14px solid #b20838;
}

/* site logo - if using image */
#smt_headerLeftContent {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #b20838;
}

#smt_content {
	background: url(/binary/themes/SWIRL/images/RED/bg_swirl_red_top.gif) no-repeat bottom right;
}

#smt_footer {
	background: #b20838 url(/binary/themes/SWIRL/images/RED/bg_swirl_red_bottom.gif)  no-repeat top right;
}

#smt_footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#smt_footerLinks a:link, #smt_footerLinks a:visited {
	font-size: 11px;
	color: #fff;
}

#smt_footerLinks a:hover {
	font-size: 11px;
	color: #fff;
}


#smt-menu-nav{
	display: block;
	margin: 0;
        padding: 0;
        width: 125px;
	z-index: 5;
}
/* All submenu ULs */
#smt-menu-nav ul{	
	left: 0;
        z-index: 10;
        list-style: none;
        padding: 0;
        margin: 0;
}
/* all menu links */
#smt-menu-nav a{
        color: #b20838;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
        font-size: 12px;
	font-weight: bold;
        letter-spacing: -.01px;
        text-align: right;
        font-family: "Optima",Arial,Verdana,Helvetica,sans-serif;
}
/* List items in main menu  */
#smt-menu-nav li { 
	display: block;
	list-style: none;
        position: relative;
}
#smt-menu-nav li li{	
        background: #b20838;
        border-left: 1px solid #710423;
        border-right: 1px solid #710423;
        border-bottom: 1px solid #710423;
        float: none; 
	width: 170px;
}
#smt-menu-nav li li:hover {
        background: #c84066;
	width: 170px;
}
#smt-menu-nav li ul {
        border-top: 1px solid #710423;
	position: absolute;
	width: 170px;
	margin-left: -1000em;
}
/* 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: #333;
}
/* Just sub menu links */
#smt-menu-nav li li a{
	text-align: left;
        color: #fff;
	position: relative;
	float: none;
        line-height: 1.6em;
}
/* third-and-above-level lists */
#smt-menu-nav li ul ul { margin: -15px 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: -125px; margin-top: -20px; }
#smt-menu-nav li li:hover ul { margin-left: -172px; }




/***** 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;
}

