@charset "utf-8";
/* CSS Document */

html
{
	font-size: 70%;
}

body {
    FONT-SIZE: 1.4rem;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
	background-color:white;
	margin:0px;	
}

#banner { 	
	color: #6b8e8a; 
	width:100%;
	padding: 0px; 
	position: absolute;
	top: 0px;
	left: 0px;
}

#topnav { 	
	height:18px;
	line-height: 18px;
	position: absolute;				
	top: 96px;
	left: 0px;
	text-align:left;
	background-color:white;
}	

#topnavsection {
	float:left; 
	width:100%; 
	text-align:left; 
	height:125px; 
	background-color:#eaecec;
}

.button	{ 
	background-color:#e7eddf; 
	border-right: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	display:inline-block;
	height:28px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-decoration:none;color:#ffffff;
	font-family:Verdana;
	font-size:1.2rem;
	font-weight:normal;
	font-style:normal;
	color:#778383
}

.buttonlink	{
	text-decoration:none;
	color:#778383;
    font-family:Verdana;
    font-size:1.3rem;
    font-weight:normal;
    font-style:normal;
	margin-left:10px;
	margin-right:10px;
}

.link {
	text-decoration:none;
	color:#778383;
    font-family:Verdana;
    font-size:1.4rem;
    font-weight:normal;
    font-style:normal;
}

.link visited {		
	color:#778383;
    font-family:Verdana;
    font-size:1.4rem;
    font-weight:normal;
    font-style:normal;
}
				
h1 {
	font-family:Verdana;
	font-size:3.0rem;
	color: black;
	font-weight:600;
	line-height:4.0rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;	
}			
			
h2 {
	font-family:Verdana;
	font-size:2.4rem;
	color: black;
	font-weight:600;
	line-height:3.0rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;	
}		

h3{
	font-family:Verdana;
	font-size:2.0rem;
	color: black;
	line-height:2.5rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;	
}

h4 {
	font-family:Verdana;
	font-size:1.7rem;
	color: black;
	line-height:2.0rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;	
}				

#ptitle { 	
	text-align:left;
	margin-top:30px;
	margin-left:15px; 
	color:#000000;
	font-weight:bold;
}			

#psubtitle { 	
	text-align:left;
	margin-top:30px;
	margin-left:30px; 
	color:#5B7A76;
	font-weight:bold;
}	

#ptext { 	
	text-align:left;
	margin-left:30px; 
	line-height: 1.8rem
}	

.link4 {
    FONT-WEIGHT: normal;
    COLOR: #6b8e8a;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    FONT-VARIANT: normal;
    TEXT-DECORATION: underline;
}

.Link4:link {
	FONT-WEIGHT: 400;
	COLOR: #5b6683;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: underline;
}

.Link4:visited {
	FONT-WEIGHT: 400;
	COLOR: #5b6683;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: underline;
}

.Link4:hover {
    FONT-WEIGHT: 400;
    COLOR: #5b6683;
    TEXT-DECORATION: underline
}

@media only screen and (min-width: 1061px) {
	div#LegPropGlossary {
		display: none;
	}
}
	
@media only screen and (max-width: 1060px) {

	div#topnavsection {
		height:110px;
	}	

	div#topnav {
		top: 81px;
	}
	
	H2 {
		font-size:1.7rem;
		line-height:2.0rem;
	}

	body {
    font-size: 1.4rem;
	}

	div#LegPropGlossary {
		display: inline-block;
	}
}

@media only screen and (max-width: 568px) {

	H2 {
		font-size:1.7rem;
		line-height:2.0rem;
	}

	body {
    font-size: 1.4rem;
	}
	
	div#LegPropGlossary {
		display: inline-block;
	}
	
	.buttonlink	{
		text-decoration:none;
		color:#778383;
        font-family:Verdana;
        font-size:1.3rem;
        font-weight:normal;
        font-style:normal;
		margin-left:5px;
		margin-right:5px;
	}
}