html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
/* Removed these from above to accommodate existing tables: table, caption, tbody, tfoot, thead, tr, th, td */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;                
    /*vertical-align: baseline;*/  /* Keep an eye on this. -- Commented this out for the time being. -- I can't make a good case to keep it. */
    /*background: transparent;*/ /* This was causing some of the older, migrated tables to lose their cell colors. */
}

td {padding: 0;} /* TDs have a 1px padding by default. */

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;                                                                                                                   
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ---------- ABOVE is the RESET - BELOW is the REBUILD ---------- */

hr {border: 0; background: #ddd; height: 2px; margin: 30px 0;}

ul {list-style-type: disc;}

ol {list-style-type: decimal;}

ul, ol {margin: 10px 0 10px 40px;}

ul li, ol li {margin: 0px;}

span.article_separator {display: none;} /* Prevents a 15px space at the bottom of single articles. Blog separators are reset below. */

table.contentpaneopen {width: 100%;}

table.contentpaneopen td {padding: 0;}

table.contentpaneopen {width: 100%;}
table.contentpaneopen table td {padding: 10px; border-bottom: 1px solid #eee; border-left: 1px solid #eee;}
table.contentpaneopen table tr td:first-child {border-left: 0;}
table.contentpaneopen table th {background: #000; color: white; padding: 10px 0;}
table.contentpaneopen table td {vertical-align: top;}

table.contentpaneopen table.pagenav th {background: transparent;}
table.contentpaneopen table.pagenav td {border: 0;}

blockquote {padding: 20px; margin: 20px; background: #f3f3f3; border: 1px solid #e3e3e3; border-bottom-color: #d3d3d3;}
blockquote p {margin: 5px 0;}


/* ---------- TYPOGRAPHY ---------- */

body {
    font: 18px/33px Helvetica, Arial, sans-serif;
        color: #58585A;
}

h1, td.contentheading {
font-size: 26px;
color: #000; 
font-weight:normal;
padding: 0 0 10px 0;
}

h2 {
font-size: 18px;
font-weight:normal;
color: #000;
padding:0 0 11px 0;
}

h3 {
font-size: 14px;
font-weight:normal;
color: #000; 
margin: 30px 0 10px;
}

h4 {
    font-weight:normal;
margin: 30px 0 10px;
}

h5 {
color: #000;
font-weight:normal;
margin: 30px 0 10px;
}

h6 {
color: #000;
font-weight:normal;
margin: 30px 0 10px;
}

p {
margin: 0 0 10px 0;
}

a, a:visited {
color: #E42322;
    text-decoration: none; 
}

a:hover, a:active {
    color:#F64B4A
}




/* ---------- GENERIC CLASSES ---------- */

.padding10 {padding: 10px;}
.padding12 {padding: 12px;}
.hiddenText {visibility: hidden;}
.clarence {clear: both;}
.box-wrapper {overflow: hidden; zoom: 1;}
.hRule {height: 2px; margin-bottom: 10px;}
.subtleBkg {background: #f4f4f8;}
.subtleColor {background: #f4f4f8;}
.subtleUnderline {border-bottom: 1px dotted #f4f4f8;}
/* behavior: url(templates/mc01-jt/PIE.htc); */ /* Just for reference. This is how you call CSS3PIE. */



/* ---------- GENERAL LAYOUT ---------- */

#bkg {background: #FFF;}

#siteWrap {width: 943px; margin: 0 auto;}

#header {
    background: #E42322;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 135px;
    z-index: 10;
}

.top-text{
    color: white;
    line-height:140%;
    text-align: right; 
    position:absolute;
    top:0;
    right:0;   
    padding: 0 0px 15px 0px;
    font-size: 20px;
}

#footer {
    /*height: 50px;*/
    background: #E42322;
    margin: 0;
    position: relative;
    font-size: 16px;
    color: white;
    clear: both;
    padding: 0;
}

#middleSection {background:#fff; padding: 0; padding:25px 0 0;
/*overflow: auto\9;*/ /* IE8 had issues actually containing the content in this div in some situations - this fixes that but introduces scrollbars on system pages only in IE - so only use it if you must. */
}

#l-mid #contentWrap {float: left;}

#contentPadding {padding:0;}
.home #contentPadding {padding:10px;}
.home #contentPadding {padding:0;}


#leftBar {
    float: left;
    width: 190px;
    margin-bottom: 10px;
}

#rightBar {
    float: right;
    width: 300px;
    margin-bottom: 10px;
}



/* ---------- HEADER ---------- */

#header p {margin: 0;}

#header-left img {}

/* --- If you use these corners, remember to comment out the min-height of the header or adjust these bottom positions --- */
/* --- Comment out the corners you don't need --- */ /* --- *bottom: 3px is for an IE7 bug  --- */

/*
#header div.top-left {background: transparent url(../images/corner-white-tl.png); width: 10px; height: 10px; position: absolute; top: 16px; left: 22px;}
#header div.top-right {background: transparent url(../images/corner-white-tr.png); width: 10px; height: 10px; position: absolute; top: 16px; right: 22px;}
#header div.bot-right {background: transparent url(../images/corner-white-br.png); width: 10px; height: 10px; position: absolute; bottom: 0px; right: 22px; *bottom: 3px;}
#header div.bot-left {background: transparent url(../images/corner-white-bl.png); width: 10px; height: 10px; position: absolute; bottom: 0px; left: 22px; *bottom: 3px;}
 */

#header-left {z-index: 11; margin:0 auto; width:943px; padding:15px 0 0; position:relative;}

#header-right {float: right; z-index: 11; max-width: 960px;}

#header-left .moduletable, #header-right .moduletable, #rightBar .moduletable {
    margin: 0;
    width: auto;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    padding: 0;
}

#header-right .moduletable h3 {margin: 15px 0 0;}

#header-right .moduletable #form-login {position: relative; position: relative; width: 100%; margin: 0;}

#header-right .moduletable #form-login-username, #header-right .moduletable #form-login-password {float: left; width: 150px;}

#header-right .moduletable #form-login-username {margin-right: 15px;}

#header-right .moduletable #form-login-remember {clear: both; margin-right: 15px; width: 150px; overflow: hidden; }

#header-right .moduletable #form-login-remember label {float: left; margin-top: 3px;}

#header-right .moduletable #modlgn_remember {float: left; margin-left: 10px;}

#header-right .moduletable input.button {position: absolute; right: 0; top: 64px;}

#header-right .moduletable #form-login a {}

#header-right .moduletable #modlgn_username, 
#header-right .moduletable #modlgn_passwd {padding: 5px 0 3px; text-indent: 5px; height: 15px; font: 10px Helvetica, Arial, sans-serif; border: 1px solid #ccc;}

#mcSimpleLogin, #mcSimpleLogin:visited {
    display: block;
    width: 100px; height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4492ea url(../images/general-gloss.png) center repeat-x;
    color: white;
    text-decoration: none;
    border: 2px solid #333;
    text-transform: uppercase;
}

#mcSimpleLogin:hover, #mcSimpleLogin:active {
    background: #000 url(../images/general-gloss.png) center repeat-x;
}

#header-right #mcSimpleLogin {
    margin: 40% 0 0;
}



/* ---------- FOOTER ---------- */

#footer p {margin: 0;}

#footerPlate {
    padding: 0;
    overflow: hidden;
    width:980px;
    margin:0 auto;
    height:38px;
    line-height:38px;
}

#footerPlate span
{
  padding:0px 13px 0px 13px;
}

#footerPlate p {margin: 0;}
#footerPlate a, #footerPlate a:visited {color: #fff;}
#ftrCopy {text-align: center; position: relative; top: 15px;}
#ftrLeft {float: left; position: relative; top: -20px;}
#ftrRight {float: right; text-align: right; position: relative; top: -20px;}

/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
    width: 100%;
    position: relative;
    top: -30px;
    margin-bottom: 0px;
}

#pbmc {
position: absolute;
right: 0;
display: block;
width: 170px; height: 25px;
background: url(/mcdatafiles/images/pbmc.png) -170px 0px no-repeat;
margin-left: -85px;
text-decoration: none;
text-indent: -9999em;
}

#pbmc:hover {background-position: 0 0;}



/* ---------- MAIN MENU ---------- */

.moduletable_menu {
    height: 40px; 
    z-index: 99; 
    position:absolute; 
    top:75px; 
    right:0; 
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px; 
    background: #f1f1f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 1%, #edeeee 68%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(68%,#edeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 1%,#edeeee 68%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 1%,#edeeee 68%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 1%,#edeeee 68%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 1%,#edeeee 68%); /* W3C */
    border:1px solid #dcacad; 
    padding:0 8px; 
    border-bottom:0
}

/********** ESSENTIAL STYLES **********/

.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
        z-index: 99;
}

.sf-menu ul {
    position:       absolute;
    top:            -999em;
    width:          17em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          100%;
}
.sf-menu li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:          left;
    position:       relative;
        z-index: 99;
}
.sf-menu a, .sf-menu .separator {
    display:        block;
    position:       relative;
}
.sf-menu li:hover ul {
    left:           0;
    top:            40px; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul {
    left:           17em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul {
    left:           17em; /* match ul width */
    top:            0;
}

/********** CUSTOM SKIN **********/

.sf-menu {
        position: relative;
        top: 0;
    float:          left;
}

/***** 1st Level *****/

.sf-menu a, .sf-menu .separator {
     text-decoration:none;
         padding: 0 12px;
         height: 42px;
         border: 0;
         line-height: 42px;
         background: url(../images/bg_li.gif) no-repeat left;
         color: #E42322;
         font-size:18px;
}

.sf-menu > li:hover > a, .sf-menu > li:hover > .separator {
        color:#F64B4A;
}

/***** 2nd Level *****/

.sf-menu li:hover ul {
    width:250px;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    behavior: url(templates/mc01-jt/PIE.htc);
}

.sf-menu li:hover ul li a, .sf-menu li:hover ul li .separator {
    background: #edeeee;
    height: 30px;
    line-height: 30px;
    font-size: 85%;
    border-bottom:1px solid #E42322;
}

.sf-menu li:hover ul li:hover a, .sf-menu li:hover ul li:hover .separator {color:#F64B4A;}


/***** If necessary, special attention to the first item *****/

/* Normally wouldn't set the background on the LI - this is a special case to get the left-most separator image. */
.sf-menu > li:first-child {}
.sf-menu > li:first-child a {background:0;}
/* If you specify first-child to treat the first item, then you must get specific on the hover */
.sf-menu > li:first-child:hover > a {}

/********** CENTERS THE HORIZONTAL MENU **********/

#topNavContainer {text-align: center;}

.sf-menu {
    float: none;
    display: inline-block;
    margin: 0 auto;
    *display: inline;
    *zoom: 1;
}

.sf-menu a, .sf-menu .separator {text-align: left;}

/********** ///CENTERS THE HORIZONTAL MENU **********/


/* ---------- VERTICAL MENU ---------- */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

.sf-vertical, .sf-vertical li {
    width:  190px;
}

.sf-vertical {
    z-index: 90;
    top: 0;
}


/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */

.sf-vertical li:hover ul {
    left:   190px; /* match ul width */
    top:    0;
}

.sf-vertical li, .sf-vertical > li:first-child, .sf-vertical li a, .sf-vertical li .separator {background: none; padding: 0; margin: 0; height: 30px; line-height: 30px;}
    
.sf-vertical {
    background: #4593ec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(templates/mc01-jt/PIE.htc);
    padding: 10px 0;
}

.sf-vertical li a, .sf-vertical li .separator {
    text-indent: 10px;
    border-top: 1px solid white;
}

.sf-vertical > li:first-child > a {border: 0;}

.sf-vertical li:hover, .sf-vertical li:hover a {background: black;}
.sf-vertical > li:first-child:hover {background: black;}




/* ---------- VERTICAL MENU TREE STYLE ---------- */

.tree {
    background: #4593ec;
    padding: 10px 0;
    width: 190px;
    margin: 0;
    list-style-type: none;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(templates/mc01-jt/PIE.htc);
}

.tree li {margin: 0; padding: 0; list-style-type: none; width: 190px;}

.tree li a, .tree li .separator {
    text-indent: 10px;
    color: white;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid white;
}

.tree > li:first-child > a {border: 0;}

.tree li a:hover {background: black;}

.tree ul, .tree ul li {margin: 0; padding: 0;}

.tree ul li a {
    font-size: 80%;
    text-indent: 25px;
    background: #555;
}

.tree ul ul li a {
    text-indent: 40px;
    background: #333;
}

/* ---------- /VERTICAL MENU TREE STYLE ---------- */





/*-- BEGINNING OF SIDE BAR DEFINITIONS --*/

#leftBar .moduletable, #rightBar .moduletable {width: 170px; margin: 10px 0;}

.moduletable, .moduletableCrumbs {
    width: 190px;
    background: #f4f4f8;
    width: 170px;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    behavior: url(templates/mc01-jt/PIE.htc);
    position: relative; /* To make CSS3PIE'd elements NOT disappear behind everything in (you guessed it) IE */
}

.moduletableCrumbs {
    width: auto;
    background: #f4f4f8;
    font-size: 11px;
    color: #58585A;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable .moduletable {    /* Some mods have this class repeated inside them, this prevents double brdrs/bkgs. */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable input {
    margin-bottom: 10px;
}

.moduletable ul {margin: 0;}

.moduletable li{list-style:inside;}

.moduletable h3 {margin: 5px 0;}

.sideMenu {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    width: 190px;
}

#sponsors-bottom .moduletable {
    margin: 0;
    width: auto;
    background: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}
    


/* ---------- LOGIN ---------- */

#form-login {width: 50%; margin: 0 auto;}
#form-login label {font-weight: bold; color: #000;}
#form-login input.inputbox {width: 100%; padding: 5px 0;}
#form-login input.inputbox:focus {background: #f4f4f8; color: #58585A;}
#form-login #modlgn_remember {width: auto;}
#form-login input.button {width: 100px; color: #000;}
#form-login input.button:hover {width: 100px; color: black;}

/* ---------- CATEGORY BLOG LAYOUT ---------- */

div.componentheading {
font-weight: bold;
font-size: 14px;
margin: 20px 0;
border-bottom: 2px solid #f4f4f8;
padding-bottom: 10px;
color:#000; 
}

td.article_column {padding: 0 10px 0 0;}
/*td.article_column table {margin: 0 10px;}*/

td.column_separator {border-left: 2px solid #f4f4f8; padding: 0 0 0 10px !important;}   /* This inherits padding from the article_column element, must be reset with !important */

table.blog span.article_separator {display: block; height: 2px; background: #f4f4f8; margin: 10px 0 0px;}

td.createdate {color: #888; font-size: 11px;}
td.modifydate {color: #aaa; font-size: 11px; padding-bottom: 5px;}

div.blog_more {margin: 20px 0;}
div.blog_more strong {color: #000;  font: bold 14px Arial, sans-serif;}
div.blog_more ul {margin: 0 40px;}

table.blog td.contentheading {padding: 10px 0;}
/*td.article_column ul {display: none;}*/ /* This was used for IE - not anymore. It remains here only for clarity and will be removed in the future. Some lists may still cause problems in a certain columned views in IE. */
td.article_column td.contentheading {font-size: 14px; margin-bottom: 19px;}

table.blog table table img.tooBig {width: 100%; *width: 240px;} /* This allows me to target large images in a blog/frontpage layout, inside columns, and forcing their width play nice. Fails in IE7, so I chose a safe width as fallback. */
                                  
table.blog table table img.hideFromBlog {display: none;} /* Similar to above. You can guess it's purpose. */

/* ---------- CATEGORY LIST ---------- */

td.sectiontableheader {text-align: left; padding: 5px;}

td.sectiontableheader a img {margin-left: 10px; position: relative; top: 2px;}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
padding: 5px;
border: 1px solid #d0d0d0;
text-align: left;
font-size: 9px;
}

tr.sectiontableentry1 a, tr.sectiontableentry2 a {font-size: 13px;}

tr.sectiontableentry1 td {background: #f6f6f9;} /* TD needed for bg color in IE7 */
tr.sectiontableentry2 {}

td.contentdescription {width: 100%;} /* Needed to fill the available space in IE8 */


/* ---------- POLL RESULTS ---------- */

form#poll {margin: 0 auto; width: 60%; margin: 0; width: auto;}

form#poll select#id {width: auto !important; margin: 0 0 20px 20px;}

form#poll table.pollstableborder {width: 100%;}

form#poll table.pollstableborder th {padding-bottom: 10px;}

form#poll tr.sectiontableentry0 td, form#poll tr.sectiontableentry1 td {
    border: 0;
    background: none;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    font-weight: normal;
}

form#poll tr.sectiontableentry0 td {background: #f6f6f6;}

form#poll tr.sectiontableentry0 td:first-child, form#poll tr.sectiontableentry1 td:first-child {font-size: 14px; font-weight: bold; color: #333; width: 10px;}

form#poll tr strong {color: #333;}

form#poll table.poll table.pollstableborder {width: auto;}

form#poll table.poll table.pollstableborder td {padding: 5px;}


/* ---------- ARCHIVE LIST ---------- */

#archive-list {margin: 40px 0 0 0;}
#archive-list li.row1 {padding: 20px 10px;}
#archive-list li.row2 {background: #f6f6f9; padding: 20px 10px;}

#archive-list h4 {margin: 0;}

#archive-list h5.metadata {margin: 0; font-size: 13px; font-weight: normal; color: #aaa;}
#archive-list h5 span.created-date {margin-right: 20px;}
#archive-list h5 span.author {float: right;}
#archive-list div.intro {margin-top: 20px;}

/* ---------- HOME PAGE ---------- */

/* ---------- MAIN COLORS | blue: #4593ec, subtleGray: #f4f4f8, tan: #bda17d ---------- */

.logo{
    position:absolute; 
    top:21px; 
    left:2px;   
}

.navLine{
    display:none;    
}

#rightBar .moduletable, #sponsors-bottom .specificationStore{
    width:280px;
    border:1px solid #d9dadb; 
    padding:10px;
    -moz-border-radius:15px; 
    -webkit-border-radius:15px; 
    border-radius:15px; 
}

#rightBar .moduletable:first-child{
    margin:0;
    }

#rightBar h3{
    font-size: 24px;
    line-height: 18px;
    font-weight: normal;
    color: #58585A;
    padding: 3px 0px 9px 0px;
    text-transform:none;
}

#rightBar p, #sponsors-bottom .specificationStore p{
    padding: 0px 0px 10px 0px;
    margin:0;
    line-height: 33px;
    font-size: 18px;
    color: #58585A;    
}

#rightBar a, #rightBar a:visited{
    font-size: 20px;
    line-height: 17px;
    color: #E42322;
    text-decoration: none;    
    display:block;
    margin:0 0 5px 0;
}

#rightBar a:hover, #rightBar a:active{
    color:#F64B4A
}

.search{
    position:relative;
    width:250px;
    }

.search input{
    width: 207px;
    height: 27px;
    padding: 0px 10px 0px 10px;
    border: 1px #58585A solid;
    font-size: 12px;
    line-height: 18px;
    color: #58585A;
    font-family: Arial, Helvetica, sans-serif;
}

.search a{
  width:16px;
  height:20px;
  padding:0px;
  background:0px 0px transparent url(../images/search_button.gif) no-repeat;
  margin:0px 0px 0px 6px;
  text-indent:-9999em;
  display:block;
  float:left;
  position:absolute;
  top:4px; right:0;
  cursor:pointer;    
}

.search a:hover{
    background:0px -21px transparent url(../images/search_button.gif) no-repeat;    
}

#slideshow {
    position: relative;
    height: 72px;
    margin:0 0 10px 0;
}

#slideshow DIV {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
/* z-index: 1; --- use if topNav absolutely positioned, and sub-nav hides behind fader */
    opacity: 0.0;
    height: 72px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index: 10;
/* z-index: 3; --- use if topNav absolutely positioned, and sub-nav hides behind fader */
    opacity: 1.0;
}

#slideshow DIV.last-active {
    z-index: 9;
/* z-index: 2; --- use if topNav absolutely positioned, and sub-nav hides behind fader */
}

#slideshow DIV IMG {
    height: 72px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.home h1{
    font-size: 35px;
    font-weight: normal;
    color: black;
    padding: 10px 0px 14px 0px;
}

.home #contentWrap p, #sponsors-bottom .recentPress p{
   font-size: 25px;
   line-height: 48px;
   color: #58585A;
}

.home #contentWrap a, #sponsors-bottom .recentPress a{font-size:20px;}

#sponsors-bottom .sponsors{
    margin:0 auto; width:700px;    
    padding:25px 0 20px 0;
}

#sponsors-bottom .sponsors a, #sponsors-bottom .sponsors a:visited, #sponsors-bottom .specificationStore a, #sponsors-bottom .specificationStore a:visited{
    background:#e42322; 
    width:300px; 
    height:60px; 
    line-height:60px; 
    display:block; 
    float:left; 
    margin-right:20px; 
    font-size:22px; 
    text-align:center; 
    color:white;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    border:1px solid black;
    -webkit-box-shadow: inset 1px 2px 2px rgba(219, 139, 110, 9), 1px 2px 0px #000;
    -moz-box-shadow: inset 1px 2px 2px rgba(219, 139, 110, 9), 1px 2px 0px #000;
    box-shadow: inset 1px 2px 2px rgba(219, 139, 110, 9), 1px 2px 0px #000;
}
#sponsors-bottom .specificationStore{
    text-align:left;  
    width:260px;
    padding:10px 20px 0 20px;
}

#sponsors-bottom .specificationStore a, #sponsors-bottom .specificationStore a:visited{
    margin:0 auto;
    width:260px;
    font-size:24px;
    margin-bottom:10px;
    background:rgba(156, 157, 159, 1.0000);
    -webkit-box-shadow: inset 1px 2px 2px rgba(193, 194, 195, 1.0000), 1px 2px 0px #000;
    -moz-box-shadow: inset 1px 2px 2px rgba(193, 194, 195, 1.0000), 1px 2px 0px #000;
    box-shadow: inset 1px 2px 2px rgba(193, 194, 195, 1.0000), 1px 2px 0px #000;
}

#sponsors-bottom .specificationStore a:hover, #sponsors-bottom .specificationStore a:active{
    color:#ccc;
}


#sponsors-bottom .sponsors a:hover, #sponsors-bottom .sponsors a:active{
    color:#FBCCCC
}

#sponsors-bottom .image{
    margin-left:18px;
    height: 196px;    
    display:block;
    float:left;
    margin-bottom:40px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    border:2px solid #e3e3e4;
    border-bottom:0;
}

#sponsors-bottom .image a{color:#9C9E9F;}

#sponsors-bottom .image a:first-child{height:167px; overflow:hidden; display:block;}

#sponsors-bottom .image img{
    width:298px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;}

#sponsors-bottom .image a:hover{color:white;}

#sponsors-bottom .imageTitle{
    display:block;
    background: black;
    color: #9C9E9F;    
    font-size: 18px;
    font-weight: normal;
    padding:5px 0;
}

#sponsors-bottom .home_images{padding:10px 0;}

#sponsors-bottom .home_images span.image:first-child{margin:0;}

#sponsors-bottom .specificationStore{float:right;}

#sponsors-bottom .recentPress{
    width: 581px;
    padding: 14px 20px 5px 20px;
    text-align:left;
    float:left;
}

#sponsors-bottom .recentPress p{
    color:#707175;
    font-size: 18px;
    line-height: 33px;
}

#sponsors-bottom .recentPress h3{
    font-size: 24px;
    font-weight: normal;
    color: #58585A;
    padding: 0px 0px 1px 0px;
    text-align:left;
    text-transform:none;
}

#contentWrap {background:#f6f6f6; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; border:1px solid #d9dadb; margin:0; padding: 14px 25px 15px 25px;}

.home #contentWrap {background:none; margin:0; border:0;}

#l-r-mid #contentWrap {width: 580px; float: left;}

#l-mid #contentWrap, #r-mid #contentWrap, #sponsors-bottom .recentPress{
    width: 610px; 
    background:#f6f6f6; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; border:1px solid #d9dadb; width:571px;
    padding: 14px 25px 15px 25px;
}

#sponsors-bottom{overflow:hidden; margin:0 0 35px 0;}

#rightBar .public_downloads.moduletable{background:#f6f6f6}

#rightBar .public_downloads ul{padding:0 0 0 15px;}

#rightBar .public_downloads a{
    font-size: 15px;
}

#rightBar .public_downloads li{margin:0; padding:0; line-height:25px;}