/* CSS Document */
.selectfields
{
	font-size:			8pt;
	font-family:		tahoma, verdana;
	height:				18px;
	border:				1px solid #7b9ebd;
}
html 
{
    font-size: 100%;
}
body 
{
    margin:0px;
    padding:0px;
     font: 0.7em Verdana, Arial, sans-serif; 
    /*This creates a roughly 9pt/11px font size that can be adjusted via browser settings */
    /* define base font size- all other font sizes set as ems */
}

p {
    line-height: 1.6em;
}

#backgroundFrame 
{
    position:relative;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	padding-left:4px;
    padding-right:4px;
	border-left: 1px solid #6c9b4b;
    border-right: 1px solid #6c9b4b; 
	
    border-bottom: 1px solid #6c9b4b; 
    padding-bottom:10px;

}    
.inputfields
{
	font-size:			8pt;
	font-family:		tahoma, verdana;
	height:				13px;
	font-weight:lighter;
}

#topMenu
{
	float:right;
	vertical-align:top;
}

#topMenu ul
{
	margin:2px;
	 padding:2px;
}

#topMenu ul li.phone 
{
     list-style-image:url(../images/common/ICN-Phone.gif);
	 padding:2px;
	 background: #FFF;
	 vertical-align:middle;	 
	 z-index:99999;
}

#topMenu ul li.mouse 
{
     list-style-image:url(../images/common/ICN-Mouse.gif);
	 padding:2px;
	 background: #FFF;
	 vertical-align:middle;	 
	 z-index:99999;
}
#topMenu ul li.email 
{
	list-style-image:url(../images/common/ICN-Email.gif);
	 padding:2px;
	 background: #FFF;
	 vertical-align:middle;	 
	 z-index:99999;
}
.topMenuGreenTxt
{
	color: #84b43e;
	font-weight: bold;
}

a 
{
	color:#000;
}

a:hover 
{
	color:#6c9b4b;
}

a:visited
{
	color:#666;
}
#mainMenuTabs
{
	margin-top:20px;
	width:550px;
}

#subMenuTabs
{
	background-color: #5b8b28;
	padding: 5px;
	color:#FFF;
	font-weight:bold;
}

select .topMenu
{
	font-size:smaller;
}

.homeTile
{
    float: left;
    position:relative;
    margin:0px 30px 30px 0px;
    padding:5;
    text-decoration:none;
    overflow:hidden;
    cursor:pointer;
    line-height: 12px;
	width: 396px;
	height: 334px;
}

#middlePanelTiles
{
	margin-top:10px;
	margin-left:35px;
	height: 295px;
}

.homeTile H2
{
	padding:5px;
	line-height:1.2em;
	font-size:1.4em;
	margin-top:12px;
	margin-left:17px;
	text-transform: uppercase;
}

.FeedTitle
{
	padding:5px;
	line-height:1.2em;
	font-size:1.4em;
	text-transform: uppercase;
}

.homeTile ul
{
	font-weight:normal;	
}
.homeTile li
{
	padding: 2px;
}

#feedsSection
{
	padding:6px;
	margin-left:30px;
	margin-right:40px;
	border:solid 1px #5b8b28;
	background-color:#e7efd1;
}

.feedSection
{
	padding:6px;
	border:solid 1px #5b8b28;
	background-color:#e7efd1;
}

#footer
{
	padding: 5px;
	text-align: center;	 
}

li {
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;line-height: 16px;
}
