﻿
/*================>> CISSP MAIN SEO PAGE CSS <<=================*/
/*=================================================================*/
.cisspMain {
    float:left;
    width:100%;
    text-align:left;
    padding: 780px 15px 65px 15px;
    position: relative;
    background: url(/images/vendors_08/cissp-certification-training-bg.jpg) no-repeat top left;    
}
.cisspMain h1{
    float:left;
    width:100%;
    font:31px Arial;
    font-weight:bold;
    color:#004f7a;
    margin: 0;
    padding: 0;
}
.cisspMain h2 {
    float:left;
    width:100%;
    font:18px Arial;
    font-weight:bold;
    color:#000000;
    margin: 0 0 25px 0;
    padding: 0;
}
.cisspMain h3 {
    float:left;
    width:100%;
    font:16px Arial;
    font-weight:bold;
    color:#000000;
    margin: 0;
    padding: 0;
}
.cisspMain p{
    float:left;
    width:102%;
    font:11px Arial;
    color:#333333;
    margin: 0 0 10px 0;
}
.cisspMain .cisspLeft {
    float:left;
    width:94%;
}
.cisspMain .cisspLeft p a{
    font:11px Arial;
    color:#0000ff;
}
.cisspMain .cisspRight {
    position: absolute;
    width: 290px;
    top: 810px;
    left: 620px;
    padding:0 0 0 50px;
    border-left: 1px solid #999999;
}
.cisspMain .cisspRight p{
    float:left;
    font:11px Arial;
    color:#333333;
    margin: 0 0 20px 0;
}
.cisspMain .cisspRight p a{
    font:11px Arial;
    color:#0000ff;
}
.cisspMain .cisspRight ul{
    float:left;
    width:94%;
    font:11px Arial;
    color:#333333;
    padding: 0 0 0 15px;
    margin: 0 0 15px 10px;
}
.cisspMain .freeBenefits {
    position: absolute;
    width:200px;
    font: 18px Arial;
    color: #333333;
    top: 415px;
    left: 705px;
}
.cisspMain .freeBenefits ul{
    float: left;
    font: 10px Arial;
    color: #cc0000;
    margin: 10px 0 15px 0;
}
.cisspMain .freeBenefits ul span{
    font: 13px Arial;
    color: #333333;
}
.cisspMain .cisspPlayer {
    width: 664px;
    height: 425px;
    position: absolute;
    top: 240px;
    left: 15px;
}
.cisspMain ul{
    float:left;
    width:101%;
    font:12px Arial;
    color:#000000;
    padding:0 0 0 15px;
    margin:0 0 15px 0;
}
.cisspLeft .sections 
{
	clear:both;
	margin:0 0 15px 0;
}
.cisspMain .cisspBtn {
    position:absolute;
    top:590px;
    left:880px;
    border:0;
    width:127px;
    height:78px;
}
.cisspMain .cisspImg1 {
    position:absolute;
    top:840px;
    left: 30px;
}
.cisspMain .cisspImg2 {
    position:absolute;
    top:1070px;
    left: 645px;
}
.cisspMain .cisspImg3 {
    position:absolute;
    top:1400px;
    left: 835px;
}
.cisspMain .cisspImg4 {
    position:absolute;
    top:1395px;
    left: 345px;
}
.cisspMain .cisspImg5 {
    position:absolute;
    top:1930px;
    left: 12px;
    border: 1px solid #888888;
}
.cisspMain .cisspLinks {
    position:absolute;
    top:2945px;
    left: 400px;
    border:0;
    width:558px;
    height:251px;
}
.cisspMain #swfPlayList{
    float:left;
    width: 100%;
    margin:0;
    padding: 0;
}
.cisspMain #swfPlayList img{
    float:left;
    margin: 0;
}
.cisspMain .cisspLeft a:link, .cisspLeft a:visited, .cisspLeft a:hover{
    font:12px Arial;
    color:#0000ff;
    text-decoration:underline;
}
.cisspMain .cisspRight a:link, .cisspRight a:visited, .cisspRight a:hover{
    font:12px Arial;
    color:#0000ff;
    text-decoration:underline;
}

/*======>> PrepLogic Corporate Partners JCarousel <<========*/
.jcarousel-container {
    float:left;
    position: relative;
    width:510px;
    top: -5px;
    left: 65px;
    z-index: 2;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    overflow: hidden;
    width:450px;
    height: 65px;
    position: relative;
    margin:5px 0 0 30px;
    padding:6px 0 0 5px;
    background: url(/images/vendors_08/vendor-carousel-bg.gif) 0px 0px no-repeat;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 58px;
    padding:3px 0 0 0;
    margin:0px 9px 0 2px;
}
.jcarousel-list li img,
.jcarousel-item img{
    float: left;
    width: 80px;
    height: 46px;
    cursor: pointer;    
}
.active {
    position: relative;
    top:-3px;
    right: 3px;
    border: 3px solid #62AA6A;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

/*======>> Horizontal Buttons <<========*/
.jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/images/homepage/home2010/carousel_btn_right.gif) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
    background-position: 0 -15px;
}
.jcarousel-next-horizontal:active {
    background-position: 0 -15px;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -30px;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 32px;
    left: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/images/homepage/home2010/carousel_btn_left.gif) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover {
    background-position: 0 -15px;
}
.jcarousel-prev-horizontal:active {
    background-position: 0 -15px;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -30px;
}

img {behavior: url(/include/css_dev/iepngfix.htc);}


