﻿body { background-color: #2c2e2d; font-family: verdana; }
img { border: none; }
p { color: #aaa; font-size: 11px; }
ul { list-style: none; margin: 0px; padding: 0px; }
li { list-style: none; margin: 0px; padding: 0px; }
a { color: #fff; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

#wrapper { width: 980px; }
#header { border-bottom: 1px solid #ccc ; padding-bottom: 5px; margin-bottom: 3px; }
#logo { margin-left: 15px; }

#main { border-top: 13px solid #565c5c; }
#nav { float: left; width: 200px; margin-top: 45px; }
#nav li { margin: 12px 2px 12px 22px; background: url(../img/bullet_g.gif) no-repeat 0 80%; padding-left: 14px; }
#nav a { font-size: 11px; vertical-align: middle; }

#copy { margin-left: 220px; border-left: 1px solid #ccc; padding-left: 45px; }
#copy h1, h2 { color: #fff; } 
#copy h1 { margin-bottom: 2px; font-size: 16px; }
#copy h2 { margin-bottom: 2px; font-size: 13px; }
#copy p { margin-right: 60px; margin-top: 0px; }

/* margin-top over-written in the IE stylesheet: */
#footer { clear: both; padding-top: 30px; margin-top: 8px; font-size: 10px; font-weight: bold; color: #fff; width: 890px; background: url(../img/footer.gif) no-repeat top left; margin: 80px 0px 12px 30px; }
#footer span { margin: -22px 12px 0px 12px; }
#footer .copyright { float: left; width: 400px; } 
#footer .contact { float: right; width: 400px; text-align: right; } 


ul li.solutions
{
    font-family:"Bodoni MT";
    font-size: medium;
    font-weight:lighter;
    font-style:italic;
    color: White;
    list-style-type: disc;
    }    
}

/* begin styles for RSS Feed */

.rss_box {
	 /*margin: 1em;1e*/
	 width: 98%;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color:yellow;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}
