*
{
	font-family: Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 20px;
}

body 
{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/green_bg.png);
	background-repeat:repeat-x;
	background-color: #cde589;
	text-align:center;
}

#navContainer
{
	background-color: #000000;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: -2;
	top: 183px;
	left: 0px;
	color: #ffffff;
	vertical-align:middle;
}

#navBar
{
	background-image: url(../images/nav_trans.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	z-index: 5;
	position: absolute;
	top: 183px;
	left: 0px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

#navBar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 72em;
}

#navBar li
{
	float: left;
	margin-left: 0;
	margin-right: 3px;
	text-align:left;
	width: 10em;
}

#navBar li a
{
	font-family:"Trebuchet MS";
	height: 2em;
	float: left;
	width: 9em;
	height: 47px;
	display: block;
	border-top: 3px solid #FFFFFF;
	color: #ffffff;

	text-decoration: none;
	padding: 8px 5px 3px 5px;
}
#navBar li a:hover
{
	background-image: url(../images/white_trans.png);
	border-top: 3px solid #cde589;
}
#navBar li a p
{
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#logo
{
	float: left;
	margin-left: 20px;
}

#logo img
{
	position: absolute;
	z-index: 10;
}

#searchbar
{
	background-color: #d1c5a4;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	height: 33px;
	width: 100%;
	z-index: -2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

}

#searchContainer
{
	height: 55px;
	background-image: url(../images/shadow_s.png);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 5;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	
}

#searchField
{
	visibility: hidden;
	
	float: right;
	background-image: url(../images/search_box.png);
	background-repeat: no-repeat;
	z-index: 100;
	height: 23px;
	width: 222px;
	margin-top: 5px;
	margin-right: 3px;
	padding-top: 2px;
	padding-left: 5px;
}

#searchField input
{
	background-color: transparent;
	border-width: 0px;
	font-size: 8pt;
	width: 190px;
	color: #555555;
}

#header
{
	background-image: url(../images/hallway_hd.jpg);
	height: 243px;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	
}

#bodyContainer
{
	width: 860px;
	display:block;
	background-color: #ffffff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 280px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	padding: 270px 20px 20px 20px;
}

#billboard
{
	float: left;
	margin-right: 15px;
}

#agenda
{
	float: left;
	width: 300px;
}

.calborder .title
{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

div.container
{
	float: left;
	margin-top: 25px;
	/*display: inline;*/
}

p.content-column
{
	width: 45%;
	float: left;
	margin-left: 25px;
}

h1
{
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 1.3em;
	border: 1px solid #555555;
	background-color: #404040;
	color: #E5E5E5;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;

}
	


h4
{
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	font-style: italic;
	line-height: 10px;
}

/* firefox bug fix */
#bodyContainer p:first-child
{
	margin-top: 0px;
}

#copyright
{
	text-align: center;
	font-size: 8pt;
	margin: 0px;
}

/** forms */
label
{
	float: left;
	width: 100px;
	margin-top: 5px;
}

input
{
	border: 1px solid #888888;
	background-color: #F5F5F5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px 3px 3px 3px;
	width: 300px;
}


.clearboth
{
	clear: both;
}

/** phpiCalendar Embed Specific */
.calborder
{
	
	
}

.calborder .title
{
	background-color: #404040;
	color: #ffffff;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.V12 /* day of week/date */
{
	font-weight: bold;
	border-bottom: 1px dotted #404040;
}

.G10B /* date/time agenda */
{
	font-size: smaller;
}

.G10BOLD /* event name agenda */
{
	margin-left: 5px;
}
.V9 /* subscribe */
{
	float: right;
	font-size: smaller;
}
.V9 .psf img
{
	border: 0px;
	margin-top: 1px;
	margin-right: 3px;
}
