/* ------- Global styles...more or less -------- */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

a {
	color: #333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: rgb(179,179,0);
}

#container
{
	width: 85%
	border: 1px solid gray;
	margin: 0px;
	margin-left: 0;
	margin-right: auto;
	padding: 0px;
	background-color: #FFF;
	/*
	background-image: url(/images/dot_y.gif);
	background-repeat: repeat;
	*/
	background: #EC6 url(/images/bgleft.gif) repeat-y;
}

/* ---------- Banner...logo and bottom border --------- */

#banner {
	float: left;
	padding: 0;
	height: 60px;
/*	background: #CCCC00 url(/images/logo_t.gif) no-repeat;  */
	border-bottom: 2px solid #FFF;
}

#home {
	float: left;
	height: 60px;
	width: 150px;
/*	overflow: hidden;
	background: url(/images/logo_t.gif) top left no-repeat; */
}

#home a {
	text-decoration: none;
	font-size: 28px;
	line-height: 32px;
}


/* --------- Global Navigation ------ */

#nav {
	float: right;
	width: 400px;
	height: 60px;
	text-align: right;
	padding: 0;
	color: #FFF;
}

#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		display: none;
}

#nav li {
	list-style-type: none;
	float: left;
	width: 19%;
	height: 60px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding-top: 0;
	margin: 0;
	vertical-align: middle;
}

#nav a {
	display: block;
	float: right;
	text-decoration: none;
	color: #FFF;
	padding: 0;
	height: 60px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav a {float: none;} /* End IE5-Mac hack */

#nav a:hover {
	background-color: rgb(179,179,0);
}

/* ---- Content Area -------- */

#content {
	height: 100%;
	padding: .5em 1em;
	margin-left: 174px;
	/*	border-left: 2px solid #FFF;	
	background: url(/images/white_2px.gif) repeat-y;
*/
	background-color: rgb(238, 204, 102);
}

.leader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #CC6600;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* ----------- Right Sidebar ------ */

#sidebar-right {
	float: right;
	width: 180px;
	\width: 180px;
	w\idth: 180px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	background-color: rgb(238, 204, 102);

}

.rightbox
{
	float: right;
	padding: 0.2em 1em;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 125px;
	margin: 1em 0.8em;
	visibility: none;
	display: none;
}

.rightbox p {
	font-size: 12px;
	line-height: 1.4em;
}

/* ---------- Left Sidebar -------- */

#sidebar-left {
	float: left;
	height: 100%;
	
	\width: 174px;
	w\idth: 174px;
	/*	
	border-right: 2px solid #FFF;
	background-color: rgb(238, 204, 102);
	background: url(/images/bgleft.gif) repeat-y;
	*/
	margin: 0;
	padding: 0;	
	

}

.address {
	padding-top: 1.5em;
	padding-bottom: 1em;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.address a {
	color: #333;
	font-weight: normal;
}

.address a:hover {
	text-decoration: none;
}

.imgLeft {
	border-bottom: 2px solid #FFF;
	vertical-align: top;
	display: none;
}

/* ----------- Footer -------- */

#footer {
	clear: both;
	padding: 5px 1.5em;
	border-top: 2px solid #fff;
	background-color: rgb(249, 236, 198);
	font-size: 0.9em;	
	line-height: 1.1em;
	text-align: center;
}
/*
#footer p {

	padding: 0.8em 2em;
}
*/
