/* @override http://www.ravinia.org/templates/index_01.css */

/* @override http://ravinia.org/templates/index_01.css */

/* @group minimal reset */



ul { 
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight:normal;
  font-size: 100%;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */
/* @group layout */

p {
	font: 13px/17px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ebebeb;
	margin-top: 0;
	margin-bottom: 9px;
}

#index_note {
	padding-left: 5px;
	padding-right: 5px;
}

#index_wrapper {
	width: 758px;
	height: 1%;
	padding-bottom: 9px;
	background: url(../images/backgrounds/green_grad_760t90.png) repeat;
}

#index_content {
	margin: 16px;
	overflow: auto;
	padding-left: 2px;
}

div#index_header {
	margin-right: 12px;
	margin-left: 22px;
}

.index_item {
	width: 170px;
	float: left;
	margin: 5px;
	display: inline;
}

#index_col1 {
	width: 170px;
	float: left;
	margin: 6px;
	display: inline;
	z-index: 2;
}

#index_col2 {
	width: 170px;
	float: left;
	margin: 6px;
	display: inline;
}

#index_col3 {
	width: 170px;
	float: left;
	margin: 6px;
	display: inline;
}

#index_col4 {
	width: 170px;
	float: right;
	margin: 6px;
	display: inline;
}

h1.index_title {
	color: #ededed;
	text-align: right;
	top: 6px;
	position: relative;
	margin-bottom: 16px;
	border-bottom: 1px solid silver;
	font: 2.6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 717px;
	padding-bottom: 2px;
}


#index_content h3 {
		color: #ededed;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 6px;
}

li.index_item p {
	color: #ededed;
	margin-top: 5px;
	font: 1.1em/1.2em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	word-spacing: -.05em;
}

p.index_intro {
	margin: 0 6px 9px;
	color: #ededed;
	padding-top: 0;
	font: 1.15em/1.5em Arial, Helvetica, Geneva, sans-serif;
	word-spacing: -.05em;
}



/* @end */

#index_content p a:link {
	color: #fbb400;
	text-decoration: none;
}

#index_content p a:visited {
	color: #fef4c0;
	text-decoration: none;
}

#index_content p a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

#index_content p a:active {
	color: #78b901;
	text-decoration: none;
}

#index_content ul li.index_item img {
	border: 1px solid #595729;
}

#index_content ul li.index_item a:hover img {
	border: 1px solid #fbb400;
}

#index_content ul li.index_item a:active img {
	border: 1px solid red;
}

.clearfloat {
	clear: both;
}