﻿body
{
    background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #DADCE0;
	text-align: center;
}

#container
{
    margin: 0 auto;  
    padding: 0;  
    width: 1024px;  
    text-align: left;  
 
}

.backgroundTile
{
    background-image: url(../images/contentBackground.gif);
    background-repeat: repeat-y;
    width: 1024px;    
}

.pageBanner
{
    background-image: url(../images/header.gif);   
    background-repeat: no-repeat; 
    width: 1024px;
    height: 86px;
    cursor: hand;
}

.topNavLeft
{
    background-image: url(../images/navLeftBorder.gif); 
    background-repeat: no-repeat;
    width: 15px;
    height: 32px; 
}



.topNavMenu
{
    width:  994px;
    height: 32px;
    background-image: url(../images/navPixelBackground.gif); 
    background-repeat: repeat-x;  
}

.topNavLinks
{
    text-align: right;
    padding-right: 15px;
    padding-top: 4px;
    width: 994px;
    vertical-align: middle;
}

.topNavRight
{
    background-image: url(../images/navRightBorder.gif); 
    background-repeat: no-repeat; 
    width: 15px;
    height: 32px; 
    
}




/*Begin Left Navigation Menu */
.whiteBar
{
    background-color: White;
    width: 5px;    
}



.linkBackground
{
    width: 200px;    
    background-color: #1d1b1c;
}

.navLinks
{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-family: Arial;
    font-size: 14pt;
    color: White;    
}

.navLinks a
{
    color: White;    
    text-decoration: none;
}

.navLinks a:hover
{
    color: #f5e429;
    text-decoration: none;    
}

.testimonialSection
{
    width: 171px;
    height: 215px;
    background-image: url(../images/testimonialsBackground.gif);
    background-repeat: no-repeat;   
    padding-left: 15px;
}

.testimonialText
{
    color: White;
    font-family: Arial;
    font-size: 9pt;
    padding-left: 1px;
    padding-right: 8px;    
}


/* End Left Navigation Menu */


/* Start Content Area */
.contentBody
{
    background-color: #333333;
    width: 819px;   
    padding-left: 25px; 
    padding-right: 25px;
}

.contentText
{
    color: White;
    font-family: Arial;
    font-size: 12pt;
    width: 819px;    
}

.contentText a
{
    color: White;
    font-family: Arial;
    font-size: 12pt;  
}

.contentText a:hover
{
    color: #f5e429;
    font-family: Arial;
    font-size: 12pt;  
}

h1
{
    color: White;
    font-family: Arial;
    font-size: 15pt;
}


/* Footer */
.pageFooter
{
    width: 1024px;
    height:  36px;
    background-image: url(../images/footerBackground.gif);
    background-repeat: repeat-y;   
    font-family: Arial;
    font-size: 9pt;
    color: White;
    font-weight: bold;
    text-align: center;
    
}

.pageFooter a
{
    color: White;    
}

.pageFooter a:hover
{
    color: #f5e429;    
}