﻿/* This stylesheet contains the formatting ito the layout of all the
   elements on the screen and is closely aligned with the structure file
   that copies as SecondLevel.master */

/* Main area that holds navigation and content */

/* GENERAL */

.FullWidth
{
    width: 100%;
}

.WithBorder
{
    
}

/* SPECIFIC */

#LogoBox
{
    margin-top: 5px;
    margin-bottom: 5px;
	height:100px; 
	background-color: white;
	color: #339900; 
	font-family:  Georgia;
	font-size:large;
}

#LogoImage
{
    float: left;
    margin-right: 15px;
}

#HeaderURL
{
	margin-left: 10px;
    text-align: left;
	font-size: 1.6em;
	padding-top: 10px;
    visibility:visible;
}

#PosterBox
{
    background:url(B_header.jpg) repeat-x #9CC149; 
    color:#fff; 
    margin: 0 auto; 
    clear:both; 
    height: 200px;
}

#TopNav
{
	float: left;
	margin-left: 50px;
	height: 200px;
	width: 115px;
	background: white;
	padding:  0 10px 0 10px;
}
* html #TopNav {width: 135px;}

#PosterPhoto
{
    background:url(../../Images/BannerImage.jpg) no-repeat right;
    height:200px;
    margin-right: 175px;
}

#PosterBottom
{}
	
#ContentBox
{
    width: 998px;
    margin: 0px;
    background: white;
}

#LeftBox
{
    width: 250px;
    padding: 5px;
}
* html #LeftBox {width: 260px;}

#RightBox
{
    width: 725px;
    padding: 5px;
    overflow: visible;
}
* html #RightBox {width: 735px;}

#DisclaimerBox
{
    height:50px; 
    background:url(B_footer.jpg) 0 0 repeat-x #9CC149; 
    color:#fff; 
    position:relative; 
    margin:0 auto; 
    clear:both; 
    padding:75px 0 0;
    text-align: center;
}


#Copyright
{
    font-size: x-small;
    font-weight: lighter;
}

#Copyright a
{
    color:white;
    text-decoration: underline;  
}

.PageHeading
{
    font-size: x-large;
    margin-bottom: 20px;
}

.NewsTitle
{
    font-size: large;
    font-weight: bold;
}

.NewsSubTitle
{
    font-size: medium;
    font-weight: normal;
}

.NewsDate
{
    clear: both;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}

.NewsArticle
{
    clear: both;
    margin-top: 10px;
}

.NewsKeywords
{
    clear: both;
    margin-top: 10px;
    font-style: italic;
}
.NewsLink
{
    clear: both;
}

.NewsList
{
    clear: both;
    list-style-type: none;
    margin-top: 10px;
}

.TestimonialContainer
{
    float: left;
    width: 200px;
    margin: 25px;
}
.TestimonialPhoto
{
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    float: left;
}
.TestimonialName
{
    font-weight: bold;
    text-align: left;
}
.TestimonialQuote
{
    font-style: italic;
}

.ProductContainer
{
    float: left;
    width: 200px;
    margin: 20px;
}

.ProductPhoto
{
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #808080;
    float: left;
}
.ProductName
{
    font-weight: bold;
    text-align: left;
}
.FAQ_Container
{
    margin-bottom: 15px;
}
.FAQ_Question
{
}
.FAQ_Answer
{
    font-style: italic;
}
.LinksTable
{
    border-style: none;
}
.LinksItem
{
    margin-right: 15px;
}
.ContactHeading
{
    margin-bottom: 10px;
    font-weight: bold;
}
.FAQ_Q
{
    font-size:40px; 
    opacity:.25; 
    filter: alpha(opacity=25); 
    width:40px; 
    float:left;
}

.MenuBasic
{
}

.MenuItem, .MenuSelected, .MenuHover 
{
    width: 115px;
    height: 26px;
    color: #339900;
    text-align: left;
    border-bottom:1px dashed #AECA8D;
    font-size: x-small ;
     
      
}

.MenuItem a
{
    background:url(B_arrow-normal.gif) no-repeat 0px;
    padding-left: 10px;
}

.MenuHover a
{
    background:url(B_arrow-hover.gif) no-repeat 0px;
    padding-left: 10px;
}

.MenuSelected
{
    background-color: #F1F1F1;
}

.BottomMenuBasic
{
}

.BottomMenuItem, .BottomMenuSelected, .BottomMenuHover 
{
    padding-left: 10px;
    font-size: 12px;
    color: White;
}

.BottomMenuHover
{
   text-decoration: underline;
}

.MenuWhole
{
    text-align: center;
}

#MenuBox
{
    
    text-align: center;
}
