/* projects */



/* 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/partners_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/partners_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/partners_rBG3.jpg) no-repeat top left;
}







/* Torso Outer Containers - for 2 columns
------------------------------------------------------------------------- */
#torso_outerA {
margin:0 0 0 0;
width:70em;
height:50em;
max-width:100%;
max-height:602px;
position:absolute;
overflow:hidden;
}


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




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

/* columnA_boxA - container for Partners Description */
#columnA_boxA {
margin:40px 0 0 70px;
width:35em;
height:17em;
max-width:900px;
max-height:200px;
overflow:auto;

}

#columnA_boxA p {
width:30em;
max-width:800px;
}

/* columnA_boxB - container for Partner Links */
#columnA_boxB {
margin:20px 0 0 70px;
width:35em;
height:14em;
max-width:900px;
max-height:380px;
overflow:auto;
}

#columnA_boxB h2{
font-size:1.4em;
margin:0;
padding:0;
}

#columnA_boxB ul{
margin-top:.2em;
width:16em;
height:11em;
max-width:800px;
max-height:200px;
overflow:auto;
}

#columnA_boxB li{
margin-top:.3em;
list-style:none;
list-style-type:none;
}


/* Partner Link Styles */
#columnA_boxB a,
#columnA_boxB a:visited,
#columnA_boxB a:active {
color:#333;
text-decoration:none;
font-weight:bold;
}

#columnA_boxB a:hover {
text-decoration:underline;
}


/* 
------------------------------------------------------------------------- */