/*
    Purpose: Corporate section styles for eMachines
     Author: Robert Murray
    Created: November, 2005 - for eMachines redesign project
*/

#containerMediaFrame {
    padding-top: 10px;
    margin-left: -15px;
    margin-right: 0px;
    padding-right: 0px;
}

/*
 *  Styles for policy pages (Privacy, Terms & Conditions) 
 */
#policyBody {
    margin-bottom: 25px;
}
#policyBody p {
    margin-top: 10px;
    padding-right: 10px;
}
.policySection {
    margin-top: 20px;
    margin-bottom: -10px;
    font-weight: bold;
}


#indexLinksCol1 { 
    width: 520px;
    height: 160px;
    padding: 10px;
}

/*
#indexLinksCol2 { 
    position: absolute; top: 0; left: 280px;
    width: 260px;
    height: 160px;
    padding: 10px;
}
*/

.indexLinks {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#indexLinks {
    border: 1px solid #797979;
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: -8px;
}

/*=========================================================================
 *  Executive Bio styles
 */
.executiveContainer {
    height: 95px;
}
#execBio {
	background: #fff;
	padding: 5px 20px 20px 20px;
}
#execBio img {
	float: left;
	margin: 5px 10px 10px 0px;
}
.execTitle {
	font-size: 14pt;
}
.execSubtitle {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.execDesc {
	font-weight: normal;
}


.indent { width: 500px; margin: 5px 0 10px 40px; }
.indent * { vertical-align: top; }

