@charset "utf-8";

#mainflash {
	width: 676px; /* 658 + 9 + 9 */
	height: 286px;/* 268 + 9 + 9 */
	float: left;
	margin-right: 4px;
}

#mainflash .box_content .box_right{
	padding: 0 9px;	
	margin-bottom: -2px;
	height: 268px; 
}

#mainflash .box_content .box_right div.left{
	margin: 10px;
}

#mainflash .box_content .box_right div.left div.left
{
    margin: 0 20px 0 0;
}

#shortcuts,#submitCV {
	width: 257px;
	float: left;
}

#shortcuts .box_right {
	height: 110px;/* 129 - 15 - 4 */
}

#submitCV {
	margin-top: 2px; 
}

#submitCV .box_content .box_right {
	height: 100px; /* 119 - 15 - 4 */ 
	padding-right: 14px;
	position: relative;
}

#submitCV .fileContainer 
{
    float:left;
    width: 155px; /* 100 + 55 */
}

#submitCV .fileSubmitButton
{
    margin-top: 0;
    padding-left: 3px;
    float:left;
}

#news .box_right, #whitepapers .box_right, #blog .box_right {
	height: 235px;
}

#news {
	float: left;
	width: 415px; /* 397 + 9 +9 */
}

#whitepapers, #blog{
	float: left;
	width: 257px; /* 239 + 9 + 9 */
	margin-left: 4px;
}

#whitepapers UL {
}

#whitepapers UL LI {
	margin: 9px 0;
	padding-left: 20px;

	background-image: url(../images/list_item.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
	
	line-height: 13px;
}

#blog .box_right {
	position: relative;
}

#visittheblog {
	position: absolute;
	top:-40px;
	right:-30px;
}

H2 
{
    text-transform: uppercase;
}