/* 	Melissa Pangborn
	"basestyle" Cascading Style Sheet 
	Created for "Civic Institute" website
*/

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	min-height: 550px;
	min-width: 750px;
	max-width: 1024px;
	background-color: #FFFFFF;
	margin: 20px;
	border-width: 4px;
	border-style: solid;
	border-color: #266659;
}

#headerwrap {
	height: 120px;
	width: 100%;
}

#headerimages {
	padding-left: 40px;

	}

#logo {
	margin: 5px;
	}

#topmenu {
	height: 34px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
}

#menubar {
	background-color: #266659;
	height: 25px;
	padding-top: 5px;
	text-align: left;
}

#title {
	color: white; 
	font-weight: bold;
	font-size: 15px;
	font-family: Arial , sans-serif;
	text-align: center;
	/*links in top menu white, bold, not underlined */
	}

.standout{
	color: black; 
	font-weight: bold;
	font-size: 14px;
}
.littlestandout{
	color: black; 
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

.menuitem {
	margin-left: 40px;
	text-align: left;
}

#indicator{
	margin-right: 5px;
}

#bodywrap {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

.menubuttons{
	margin-right: 1px;
	margin-bottom: 1px;
}

/*navigation links within the body content*/

a[publinks]:link {
	color: orange;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	/*navigation links  white, regular, not underlined */
	}

a[publinks]:hover {
	color: yellow; 
	text-decoration: underline;
	/*navigation links  white, regular, not underlined */
	}

a[publinks]:visited {
	color: aqua; 
	text-decoration: underline;
	}



a.current:link {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}

a.notcurrent:link {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a.notcurrent:visited {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a.current:visited {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}

a.notcurrent:hover {
	color: #FFFF00; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a.current:hover {
	color: #FFFF00; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a.nav:link {
	color: black; 
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	/*navigation links  white, regular, not underlined */
	}

a.nav:hover {
	color: #266659; 
	text-decoration: underline;
	/*navigation links  white, regular, not underlined */
	}

a.nav:visited {
	color: black; 
	text-decoration: none;
	}


#navigation{
	margin-top: 4px;
	margin-left: 10px;
	color: black; 
	font-weight: normal;
	font-size: 10px;
	}


div.content {
	margin: 20px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;

}

#collapsing ul{
 	margin:0;
	padding: 0; 
	list-style: none;	
}


#collapsing li ul {
	display: none;
	}

#collapsing li:hover ul {
	display: block;
	}

img.rightimage {
	float: right;
	margin: 10px;

}

p.special {
	font-weight: bold;
	border: 1px solid black;
	margin-right: 250px;
	padding: 4px;
}

