﻿/*
Theme Name: REIA
Theme URI: http://www.mia6.com/
Description: MIA6 website
Version: 0.2
Author: MIA6
*/
ul.suckerfish {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.suckerfish a,
ul.suckerfish a:visited {
	color: #393000;
	font-weight: normal;
}
ul.suckerfish li {
	border-top: 1px solid #393000;
	padding: 4px;
	position: relative;
}
ul.suckerfish li.last, ul.suckerfish li li.last {
	border-bottom: 1px solid #393000;
}
ul.suckerfish li li {
	background-color: #f1cd00;
	padding: 4px;
	width: 180px;
	left: 142px;
	top: -0.5em;
}
/*** ESSENTIAL STYLES ***/
ul.suckerfish ul {
	list-style: none;
	position: absolute;
}
ul.suckerfish a {
	display: block;
	position: relative;
}
ul.suckerfish li ul {
	z-index: 99;
	display: none;
	position: absolute;
	left: 0;
	top: 1em;
}
.employeeFlash {
	float: left;
	margin-right: 5px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #d1d3d4;
}
/* Layout */
body, html {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}
div#header {
	background-image: url('images/top.png');
	height: 59px;
	width: 900px;
}
div.left {
	width: 182px;
	float: left;
}
div.center {
	width: 490px;
	float: left;
}
div.right {
	width: 218px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
div.right-widget h4 {
  color: white;
}
div.right-widget ul  {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 90%;
}
div.right-widget li {
  padding-bottom: 1.3em;
}
div.right-widget h4 {
  color: #f0b02c;
}
div.right-widget a,
div.right-widget a:visited {
	color: #e31937;
  	font-weight: normal;
}
div.left-module {
  padding-left: 5px;
  padding-right: 5px;
}
div.left-module ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div.left-module ul ul {
  list-style-type: none;
  margin-left: 1.5em;
}
div.left-module ul ul ul{
  list-style-type: none;
  font-size: 90%;
}
div.home-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.home-widget ul a.rsswidget{
	font-weight: bold;
	font-style: normal;
	font-size: 115%;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}
div.home-widget div.rssSummary {
  margin-top: 1em;
}
div#crumb,
div#crumb * { 
  font-size: 11px;
}
div#crumb {
  margin-bottom: 1.25em;
}

div#banner {
	background-color: #f1cd00;
	height: 327px;
}
div#banner div.left {
	background-image: url('images/leftbar-top.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f1cd00;
	min-height: 200px;
	padding-top: 79px;
}
div#banner div.center,
div#banner div.right {
	border-top: 2px solid #E6E7E8;
}
div#main {
	background-color: #E6E7E8;
}
div#content {
	background-color: #ffffff;
	float: left;
	min-height: 200px;
	padding: 15px;
	width: 688px;
}
div#footer {
	background-color: #f1cd00;
	width: 900px;
	text-align: center;
	color: #393000;
	line-height: 2em;
}
/* Font */
h1 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	text-transform: uppercase;
	margin: 5px;
}
h2 {
	color: #333;
	font-weight: bold;
	font-style: normal;
	font-size: 115%;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}
a {
	color: #e31937;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}
a:visited {
	color: #e31937;
}

img.headshot {
	margin: 10px auto;
	padding: 3px;
	border: 1px solid #f1e8b7;
}

#main {
	position: relative;
}

div.logos {
	bottom: 0px;
	height: 45px;
	position: absolute;
	text-align: center;
	width: 168px;
}

div.logos img {
	margin: 0 10px;
}

