/* heba.css */


/* Specifies base text size and font for all pages */
body {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%
	text-align: left;
	background: #FFF;
}

p
{
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	margin: 0px 20px 0px 20px;
	line-height: 120%;
}

/* - CLASSES FOR HEADINGS - */

h1 {
	color: #903;
	font-size: 1.0em;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
	}

h1 a:link {
	color: #903;
	
	}

h4 {
	color: #666;
	font-size: 0.9em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h5 {
	color: #666;
	font-size: 0.85em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h4.home {
	color: #666;
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
/* - END - */

/* - CLASSES FOR LINKS - */

a:link, a:visited
{
	color: #C66;
	background-image: none;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #903;
	background-image: none;
}

a:active {
	color: #c00;
	background-image: none;
}

	
/* - END - */

#container {
	color: #3e3e3e;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: #FFF;
}



/* @group header */
#header
{
	background-image: url(images/header.gif);
	border: 1px solid #fff;
	height: 80px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

	
#header h1 {
	color: #3e3e3e;
	text-transform: uppercase;
	letter-spacing: 2pt;
	padding: 30px 0px 0px 20px;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;

}

#header h1 a {color: #3e3e3e;}
#header h1 a:hover {color: #c00;}

/* @end */

#main {
	background: #FFF;
	width: 900px;
	}

/* @group content */
#content
{
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	background-image: none;
	width: 700px;
	border: 1px solid #ccc;
	background-color: #FFF;
	min-height:220px;
}
	
#content.homeInfo
{
	float: left;
	padding-top: 20px;
	width: 700px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: bottom;
}

#content.homeInfo img
{
	text-align: center;
	border-bottom: #C66;
	padding: 0px;
	margin: 0px;
	border-width: 0 0 5px 0;
	border-style: none none solid none;
}
	
#content ul {
	list-style: none;
	}
	
#content ul li
{
	list-style: url(images/square.gif);
	font-size: 12px;
}

#content h4 {
	padding:0px 0px 10px 0px;
	margin:5px 0px 0px 20px;
	}
	
/* @end */


#content.homeInfo p {
	text-align: left;
	font-size: 0.8em;
}

.image
{
	color: #3e3e3e;
	width: 700px;
	margin: 0px;
	padding-bottom:0px;
	text-align: center;
}

.image img {vertical-align: bottom;}

#newsandevents {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	width: 700px;
	}
	
.news
{
	color: #3e3e3e;
	width: 400px;
	float: left;
	padding-left: 5px;
	margin: 0px;
	border-right: 1px dashed #ccc;
	text-align: left;
	vertical-align: top;
	font-size: .85em;
}

.events {
	color:#3e3e3e;
	width: 291px; 
	float:right;
	padding-left: 0px;
	margin:0px;
	text-align: left;
	vertical-align: top;
	font-size: .85em;
}

/* @group navigation */	
#rightNav
{
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 3px;
	color: #3e3e3e;
	line-height: 150%;
	text-align: left;
	width: 180px;
	text-transform: uppercase;
	font-size: 0.9em;
	background-color: #FFF;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	min-height:300px;
}

#rightNav ul 
{
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
}

#rightNav ul li
{
	list-style: none;
	text-align: left;
	margin-bottom: 2px;

}

#rightNav ul.subnav {
	font-size: 0.85em;
	text-transform: uppercase;
	
}

#rightNav a {
	color: #666;
}

#rightNav a:hover {
	color: #c00;
}

#rightNav a.on {color: #c00;}

#rightNav ul.subnav a {
	color: #999;
}

#rightNav ul.subnav a:hover {
	color: #c00;
}

#rightNav ul.subnav a.on {color: #c00;}

table.work {
	font-size: 10px;
	width: 650px;
	margin-left: 20px;	
}

table.work td{
	border: solid 2px #999999;
	text-align:center;
	width: 100px;
	height: 120px;
	padding: 0px 5px 10px 5px;
}

table.work td.invisible {
	width: 120px;
	height: 120px;
	padding: 0px 5px 10px 5px;
	border:hidden;
}

table.work td img {
	margin-top: 10px;}

p.worktitle {
	font-size: 12px;
	text-decoration:underline;
	}


/* @end navigation*/

#footer {
	background: #FFF;
	font-size: 0.7em;
	clear: both;
	border-top: 1px solid #ccc;
	color: #999;
	width: 700px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	text-align: right;
}

.clear {
	clear:both;
}


