
/* =clears 
--------------------------------------------------------------------*/

body {
	font-size: 9pt;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	width: 100%;
}
@page {
	size: 8.5in 11in;
	margin: .5in;
}
p, hr, ul {
	margin-bottom: 10pt;
}

blockquote {
   font-size: 14pt;
   background-color: #fff;
   border: 1pt solid #DDE0CC;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
  text-decoration: underline;
}
a[href^="/"]:after {
  content: " (www.innobenefits.com" attr(href) ") ";
   }
p.logo {
   display: block;
}
/* =headings
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {	margin-bottom: 3pt; color: #000; }
h1, h2, h3 {	letter-spacing: .5pt;}
h2 {	font-size: 14pt;}
h3, h4 {	font-size: 11pt;}


/* =basic layout parameters
--------------------------------------------------------------------*/

.column {
    width: 7in;
}

.span-10 {
	width: 7in;
}
#leadin {
	padding: 1em 0;
}
#nav, #header, .hide {
	display: none;
}

#footer {
	width: 100%;
	border-top-width: 1pt;
	border-bottom: none;
	font-size: 7pt;
	padding-top: 8pt;
}




/* = Forms
--------------------------------------------------------------------*/


input {
  width: 125px;
  font-size: 10px;
  padding: 3px;
}

input:focus, textarea:focus, select:focus {
	background: #F4F5E9;
}
input, select, textarea {
   border: 1px solid #CDD0B6;
   margin-bottom: 0.5em;
}

.but {
	width: auto;
}

