@charset "utf-8";

/* Project Planner.css 

 

 		date: 			6/1/09

		author: 		Mark Carscadden

		

  

  	Filename:        pp.css

   	

	Supporting files: most

*/



/*    */

html, body {

  font-family: Verdana, Arial, Helvetica;
}

#navbar  

{width: 990px;

height: 30px;  

line-height: 30px;

border: 5px solid #B8860B;   

background-color: #FFDAB9;          

padding: 5px 5px 5px 5px;      

}

/*	      */

.menuitem

{border: 1px solid #B8860B;

background-color: #FFDAB9;

float: left;

width: 156px;

margin-left: 5px;

text-align:center;

color: #660099;   

font-weight: bold;

}    

/*	      */

a 

{text-decoration:none;

color: #2F4F4F;  

}

a:visited

{color:#A52A2A

}

a:hover

{color:#008000

}

#leftnav{

font-size: 15px;

color: #663300}

/*	      */

.menuitem.active {
    background-color: #FFFFFF !important;
}

#container {
    width: 1020px;

    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #996600;
}

#leftcol {

    border-left: 1px solid #996600;
    width: 170px;
    background-color: #FFDEAD;
}

#rightcol {
    border-right: 1px solid #996600;
    width: 170px;
    background-color: #FFDEAD;
}

#content {
    padding: 15px;
    background-color: #FFFFCC;
}

#footer {

}

ul {
  padding: 0; margin: 0;
}

ul li {
    list-style-type: none;
}

body.page-id-15 ul li {
   list-style-type: square;
   margin-left: 15px;
}    

table#project-planner td {
  padding: 15px;

}

