/*css document */


/* common styling*/




/* inject some space between list items*/
#space li, ul.space li, ol.space li {margin: 5px 0 5px 0;}

h1 {/*height: 1.5em;*/
	margin: 40px 0 20px 0;
	font-size: 1.4em;
	color: #807859;}

h2 {margin: 30px 0 10px 0;
	font-size: 1.3em;
font-style:italic;
text-decoration:none;
	color: #807859;}
	
h3 {margin: 5px 0 5px 0;
	font-size: 1.0em;
font-weight:bold;
	color: #807859;}

h4 {margin: 5px 0 5px 0;
	font-size: 0.9em;
font-weight:bold;
font-style:italic;
	color: #807859;}




/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 173px; 
margin: 0; 
padding: 0 0 0 0; 
background-color: #FFE989;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
width: 175px;
padding: 6px 0 6px 2px;
color: #CCC08F;
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}

ul.mainnav li {
border-bottom: 1px solid #fff;
}

ul.mainnav li a:hover {
background-color: #fff;
color: #931A0F;
}





/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
background-color: #fff;
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: normal;
font-size:1.0em;
width: 180px;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width should have the padding subtract ////////////*/

/*
padding: 6px 0 6px 2px;*/
color: #807859;
}
ul.mainnav li {
border-bottom: 1px dotted #000066;
}
ul.mainnav li a:hover {
background-color: #CCC08F;
color: #fff;
width: 179px;
}




/** LEFT COL Pete Colege menu CSS for side-pete-college.php **/

#nav {margin: 10px 0 10px; 
padding: 0; 
background: #ffffff; 
list-style-type: none; 
width: 180px;
float: left; /* contain floated list elements */ }

#nav li {margin: 0;
padding: 0;
float:left; /* corrects the */
width: 100%  /*ie whitespace bug*/}

#nav a {
font-size: 0.75em; 
display: block; 
color: #444444;
text-decoration: none;
padding: 0 20px;
line-height: 2.5; 
border-bottom: 1px dotted #dddddd;}

 /*  #nav #nav_chec a {border: none;} remove border from last item */
#nav a:hover {background: #efefef url("background-hover.gif") no-repeat;} 
#nav a:focus {background: #efefef url("background-hover.gif") no-repeat;} 




img.right {
margin:10px 0 10px 10px ;
}


#photo-box {
float:right;
margin: 0 0 0 8px;
text-align:right;
color: #807859;
font-style:italic;
font-weight:bold;
}


/*///////////////////////////////////////////////////////////////*/
/*Bullets //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.bullet_points{
list-style-type: none;
line-height: 1.7;
padding: 0;
margin: 8px 5px 15px 10px;
}

li.bullet_points{
background-image: url(../ims/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding: 0 0 10px 22px;
font-weight: normal;
font-style:italic;
}
/*///////////////////////////////////////////////////////////////*/
