﻿/* 
    These CSS styles are specifically for the project main section 
    any kind of style derivation to the box containing the generated
    information would be changed here.  Any other template information
    may be located in the style1.css or individual page css.
*/

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#Info span
{
    font-weight: bold;
    display:block;
    width:620px;
}
.projectHeader
{
    border-bottom: solid 1px;
	padding: 5px 0 2px 0;
}

.subHeader
{
    border-bottom: dotted 1px;
    padding: 5px 0 2px 0;
}

#midPage p
{
    clear:left;
}

i
{
    color:#98b974;
}    

#mapImg
{
     width:230px;
     text-align:center;
     float:right;
     margin-right:10px;
     padding-top:5px;
     padding-left:30px;
     padding-bottom:40px;
}

p
{
    padding: 3px 10px 3px 0px;
}

.important{
    font-weight:bold;
    color:#fe0000;
  
}
