@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484848;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
}
#wrap {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/top_banner.jpg);
	padding-top: 249px;
	padding-bottom: 20px;
}
#wrap #header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height: 69px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #2F6B4F;
	font-size: 1.8em;
	padding-top: 32px;
	padding-left: 154px;
}
#wrap #col_wrap {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E694C;
	border-left-color: #2E694C;
	background-color: #FFFFFF;
}
#wrap #col_wrap #left_col #content {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}

#wrap #header h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #2F6B4F;
	font-size: 1.8em;
	padding-top: 12px;
	padding-left: 154px;
}
#wrap #top_banner {

	margin: 0px;
	padding: 0px;

}
#wrap #col_wrap #left_col {
	float: left;
	width: 629px;
	padding-right: 19px;
	padding-left: 19px;
}
#wrap #col_wrap #right_col {
	background-image: url(../images/right_col_header.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	float: left;
	width: 250px;
	margin-right: 20px;
}
#links{
	background-color: #eeeeee;
	font-size: .8em;
}
#links a:link, #links a:active, #links a:visited{
	font-weight: bold;
	color: #2E694D;
	text-decoration: none;
}
#links a:hover{
	color: #CC0000;
}
#right_col_links
{
	list-style: none;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_col_links li
{
	padding-left: 32px;
	background-image: url(../images/right_col_bullet.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#wrap #col_wrap #right_col #links_bott {
	background-image: url(../images/links_bott_bg.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 250px;
}
#wrap #col_wrap #right_col #right_img {
	background-image: url(../images/img_right.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 250px;
	padding: 0px;
	margin-top: 20px;
}
#wrap #col_wrap #right_col #right_img_txt {
	font-size: .7em;
	text-align: center;
	margin-top: 5px;
}
#wrap #col_wrap #right_col #lillylogo {
	background-image: url(../images/right_lilly.png);
	background-repeat: no-repeat;
	height: 192px;
	width: 250px;
	margin-top: 20px;
}

.clear {
	clear: both;
}
#wrap #footer_img {
	background-image: url(../images/bott.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 943px;
}
#enhance_link{
	font-size: 0.7em;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
	color: #666666;
}
#enhance_link a:link, #enhance_link a:active, #enhance_link a:visited{
	color: #666666;
	text-decoration: none;
}
#enhance_link a:hover{
	color: #CC0000;
}
#wrap #col_wrap #left_col #content #download_links {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

/*press butt*/
#press
{
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/butt_press_release.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#press:hover
{ 
  background-position: 0 -40px;
}
#press span
{
  display: none;
}
/*ends*/

/*radio butt*/
#radio
{
	display: block;
	width: 190px;
	height: 20px;
	background-image: url(../images/radio_ad_back.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
