/*homepage*/

#container {
	width: 1040px;
}

#footer {
	width: 1040px;
}

#homepage {
	background: black url('../images/homepage/homepage_background.jpg') no-repeat;
	width: 768px;
	height: 500px;
}

/*buttons panel*/

#left_col {
	width: 195px;
	margin-left: 19px;
	padding-top: 16px;
	float: left;
}

#left_col p, #left_col a, #left_col a:visited, #left_col a:hover {
	padding: 9px 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#top_button {
	width: 218px;
	height: 33px;
	background: url('../images/homepage/top_button.jpg') no-repeat;
}

#top_button p {
	color: white;
}

#left_col .button {
	width: 218px;
	height: 30px;
	background: url('../images/homepage/button.jpg') no-repeat;
}

#bottom_button {
	width: 218px;
	height: 39px;
	background: url('../images/homepage/bottom_button.jpg') no-repeat;
}

/*main text*/

#right_col {
	margin-left: 240px;
	padding-top: 20px;
}

#right_col h1, #right_col h2, #right_col p {
	margin-left: 20px;
}

#right_col h1 {
	font-size: 22px;
	font-weight: bold;
	color: #371d10;
}

#right_col h1.light_blue {
	font-size: 33px;
	color: #76b39e;
}

#right_col h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	line-height: 100%;
}

#right_col p.italic {
	font-size: 11px;
}

#right_col p img {
	vertical-align: middle;
}

#right_col  a img, #right_col #divider {
	padding: 7px 0;
}

#right_col ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 10px 0 0 0;
	width: 280px;
}

#right_col li {
	background-image: url('../images/homepage/orange_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px; 
	padding: 0px 0 10px 20px; 
	font-size: 12px;
}

/*flash banner*/
#flash_banner {
	float: right;
/*	margin-right: 160px;*/
}