/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/bg.gif) top center no-repeat #fea42a;
}

p {
	color: #888;
	line-height: 1.3em;
}

h1 {
	margin-top: 15px;
	font-size: 2em;
	color: #fcb040;
}

h2 {
	font-size: 1.75em;
	color: #fcb040;
}

h3 {
	font-size: 1.5em;
	color: #fcb040;
}

strong {
	color: #555;
	font-weight: bold;
}

ul {
	color: #888;
	list-style: square;
	font-weight: bold;
}

li {
	color: #9d9d9d;
	font-weight: normal;
	line-height: 1.3em;
}

label {
	font-size: .95em;
	color: #777;
	line-height: 1.2em;
}

/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #a0be2a;
	text-decoration: underline;
	outline: 0;
	border: 0;
}

a:hover {
	color: #000;
	text-decoration: none;	
}


/* IDS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin: 2px 0 0 -492px;
	padding: 0;
	width: 974px;
	height: 778px;
	background: url(../images/content.gif) no-repeat;
}

#logo {
	padding: 66px 0 0 32px;
	width: 291px;
	height: 180px;
	float: left;
	background: url(../images/logo.gif) 32px 66px no-repeat;
}

#navigation {
	width: 525px;
	margin: 115px 80px 0 0;
	float: right;
}

#sidebar {
	position: absolute;
	left: 135px;
	top: 250px;
	width: 226px;
	height: 388px;
}

#content {
	position: absolute;
	right: 112px;
	top: 149px;
	padding-right: 20px;
	width: 455px;
	height: 511px;
	overflow: auto;
}

#footer {
	margin: 0 20px 0 20px;
	padding: 10px;
}


/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 15px 0 0;
	float: left;
}

.right {
	margin: 0 0 0 15px;
	float: right;
}


/* NAVIGATION */
/* ------------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0 15px 0 15px;
	float: left;
}

#navigation #nav01 {
	width: 68px;
	height: 26px;
	background: url(../images/nav01-over.gif) no-repeat;
}

#navigation #nav01 a {
	display: block;
	width: 68px;
	height: 26px;
	background: url(../images/nav01.gif) no-repeat;
}

#navigation #nav01 a:hover {
	background: none;
}

#navigation #nav02 {
	width: 67px;
	height: 26px;
	background: url(../images/nav02-over.gif) no-repeat;
}

#navigation #nav02 a {
	display: block;
	width: 67px;
	height: 26px;
	background: url(../images/nav02.gif) no-repeat;
}

#navigation #nav02 a:hover {
	background: none;
}

#navigation #nav03 {
	width: 88px;
	height: 26px;
	background: url(../images/nav03-over.gif) no-repeat;
}

#navigation #nav03 a {
	display: block;
	width: 88px;
	height: 26px;
	background: url(../images/nav03.gif) no-repeat;
}

#navigation #nav03 a:hover {
	background: none;
}

#navigation #nav04 {
	width: 146px;
	height: 26px;
	background: url(../images/nav04-over.gif) no-repeat;
}

#navigation #nav04 a {
	display: block;
	width: 146px;
	height: 26px;
	background: url(../images/nav04.gif) no-repeat;
}

#navigation #nav04 a:hover {
	background: none;
}



/* MISC STYLES */
/* ------------------------------------- */

#home #sidebar {
	background: url(../images/side01.jpg) no-repeat;
}

#about #sidebar {
	background: url(../images/side02.jpg) no-repeat;
}

#news #sidebar {
	background: url(../images/side03.jpg) no-repeat;
}

#contact #sidebar {
	background: url(../images/side04.jpg) no-repeat;
}

.framed {
	padding: 8px;
	border: 1px solid #c2c2c2;
	background: #fff;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}


/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	position: absolute;
	top: 785px;
	right: 10px;
	width: 65px;
	height: 22px;
	background: url(../images/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(../images/jlb.gif);
}

#jlb a:hover {
	background: none;
}

#jlb2 {
	position: absolute;
	top: 785px;
	right: 10px;
	width: 300px;
	height: 22px;
}