﻿html, body 
{
	height: 100%;
    text-align: left;
    background-image: url('../../Resources/Images/bg_texture.gif');
    background-repeat: repeat;
    font-family:Arial, Sans-Serif;
    font-size: 11pt;
    line-height: 20px;
    margin: 0;
}

.div_tblWrapper
{
	padding:5px;
}

.wrapper 
{	
    min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 992px;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */

    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    clear:both;
}

.div_logo
{
    position:relative;
    top:43px;
    left:20px;
 }

.div_header 
{
	height: 120px;
    text-align: left;
    background-image: url('../../Resources/Images/Header_Background.gif');
    background-repeat: repeat-x;
    margin: 0;
}

.div_HeaderNavigation
{
	position:relative;
	float:right;
	right:15px;
	top:-10px;
}


.div_HeaderNavigation A:link {text-decoration: none; font-size:11pt; margin-left:15px; font-weight:bold; color:#465560;}
.div_HeaderNavigation A:visited {text-decoration: none; font-size:11pt; margin-left:15px; font-weight:bold; color:#465560;}
.div_HeaderNavigation A:active {text-decoration: none; font-size:11pt; margin-left:15px; font-weight:bold; color:#a31e27;}
.div_HeaderNavigation A:hover {text-decoration: underline; font-size:11pt; margin-left:15px; font-weight:bold; color:#a31e27;}



.div_infoBox
{
	padding:5px;
	float:left;
	width:316px;
	height:200px;
}
.div_infoBoxText
{
	background-image: url('../../Resources/Images/InfoBox_Background.jpg');
    background-repeat:no-repeat;
	padding:5px;
}


.footer, .push 
{	
    height: 80px;  /*.push must be the same height as .footer */
    font-size: 9pt;
    line-height: 15px;
    color: #fff;
    text-align:center;
}

.div_homepageBanner
{
	top:25px;
	background-image: url('../../Resources/Images/Banner_Background.jpg');
	background-repeat: repeat-x;
}

.div_subpageBanner
{
	top:25px;
	background-image: url('../../Resources/Images/Banner_Background_Thin.jpg');
	background-repeat: repeat-x;
}

.div_homepageBanner .div_clientTestimonial
{
	width:300px;
	margin-right:20px;
	float:right;
}
.div_homepageBanner .div_clientTestimonial .title
{
	top:12px;
	position:relative;
	color:#fff;
	font-size:14pt;
	font-weight:bold;
}

.div_homepageBanner .div_clientTestimonial .testimonial
{
	position:relative;
	font-size:11pt;
	top:30px;
	color:#fff;
}

.div_homepageBanner .div_clientTestimonial .testimonial .author
{
	float:right;
	margin-top:5px;
	font-size:9pt;
	font-weight:bold;
}

.div_homepageBanner .div_clientTestimonial .actions
{
    position:relative;
	float:right;
	top:73px;
	right:37px;
	font-size:16pt;
	font-weight:bold;
}

.div_mainCopy
{
	width:auto;
	margin-right:15px;
	top:10px;
	margin-left:8px;
	position:relative;
}

.div_clientLogin
{
	float:right;
	width:340px;
	height:138px;
	background-image: url('../../Resources/Images/ClientLogin_Background.png');
	background-repeat: no-repeat;	
}

.div_clientLogin .title
{
	color:White;
	font-size:12pt;
	position:relative;
	top:5px;
	left:10px;	
}

.div_clientLogin .credentials
{
	position:relative;
	top:15px;
	left:15px;	
}


.leftNavPhone
{
    position:relative;
    top:50px;
    left:18px;
    font-size:14pt;
    color:White;
}


.clear
{
	clear:both;	
}

.primaryColor
{
	color:#a31e27;	
}

.secondaryColor
{
	color:#465560;
}

.pageTitle
{
color:#4d5f69;    
}

A:link {text-decoration: none; color: #5b090e;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}

h1 {font-size:16pt; font-weight:bold; display:inline;}
h2 {font-size:14pt; font-weight:bold; display:inline;}
h3 {font-size:12pt; font-weight:bold; display:inline;}
h4 {font-size:10pt; font-weight:bold; display:inline;}

