@charset "utf-8";


/* GENERAL STYLES */

html
{
padding: 20px 0px 0px 0px;
margin: 0px;
text-align: center;
}

body
{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: none;
text-decoration: none;
text-align: center;
background: #e9e9ea;
padding: 0px 0px 20px 0px;
margin: 0px;
line-height: 24px;
}

td
{
font-size: 12px;
font-weight: none;
text-decoration: none;
}

img
{
border: none;
display: block;
}

p
{
margin: 0px;
padding: 0px;
}

h1
{
margin: 0px;
padding: 0px 0px 20px 0px;
color: #ed1c24;
font-weight: normal;
font-size: 20px;
}

h2
{
margin: 10px 0px 10px 0px;
padding: 0px;
color: #ed1c24;
font-weight: bold;
font-size: 14px;
border-bottom: 1px solid #ed1c24;
}

h3 
{
margin: 10px 0px 10px 0px;
padding: 0px;
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid #d2d3d5;
}

h3 a, h2 a, #mdBodySub ul a
{
font-weight: normal;
font-size: 11px;
color: #999999;
text-decoration: underline;
padding-left: 10px;
}

h3 a:hover, h2 a:hover, #mdBodySub ul a:hover
{
font-weight: normal;
font-size: 11px;
text-decoration: underline;
color: #4e4e4e;
padding-left: 10px;
}

a
{
color: #999999;
}

a:hover
{
color: #4e4e4e;
}

/* LAYOUT STYLES */

#mdContainer
{
width: 960px;
margin: auto;
}

#mdHeader
{
height: 90px;
text-align: left;
position: relative;
}

#mdLogo
{
}

#mdMainMenu 
{
height: 45px;
}

#mdMainMenu table
{
width: 960px;
height: 45px;
background-image: url(media/mdMainMenuBG.gif);
background-repeat: repeat-x;
}

#mdMainMenu a
{
display: block;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
background-image: url(media/mdMainMenuBG.gif);
background-repeat: repeat-x;
padding: 8px 0px 23px 0px;
border-right: 1px solid #ffffff;
}

#mdMainMenu a:hover, a#mdMainMenuActive, a:hover#mdMainMenuActive
{
display: block;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
background-image: url(media/mdMainMenuActiveBG.gif);
background-repeat: repeat-x;
padding: 8px 0px 23px 0px;
border-right: 1px solid #ffffff;
}

#mdBanner
{
height: 252px;
overflow: hidden;
}

#mdBodyHome
{
background: #ffffff;
text-align: justify;
padding: 30px 80px 40px 60px;
color: #4e4e4e;
}

#mdBodyHome ul
{
color: #ed1c24;
}

#mdBodyHome ul span
{
color: #5e5e5e;
}

#mdBodySub
{
background: #ffffff;
text-align: justify;
padding: 30px 80px 40px 60px;
color: #4e4e4e;
}

#mdBodySub ul
{
color: #ed1c24;
padding: 0px 0px 0px 15px;
margin: 10px 0px 0px 0px;
}

#mdBodySub ul span
{
color: #3e3e3e;
}

ul#mdHierarchy1
{
padding: 0px 0px 0px 15px;
margin: 0px 0px 0px 0px;
}

ul#mdHierarchy2
{
padding: 0px 0px 0px 15px;
margin: 0px 0px 0px 0px;
}

#mdPaddingLeft
{
padding-left: 40px;
}

#mdPaddingRightSmall
{
padding-right: 20px;
}

#mdPaddingLeftSmall
{
padding-left: 20px;
}

#mdImageFloatLeft
{
float: left;
clear: both;
margin: 0px 12px 12px 0px;
}

#mdIndent
{
padding-left: 60px;
}

#mdFooter
{
height: 100px;
padding-top: 10px;
color: #777777;
width: 960px;
margin: auto;
font-family:Verdana;
font-size:9px;
}

#footercopy {
float:left;
height:15px;
 }
 
#footersq {
float:right;
height:15px;
color: #c1c1c2;
}

#footersq a {
color: #c1c1c2;
text-decoration:none;
}

#footersq a:hover {
color: #999;
text-decoration:none;
}

.sqsymbol img {
display:inline;
position:relative;
top:3px;
opacity:0.4;
filter:alpha(opacity=40);
margin-left:auto;
margin-right:auto;
background-color:#e9e9ea;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.sqsymbol:hover img{
opacity:1.0;
filter:alpha(opacity=100);
background-color:#e9e9ea;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


/* EXTENDED BOXES STYELS */

.padding
{
position: relative;
padding: 0px 8px 6px 8px;
}

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8
{
/*
background: #e9e9ea;
padding: 0px 8px 6px 8px;
*/
}

#insideBox
{
position: relative;
background: #e9e9ea;
padding: 0px 8px 6px 8px;
}





