/* GENERIC HTML STYLES */

p
    {
    font-family: Arial, Helvetica, sans-serif;
    }

pre
    {
    font-family: 80% monospace;
    }

strong, b
    {
    font-weight: bold;
    }

body
    {
    text-align: center;
    }
/* TYPOGRAPHY */

.caption
    {
    color:     #999;
    font-size: 11px;
    }

.date
    {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
    color: #666666;
    display: block;
    letter-spacing: 1px
    }

.hidden
    {
    display: none;
    }

.print
    {
    display: none;
    }

/* GENERAL FORMATTING STYLES */
#urmc_main_header_nav
    {
    background-image: url(../images/URMC_Nav_BG.gif);
	padding-bottom:11px;
	background-color:#FFF;
    }

#first-float {
	float:left;
	width:213px;
	margin: 0;
	text-align:left;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#second-float {
	float:right;
	margin:0px;
	width:680px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}

#second-float p {font-size: 12px}
	
#layout 
	{
	margin: 0px auto;
	}

#first-float 
	{
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	}

#p7PMnav
    {
    background-image: url(../images/bg-nav.jpg);
    }

.fineprint
    {
    font-size: .7em;
    font-family: verdana; arial; sans-serif;
    }

.fineprint a:link
    {
    color:           #999;
    text-decoration: underline;
    }

.fineprint a:visited
    {
    color:           #999;
    text-decoration: underline;
    }

.fineprint a:hover
    {
    color:           #333;
    text-decoration: none;
    }

.hidden
    {
    display: none;
    }

.headingCallout
    {
    font-family: "trebuchet ms", tahoma, verdana, geneva, arial, helvetica, sans-serif;
    color: #647d9e;
    font-size: .9em;
    line-height: 110%;
    font-weight: bold;
    border-bottom: 1px solid #647d9e;
    }

.gradiant_bg
    {
	font-family:Arial, Helvetica, sans-serif;
	border-color: #ddd;
	border-style: solid solid solid solid;
	border-width: 1px 3px 3px 1px;
	font-size:    12px;
	padding:      5px;
	margin-left: 25px;
	margin-right: 15px;
	font-weight: normal;
	background-color: #EDEDE9;
	margin-bottom: 20px;
    }

.imagecontainer
    {
    background-color: #fff;
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
    padding:    5px;
    margin-left: 5px;
    margin-right: 5px;
    }

.pullquote-left
    {
    width: 275px;
    border: 8px solid #FCC72C;
    background-color: #F8CF6E;
    float: left;
    padding: 15px;
    margin: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 160%;
    font-style: italic;
    }

.pullquote-right
    {
    width: 275px;
    border: 8px solid #FCC72C;
    background-color: #F8CF6E;
    float: right;
    padding: 15px;
    margin: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 160%;
    font-style: italic;
    }

.caption
    {
	color:     #000000;
	font-size: 11px;
    }

.hidden
    {
    display: none;
    }

/* FORMS */
form
    {
    margin: 0 0 1.5em;
    }

input
    {
    font-family: arial, tahoma, verdana, sans-serif;
    margin: 2px 0;
    }

fieldset
    {
    border: none;
    }

label
    {
    display: block;
    padding: 5px 0;
    }

label br
    {
    clear: left;
    }

/* SEARCH */
#search
    {
    text-align: right;
    color:       #bbb;
    font-weight: normal;
    font-size:   11px;
    padding-right: 25px;
    }

#search form
    {
    margin: 0
    }

#search input
    {
    margin: 0 0- 1px
    }

#search label
    {
    padding: 5px 0 0;
    display: inline;
    }
	
#search input {font-size:11px}

/* LAYOUT STYLES */

#layout
    {
	padding: 0;
	width: 960px;
	text-align: left;
    }

#maincontent
    {
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
    }

.float-wrapper
    {
	padding: 0;
	width: 950px;
	text-align: left;
	font-size: 12px;
    }

#first-float {margin: 0;text-align:left;}

#first-float li
    {
    font-size:   1em;
    line-height: 140%;
    }

#first-float li ul
    {
    font-size: 1em;
    }

#first-float li ul li
    {
    font-size: 1em;
    }

#footer
    {
    margin:     0px;
    text-align: center;
    }

#footer p
    {
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }

#content
    {
    padding-right: 5px;
    }

/* HTML STYLES */

p 
	{
	word-spacing: 0.15em;
	line-height: 140%; 
	}

a:link, a:visited
    {
    color:       #354A69;
    
    text-decoration: underline;
    }

a:hover
    {
    text-decoration: none;
    }

body
    {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F7F6F0;
    }

a.noline:link, a.noline:visited, a.noline:hover
    {
    text-decoration: none;
    color: #fff
    }

h1
    {
	color: #407AA2;
	font-size:28px;
	font-style:normal;
	font-weight:300;
	letter-spacing:-2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
    }

h2
    {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	padding-bottom: 5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: normal;
    }

h2 a:link, h2 a:visited
    {
    color:           #930001;
    text-decoration: none;
    font-weight:     normal;
    border-bottom:   1px dotted;
    }

h2 a:hover
    {
    color:           #BF7163;
    text-decoration: none;
    font-weight:     normal
    }

h3
    {
    color: #717D94;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    }

h3 a:link, h3 a:visited
    {
    color:           #930001;
    text-decoration: none;
    }

h3 a:hover
    {
    color:           #BF7163;
    text-decoration: underline;
    }

.location .icon {
		float:					left;
		margin-right:			6px;
	}

.location h3 {
	margin-top:				2px;
	margin-bottom:			4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	}

.location p {
	line-height:			18px;
	color:					#666;
	}

h4
    {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	color: #3A769E;
	border-bottom: 1px solid #eee;
    }

h4 a:link, h4 a:visited
    {
	color:           #930001;
	text-decoration: underline;
	font-weight:     bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }

h4 a:hover
    {
    color:           #BF7163;
    text-decoration: none;
    font-weight:     bold
    }

h5
    {
    font-size:   70%;
    font-weight: bold
    }

h6
    {
    font-size:   64%;
    font-weight: bold
    }

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

.site_nav
    {
    font-size: 12px;
    color: #fff;
    padding-top: 0px;
    }

#p7PMnav
    {
    margin:  0px;
    padding: 0px;
    width:   950px;
    font-size: 11px;
    height:  54px;
    }

#p7PMnav ul
    {
    position: absolute;
    left: - 9000px;
    margin: 0px;
    padding: 0px;
    z-index: 10000;
    }
/* these are the menu styles */
#p7PMnav li
    {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

#p7PMnav ul li
    {
    background-color: #4B548F;
    color: #000;
    }
/* ------ the menu link styles ------ */
#p7PMnav a
    {
	display:         block;
	text-decoration: none;
	color:           #fff;
	padding-top:     16px;
	padding-right:   17px;
	padding-bottom:  18px;
	padding-left:    17px;
	font-weight:     bold;
	font-size: 11px;
	text-transform:uppercase;
    }

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus
    {
    color: #C2D48F;
    letter-spacing: 0.01px;
    }

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark
    {
    color: #ccc;
    }
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon
    {
    background-repeat:   no-repeat;
    background-position: right center;
    }
/* the active trigger link style */
#p7PMnav .p7PMon
    {
    background-color: #4B548F;
    color: #999;
    }

/*the submenu classes */
#p7PMnav .p7PMhide
    {
    left:   - 9000px;
    border: 0;
    }

#p7PMnav .p7PMshow
    {
    left:    auto;
    z-index: 20000 !important;
    }
/* Top level menu width */
#p7PMnav li
    {
    float: left;
    }

#p7PMnav ul li
    {
    float: none;
    }
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li
    {
    width: 220px;
    }

.tablePad
    {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    }

#p7PMnav
    {
    background-image: url(../images/bg-nav.jpg);
    }

#department {width: 65px; text-align: center; border-right: 1px solid #608995}
#findadoc {width: 105px;text-align: center; border-right: 1px solid #608995}
#locations {width: 70px;text-align: center; border-right: 1px solid #608995}
#procedures {width: 85px;text-align: center; border-right: 1px solid #608995}	
#education {width: 70px;text-align: center; border-right: 1px solid #608995}
#research {width: 60px;text-align: center;}	
#physicians {width: 100px;text-align: center; border-right: 1px solid #608995}
#patients {width: 85px;text-align: center; border-right: 1px solid #608995}	
	

/* sidebar styles
---------------------------------------------------------- */

#sidebar {
	background-repeat:no-repeat;
	margin-left: 10px;
	background-color:#D5D8D1;
}

#sidebar h3 {
	margin: 10px 0 15px 0;
	padding: 10px 0 2px 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #969580;
	border-bottom: 1px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

#sidebar p
    {
    margin:  0;
    padding: 0;
    }

#sidebar ul, #sidebar dl
    {
    margin:  0;
    padding: 0;
    list-style: none;
    }

#sidebar li
    {
    margin:  0 0 .5em 8px;
    padding: 0 0 0 12px;
    line-height: 1.4em;
    }

#sidebar ul.sidelinks li
    {
    padding-left:        16px;
    background-position: 0 2px;
    }

#sidebar ul.sidelinks
    {
	margin:  0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	list-style: none;
	width: 213px;
    }

#sidebar ul.sidelinks li
    {
    margin:  0;
    padding: 0;
    }

#sidebar ul.sidelinks li a
    {
    display: block;
    padding: 5px 5px 5px 24px;
    border-bottom: 1px solid #D0CEC1;
    background: url(icon-perm.gif) no-repeat 4px 6px;
	font-weight:normal;
	text-decoration:  none;
	color: #000000;
	background-color: #D5D8D1;
    }

#sidebar ul.sidelinks li a:hover
    {
	background-color: #fff;
	font-weight: normal;
    }

#sidebar ul.sidelinks li.last a
    {
    border-bottom: none;
    }

#sidenavbottom {width:213px;height:25px;background-image:url(../images/sidenavbottom.gif); background-repeat:no-repeat;}

.pullquote-left
    {
    border:           8px solid #8A9AAC;
    background-color: #C2D1DC;
    }

.pullquote-right
    {
    border:           8px solid #8A9AAC;
    background-color: #C2D1DC;
    }

.side {background-color:#DEDDD3;}

.first_col {
	border:  1px solid #DFDDC8;
	background-color: #EDECE8;
	}
	
.second_col {
	padding-left: 15px;
}
.left-padding {
	padding-left: 10px;
}

/* swfIR styles */

.swfirleft, .swfirmiddle { float: left;}
.swfirright { float: right;}
.swfir {padding:0px; }

