/* internships */




/* Background image rows - for whole page
--------------------------------------------------------------------------------------------- */

/* rBG1 - for BG image */
#rBG1 {
margin:0 0 0 0;
top:0;
width:95em;
height:4.5em;
max-width:100%;
max-height:45px;
background:url(/images/internships_rBG1.jpg) no-repeat top left;
}


/* rBG2 - for BG image */
#rBG2 {
margin:0 0 0 0;
top:0;
width:95em;
height:40em;
max-width:100%;
max-height:400px;
background:url(/images/internships_rBG2.jpg) no-repeat top left;
}


/* rBG3 - for BG image */
#rBG3 {
margin:0 0 0 0;
top:0;
width:95em;
height:20.3em;
max-width:100%;
max-height:203px;
background:url(/images/internships_rBG3.jpg) no-repeat top left;
}





/* Torso Outer Containers - for 2 columns
------------------------------------------------------------------------- */
#torso_outerA {
margin:0 0 0 0;
width:37em;
height:50em;
max-width:65%;
max-height:600px;
position:absolute;
overflow:hidden;

}


#torso_outerB {
margin:0 0 0 0;
width:42em;
height:50em;
max-width:56%;
max-height:600px;
float:right;
overflow:hidden;
}



/* H3 Header
------------------------------------------------------------------------- */

#columnA_boxA h3 {
margin-bottom:0;
padding-bottom:0;
}

.parTop {
margin-top:.3em;
padding:0;
}


/* LEFT COLUMN
------------------------------------------------------------------------- */

/* columnA_boxA - container for UV Wants U */
#columnA_boxA {
position:relative;
margin:42px 0 0 70px;
width:30em;
height:40em;

max-width:90%;
max-height:540px;
overflow:auto;
}


#columnA_boxA p {
width:97%;
}



#columnA_boxA ol {
width:90%;
margin-top:1em;
}

#columnA_boxA li {
list-style-type:decimal;
list-style:decimal;
margin:.4em 0 0 1.5em;
}



/* RIGHT COLUMN - To Apply:
------------------------------------------------------------------------- */

#columnB_boxA {
margin:23px 0 0 12px;
width:32em;
height:14.5em;

max-width:800px;
max-height:300px;
position:relative;
overflow:hidden;
}


.borderRadius {
/* vendor specific extensions don't validate - consciously used, not an error */
-moz-border-radius: 35px;
border-radius: 35px;
border: 2px solid #666;
padding:17px 0 10px 24px;
}


#columnB_boxA ol {
width:95%;
margin-top:.7em;
font-size:1.1em;
max-height:200px;
}

#columnB_boxA li {
margin:0 0 .3em 1.5em;
color:#003366;
font-weight:bold;
}

/* questions descrips: grey text */
#columnB_boxA ul li {
list-style:none;
margin-top:-.2em;
padding:0;
color:#333;
font-weight:normal;
}


#interningPhil {
margin-top:-.5em;
}



/* RIGHT COLUMN - Currently Seeking...
--------------------------------------- */
#columnB_boxB {
margin:25px 0 0 12px;
width:32em;
height:15em;

max-width:800px;
max-height:200px;
overflow:auto;
z-index:108;
}

#columnB_boxB h1 {
padding-left:22px;
}

 
#columnB_boxB dl {
padding-left:22px;
}

dl {
margin:0;
padding:0;
}

dt {
margin:0 0 .2em 0;
padding:0;
color:#003366;
font-weight:bold;
font-size:1.3em;
}

dd {
margin:0 0 .8em 0;
padding:0;
width:95%;

color:#333;
}







/* BASE - INTERN OF THE YEAR
------------------------------------------------------------------------- */
#rowC {
position:absolute;
padding:0;
margin:105px 0 0 26.5em;
width:60em;
height:9em;

max-width:800px;
max-height:90px;
overflow:hidden;
}



#rowC p {
margin:4em 0 0 28.5em;
float:left;
text-align:right;
font-size:1.2em;
}

#intOfyr {
margin:0;
width:90px;
height:90px;
max-width:16%;
max-height:90px;
background:none;
float:right;
}



/* Remote RO txt styles*/

.linkOut {
text-decoration:none;
font-size:1em;
font-weight:bold;
line-height:1.1em;
color:#333;
}

.linkOver {
text-decoration:underline;
font-size:1em;
font-weight:bold;
line-height:1.1em;
color:#003366;
}



/* RolloverIntern - BRIAN CROTTY */

.bgRoll_crottyB {
display:block;
width:90px;
height:90px;
background:url(/images/intern_crottyB.gif) no-repeat top left;
text-indent:-9999px;
}

.bgRoll_crottyB_switch {
display:block;
width:90px;
height:90px;
background:url(/images/intern_crottyB.gif) no-repeat -90px;
text-indent:-9999px;
}

a.bgRoll_crottyB:link, a.bgImageRoll_crottyB:visited {
background:url(/images/intern_crottyB.gif) no-repeat top left;
}

a.bgRoll_crottyB:hover {
background:url(/images/intern_crottyB.gif) no-repeat -90px;
}