/*
-----------------------------------------------
Style Sheet

Site: rosenmanmd.com
Author:   designedbyevan.com
Version:  2008.10
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg6.jpg) repeat;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:12px;
	color:#000;
	}

a:link, a:visited {
	color:#4596b3;
	}
	
a:hover, a:active {
	color:#d2d0c0;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.pic_border {
	padding:2px;
	border:1px solid #e2d9ce;
	}

.raquo {
	font-size:1.2em;
	color:#fff;
	}

#column_left .hr {
	width:100%;
	height:1px;
	color:#c0dde5l;
	background:#c0dde5;
	overflow:hidden;
	margin:15px 0;
	}

#column_right .hr {
	width:100%;
	height:1px;
	color:#c0dde5l;
	background:#d5e8ee;
	overflow:hidden;
	margin:15px 0;
	}



/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:900px;
	margin:12px auto;
	line-height:1.6em;
	border:1px solid #aaa;
	}

#header {
	width:900px;
	height:196px;
	background:url(../images/header.jpg) no-repeat;
	padding-top:22px;
	}


#logo {
	margin:0px auto;
	width:335px;
	height:78px;
	display:block;
	text-indent:-5000px;
	outline:none;
	}
	
#content_container {
	background:#fff;
	width:870px;
	padding:0 15px 15px 15px;
	}


/* ----- Left Column ----- */
#column_left {
	width:198px;
	background:url(../images/siebar_bg.gif) repeat-y;
	float:left;
	}
	
#column_left_bottom {
	background:url(../images/sidebar_bottom.gif) no-repeat bottom left;
	width:198px;
	overflow:hidden;
	}
	
#column_left_content {
	width:178px;
	margin:10px;
	}
	

#services_title {
	background:url(../images/services.gif) no-repeat;
	width:148px;
	height:35px;
	text-indent:-5000px;
	margin-bottom:10px;
	}
	
#helpful_links {
	background:url(../images/helpful_links.gif) no-repeat;
	width:128px;
	height:30px;
	text-indent:-5000px;
	margin-bottom:10px;
	}

#our_books {
	background:url(../images/our_books.gif) no-repeat;
	width:152px;
	height:26px;
	text-indent:-5000px;
	margin-bottom:10px;
	}

#contact_button {
	width:167px;
	height:34px;
	display:block;
	background:url(../images/contact_button.gif) no-repeat;
	text-indent:-5000px;
	margin:10px auto;
	}
	
	#contact_button:hover, #contact_button:active {
		background-position:0px -34px;
		}

#phone_number {
	font-size:1.3em;
	color:#2b5e70;
	text-align:center;
	}

.services_list ul {
	
	}

.services_list li {
	/*_position:relative;	 to fix the IE bullet peekaboo pug...NOTE: MUST BE REMOVED FOR DROP-DOWNS TO WORK IN IE 6 */
	padding-left: 10px;
	line-height:1.2em;
	margin-bottom:.9em;
	list-style: none;
	background: transparent url(../images/arrow.gif) 0em .3em no-repeat;
	font-weight:bold;
	font-size:.92em;
	color:#153259;
	}
	
	.services_list a:link, .services_list a:visited {
		color:#3a2819;
		text-decoration:none;
		} 
	
	.services_list a:hover, .services_list a:active {
		color:#969489;
		text-decoration:none;
		}


/* ----- Right Column ----- */
#column_right {
	width:642px;
	margin:15px 0 0 30px;
	float:left;
	}

#column_right h1 {
	font-size:2em;
	color:#2b5e70;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:10px;
	text-transform: capitalize;
	}
	
	#column_right h1 span.brown {
		font-size:.82em;
		color:#5e5141;
		}

#column_right h2 {
	font-size:1.2em;
	color:#2b5e70;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:5px;
	}
	
#column_right ul{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 3em;
	text-indent: -0.9em;
	}	
	
#column_right ol{
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1.3em;
	padding-left: 3em;
	}


/* Footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:900px;
	background:url(../images/footer_top.gif) no-repeat #f4f3ea;
	color:#3a2819;
	font-size:.92em;
	} 

#footer_bottom {
	background:url(../images/footer_bottom.gif) no-repeat bottom left;
	padding:15px 20px;
	}

	#footer ul {
    	margin:0 0 10px 0;
		text-align:center;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 6px 0 9px;
    	display: inline;
    	border-left: 1px solid #153258;

    	line-height:1.4em;
    	background: none;
		color:#000;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#3a2819;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#4596b3;
		text-decoration:none;
		}

#footer_left {
	float:left;
	text-align:left;
	line-height:1.3em;
	
	}

#footer_right {
	padding-top:34px;
	float:right;
	text-align:left;
	line-height:1.3em;
	}


/* Procedure navigation
 * ------------------------------------------------------------------------- */

#procedure_nav { background:url("../images/procedure_nav.jpg") no-repeat; width:639px; height:117px; position:relative; margin:0 auto 15px auto; }
#procedure_nav li { position:absolute; top: 0; }
#procedure_nav li, #procedure_nav a { height:117px; display:block; }
#procedure_nav span { display:none; }

#procedure_nav-01 { width: 104px; left:0; }
#procedure_nav-02 { width: 104px; left: 107px; }
#procedure_nav-03 { width: 104px; left: 214px; }
#procedure_nav-04 { width: 104px; left: 321px; }
#procedure_nav-05 { width: 104px; left: 428px; }
#procedure_nav-06 { width: 104px; left: 535px; }


#procedure_nav-01 a:hover { background: transparent url("../images/procedure_nav.jpg") -0 -117px no-repeat; }
#procedure_nav-02 a:hover { background: transparent url("../images/procedure_nav.jpg") -107px -117px no-repeat; }
#procedure_nav-03 a:hover { background: transparent url("../images/procedure_nav.jpg") -214px -117px no-repeat; }
#procedure_nav-04 a:hover { background: transparent url("../images/procedure_nav.jpg") -321px -117px no-repeat; }
#procedure_nav-05 a:hover { background: transparent url("../images/procedure_nav.jpg") -428px -117px no-repeat; }
#procedure_nav-06 a:hover { background: transparent url("../images/procedure_nav.jpg") -535px -117px no-repeat; }







/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:900px; 
	height:44px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:44px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 53px; left: 0px;}
#nav-02 { width: 71px; left: 1px; }
#nav-03 { width: 86px; left: 2px; }
#nav-04 { width: 106px; left: 3px; }
#nav-05 { width: 101px; left: 4px; }
#nav-06 { width: 43px; left: 5px; }
#nav-07 { width: 146px; left: 6px; }
#nav-08 { width: 130px; left: 7px; }
#nav-09 { width: 94px; left: 8px; }
#nav-10 { width: 61px; left: 9px; }


/*-------------- (-79px) X position of button / (-44px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif") -0px -44px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -54px -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -126px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -213px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -320px -44px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -422px -44px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -466px -44px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.gif") -613px -44px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.gif") -744px -44px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.gif") -839px -44px no-repeat; }





/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:28px; 				/* Height of each drop down nav item */
	border:1px solid #3f3f3d;
	border-top:none;
	background-color:#2c2c2a; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:28px;				/* Height of each drop down nav item, should match above */
	line-height:28px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#ccc;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items 
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#3f3f3d;
	color:#ccc;
	text-decoration:none;
	cursor:pointer; 
	}
*/

/* width of drop down nav - choose width that allows items to display on one line 

#nav-03 ul, #nav-03 li { width:170px; }	
*/

