/*------------------------------------------------------------------
[IMI Inc. Stylesheet]

Project:	IMI Inc.
Version:	1.0
Last change:	06/13/08
Author:	Ralph Francois (studgate.com)
-------------------------------------------------------------------*/

body {
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", serif;
	color:#666;
	padding:0 1em;
	background: #999999;

}
.green { color: #008000; }

/* Links */
a:link {
text-decoration: none;
color: #008000;
} 
a:visited 
{
	text-decoration: none;
	color: #008000;
}
a:hover, a:active {
color: #008000;
}
#alert {
	margin: 10px 0; 
	padding: 0 10px;
	font-size: .87em;
	color: #666;
	border: 1px solid #ebebaf;
	background: #ffc;
	}

#alert strong {
	color: #333;
	font-weight: bold;
	}

#alert p {
	padding: 10px 0;
	}

#alert a {
	display: block;
	float: right;
	margin: 6px 0 6px 10px;
	padding: 4px 0 4px 18px;
	color: #666;
	background: url(../images/icon-delete.png) no-repeat left center;
	}
address {
	margin-left:5px;
	line-height:150%;
	margin-bottom:10px;
	margin-top: 0px;
	font-size: 14px;
}
.more {
	float: right;
	display: inline;
	margin-right: 7px;
	padding-right: 15px;
}
.more a, .more a:visited {
	font-weight: normal;
	color: #008000;
}

/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
h2{
	color:#000;
	font-size:2em;
	margin-bottom:10px;
	line-height:0.9em;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.0em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
h7 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	margin-left: 5px;
}

/* Structure */
#container {
	margin: 20px auto;
	width: 94em;
	background-color: #eeeeee;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
}

#header-wrapper {
border-top: 1px solid #7e7d51;
border-bottom: 1px solid #008000;
width: 100%;
float: left;
background-color: #FFFFFF;
}
#header{
	float: left;
	width: 40%;
	padding-bottom: 5px;
}

#wrapper {
clear: both;
float: left;
width: 100%;
background-color: #ffffff;
border-bottom: 1px solid #008000;
}
#content-wrapper{
float: left;
width: 67%;
}

#latest {
	line-height: 1.5em;
	background: #008000 url(../images/imiheader2.jpg) no-repeat top right;
}

#content {
float: left;
padding: 10px;
padding-left: 1px;
}

/* Header */
#header h1, #header h2 { padding-left: 10px; padding-right: 10px; }
#header h2 {
font-size: 12px;
font-weight: bold;
padding-top: 0;
margin-top: 0px;
}

/* Logo */
h5#logo{
display:block;
float:left;
width:181px;
height:69px;
margin-top:10px;
margin-left:10px;
background:url(../images/imilogo.jpg) top center no-repeat;
margin-bottom:10px;
}

h5#logo a{
display:block;
height:69px;
width:181px;
}
h5#logo a span{
	display:none;
}

/* Menu */
#navigation {
	width: 100%;
	clear: both;
	float: left;
}
#navigation ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left; margin:10px 5px; padding:5px 10px;
}
#navigation a {
	float: left; 
	display: block;
	padding-bottom:1px;
	color: #635b46;
	text-transform:uppercase;
}
#navigation a:hover {
color: #008000;
border-bottom: 2px solid green;
}
#navigation .current a {
	color: #008000;
	border-bottom: 2px solid green;
}

/* Latest */
#latest .entry {
border-top: 1px solid #4a502e;
border-bottom: 1px solid #4a502e;
color: #ffffff;
}
#latest a:link { color: #e0e8b9; }

#latest a:visited { color: #f8f8ec; }

#latest a:hover, #latest a:active { color: #ffe3a4; }

#latest .entry { padding-left: 10px; }

#latest .entry-body a:link { 
	font-weight: bold; 
	font-size: 12px; 
	border-bottom: 1px dotted #e0e8b9; 
}
#latest .entry-body a:visited {
	font-weight: bold; 
	font-size: 12px; 
	border-bottom: 1px dotted #f8f8ec; 
}
#latest .entry-body a:hover,
#latest .entry-body a:active {
	border-bottom-color: #ffe3ac;
}
#latest .entry-footer {
padding-left: 20px;
background: transparent url(../images/date.png) 0 0 no-repeat;
}
#latest .entry-footer a {
	font-size: 11px;
	font-weight: bold; 
}
#latest h3 {
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 16px;
}

/* Content */
#content .entry {
	border-top: 2px solid #636958;
	background-color: #f8f8ec;
	margin-bottom: 25px; 
}
#content .entry h3 {
	font-size: 24px; 
	padding-left: 10px;
	padding-right: 10px; 
	padding-bottom: 0;
}
#content .entry-body, #content .entry-footer {
	padding-left: 10px; 
	padding-right: 10px;
}
#content .entry-footer {
	font-size: 12px;
	color: #555555; 
	padding-left: 30px;
	padding-bottom: 10px; 
	border-bottom: 1px dotted #636958;
	background: transparent url(../images/date.png) 10px 0 no-repeat;
}

/* Left */ 
#left {
	clear: left;
	float: left;
	width: 65%;
	padding: 0 14px 0 5px;
	margin: 0 0 0 5px;
}
#left img { border: 1px solid #ccc; padding: 1px; float: left; margin: 0 15px 5px 0;}

#left a {
	color: #008000;
}
#left h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; font-size:medium; }
#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; } 

.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 8px;
}
.notice {
	background-color:#e5f7e3;
	border:1px solid #c5e1c8;
	color:#005e20;
	width: 50%;
	padding:8px;
}

/* Service lists */
ul.service-list {
	padding: 0;
	line-height: 1em;
	list-style: none;
	border-top: 1px solid #E6E5E7;
	color:#BBB;
	padding-bottom: 15px;
}
ul.service-list li {
  border-bottom: 1px solid #E6E5E7;
  margin: 0;
  padding: 1.12em 0;
  padding-top: 1em;
  padding-left: 50px;
}
ul.service-list li:hover,
ul.service-list li.active {
	background-color: #f4f4f4;
	color: #666666;
}
ul.service-list li.current {
	background-color: #f4f4f4;
	color: #666666;
}
ul.service-list li div.small-date {
  color: #777;
  font-size: 0.8333em; /*10px*/
  line-height: 1.8em;
}

/* Services */
ul.services li,
ul.services-special li {
	padding-left: 21px;
	list-style-type: none;
	background: url('../images/tick.gif') no-repeat 5px center;
	margin: 0;
}
ul.services-special li {
  padding-left: 70px;
  background-position: 50px center;
}
/* Footer */
.footer {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	border-bottom: 0.5em solid #008000;
}	
.footer .links {
	padding: 10px 10px 0px 5px;
	text-align: right;
	float: right;
}
.footer ul {
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 10px;
	width: 96%;
}
.footer a {
	color: #008000;
}
.footer a:hover {
	color: #008000;
	text-decoration: underline;
}
.footer .copy {
	float: left;
	margin: 10px 0px 10px 10px;
}
.col3 {
	float: right;
	width: 31%;
	margin: 5px;
}
.col3center {
	margin: 5px;
	width: 60%;
	float: left;
}
/* footer bottom */
#footer-bottom {
	clear: both;
	width: 100%;
	padding: 5px 0;
	background-color: #D3D3D3;
	color: #000000;
}			
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}

/*GRIDS
---------- */
.static{
	border-top:0.2em solid #008000; 
	float:left;
	padding-top:1em;
	margin-bottom:1em;
	margin-top:10px;
}

.clear{
	clear:both;
}

.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.twohun{
	width:20em;
	margin-right:1.5em;
}
/* 220px */
.twotwenty{
	width:22em;
	margin-right:1.5em;
}
/* 280px */
.twoeighty{
	width:29%;
	margin-right:2em;
}
/* 340px */
.threeforty{
	width:35%;
	margin-right:2em;
	margin-left: 5px;
}
/* 400px */
.fourhun{
	width:40em;
	margin-right:2em;
}
/* 460px */
.foursixty{
	width:46em;
	margin-right:2em;
}
/* 520px */
.fivetwenty{
	width:52em;
	margin-right:2em;
}
/* 580px */
.fiveeighty{
	width:58em;
	margin-right:2em;
}
/* 640px */
.sixforty{
	width:68%;
	margin-right:2em;
}
/* 700px */
.sevenhun{
	width:70em;
	margin-right:2em;
}
/* 760px */
.sevensixty{
	width:76em;
	margin-right:2em;
}
/* 820px */
.eighttwenty{
	width:82em;
	margin-right:2em;
}
/* 880px */
.eighteighty{
	width:88em;
	margin-right:2em;
}
/* 940px */
.nineforty{
	width:100%;
}
/*PARAGRAPHS
-------------------------------------------------------- */
.static p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.2em;
	margin-left: 5px;
}
.static a{
	text-decoration: underline;
	color: #008000;
}
p.intro:first-line{
	font-variant:small-caps;
}
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
.static strong{
	font-variant:small-caps;
}
.static em{
	font-style:italic;
	font-weight:inherit;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
	border: 1px solid #ccc;
}
img.left-img{ 
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
	margin-left: 5px;
}
img.right-img{ 
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

.title {
	font-family:Georgia,serif;
	color:#008000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 14px;
	margin-left: 5px;
}
.titled {
}
.titled p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0.5em;
	color: #666;
	font-variant: normal;
}

.start {
	font-family:Georgia,serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
/* staff page */
.staff {
	width: 100%;
	clear:both;
}
.staff p {
	width:47%;
	float: left;
}
