@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/blue-grey4.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #0000CC;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #FFFF00;
}
.unmlaw2 #container { 
	width: 950px;  
	background: #DDDDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.unmlaw2 #header { 
	 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.unmlaw2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center; 
}

.unmlaw2 #header sublink {
margin: 0;
padding:10px 0;
font-size:12px;

}

.unmlaw2 #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	background:#DDDDDD;/* the background color will be displayed for the length of the
	 content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	
	text-align:center;
	}
.unmlaw2 #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 15%; /* since this element is floated, a width must be given */
	background:#DDDDDD;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	text-align:center;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	
	text-align:left;
	
	}
.unmlaw2 #sidebar1 p, .unmlaw2 #sidebar1 h3, .unmlaw2 #sidebar2 p, .unmlaw2 #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.unmlaw2 #mainContent { 
	margin: 0 2% 0 22.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color:#FFFFFF;
	padding:15px;
	
}
.unmlaw2  #mainContent sublink {
height:40px;
width:100%;
padding:20px 0;
font-size:10px;
font-variant:small-caps;
font-weight:bold;
background-color:#666666;
}

.unmlaw2 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:10px;
} 
.unmlaw2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	
	
}


/*navbar*/


.unmlaw2 #navBar ul {
	list-style: none;
	width: 125px;
	color: #95A0A9;
}

.unmlaw2 #navBar ul a {
    color: #95A0A9;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    width: 125px;
 
}

.unmlaw2 #navBar ul a:hover {
    color: #4BD8FF;
    text-decoration: none;
    background: #45146B;
}
.unmlaw2 #navBar ul li {
    border-bottom: 1px solid #000000;
    float: left;
    position: left;
	list-style: none;
}

.unmlaw2 #navBar ul li ul {
	list-style: none;
	
	display: none;
	width: 45px;
	
}


.unmlaw2 #navBar ul li:hover ul { display: block; }
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.unmlaw2 #navBar li {border-bottom:none; 
list-style:none;}

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

/* lnk classes*/
.linkcss{

visibility: hidden;
border:1px #95A0A9;
border-bottom-width: 0;
color: #95A0A9;
font-size:inherit;
position:fixed;
top:150px;
right:15px;
background-color: #ccc8c8;
width: 110px;
font-size:11px;
}

.linkcss a{
//color: #95A0A9;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px #95A0A9;
padding: 1px 0;
text-decoration: none;

text-indent: 5px;
}

.linkcss a:hover{ 
background-color: #696767;
color: #ffffff;
}
.linkcss a:visited {color:#95A0A9} 
.linkcss a:active {color:blue}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


************* feature styles ****************

.feature{
	padding: 0px 0px 10px 10px;
	font:10px palatino, Palatino;
	background-color:#0033FF;
	min-height: 200px;
	border-left: 1px solid #ccd2d2;
	margin:0 0 0 120px;
	
}
html>body .feature {height: auto;}

.feature h3{

	color: #000000;
	padding: 3px;
}

.feature h1{

	color: #000000;
	padding: 3px;
	font-size:large;
	font-variant:small-caps;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.unmlaw2 #cell_8 {
margin:0;
padding:3px;
float:left;
width: 8px;

text-align:center;

}

.unmlaw2 #cell_25 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 25px;

text-align:center;

}

.unmlaw2 #cell_155 {
margin:0 3px 0 10 px;
padding:3px;
float:left;
width: 155px;
text-align:right;

}


.unmlaw2 #cell_280 {
margin:0 8px 1em 2%;
padding:3px;
font-size:.84em;
float:left;
width: 280px;

text-align:left;
}


.unmlaw2 #cell_290 {
margin:0 8px 1em 2%;
padding:3px;
font-size:.84em;
float:left;
width: 290px;

text-align:center;
}


.unmlaw2 #cell_367 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 367px;
text-align:center;
}


.unmlaw2 #cell_450 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 450px;
text-align:left;
}
.unmlaw2 #cell_600 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 600px;
text-align:left;
font-size:small;
}
.unmlaw2 #cell_155 h3, .unmlaw2 #cell_280 h3, .unmlaw2 #cell_367 h3, .unmlaw2 #cell_450 h3 {
	text-align: left;
		color: #7e7f7f;
		font-variant:small-caps;
}
 .unmlaw2 #cell_280 h4, .unmlaw2 #cell_290 h4, .unmlaw2 #cell_367 h4, .unmlaw2 #cell_450 h4 {

margin:10px 0 -4px 0 !important;
padding:18px 0px 0px 0px;
font-size:.8em;

text-align:left;
font-weight:bold;
	font-variant:small-caps;


}

.unmlaw2 #cell_155 h4{

margin:10px 0 -4px 0 !important;
padding:3px 0px 0px 0px;
font-size:.81em;

text-align:left;
font-weight:bold;
	font-variant:small-caps;


}
.unmlaw2 #cell_155 p.desc2, .unmlaw2 #cell_367 p.desc2 {
font-size:.85em;
color:#7e7f7f;
text-align:left;
font-weight:bold;



}
.unmlaw2Para {
	font: normal small Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:small;

}

.unmlaw2PrarBullet {
	font-size: medium;
	text-align: left;
	text-indent: 35px;
	list-style: lower-alpha;
}
.unmlaw2bullet {
	font-size: small;
	text-align: left;
	text-indent: 50px;
	
	list-style: lower-alpha;
}



.unmlaw2 #container #header #mainContent .feature #cell_280 ul {
	background: left;
	list-style: disc inside;
}
.unmlaw2 #container #header #mainContent .unmlaw2bullet  {
	background: left;
	text-align: left;
	text-indent: 300px;
	display: inline-block;
}
