@charset "UTF-8";
/* CSS Document */

body {
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	line-height: 110%;
	height: 100%;
}
html {
	height: 100%;
}
/* MAIN DIV BOX AND RECIPIENT UPDATE PAGE STYLES (MADE WIDER FOR SIDEBAR INFORMATION) */
div.main,div.mainBio,div.mainRecipUpdate {
	padding: 0px;
	margin-left: 50px;
	clear: both;
}
div.main {
	width: 800px;
}
div.mainBio {
	width: 900px;
}
div.mainRecipUpdate {
	width:900px;
}
div.recipUpdateInfoArea {
	clear:both;
}

div#recipUpdateLeft,.recipUpdateSidebar {
	float:left;
}

div#recipUpdateLeft {
	width:590px;
}
.recipUpdateSidebar {
	width:250px;
	margin-left:15px;
	font-size:12px;
	padding:0px;
	margin-bottom: 15px;
}
.jtaUpdate {
	border: 1px solid #003366;
	color:#003366;
	background-image: url(images/j_sidebar_gold.jpg);
}

#recipUpdateTop {
	width:100%;
	text-align:center;
	height:70px;
	background-image:url(images/jta_sidebar_back.jpg);
}

ul.recipUL {
	list-style:square;
	margin:0px;
	padding:0px;
}
ul.recipUL li {
	margin-left:12px;
	padding-left:2px;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
}

/* 2009 special front menu */
div.mainBlueAnnounce {
	background-image:url(images/2009_bg_blue005099.gif);
	width:880px;
	color:#FFFFFF;
}

div.mainBlue_gold {
	position:relative;
	left:140px;
	width:554px;
	height:33px;
	color:#005099;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	background-image:url(images/2009_nominee_goldlabel.gif);
}
div.mainBlue_gold div {
	padding-left:70px;
	padding-top:8px;
}

div.mainBlue_gold a {
	color:#005099;
}
div.mainBlue_gold a:hover {
	color:#0066FF;
}

div.blueAreaImg {
	position:relative;
	width:531px;
	left:140px;
	padding-top:20px;
	padding-bottom:10px;
}

div.blueAreaText {
	width:450px;
	position:relative;
	left:212px;
	font-size:10pt;
	padding-top:15px;
	padding-bottom:20px;
}


/* end special front menu  */ 


div.footer {
	color: #cccccc;
	font-size: 10px;
	padding-top:5px;
	padding-left:20px;
	width: 100%;
	clear: both;
}

p.news {
	padding: 0px;
	width: 60%;
	margin: 0px;
}

p {
	margin: 0px;
}

p.newsmenu {
	vertical-align: top;
	float: right;
	width: 30%;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 30px;
	margin-left: 10px;
	background-image: url(images/menubackground.jpg);
}

#pressreleases {
	font-size:12px;
	line-height:16px;
}

#pressreleases a {
	color:#000000;
}


h1 {
	color: #999999;
	margin: 0px;
	padding: 15px 0px 30px;
	font-size: 15pt;
	font-weight: 400;
}
#subheadings {
	font-size: 14px;
	font-weight: bold;
}
#captions {
	font-size: 9px;
	font-weight: 200;
	color: #666666;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	line-height: 9pt;
}

a {
	text-decoration: none;
	color: #000099;
}



#heading {
	font-weight: bold;
	color: #000099;
	padding: 10px 5px;
	font-size: 15px;
}

#inlineheading {
	font-weight: bold;
	color: #000066;
}

a:hover {
	color:#0033FF;
}
#announce {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
#smaller_forziv {
	font-size: 10pt;
}

#newsclickright {
	color: #000099;
	font-weight:bold;
}

div.spacer, div.space {
	clear: both;
	width: 100%;
	height:5px;
}

div.divider {
	width:50%;
	border-bottom:1px dashed #CCCCCC;
	font-size: 3px;
	height: 3px;
	margin: 0px auto 14px;
	padding: 0px;
}


/* -- Founders -- */
table.founders {
	border-collapse:collapse;
	width:780px;
	/* Note: width was 100%, or 800px, but was pulled in just a touch */
}

table.founders td {
	border-collapse:collapse;
}

table.founders td.image {
	font-size: 9pt;
	font-weight: 200;
	color: #666666;
	width:180px;
}

/* -- End Founders -- */


/* -- Founders -- */
table.recipients {
	border-collapse:collapse;
	width:780px;
	/* Note: width was 100%, or 800px, but was pulled in just a touch */
}

table.recipients td {
	border-collapse:collapse;
	padding-top:15px;
	padding-bottom:15px;
}

table.recipients td.text {
	padding-right:10px;
}

table.recipients td.image {
	font-size: 9pt;
	font-weight: 250;
	color: #666666;
	width:180px;
}

/* -- End Founders -- */
#redtext {
	color:#FF0000;
}


/* -- Contact Form -- */
#CBPForm {
	margin:0px;
}

#CBPForm label {
	width:140px;
	font-size:12px;
	float:left;
	
	margin-top:3px;
	margin-bottom:3px;
	
	margin-right:3px;
	text-align:right;
}

#CBPForm input,#CBPForm textarea {
	position:relative;
	margin-bottom:3px;
	
}
#captchaArea {
	border:1px dotted #CCCCCC;
}
