﻿body 
{
    background-color: #cccccc;
    background-image: url(/layout/hd_page_bg.jpg);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 9pt;
    vertical-align: top;
    text-align: center;
    margin-left: 5px;
    margin-top: 10px;
    
}

.mainpage 
{
 width: 990px;
 background-color: White;
 border-top: solid 1px #000000;
 border-left: solid 1px #000000;
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;  
 text-align: center;
 vertical-align: top;
}

.menubar 
{
    background-image: url(/layout/HustonDesigns_v3_menu_background.jpg);
    background-repeat: repeat-x;
    width: 990px;
    height: 43px;
    position: relative;
    top: -2px;
    left: 0px;
    text-align: left;
}

.copyright 
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333;
    text-align: left;
}
  
.PageTitles 
{
    font-family: Tahoma;
    font-size: 20pt;
    font-weight: 300;
    color: #336699;
}  

.PageHeaderText
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: 800;
    color: #333333; 
}

.PortfolioHeaders 
{
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: 800;
    color: #336699;
}

a 
{
    text-decoration: none;
    color: #666666;
}

a:Hover
{
    text-decoration: underline;
    color: #666666;
}

.BottomNav
{
    Font-Family: Tahoma;
    font-size: 8pt;
    text-decoration: none;
    color: #666666;
}

.BottomNav:Hover
{
    Font-Family: Tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #666666;
}


.portfolioimages 
{
 vertical-align: middle;
 padding-top: 10px;
 text-align: center;
 width: 205px;
 height: 189px;
}

.PortfolioSiteTitles 
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: 800;
    color: #2E4480;
}


.modalBackground {
	background-color:#2E4480;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border: solid 4px #003333;
	padding:0px;
	width:537px;
}

.PageText 
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #333333;
}

.design_process {

	float: left;

	width: 680px;

	padding-right: 22px;

}

.design_process li {

	padding: 0 18px 15px 0px;
    font-size: 9pt;

}