/* Start of CMSMS style sheet 'mackenzie:styles' */
/* Reset all */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

/* Basics */

a
{
    text-decoration: none;
    color:#ff0000;
}

b,strong
{
font-weight:bold;
}

a:hover
{
    text-decoration: underline;
}

ol li
{
list-style-type: decimal !important;
list-style-image: none !important;
}


td
{
padding-left: 4px; 
padding-right: 4px; 


}

table li
{
padding:5px !important;
margin:0 !important;
line-height:1.5em;
}

body, html
{
    font-family: Tahoma;
    font-size: 12px;
    height:100%;
    background-color: #333;
}

#topmargin
{
    height: 26px;
    width: 100%;
}


#topline
{
    border-bottom: 1px solid #333;
    height:2px;
    width:100%;
    background-color: #fff;
}

#headercontainer
{
    height:210px;
    width:100%;
    background-color: #fff;
}

#headerwrapper
{
    width:1004px;
    border-left:1px solid #333;
    border-right:1px solid #333;
    margin: 0 auto;
    height:211px; 
    
}

#logo
{
    height:180px;
    width:210px;
    background: url(uploads/images/mackenzie/logo.jpg);
    float:left;
    margin-left:25px;
    margin-top:15px;    
}

#headerimage
{
    height:210px;
    width:753px;
    /*background: url(uploads/images/mackenzie/image.jpg);*/
    float:left;
    margin-left:14px;
   
}

#bottomline
{
    border-top: 1px solid #333;
    height:2px;
    width:100%;
    background-color: #fff;
}

#menucontainer
{
    height:46px;
    width:100%;
    background: url(uploads/images/mackenzie/menubg.jpg) scroll 0 46px;
}

#menuwrapper
{
    width: 1004px;
    border-left:1px solid #7f7f7f;
    border-right:1px solid #7f7f7f;
    margin: 0 auto;
    height:46px;
}

#menu li
{
    float:left;    
}

#menu a
{
    display:block;
    color:#fff;
    font-size: 16px;
    height:46px;
    line-height: 2.7em;
    text-decoration: none;
    padding:0 24px; 
}

#menu a:hover
{
    background: url(uploads/images/mackenzie/menubg.jpg); 
}

#contentcontainer
{
    width: 1004px;
    border-left:1px solid #7f7f7f;
    border-right:1px solid #7f7f7f;
    margin: 0 auto;
    min-height: 500px;    
}

#content
{
    float:left;
    width:920px;
    margin:2px;
    background-color: #fff;
    height: 100%;
    padding:20px 40px;
}

#content h2
{
    font-size: 20px;
    font-weight: bold;
margin-bottom:5px;
}

#content h2 span
{
    font-weight: normal;
}

#content h3
{
    color:#333;
    font-size: 20px;
    font-weight: bold; 
}

#content ul
{
    padding:10px 0;
}

#content li
{
    list-style-image: url(uploads/images/mackenzie/bullet.png);
    list-style-position: inside;
    padding-left:40px;
    min-height:20px;
}

#content p
{
    padding:10px 0;
    line-height: 1.3em;
}

#content h4
{
   color: #666;
   font-size: 20px;
   padding-left:80px;
   font-weight: bold;
   padding-top:20px; 
}

#testimonials
{
    height: 111px;
    width: 802px;
    background: url(uploads/images/mackenzie/testimonial.jpg);
    margin-top:20px;
    margin-left:60px;
    font-family: Arial;
}

#testimonial
{
overflow:hidden;
height: 111px;
}

#testimonial li
{
    list-style-image: none;
    font-style: italic;
    font-weight: normal;
    padding:10px 20px;

}

#testimonial span
{
height:44px;
float:left;
width:760px;
}

#testimonial p
{
    font-weight:bold;
    float:right;
margin-right:46px;
margin-top:15px;
text-align:center;
width:160px;

}

#footer
{
    clear:both;
    height:40px;
    border:1px solid #7f7f7f;
    width: 1004px;
    margin: 0 auto;
    color:#fff;
}

#footer p
{
    padding:12px 90px;
}

#footerbottom
{
    width: 1004px;
    border-left:1px solid #7f7f7f;
    border-right:1px solid #7f7f7f;
    height:12px;
    margin: 0 auto;
}

#blank
{
    float:left;
    width:1000px;
    margin:2px;
    background-color: #fff;
    height:10px;   
}

#menu li
{
    position: relative;
}

#menu ul
{
    position: absolute;
    top: 46px;
    left: 0px; /* to position them to the right of their containing block */
    background-color: #000;
    border: 1px solid #333;
}

#menu ul li ul
{
    position: absolute;
    top:0px;
    left: 180px; /* to position them to the right of their containing block */
    background-color: #999;
}

#menu ul li
{
    width:180px;
    background-color: #999;
    padding:0; 
}

#menu ul li a
{
    text-transform: none;
    font-weight: normal;
    padding:0 20px;    
}

#menu ul li a:hover
{
    background-image:none;
    background: url(uploads/images/mackenzie/menubg.jpg); 
}

input, textarea
{
margin:5px;
}
/* End of 'mackenzie:styles' */

