@charset "utf-8";
/* CSS Document */

/*================================================
===================Global Handlers================
================================================*/
#wrapper{ 
margin: 0 auto; 
width:1000px; 
height:1400px;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
}

#innerwrapper {
margin: 0 auto; 
width:800px; 
height:1800px;
background-color:#FFFFFF;
}
#innercontent{ 
width:1000px; 
height:1450px;
margin:0; 
clear:both;
}

#imgcontainer{
width:800px;
height:250px;
clear:both;
float:left;
}

#columnright { 
width:532px;
height:1250px;
padding-top:5px;
padding-left:10px;
padding-right:10px; 
float:left;
}

#columnleft { 
width:242px;
padding-left:3px;
height:1250px;
background-image:url(images/columnbg.jpg);
background-repeat:repeat-x; 
float:left;
}

#footer{
width:790px; 
height:70px;
padding-left:10px; 
padding-top:102px; 
float:left;
background-image:url(images/footer.jpg);
}

#rctlogoholder {
width:540px; 
height:170px;
padding-left:260px; 
padding-top:30px;
clear:both;
}

/*===============================================
================Included handlers================
================================================*/
#columnbox{
width:245px;
height:250px;
float:left;
}

#imgbox{
width:540px;
height:200px;
float:left;
}

#columnboxcolorless{
width:235px;
height:1650px;
padding-top:10px;
padding-left:5px;
clear:both;
float:left;
}


#logobox{
width:235px;
height:100px;
padding-top:10px;
padding-left:5px;
clear:both;
float:left;
}

#statshandler{
width:532px; 
}

#statsinnerhandler{
width:195px;
float:left;
}

div.mainbody {
background-color:#FFFFFF;
width:900px;
text-align:left;
}

#quotebox { 
width:512px; 
height:237px;
padding-left:15px;
padding-right:10px;
padding-top:3px; 
background-image:url(images/corpquoteboxbg.jpg); 
background-repeat:no-repeat; 
}

/*================================================
=================== Menu Hnadlers================
================================================*/
#menucontainer{
width:900px; 
height:34px;
background-color:#666666;


}
div.ddtopmenubar{
background-color:#333333;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
}


.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 11px; /*padding inside each tab*/
color: white;
border-right:#999999 1px solid;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:#ffffff; /*background of tabs for hover state */

}

.mattblackmenu a.selected{
color:#0099FF; /*color of text in tab with "selected" class assigned to its LI */

}
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

font: normal 13px Arial;
text-align:left;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;

}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#FFFFFF;
background-color:#999999;
text-decoration: none;
padding: 6px 8px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:#0099FF;
color: white;

}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}


.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/*================================================
===================Text classes===================
================================================*/

.menutext{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
list-style-type:none;
text-decoration:none;
}

.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#291b58;
text-decoration:none;

}

.h2{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
color:#666666; 
text-decoration:none;
}

.h3{ 
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:600;
color:#666666; 
text-decoration:none;
}

.mailtext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
color:#FFFFFF; 
text-decoration:none;
}

.featuretext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FFFFFF;
text-decoration:none;
}

.footertext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF; 
text-decoration:none;
}


.contenttext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#333333;
text-decoration:none;
}

.quotetext{ 
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
color:#291b58;
font-weight:600;
font-style:italic;
text-decoration:none;
}
