/***** GLOBAL 2 *****/

/***** BEGIN THEME LAYOUT *****//* Theme Family: WIREMAN */
body {
	margin: 5px auto;
	width: 718px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

address {
	padding: 45px 10px 10px 0;
	text-align: right;
	float: right;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

h2 {
	padding: 20px 0 0 0;
	text-align: left;
}

#smt_page {
	width: 718px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#smt_header {
	width: 718px;
	float: left;
	clear: both;
}

#smt_headerwrapper {
	width: 718px;
	float: left;
}

/* Image centering CSS for ALL themes */
.smt_imagewrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 485px;
    min-height: 70px;
    _height: 70px;
    padding: 5px 0 5px 0;
    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: 70px;
    _height: 70px;
	text-align: center;
}

#smt_headerRightContent {
	width: 220px;
	margin: 0;
	text-align: right;
	float: left;
}

#smt_content {
	width: 718px;
	clear: both;
}

#smt_column1 {
	width: 198px;
	min-height:316px;
  	height:auto !important;
  	height:316px;
	float: left;
}

#smt_column2 {
	width: 285px;
margin: 0;
	padding: 0 0 0 12px;
	float: left;
}

#smt_column3 {
	width: 175px;
	margin: 0;
	padding: 30px 0 30px 0;
	float: right;
}

#smt_footer {
	width: 718px;
	height: 50px;
	margin: 15px 0 0 0;
	float: left;
	clear: both;
}

#smt_menu {
	height: 20px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	text-align: left;
}

#smt_footerLinks {
	padding: 10px 20px 0 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: WIREMAN/BLUE */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529b;
}

a:hover {
	color: #00529b;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #fff;
}

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

#smt_page {
	border: solid 1px #000;
}

#smt_header {
	background: #00529b;
}

/* site logo - if using image */
#smt_headerLeftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#smt_column1 {
	background: url(/binary/themes/WIREMAN/images/BLUE/wire_blue.jpg) no-repeat top left;
}

#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: #939598;
}

#smt_footerLinks a:hover {
	font-size: 11px;
	color: #939598;
}


/* Menu Wrapper */
#smt-menu-nav{
	margin: 0;
	z-index: 5;
	text-align: left;
        height: 18px;
}

/* all menu links */
#smt-menu-nav a, #subMenusContainer a {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
	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;
	display: inline;
	color: #00529b;
        letter-spacing: .1px;
        padding: 0 9px;
        line-height: 18px;
}

/* 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: #92b0cc;
}

/* 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: "Times New Roman", Times, serif;
        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: #92b0cc;
}

#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: 5px;
        padding: 0;
        background: #00529b;
	border: 1px solid #00529b;
        z-index: 10;
}

/* List items in main menu  */
#smt-menu-nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	text-align: left;
        padding: 0 5px;
}

#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; 
     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: -20px; }

/***** 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;
}

