@charset "utf-8";
/* CSS Document */

#home {
background: url(../images/siteback.jpg) left top repeat-x;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#topbar {
background: url(../images/topbar.jpg) left top repeat-x;
height:28px;
font-size:16px;
color:#b5b5b5;
}

#floatbar {
background: url(../images/topbar.jpg);
height:28px;
font-size:16px;
color:#b5b5b5;
}

#floatbar p {
padding-top:05px;
}

#floatbar a:link {
color:#c0141b;
font-size:12px;
text-decoration:none;
}

#floatbar a:hover {
text-decoration:underline;
color:#c0141b;
font-size:12px;
}

#container {
background: url(../images/container.jpg) left top;	
overflow: hidden;	
}

#videobox {
background: url(../images/videoholder.jpg) left top;
width:461px;
height:371px;
margin-top:20px;
margin-bottom:10px;
z-index:1;
}

#videobox2 {
background: url(../images/videoholder.jpg) left top;
width:461px;
height:371px;
margin-bottom:0px;
margin-left:08px;
}

#box1 {
}

#box1 p {
padding-left:25px;
}

#box1 h1 {
color:#5b5b5b;
font-size:24px;
font-weight:bold;
}

#box1 h2 {
color:#787878;
font-size:13px;
line-height:15px;
}

#box1 h3 {
color:#5b5b5b;
font-size:18px;
font-style:italic;
line-height:30px;
}

#box1 h4 {
color:#4c4c4c;
font-size:14px;
font-weight:bold;
}

#box2 {

}



#promo_box {
font-size:16px;
}

#promo_box a {
text-decoration:none
}

#promo_box p {
color:#8e8e8e;
font-size:12px;
}

#promo_box2 {
font-size:18px;
font-weight:bold;
color:#5b5b5b;
}

#promo_box2 p {
color:#8e8e8e;
font-size:13px;
}

#bottom_tag {
}

#bottom_tag h1 {
color:#5b5b5b;
font-size:24px;
font-weight:bold;
}

#footer {
color:#5a5a5a;
font-size:11px;
height: 100px;
}

#footer p {

}

/* New Content slider 2010 */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid white;
border-bottom-width: 6px;
width: 350px; /*width of featured content slider*/
height: 150px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 340px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* New Content slider 2010 */


/*TOOL TIP CSS FOR SPLASH ONLY*/

/* trigger button */ 
.download_now { 
     
    
} 
 
/* mouseover state */ 
.download_now:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
.download_now:focus { 
    background-position:0 -88px; 
} 
 
/* tooltip styling */ 
.tooltip { 
    display:none;
	background-image:url(../images/black_arrow_big.png); 
    height:158px; 
    padding:0px 0px 0px 0px;	 
    width:270px; 
    font-size:11px; 
    color:#fff;
	position:absolute;
	z-index:10; 
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#789;     
    font-size:12px;     
}

.tooltip p {
padding:15px;
color:#ffffff;
font-size:18px;
}

#tooltip_content {
}

#tooltip_content h1 {
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:12px 0px 0px 15px;
margin-bottom:0px;
}

#tooltip_content p {
color:#ffffff;
font-size:12px;
padding:0px 20px 10px 20px;
}

#tooltip_content ul {
list-style-type:disc;
padding:0px 0px 0px 35px;
margin:0px;
}

#tooltip_content li {
margin:0px;
padding:0px;
line-height:15px;
}

/*TOOL TIP CSS FOR SPLASH ONLY*/

#promo_box p a:link {
color:#0c769d;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#promo_box p a:visited {
color:#0c769d;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#promo_box p a:hover {
color:#0c769d;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.hidden{display:none;}
