﻿#container
{
    width: 100%;
    padding: 0 0 0 0;    
    margin-left: auto;
    margin-right: auto;
    
    background: #1F1F1F url(themeImages/siteBackground.jpg) repeat-y;
    background-position:  50% top;
    position: relative;
    
}
#header
{
    width: 100%;   
    border-top: 0px solid #CF7D17;
    background-image: url(themeImages/headerBackground.jpg);
    background-repeat: repeat-x;
    text-align: center;
    border-bottom: 0px solid #000000;
    
}
#personalMenu
{
    width: 490px; 
    float: right; 
    margin-top: 0px; 
    vertical-align: middle; 
    margin-right: 20px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold; 
    text-align: right; 
    display: inline-block; 
    height: 30px;
}
#TagLine
{
     font-style: italic;
     color: #ffffff;
     font-size: 17px;
     font-weight: bold;
}
#navigation
{
    display: block;
    min-height: 25px;
    height: 25px;
    margin-top: 0px;
    text-align: left;
    background: #515152 url(/images/navBack1.jpg) repeat-x;
    background-color: #515152;    
    border-bottom: 1px solid #000000;
}
#navigation ul
{
    width: 952px;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
}
#navigation ul li
{
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    border-left: 1px solid #333333;
    border-right: 1px solid #ffffff;
    font-weight: bold;
    font-size: 13px;
}
#navigation ul li a
{
    color: #ffffff;
    text-decoration: none;
}
#navigation ul li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#mainContainer
{
    
    width: 100%;
    height: 100%;
    margin: auto;
    min-height: 100%;
    position: relative;
}
#main
{
     width: 952px;  
     
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     padding-bottom: 0px;
     padding-top: 0px;
     clear: both;
     min-height: 590px;
     text-align: left;
     height: 100%;
     position: relative;
     
}
#footer
{
    width: 100%; 
    height: 52px;
    padding: 8px 0px 10px 0px;
    background-color: #333333;
    
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 11px;
    clear: both;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    clear: both;
}



#mainbody{
    width: 610px; 
    background-color: #ffffff; 
    display:block;
    height: 100%;  
    padding-left: 0px; 
    padding-bottom: 0px;
    padding-right: 15px;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
}
#mainbody h1{
    font-size: 22px;
    font-weight: bold;
    width: 610px;
    border-bottom: 1px solid #000000;
    margin-bottom: 6px;
    color: #1a1926;
}
#mainbody h2{
    font-size: 15px;
    font-weight: bold;
    width: 610px;
    margin-top: 0px;
    color: #b64e05;
    margin-bottom: 6px;
}
#mainbody h2.subheading{
    font-size: 15px;
    font-weight: bold;
    width: 610px;
    margin-top: 10px;
    margin-right: 10px;
    color: #b64e05;
    padding-bottom: 3px;
    border-bottom: 1px dashed #b64e05;
    margin-bottom: 6px;
    
}
#mainbody .bodyaction h2{
    font-size: 18px;
    font-weight: bold;
    width: auto;
    border-bottom: 1px solid #CF7D17;
    background: url(/App_Themes/HDCityCasts/themeImages/logoPlainSmall.jpg) no-repeat;
    margin-top: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 53px;
    color: #555555;
    margin-bottom: 0px;
}

#mainbody .bodyaction table tr td{font-size: 16px; padding-top: 10px;}
#mainbody .bodyaction table tr{ margin-bottom: 10px;}
#mainbody .bodyaction table tr td img{ padding-top: 5px;}
#mainbody .bodyaction table tr td.note{
     font-size: 10px;
     color: #333333;
     font-style: italic;
     padding-top: 10px;     
     vertical-align: top;
     
}
#mainbody ul, #mainbody ul li{
    float: none;
    text-align: left;
    width: auto;
}
#mainbody ul li h3{
    float: none;
    text-align: left;
}
#mainbody ul.ulWithDescription {
    float: left;
    width: 610px;
    margin-bottom: 20px;
    margin-top: 12px;
    list-style-type: disc;
    margin-left: 0;
    padding-left: 16px;
}
#mainbody ul.ulWithDescription li{
    position: relative;  
    float: left;
    width: 300px;
    list-style-type: disc;
    font-weight: bold;
    margin-bottom: 5px;
}

#mainbody div{margin-bottom: 0px;}
#sidebar{    
    width: 312px;    
    min-height: 600px;
    background: url(/App_Themes/HDCityCasts/themeImages/blackGradientBackground.jpg) repeat-x;     
    height: 100%;
    background-color: #000000; 
    text-align: right;
    vertical-align: top;
}
#blogroll
{
    margin-top: 10px; 
    margin-left: 10px; 
    margin-right: 10px; 
    color: #ffffff; 
    line-height: 1.3em; 
    text-align: left;

}
#blogroll h3
{
    text-align: left;
    color: #fffffe;
    font-size: 16px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    padding-bottom: 6px;
}
#blogroll a{
    font-size: 12px;
    text-decoration: underline;
    
}
#blogroll span{font-size: 10px; font-style: italic;}
#blogroll div.description{font-size: 11px; margin-top: 3px;}
#blogroll div a{font-size: 11px;}
div.promotion{
    background: url(/App_Themes/HDCityCasts/themeImages/blackGradientBackground.jpg) repeat-x #000000; 
     background-position: center 50%;
    width: auto; 
    margin-left: 12px; 
    margin-right: 12px; 
    height: 140px;
    margin-top: 15px;
    text-align: left;
    padding: 5px 5px 5px 5px;
    border: 1px #000000 solid;
    bottom: auto;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.25em;
}
.personalMenuSub
{
    display: inline; 
    clear: none; 
    margin-left: 10px;
    background-color: #333333;
    border: 1px #ffffff solid;
    border-top: 0px;
    font-size: 12px;
    font-weight: bold; 
    padding: 6px;
    margin-bottom: 5px;
}    
.personalMenuSub a
{
    margin-left: 3px;
    margin-right: 3px;
    line-height: 30px;
    color: #CF7D17;
}
.personalMenuSub a:hover{color: #FFFFFF;}


.fullDiv
{
    width: 952px;
    border: 0px black solid;
    clear: both;
    height: 100%;
    position: relative;
}
.solution1, .solution2, .solution3, .solution4
{
    float: left;
    min-height: 450px;
    background-color: #ffffff;
    color: #8d3a04;
}
.solution1{background: #ffffff url(themeImages/solution1a.jpg) no-repeat; width: 320px; border-right: 1px solid #e7a614; }
.solution2{background: #ffffff url(themeImages/solution2a.jpg) no-repeat; width: 318px; border-right: 1px solid #e7a614;}
.solution3{background:  #ffffff url(themeImages/solution3a.jpg) no-repeat; width: 312px; }
.solution4{background:  #1f1f1f url(themeImages/solution4.jpg) no-repeat; width: 238px; }


/*.solution1{ width: 317px; }
.solution2{ width: 317px; }
.solution3{ width: 316px; }
.solution4{width: 238px; }*/

.solution1 h1, .solution2 h1, .solution3 h1, .solution4 h1
{
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 12px;
    margin-right: 12px;
    color: #231f20;
    border-bottom: 1px solid #231f20;
    padding-bottom: 6px;
    line-height: normal;
}
.solution1 h1 span, .solution2 h1 span, .solution3 h1 span
{
    color: #A5520B;
    font-size: 1.25em;
}

.solution1 h2, .solution2 h2, .solution3 h2, .solution4 h2
{
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #231f20;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    
}
.solution1 h3, .solution2 h3, .solution3 h3{
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 3px;

}
.solution1 div, .solution2 div, .solution3 div, .solution4 div
{
    text-align: center;
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 12px;
    color: #231f20;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: 1.3em;
    
}
.solution1 div a, .solution2 div a, .solution3 div a, .solution4 div a
{
    color: #8d3a04;
    text-decoration: underline;
    font-weight: bold;
}
.solution1 ul, .solution2 ul, .solution3 ul, .solution4 ul
{
    margin-top: 7px;
    font-size: 13px;
    margin-left: 30px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.solution1 ul li, .solution2 ul li, .solution3 ul li, .solution4 ul li
{
    line-height: 1.3em;
}
.solution1 div a.calltoaction, .solution2 div a.calltoaction, .solution3 div a.calltoaction, .solution4 div a.calltoaction
{
    border: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    background-color: #111111;
    font-size: 13px;
    font-weight: bold;
    background-image: url(themeImages/headerBackground.jpg);
    background-repeat: repeat-x;
    background-position: left center;
}
.solution1 div a.calltoaction:hover, .solution2 div a.calltoaction:hover, .solution3 div a.calltoaction:hover, .solution4 div a.calltoaction:hover
{
    background-color: #ffffff;
    background-image: none;
    color: #cf7d17;
    border: 1px solid #000000;
}


.solution1 div a.image, .solution2 div a.image, .solution3 div a.image, .solution4 div a.image,.solution1 div a:hover.image, .solution2 div a:hover.image, .solution3 div a:hover.image, .solution4 div a:hover.image
{
    border: 0px solid #000000;
    padding: 0;
    color: #000000;
    background-image:  none;
}

.iefix
{
    clear: both;
}

.quote
{
    background-image: url(/images/quotes.jpg);
    background-position: top left;
    background-repeat: no-repeat ;
    width: 230px; 
    float: left;      
    line-height: 24px;    
    padding-top: 25px;
    padding-left: 10px;    
    margin-right: 20px;  
    font-size: 16px;    
    color: #518800;
}

.breadcrumb
{
    
    margin-top: 5px;
    display: block;
    position: relative;
    width: 600px;
    clear: both;
    margin-bottom: 15px;
}

.bodyleft{}
.bodyaction{
    position: relative;
    display: block;
    width: auto;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0px;
}
.bodyfooter{}
.highlightedtext{
    color: #b64e05;
    font-weight: bold;
    
}
.trademark
{
    font-size: 7px;
    color: #333333;
}
h3.rightHeader{
    text-align: left; margin-bottom: 0px;
    color: #cf7e15;
    font-size: 15px;
    margin-left: 9px;
    margin-top: 19px;

}
.pageContent{margin-left: 15px;}