@charset "UTF-8";

/* BASIC LAYOUT ELEMENTS */

body {
background: #f1f1f1 url(gradient.gif) repeat-x;
margin:0;
font-size: 0.7em;
font-family:Verdana, Arial, Helvetica, sans-serif; !important;
color: #666;
height:100%;
}

#wrapper {
margin: 0 auto;
width: 962px;
height: 100%;
}

#leftofpage {
vertical-align:top;
background: url(mainBgLeft.gif) repeat-y;
width:11px;
}

#rightofpage {
vertical-align:top;
background: url(mainBgRight.gif) repeat-y;
width:11px;
}

#middle {
vertical-align:top;
}

#page {
background: #ffffff url(background.png) repeat-x;
padding-top: 19px;
padding: 19px 34px 19px 34px;
margin: 0;
width: 940px;
border:0;
float:left;
}

.secondary {
width: 150px;
margin: 0;
float:left;
}

#main {
margin-top: 52px; /* 88 */
width: 788px;
float:left;
}

#tagline {
margin-bottom: 24px;
width: 756px;
text-align: right;
}

#mainContentWrapper {
position: relative;
background: url(mainBackgroundEmpty.png);
width: 788px;
clear:left;
}

#mainContent {
margin-left: 43px;
min-height: 540px;
width: 540px;
clear:left;
}

#mainContentBlood {
position: absolute;
bottom: 23px;
right: 4px;
width: 351px;
height: 530px;
}

#mainBottom {
background:url(mainBgBottomBlood.png);
width: 788px;
height: 23px;
margin-top: 30px;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mainBgBottomBlood.png',sizingMethod='scale');*/
}


#footer {
margin-left: 170px;
font-size: 0.7em;
color:#ccc;
}

/* LEFT MENU LIST STYLE */

/* menu list */
.menu {
list-style:none;
margin:34px 0 0 0;
padding:0;
font-size: 1.2em;
}

.menu li a {
text-decoration: none;
color: #333;
line-height: 1.6em;
}

.menu li a:hover,
.menu li.current_item a,
.menu li.current_page_item a {
color: #949494;
}

/*submenu list*/

.sb-pagemenu {
margin: 0 0 0 40px;
}

.sb-pagemenu ul {
list-style: none;
margin: 0;
padding:0;
}

.sb-pagemenu ul li{
text-align:center;
font-size: 1.0em;
width:120px;
height: 20px;
padding-top: 7px;
padding-right: 20px;
display:block;
float:left;
background: url(subnavTab.gif);

}

.sb-pagemenu ul li a {
color: #333;
text-decoration:none;

}

.sb-pagemenu ul li a:hover,
.sb-pagemenu ul li.current_item a {
color: #ad1419;
}

/* TYPOGRAPHY */

.page-head h1 a {
font-size:11px;
color:#666;
padding:40px 0 0 0;
margin:0;
}

a:link, a:hover, a:visited, a:active,
.entry-content a:link,
.entry-content a:hover,
.entry-content a:visited,
.entry-content a:active {
color: #ad1419;
}

h3.entry-title {
font-weight: normal;
}