/* cominus style */

/* tag elements ****************************************************************/
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	/* font-size, background-color and color are controlled in the style_inc.php custom stylesheet */
	}
h1 {
 	font-size: 160%;
	}
h2 {
 	font-size: 130%;
	}
h3 {
 	font-size: 120%;
	}
h4 {
 	font-size: 110%;
	}
h5 {
 	font-size: 100%;
	}
p {
	font-size: 100%;
	}
img {
	border: 0;
	}

/* link and navigation elements ***************************************************/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	/* color is controlled in the style_inc.php custom stylesheet */
	}
a:hover {
	text-transform: none;
	font-weight: bold;
	/* color is controlled in the style_inc.php custom stylesheet */
	}
	
/* class elements **************************************************************/
.byline {
	font-size: 90%;
	font-style: italic;
	text-align: right;
	}	
.notice {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
	background-color: #ffffff;
	line-height: 150%;
	}
.smallBold {
	font-weight: bold;
	font-size: 90%;
	}
.smallRed {
	font-size: 90%;
	color: #FF0000;
	}
.smallRedBold {
	font-weight: bold;
	font-size: 90%;
	color: #FF0000;
	}
.smallBlue {
	font-size: 90%;
	color: #0000FF;
	}
.smallBlueBold {
	font-weight: bold;
	font-size: 90%;
	color: #0000FF;
	}
.smallGreen {
	font-size: 90%;
	color: #003300;
	}
.smallGreenBold {
	font-weight: bold;
	font-size: 90%;
	color: #003300;
	}
.display_album_image {
	padding: 8px; 
	border: 1px dashed #ccc; 
	margin-bottom: 15px;
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
.display_album_image img { 
	margin: .5px; 
	padding: 10px; 
	border: 0; 
	}
.news_updates {
	padding: 5px; 
	border: 1px solid #000; 
	margin-bottom: 10px;
	text-align: left;
	}
.news_updates h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
.clear {
	clear:both;
	}
.clearright {
	clear:right;
	}
.clearleft {
	clear:left;
	}

/* object elements *************************************************************/                 
/* here are the objects that contain header bars, menu, content and footers ****/
/* NOTE FOR THESE OBJECTS: *****************************************************/
/* total recomend width of page is 1000 for mozilla 998 for IE *****************/
/* total width = width + padding ***********************************************/
#site {
	margin:0 auto;
	width:1050px;
	padding:15px 20px 20px 20px;
	/* background-color is controlled in the style_inc.php custom stylesheet */
	}
#header {
	}
#header img {
	padding: 0;
	}
#body_box { /* parent object holds left column content_box and footer_box */ 
	width: 870px; /* width of the box */
	}
#left_column {
	float: left;
	width: 160px; /* full width is width plus padding on both sides */
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
#content_box {
	float: right;
	width: 700px; /* subtract padding 2x from body_box width */
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
#content img {
	padding: 5px;
	margin: 5px;
	}
#content {
	padding: 5px;
	}
#footer_box { /* holds site info and small print, etc */
	font-size: 90%;
	color: #666666;
	border-top:1px solid #333;
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
#right_column {
	float:right;
	margin-left:15px;
	width: 165px;
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
	
/* two options for menu: horizontal bar and sidebar ****************************/
/* FIRST menu bar navigation ***************************************************/
/* this section is for bar style menu with drop-down lists *********************/
#menu_bar { /* menu horizontal bar object */
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	height: 20px; /*do not format a width */
	z-index: 999999; /* object is tight to content_box and this assures menu_bar will drop in front of content */
	/* background-color is controlled in the style_inc.php custom stylesheet */
	}
#menu_bar_nav, #menu_bar_nav ul { /* menu horizontal bar object */
	padding: 0;
	margin: 0;
	list-style: none;
	}
#menu_bar_nav li {
	font-weight: bold;
	display: inline;
	float: left;
	vertical-align: middle;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	}
#menu_bar_nav li a {
	display: block;
	width: 120px; /* width of space for menu items on the bar */
	text-decoration: none;
	/* color is controlled in the style_inc.php custom stylesheet */
	}
#menu_bar_nav li a:hover {
	/* color is controlled in the style_inc.php custom stylesheet */
	}
/* these next lines are for the drop down from the menu bar */
#menu_bar_nav li ul {
	/* drop-down background-color is controlled in the style_inc.php custom stylesheet */
	position: absolute;
	z-index: 999999;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 2px solid #333333;
	margin: 0 0 0 -5px;
	display: none;
	}
#menu_bar_nav li ul li {
	float: none;
	width: 120px; /* width of drop down box */
	padding: 0;
	margin: 0;
	font-size: 10px;
	}
#menu_bar_nav li ul li a {
	font-size: 10px;
	width: 120px; /* width of drop down box */
	height: 20px;
	line-height: 20px;
	/* drop-down color is controlled in the style_inc.php custom stylesheet */
	}
#menu_bar_nav li ul li a:hover {
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
#menu_bar_nav li:hover ul {
	display: block;
	}
/* SECOND menu bar navigation **************************************************/
/* this section is for sidebar style menu **************************************/
#menu_box {
	/* margin-top controlled by style_inc.php custom stylesheet */
	}
#menu_list a:link, #menu_list a:visited {
	position: relative;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 0 0 10px;
	border: solid 1px;
	text-decoration: none;
	/* color and border is controlled in the style_inc.php custom stylesheet */
	}
#menu_list a:hover {
	position: relative;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 0 0 10px;
	/* color is controlled in the style_inc.php custom stylesheet */
	}
/* end of first and second menu nav ********************************************/

/* search class ****************************************************************/
.search {
	padding: 0px 0px 0px 0px; 
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 90%;	
	color: #003366;
	}
.search_form {
	padding: 0px 0px 0px 0px;	
	margin-top: 0;	
	margin-bottom: 0;	
	font-size: 90%;	
	font-weight: bold;	
	color: #003366;
	}
