﻿/* 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
{
    border: 1px solid #71727F;
}

/* SPECIFIC */

#LogoBox
{
    margin-top: 5px;
    margin-bottom: 0px;
    background: #BDBEC3;
    color: #525463;
	height:50px;
}

#HeaderURL
{
	margin-right: 44px;
    text-align: right;
	font-size: 1.8em;
	padding-top: 10px;
}

#PosterBox
{
	background:#525463;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:150px;
}

#TopNav
{
	float: left;
	margin-top: 5px;
	margin-left: 100px;
	margin-right: 25px;
	height: 145px;
	text-align: right;
}

#PosterPhoto
{
    background:url(../../Images/BannerImage.jpg) no-repeat right;
    height:150px;
    margin-right: 175px;
}


#PosterBottom
{
	color:#FFFFFF;
	height:35px;
	padding:0px;
	margin:0px;
	background:#71727F;
}
	
#ContentBox
{
    width: 998px;
    margin: 0px;
}

#LeftBox
{
    width: 250px;
    padding: 5px;
}
* html #LeftBox {width: 260px;}

#RightBox
{
    width: 725px;
    padding: 5px;
    overflow: visible;
}
* html #RightBox {width: 735px;}

#DisclaimerBox
{
    color: #FFFFFF;
    height: 35px;
    margin: 0px;
    padding: 5px 0px 0px 265px;
    text-align: left;
    background: #71727F;
}

#Copyright
{
    font-size: x-small;
    font-weight: lighter;
}

#Copyright a
{
    color:#FFFFFF;
    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;
}
