﻿
/************Styles for CV Basics Pages*****************/

/*++++++++++++++landing page+++++++++++++++*/

#contentITS a.cvtop
{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
table.cv_basics_topNav
{
    width: 678px;
    height:68px;
    padding: 5px;
    border: 1px #fff solid;
    background-color: #2a57b1;
    color: #fff;
}

table.cv_basics_topNav th
{
    color: #fff;
    width: 226px;
    font-size: 16px;

}

.cvUserType
{
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 16px;
}
/********************rotator box*********************/

.sliderwrapperCV
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 0;
   width: 677px; /*width of featured content slider*/
    height: 289px;
    margin-left: 1px;
    
}

.sliderwrapperCV .contentdiv
{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
   
   width: 670px; /*width of featured content slider*/
    height: 289px;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
   
}


#paginate-slider1 {
width: 250px; /* Width of pagination DIV. Total width should equal slider's outer width */ 
padding: 4px 4px 0px 4px;
margin: -8px 0; 
border: 0;
text-align: center;
}

#paginate-slider1 a.toc {background: url('../images/dot_black.png') no-repeat bottom left;}

/**********************end rotator**********************/

#middlebox
{
    padding: 0px;
    margin: 0px;
    width: 678px;
}
#middlebox .CVtype
{
    background: url(../images/bg_cvtype.png) top left no-repeat;
    height: 221px;
    font-size: 24px;
    font-weight: bold;
    padding: 34px 12px;
    color: #666;
    border-left: 1px solid #e7e7e7;
}
#middlebox .look_inside
{
    padding: 0 15px 0 0;
    float: left;
}
#middlebox .twentyQs
{
    background-image: url(../images/bg_20qs.png);
    height: 209px;
    border: 1px solid #e7e7e7;
}

#middlebox .twentyQs_left
{
    padding: 34px 0px 34px 10px;
    float: left;
}

#middlebox .twentyQs_right
{
    padding: 96px 84px 0px 0px;
    float: right;
}

#middlebox .content_left
{
     margin: 0;
    padding: 0 0 6px 0;
    width: 635px;
    clear: both;
}

#whatsnext
{
    width: 678px;
    background-color: #2a57b1;
    float: left;
    clear: both;
    height: 200px;
}

#whatsnext .content
{
    padding: 16px 0 0 6px;
    color: #fff;
    clear: both;
}
#whatsnext .title
{
    padding: 20px 6px 16px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
#whatsnext .whats_sub
{
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    font-weight: bold;
}
#whatsnext .whats_sub2
{
    color: #2a57b1;
    font-size: 14px;
    padding: 6px 0;
    font-weight: bold;
}

#whatsnext .newsbox
{
    color: #2a57b1;
    padding: 16px 12px;
    background-image: url(../images/bg_cvnews.png);
    border: 1px solid #fff;
    margin-right: 16px;
}
#getinvolved
{
    width: 677px;
    float: left;
    margin-top: 0;
    clear: both;
    border: 1px solid #e7e7e7;
    height: 150px;
}

#getinvolved .content
{
    padding: 20px 6px 0px;
    color: #333;
    clear: both;
}

#getinvolved .title
{
    padding-left: 6px;
    padding-bottom: 10px;
    color: #666;
    font-size: 18px;
}

#resources
{
    width: 677px;
    float: left;
    background-color: #e89343;
    height: 69px;
    color: #fff;
    margin-top: 0;
    border: 1px solid #e7e7e7;
}

#resources .title
{
    color: #fff;
    font-weight: bold;
    padding: 22px 10px;
    font-size: 18px;
}

/*++++++++++++++cv basics other pages+++++++++++++++*/

/*************cv basics tabs content for cv_type page ************/
#middlebox_cvtype
{
    padding: 0px;
    margin: 0px;
    width: 678px;
}

#middlebox_cvtype .typeTitle
{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* root element for boxes  */
ul.tabs
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 83px; /*this determines placement of the down arrow*/
    width: 680px;
    clear: both;
}

/* single box */
ul.tabs li
{
    float: left;
    text-indent: 0;
    padding: 0;
    width: 112px;
    margin: 0 !important;
    list-style-image: none !important;
}

/* link inside the box.  */
ul.tabs a
{
    display: block;
    width: 200px;
    padding: 0px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

ul.tabs a:active
{
    outline: none;
}

/* box width 1 */
ul.tabs a.s
{
    width: 110px;
}
ul.tabs a.s:hover
{
    width: 110px;
}
ul.tabs a.s.current
{
    width: 110px;
}

/* box pane styling */
.panes div
{
    margin-top: 2px; /*affects the placement of the down arrow*/
    padding: 3px 6px;
    font-size: 11px;
}

/* initially all panes are hidden */
.panes .pane
{
    display: none;
}

.arrow_drive
{
    margin: 0px 0px 0px 30px;
}
.arrow_walk
{
    margin: 0px 0px 0px 139px;
}
.arrow_environment
{
    margin: 0px 0px 0px 250px;
}

.arrow_publicTrans
{
    margin: 0px 0px 0px 365px;
}

.arrow_truck
{
    margin: 0px 0px 0px 480px;
}

.arrow_responder
{
    margin: 0px 0px 0px 588px;
}
/*************end tabs ************/

#cv_layout
{
    width: 660px;
}

#cv_layout li
{
    list-style-type: disc;
    margin-bottom: 6px;
}

#cv_layout .subtitle
{
    font-family: Arial Narrow, Arial;
    font-size: 22px;
    color: #2a57b1;
    padding: 0;
    margin: 19px 0 10px;
    line-height: 1.2em;
}

#cv_layout .subtitle2
{
    font-family: Arial Narrow, Arial;
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    padding: 12px 0;
}
#cv_layout .subtitle3
{
    font-size: 14px;
    color: #e89343;
    font-weight: bold;
    margin: 6px 0 0 0;
    padding: 3px 6px;
}
#cv_layout .cvleft
{
    width: 475px;
    padding-right: 12px;
    float: left;
}

#cv_layout .cvright
{
    width: 178px;
   vertical-align: top;
    padding: 0;
     margin-right: -18px;
    float: right;
    }

#cv_layout .cvright_nav
{
    width: 178px;
    color: #fff;
    background-color: #2a57b1;
    vertical-align: top;
    padding: 0;
    float: right;

}

#cv_layout .cvright_orange
{
    width: 178px;
    color: #fff;
    background-color: #e89343;
    vertical-align: top;
    padding: 12px 0px;
    margin-top: 6px;
    margin-bottom: -6px;
    float: right;
    border-top: #fff 2px solid;
    
}

#cv_layout .cvright a
{
    color: #fff;
    line-height: 2em;
    font-weight: bold;
    padding: 3px 3px 6px 6px;
}

#cv_layout .cvright a .arrowright
{
    float: right;
    padding-right: 4px;
}

#cv_layout .cvright a.selected
{
    text-decoration: underline;
}
#cv_layout #factbox
{
    color: #333;
   background: #fff url(../images/bg_factbox2.png) top no-repeat;
    border-bottom: 4px solid #2a57b1;
    width: 225px;
   margin:6px 12px 6px 8px;
   padding-bottom: 6px;
    font-size: 12px;
   
}

#cv_layout #factboxcopy
{
    color: #333;
   background: #fff url(../images/bg_factbox.png) top no-repeat;
    border: 1px solid #666;
    box-shadow: 0px 0px 1px 2px #d4d4d4;
    width: 225px;
   margin:6px 12px 6px 8px;
    font-size: 12px;
   
}


#cv_layout #factbox .content
{
    margin-top:95px;
    padding: 5px;

}
#cv_layout #factbox a.readmore
{
    margin-top: 6px;
    font-weight: bold;
}

#cv_layout #factbox .title2
{
    color: #333;
    padding: 0px 6px 6px 0;
    font-size: 16px;
    font-weight: bold;
}

#cv_layout #factbox_copy
{
    color: #333;
   background: #fff url(../images/bg_factbox.png) bottom left no-repeat;
    border: 1px solid #2a57b1;
    width: 176px;
    float: right;
    margin-top: 26px;
    font-size: 12px;
   
}