@import url("/css/stylesCommon.css");

/* --------------------------------------------- */
/* ---------------- GENERAL -------------------- */
/* --------------------------------------------- */

body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma, Times, Arial, Verdana;
    font-size: .7em;
    background-color:#ffffff;
    color:#707070;
    background-image: url(/images/bg-rp.jpg);
}

h1{
	font-family:Times;
	font-size:37px;
}

h2{
    color: #D65F59;
    font-size: 1.5em;
}

h3{
    color: #D65F59;
    font-size: 1.5em;
}

a{
    color: #14698C;
    text-decoration: none;
}

.subHeading{
	font-family:Times;
	font-size:17px;
}

.subText{
    margin-left: 7px;
}

.list{
font-size:13px;
font-weight:bold;
line-height:21px;
margin-left:19px;
width:185px;
}
.list a{
color:#555555;
}

.list a:hover{
color:#D65F59;
}

.dotted{
    background-image: url(/images/design/brDot.jpg);
    background-repeat: repeat-x;
    background-position: 0 50%;
    height: 16px;
}


/* --------------------------------------------- */
/* ---------------- Overal Design -------------- */
/* --------------------------------------------- */

.info {
color:#515151;
display:block;
font-size:14px;
font-weight:bold;
margin:0;
padding-bottom:5px;
padding-top:5px;
}

#container{
    height: 100%;
    width: 100%;
    margin: auto;
}
#contentContainer{
    height: 100%;
    width: 983px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header img{
position:relative;
z-index:10;
}


#backgroundRepeat{
    background-image: url(/images/bg-repeat);
    background-repeat: repeat-x;
    background-position: 0 50px;   
}

#backgroundHeader{
    background-image:url("/images/bg-stripe.png");
    background-repeat: no-repeat;
    background-position: 50% 120px;
    background-color: transparent;
}

#header{
color:#363636;
margin-bottom:10px;
margin-left:0px;
margin-top:60px;
}


/* ---- Navigation ---- */

#navigation{
    width: 230px;
    float: left;
}
#navigationTop{
    background-image: url(/images/nav-top.png);
    height: 20px;
    width: 100%;
}
#navigationRepeat{
    width: 100%;
    background-image: url(/images/nav-rp.png);
    position: relative;
}

#navigationBody{
    margin-left: 25px;
    width: 95%;
    /*line-height: 23px;*/
}

#navigationBody a{
    font-weight: 700;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#515151;
    font-size:14px;
    width: 90%;
}

#navigationBottom{
    background-image: url(/images/nav-bot.png);
    height: 20px;
    width: 100%;
}

.hoverIcon{
    position:absolute;
    float: right;
}

/* ---- Content ---- */

#content{
    width: 724px;
    float: left;
}
#contentTop{
    background-image: url(/images/body-top.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 100%;
}
#contentRepeat{
    width: 100%;
    min-height: 110px;
    background-image: url(/images/body-rp.png);
    float:left;
}

#contentBody{
    width: 94%;
    margin-left: 24px;
}

#contentBottom{
    background-image: url(/images/body-bot.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 100%;
}


/* --------------------------------------------- */
/* ---------------- Custom Elements ------------ */
/* --------------------------------------------- */

.howcanwehelp{
float:left;
}

.main-image{
float:right;
margin-top:-75px;
position:relative;
z-index:100;
}

#indexHeader{

}

#madeByQc{
    float: right;
    margin-right: 35px;
}

#madeByQc a{
    color: #C4C4C4;
	font-size: 16px;
}


.special li{
padding-bottom:15px;
}

.radio-css{
margin-left:8px;
margin-top:6px;
margin-bottom:20px;
}

.radio-css-font{
margin-top:0px;
font-size:11px;
font-weight:bold;
text-align: left
}

.error{
    color: red;
}

#smallApplicantVideoContainer{
    float: right;
    width: 452px;
    border-style: solid;
    border-width: 1px;
    border-color: #623F12;
    padding: 2px;
    font-size: .8em;
}
