/* CSS */
/* ------ CSS by Kondiment ----------------- */
/* ------ Copyright 2007 Kondiment --------- */


/* Main Properties */
/* ---------------------------------------- */
	body { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; background: #fff; }
	a {	outline: none; }
	ul { list-style: none; }
	
	input, textarea, select {
		/*border: 1px solid #ccc;*/
		font-size: 12px;
		font-family: Arial;
	}
	
/*	input {
		padding: 2px;
		width: 190px;
	}*/
	
	textarea {
		overflow: auto;
		width: 200px;
	}
/* ---------------------------------------- */


/* Classes */
/* ---------------------------------------- */
	a.button {
		width: 100px;
		padding: 3px 0;
		text-align: center;
		background: #ccc;
		color: #000;
		display: block;
		text-decoration: none;
		border: 1px solid #ccc;
	}
	a.button:hover {
		border: 1px solid #000;
	}
	
	.clear {
		clear: both;	
	}
	
	cite {
		font-family: Georgia;
		font-size: 12px;
		font-style: normal;
	}
	
	address {
		font-style: normal;
	}
	
	h2 {
		font-family: Georgia;
		font-size: 18px;
		font-weight: normal;
		text-align: right;
		margin-top: 0;
		padding-top: 0;	
	}
	
	h3 {
	font-size: 12px;
	color: #00F;
	font-weight: bold;
	}
	
	h4 {
	font-size: 12px;
	color: #00F;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
	p {
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: justify;	
	}
	
	a.link {
		font-size: 12px;
		color: #545454;
		text-decoration: none;	
	}
	a.link:hover {
		text-decoration: none;
		color: #000;
	}
	
	a.uLink {
		font-size: 12px;
		color: #000;	
	}
	a.uLink:hover {
	}
	
	a.sLink {
	color: #000;
	}
	a.sLink:hover {
		text-decoration: none;	
	}
	
	a.rLink {
	font-size: 12px;
	color: #00F;
	font-weight: bold;
	text-decoration: none;
	}
	a.rLink:hover {
		color: #000;	
	}
	
	.float_left {
		float: left;	
	}
	.float_right {
		float: right;	
	}
	
	.right {
		text-align: right;	
	}
	
	.px340 {
		width: 340px;	
	}
/* ---------------------------------------- */


/* Container */
/* ---------------------------------------- */
	#container {
		width: 950px;
		text-align: left;
		padding: 0;
	}
	
	#left {
		width: 300px;
		float: left;	
	}
	
	#right {
		width: 622px;
		float: left;
		margin-top: 60px;
		position: relative;	
	}
	#right_splash {
		width: 622px;
		float: left;
		margin-top: 160px;
		position: relative;	
	}
	
	#content {
		padding: 0 0 10px 10px;
		border-left: 18px solid #f9f7f8;
		z-index: 20;
		text-align: justify;
	}
	#content_splash {
		border-left: 0;
		padding-left: 28px;
	}
	
	#content ul {
		list-style-image:url(../images/plus_small.jpg);	
	}
	#content ul li {
	padding: 1px 0;
	font-size: 12px;
	color: #00F;
	font-weight: bold;
	}
	
	#cite {
		margin-top: 190px;
		margin-left: 80px;	
	}
	
	#cite cite {
		font-family: Georgia;
		font-size: 16px;
		font-style: normal;
	}
	
	#footer {
	width: 931px;
	padding-left: 21px;
	text-align: left;
	font-family: Calibri;
	font-size: 14px;
	}
	#footer_splash {
		margin-top: 30px;
		font-size: 12px;
		text-align: center;
	}
	
	#footer #one {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#footer #two {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -110px;
	}
	
	#footer #three {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#plus {
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 1;
		
		width: 103px;
		height: 104px;
		background: transparent url(../images/plus.gif) top left no-repeat;	
	}
/* ---------------------------------------- */

/* Left */
/* ---------------------------------------- */
	#logo {
		
	}
	
	#logo h1 {
		margin: 0;
		padding: 0;	
	}
	
	#logo h1 a {
		width: 296px;
		height: 64px;
		display: block;
		text-indent: -1000em;
		overflow: hidden;
		background: #fff url(../images/logo_index.jpg) no-repeat;
	}
	
	#nav {
		margin: 20px 0 0 100px;
	}
	
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	#nav ul li {
		padding: 2px 0;
	}
	
	#nav ul li a {
	display: block;
	width: 160px;
	color: #00F;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../images/dot.gif) bottom left repeat-x;
	padding-bottom: 3px;
	}
	
	#nav ul li a:hover, #nav #current a{
		color: #000;
	}
/* ---------------------------------------- */
