﻿/* Planning specific CSS  */

h5 {
  font-family:arial,sans-serif;
  font-size:  medium;
  color:#003366;
  margin-top:5px;
  margin-left:0px;
  margin-bottom:7px;  
}


#quicklinks_container 

{
	width:180px;
	float:left;
	height:358px;
	margin-top:8px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
}
      
.pw ul, ol {
    font-size:13px;
    font-family:arial;
    color:#003366; 
    padding:0 0 0 0;
    margin-left:35px;
    line-height:1.5em;
  }
.pwol {
    font-size:13px;
    font-family:arial;
    color:#003366; 
    padding:0 0 0 0;
    margin-left:35px;
    line-height:1.5em;
    list-style:decimal;
  }
.pwul {
    font-size:13px;
    font-family:arial;
    color:#003366; 
    padding:0 0 0 0;
    margin-left:35px;
    line-height:1.5em;
    list-style:  disc;
  }

  

/* Quick Links Dropdown List Styles */
.dropdown_box {

color:#333;
width:215px;
font-family:arial;
font-size:10px;
height:351px;
padding:5px;
background-color: #D2D1C2; 
border: 1px solid #ffffff;
}

.dropdown_box select {
    width:199px;
    font:arial;
    color:#333;
    font-size:16px;
}
.dropdown_box h1 {
    background-color:#003366;
    color:#fff;
    font-size:28px;
    font-weight:500;
    padding:0;
    margin:0;
    text-align:center;   
}
.dropdown_box h2 {
    background-color:#9E8027;
    color:#fff;
    font-size:22px;
    font-weight:500;
    padding:0;
    margin:0;
    text-align:center;   
}

.dropdown_box h3 {
    font-size:16px;
    margin-bottom:5px;
    margin-top:20px;
    color:#003366;
}

/* Tables  */
#dirTable{
	border: solid 1px #DAE6D2;
	width: 500px;
	}
#halfTable{
	border: solid 1px #DAE6D2;
	width: 290px;
	}
.blueRow{
	background-color: #E5ECF9;
	}

.whiteRow{
	background-color: #FFFFFF;
	}

#Lmargin{
	padding-left: 30px;
	text-align: left;
	}
#Rmargin{
	padding-right: 30px;
	text-align: right;
	}


/* MISC  */

ul.sitemap li {
        line-height:1.5em;
        margin-left:30px;
        color:#80005B;
 		list-style:square;
    }
    

#pageHeader {
	display: block;
	width: 540px;
	font: bold 18px Times,Times New Roman,serif;
	color: #DDA93C;
	border-bottom: solid 1px #3C76C1;
	}
#pageSubHeader {
	display: block;
	font: 15px Arial,Helvetica,sans-serif;
	color: #4981C8;
	}
#pageSubHeader2 {
	display: block;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #3C76C1;
	padding-top: 8px;
	}
#pageSubHeader2B {
	display: block;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #000;
	padding-top: 8px;
	}
#pageSubHeader3 {
	font-weight: bold;
	margin-bottom: 14px;
	}
.readMore {
	display: block; 
	text-align:right;
	background-color:fuchsia;
	}

.mediaCenter {
	text-align: center;
}


.box_lightblue {
				background-color: #F0F5F7; 
				border: 1px solid #dedede;
	            /* margin: 10px 14px 1em 14px; */
	            margin-left:auto;
	            margin-right:auto;
	            margin-bottom:35px;
	            padding-top: 20px;
	            padding-bottom:20px;
	            margin-top:auto;
                font-family: arial, helvetica, sans-serif; 
                color: #4998E4;
                font-size: 16px; 
                font-weight: bold; 
                
                text-decoration: none; 
                font-style:italic;
                text-align: center;
                 width:700px;
                 height:40px;}

