/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #D8DADD;
}

#outsidewrap {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border: solid #000000 1px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #D8DADD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #28516E;
	text-align: center;
	padding-top: 5px;
	text-transform:uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	
	color: #000;
	text-align: center;
	padding-top: 5px;
		text-transform:uppercase;
}	

h3 {
	font-size: 15px;
	font-weight: bold;
	
	color: #28516E;
	text-align: center;
	padding-top: 5px;
		text-transform:uppercase;
}			
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	width: 770px;
	background-image: url(mickelson_header-new.gif);
	background-repeat: no-repeat;
	height: 125px;
	
}
#masthead h1, #masthead p {position:absolute; top:0; left:0; text-indent: -1200em;	overflow: hidden;}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #1F3D53;
	float: left;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AB9768;
}

#content{
	width: 770px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(ladyjustice.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	
}

.leftimage{
	float: left;
	margin-right: 15px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#callnumber{
	padding: 0px;
	width: 595px;
	height: 72px;
	background-image: url(mickelson_callbanner-new.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

/************** #testimonial styles ***************/

#testimonial{
	width:500px;
	margin-left: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-bottom: 5px;
}


#testimonial_h{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2A5573;
	width: 485px;
	text-align: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
}

#insideNav {display:none;
	/*width:535px;
	margin-left: 30px;
	padding-bottom: 5px;
	border-top-color: #2B5574;
	border-top-style: dotted;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F3D53;*/
}

#insideNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F3D53;
}

/************** .story styles *****************/

#story{
	padding: 0px;
	width: 595px;
	/*margin-left: 175px;*/
	margin:0 0 0 0;
	float:right; /*Lyn's addition*/
}
#story p{
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 14px;
}
#story a{
	color: #333333;
	text-decoration: underline;
}
#story a:hover{
	color: #999999;
	text-decoration: underline;
}

#story ul {
	padding-left:15px;margin-left:35px;
	font-size:12px;
}

#story form p{
	padding: 0px 10px 0px 10px;
	
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #D8DADD;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #000000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar p{
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	font-size:11px;
	text-decoration: none;
	background-color: #1F3D53;
	padding: 3px 7px 3px 15px;
	color: #FFFFFF;
	border-top: 1px dotted #284F6B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	/*letter-spacing: 0.01px;*/
	background-color: #284F6B;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #172E3E;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -8000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 5000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 175px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 190px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.caps {text-transform:uppercase;}

/*label { font-size: 11px;padding:3px 0;}
label:after{content:":";}*/
label.required:before{content:"* "; color:#FF0000;}
label.required {font-weight:bold;}
