﻿#dvContainer
{
	width: 798px;
	margin: 0 auto;
	padding: 10px 0;
}

#dvTop
{
	height:70px;	
}

#dvNavigation
{
	background-image: url(/Assets/Images/bg-navigation.png);
	background-repeat: no-repeat;
	height:34px;
	margin:0px;
	padding:0px;
	margin-top: 10px;
	clear: both;
}

#dvNavigation .dvNavRowOne
{
	margin:0px;
	padding:0px;
	padding-top:3px;
	margin-left:20px;
	height:24px;
}

#dvNavigation .dvNavRowOne div
{
	float:left;
	margin-right:40px;
	text-align:center;
}

.bodyEncaps
{
	background-position: center bottom;
	background-image: url(/Assets/Images/outer-background.gif);
	background-repeat: repeat-y;
	margin-top:10px;
}

.bodyMain
{
	background-position: center top;
	background-image: url(/Assets/Images/border-main-top.png);
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:30px;
	min-height:250px;
}

#dvFooter
{
	font-size:11px;	
	margin-left:30px;
	margin-top:10px;
}

#dvFooter a
{
	color:#000000;
	text-decoration:none;	
}

#dvFooter a:hover
{
	color:#333333;
}


#dvMainContent
{
	display:block;
	clear:both;	
}

#dvMainContent #dvAlpha
{
	float:left;
	width:435px;
	margin-right:30px;
}

#dvMainContent #dvAlpha .dvAlphaSub
{
	margin-top:20px;
}

#dvMainContent #dvBeta
{
	float:left;
	width:240px;
	overflow:hidden;
}

#dvMainContent #dvBeta a img
{
	margin-bottom:20px;	
}

.blog
{
    border:1px solid #686868;
    padding:5px;
    background-color:#e9e9e9;
    margin-bottom:15px;
}

.blog h3
{
    margin:0px;
    padding:0px;
    margin-bottom:10px;
    font-size:14px;
    font-weight:bold;
}

.blog a
{
    text-decoration:none;
    color:Black;
}

.blog a:hover
{
    color:#330066;
    text-decoration:none;
}

.blog ul
{
    margin:0px;
    padding:0px;
    margin-left:5px;
}

.blog ul li
{
    font-size:11px;
    list-style:none;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
}

.blog ul li a strong
{
    display:block;    
}

#content-footer
{
    clear: both;
    overflow: hidden;
    background-image:url("/Assets/Images/bottom-background.gif");
    height:15px;
}

.fascia-box {
    float: left;
	font-weight: bold;
	margin-bottom: 10px;
	width: 215px;
}

.fascia-box * {
    display: block;
}

.clr {
	clear: both;
	height: 0;
}

#TopBanner {
    float: right;
    height: 70px;
    width: 565px;
    background-image: url(/Assets/Images/top-banner.gif);
    background-repeat: no-repeat;
    position: relative;
}

#TopBanner input.callBackNameBox,
#TopBanner input.callBackNumberBox {
    position: absolute;
    top: 42px;
    width: 106px;
    border: solid 1px #999;
    font-size: 11px;
    padding: 2px;
    height: 16px;
}

#TopBanner input.example {
    color: #999;
}

#TopBanner input.callBackNameBox {
    left: 238px;
}

#TopBanner input.callBackNumberBox {
    left: 355px;
}

#TopBanner input.callBackSubmitButton {
    position: absolute;
    top: 42px;
    left: 471px;
    width: 75px;
    border: solid 1px #999;
    padding: 2px;
    font-size: 11px;
    height: 22px;
}

