/* Start of CMSMS style sheet 'Parke Lawyers' */
/* ---------- Font Sizing ----------*/
/* See http://www.clagnut.com/blog/348/#c790 for explanations */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em; /* Font-size is now 10px */
}

html>body {
	font-size:10px; /* Deal with Safari,whose default font size is 14px, not 16px */
	}
	
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

table { font-size: 100%; /* being very specific here so IE renders font size correctly */}

body
{
        background: url(images/pageBg3.jpg) repeat-x #fff;

}

#pagecontainer
{
	margin: 0 auto 0 auto;
	width:94.6em;
	border:1px solid #666;
	background-color:#ffffff;
        padding:0.1em 0 0 0;
	}

html>body div#pagecontainer
{
width:93.9em;
}

#pagepadder{
        margin: 0 0.1em 0.1em 0.1em;
        height:100%;
        background: url(images/leftGradient.jpg) top left repeat-y;
        background-color:#fff;
}

#left
{
	float:left;
	width:201px;
             height:100%;
	background:url(images/leftGradient1.jpg) repeat-y top right #3058a0;
	margin-right:0.1em;
}

#header
{
	float:left;
	width:73.5em;
	height:100px;
margin-bottom:0.1em;
padding:0;
margin:0;
}

#header img
{
margin:0;
padding:0;
border:0;
}

.plainheader
{
background:url(images/plainHeader.jpg) top left no-repeat;
}

#sidebarleft
{
	float:left;
	width:14em;
	background:url(images/leftSidebarBg.jpg) no-repeat top right;
	height:30em;
padding-top:0.8em;
margin-left:0.3em;#3058a0
}

#content
{
	float:left;
	width:73.5em;
             background-color:#fff;
}

#mainwrapper
{
	float:left;
	width:42.5em;
	border-right:1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
}

#main
{
	padding: 0 1.2em 1em 1.2em;
	font-size:1.2em;
        line-height:1.6em;
  min-height:340px;
  height:auto !important;
  height:340px;
}

#sidebarright
{
	float:left;
	width:14em;
        text-align:center;
margin-left:1em;
margin-top:0em;
}

#sidebarright img
{
    margin-top:10px;
margin-bottom:5px;
clear:right;
}

#footer
{
	float:left;
             text-align:left;
	clear:both;
	width:100%;
	height:2.5em;
	background:url(images/footerGradient3.jpg) repeat-y top left #0d182b;
	margin-top:0.1em;
}

#subfooter
{
	margin: 0 auto 0 auto;
	width:94.0em;
background-color:#666;
padding:0.2em 0 0.2em 0;
text-align:right;
color:#fff;
border:0;
}

#subfooter a:link, #subfooter a:visited
{
font-size:0.9em;
margin:0 0.7em 0 0.7em;
color:#000;
}

#subfooter a:hover
{
text-decoration:none;
}

a img 
{
border:0;
}

#main h2
{
font-size:1.5em;
font-family:verdana, arial, sans-serif;
margin:0.8em 0.7em 1em 0;
padding:0;
font-weight:normal;
letter-spacing:2px;
/*background: url(images/headingBorder.jpg) 0 0.9em no-repeat;*/
}

#pageinput *
{
background-color:#fff;
font-size:1.2em;
}

/* Styling for news articles */


h2#newsdetailtitle
{
margin-bottom:0.5em;;
}

#newsdetailsummary
{

}

#newsdetaildate
{
border-top:1px solid #333;
font-size:0.9em;
text-align:right;
}

#newsdetailcontent
{
margin-bottom:2em;
min-height:6em;
}

#main a, 
#homemain a
{
color:#333;
border-bottom:1px dotted #333;

text-decoration:none;
}

#main a:hover, 
#homemain a:hover
{
border-bottom:1px solid #039;
color:#039;
}

#main a:active, 
#homemain a:active
{
color:#0C6;
border-bottom:1px solid #0C6;
}

a.doclink
{
font-size:1.2em;
    background:url(images/pdfIcon.png) top left no-repeat;
    text-align:left;
display:block;
text-decoration:underline;
padding:0 3px 3px 24px;
border:0;
color:#333;
}

a.doclink:hover
{
background-color:#e4e4e4;
color:#039
}

#main ul
{
list-style-type:none;
padding:0;
margin:0.5em 3em 2em 2em

}

#main li
{
	background-image:url(images/bullet.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left: 12px;
}

#search input
{
border:0;
font-size:1em;
}

#search
{
float:right;
padding:0.5em 0.6em;
color:#fff;
font-weight:bold;
}

#search form
{
display:inline;
margin:0;
padding:0;

}
#search label
{
font-weight:bold;
font-family:verdana;
}
/* End of 'Parke Lawyers' */

/* Start of CMSMS style sheet 'navigation -submenu parke' */
#sidebarleft ul
{
padding:0;
margin:0;
}

/* third level has some padding to have it stand out */
div#sidebarleft ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#sidebarleft li {
   list-style: none;
   margin: 0;
   display: block;
   font-size:1.1em;
   border-left:2px solid #ccc;
}

#sidebarleft ul ul li
{
border:0

}



/** fix stupid ie bug with display:block; **/
* html #sidebarleft li a { height: 1%; } 
* html #sidebarleft li hr { height: 1%; }
/** end fix **/

/* first level links */
/* first level links */
div#sidebarleft a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.2em 0.4em 0.5em; /* some air for it */
   color: #222; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-weight:bold;
border-left:2px solid #fff;
border-bottom:1px solid #fff;
}

/* hover state for all links */
div#sidebarleft a:hover {
   border-left:5px solid #444;
   border-bottom:1px solid #e4e4e4;
}

/* next level links, more padding and smaller font */
div#sidebarleft ul ul a {
   font-size:90%;
   padding: 0.5em 0.5em 0.5em 1.7em;
   font-weight:normal;
}

/* third level links, more padding */
div#sidebarleft ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em; 
}



/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#sidebarleft li a.activeparent {
 
}

#sidebarleft li.activeparent
{
border-left:2px solid #708CA9;
}

div#sidebarleft ul ul li a.activeparent {
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#sidebarleft ul li.currentpage
{
border-left:2px solid #708CA9;
}

#sidebarleft ul ul li.currentpage
{
 border:0;
}
div#sidebarleft ul h3 {
   display: block; 
   padding: 0.4em 0.4em 0.4em 0.5em;  /* some air for it */
   color: #333;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
margin: 0;                                  /* as <h3> normally has some margin by default */
   border-left:5px solid #3058a0;
   border-bottom:1px solid #3058a0;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#sidebarleft ul ul h3 {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 1.7em;
font-weight:normal;
   color: #000;     
}

/* current page on third level, more padding */
div#sidebarleft ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em; 
}

/* section header */
div#sidebarleft li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#sidebarleft li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#sidebarleft li.separator hr {
   display: none; /* this is for accessibility */
}

/* Start footer navigation */
#footer ul
{
float:left;
list-style-type:none;
margin:0.6em 1em 0.6em 0.6em;
padding:0;
width:60%;
text-align:right;
}

#footer li
{
display:inline;
margin-right:1em;
}

/* Links */
#footer li a
{
font-family:verdana;
   color:#fff;
   font-weight:bold;
text-decoration:none;
}

#footer li a:hover
{
text-decoration:underline;
}

/* Current page */
#footer ul h3
{
display:inline;
font-size:1em;
font-weight:bold;
font-family:verdana;
color:#fff;
text-decoration:none;
}


/* End of 'navigation -submenu parke' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

