/* Style Sheet for New Site Design Aug.2007 */

/* General Formatting */

* {
	margin:0;
	padding:0;
}

body {
	background: #ccc;
	margin: 0 0 20px;
	padding: 0;
	text-align: center; /* Used to center in IE */
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

p, ol, dl, ul, table	{
	font-size: 1.0em;
}

h1 {
 	font-size: 1.8em;
	color: #c82;
    padding: 0 0 15px 0;
}

h2 {
  	font-size: 1.5em;
	color: #c82;
    padding: 0 0 15px 0;
}

h3 {
    font-size: 1.2em;
    color: #c82;
    padding: 0 0 15px 0;
}

h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #c82;
    padding: 0 0 15px 0;
}

img {
	border: 0;
}

ul  {
    padding-left: 15px;
}

ol  {
    padding-left: 25px;
}

ul li, ol li   {
    margin-bottom: 10px;
}

dt {
    font-weight:bold;
}

dd {
    margin-bottom: 15px;
}

blockquote  {
    padding: 5px 10px;
    margin: 0 15px 15px 15px;
    background-color: #fedeae;
    font-style: italic;
}

pre {
	background: #ffc;
	font-size: 1.2em;
	padding: 5px;
}

/* ------------------------- */
/* -- Header --------------- */
/* ------------------------- */

#header {
	background: url(/landing/common/acroprint-header2.jpg) center no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 170px;
}

/* ------------------------- */
/* -- Text div ------------- */
/* ------------------------- */

#text {
	background: url(/landing/common/body-main.gif);
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* Main */

#text #main   {
}

body > #text #main {    /* hide from IE6 and below */
	color: #333;
    float: left;
    margin: 10px 20px 0 20px;
    width: 760px;
}

#text #main p, #text #main ul	{
	margin: 0 0 15px 0;
}

/* Bottomtext */

#text #text-bottom	{
	background: url(/landing/common/text-bottom.gif) no-repeat;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

/* Footer */

#text #footer {
	background: url(/landing/common/body-footer.gif) bottom no-repeat;
	clear: both;
	color: #000;
	padding: 15px 0 -2px 0;
}

/* Links and their colors */

a, a:visited {
	color: #237467;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #fb5;
	font-weight: bold;
    text-decoration: underline;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited	{
	color: #c82;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover	{
	color: #fb5;
	text-decoration: underline;
}

/* Classes */

.note	{ 
	font-size: 0.9em;
	font-style: italic;
    color: #999;
}

.sidebarnote	{ 
	font-size: 0.9em;
	font-style: italic;
    color: #999;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.right  {
    float: right;
}

.left   {
    float: left;
}

.maincolor	{ 
	color: #237467;
}

.accent	{ 
	color: #fb5;
}

.update {
	font-weight: normal;
	color: #ff0000;
	font-size: 0.8em;
	text-transform: uppercase;
}

.lastdate   {
    font-weight: normal;
    color: #900;
    font-size: 0.8em;
    text-transform: uppercase;
}

.callout	{
	padding: 5px 10px;
	border-color: #fb5;
	border-style: double;
	border-width: medium;
}

.callout2	{
	padding: 5px 10px;
	border-color: #c82;
	border-style: dotted;
	border-width: medium;
    margin-bottom: 10px;
}

.imgthmb    {
    padding-top: 20px;
}

.jumplink   {
	font-size: 0.9em;
	font-weight: bold;
	color: #237467;
	text-decoration: none;
	text-align: center;
    margin-top: 15px;
}

.required   {
    color: #900;
    font-weight: bold;
}

.breadcrumb {
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: right;
}

.toplink {
    text-align: right;
    font-size: 0.8em;
    font-weight: normal;
}

.itemdesc   {
    margin: 0 0 0 10px;
}

.featured   {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.important  {
    font-weight: bold;
    color: #c00;
}
