#body
{
	
}

#body > .title_container
{
	position: relative;
	background-color: #c0dd82;
	padding-top: 25px;
	padding-bottom: 25px;
}

#body > .title_container > h1.title
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-weight: normal;
	width: 960px;
	color: #476508;
	font-size: 45px;
}

#body > .title_container .screencast_button
{
	position: absolute;
	left: 50%;
	margin-left: 280px;
	top: 20px;
	width: 188px;
	height: 60px;
}

#body .content_block
{
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#body h2
{
	padding: 0px;
	margin: 0px;
	font-size: 26pt;
	color: #2a2a2a;
	margin-bottom: 10px;
	font-weight: normal;
	
	color: #3c5409;
}

#body h3
{
	padding: 0px;
	margin: 0px;
	font-size: 16pt;
	font-weight: normal;
	color: #7a7a7a;
	margin-bottom: 10px;

	color: #85af2a;
	color: #618415;
}

#body h4
{
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #ca8c1f;
	margin-bottom: 10px;
}

#body .content_block > .two_column
{
	width: 960px;
	clear: both;
	margin-bottom: 10px;
}

#body .content_block > .two_column > .one
{
	float: left;
	width: 450px;
}

#body .content_block > .two_column > .two
{
	float: left;
	margin-left: 60px;
	width: 450px;
}

#body .content_block > .two_column_smaller_left
{
	width: 960px;
	clear: both;
	margin-bottom: 10px;
}

#body .content_block > .two_column_smaller_left > .one
{
	float: left;
	width: 300px;
}

#body .content_block > .two_column_smaller_left > .two
{
	float: left;
	margin-left: 30px;
	width: 630px;
}

#body .content_block > .two_column_smaller_right
{
	width: 960px;
	clear: both;
	margin-bottom: 10px;
}

#body .content_block > .two_column_smaller_right > .one
{
	float: left;
	width: 630px;
}

#body .content_block > .two_column_smaller_right > .two
{
	float: left;
	margin-left: 30px;
	width: 300px;
}


#body .content_block > .three_boxes
{
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 960px;
	margin-bottom: 10px;
	list-style: none;
}

#body .content_block > .three_boxes .one, #body .content_block > .three_boxes .two, #body .content_block > .three_boxes .three
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 300px;
	margin-right: 30px;
	min-height: 250px;
}


#body .content_block > .three_boxes a:hover
{
	text-decoration: none;
}

.box_non_hover
{
	background-color: #e9e9e9;
}

.box_hover
{
	background-color: #e3f9b5;
}

#body .content_block > .three_boxes .three
{
	margin-right: 0px;
}

#body .content_block > .three_boxes .icon
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 128px;
	height: 128px;
}

#body .content_block > .three_boxes .caption
{
	position: absolute;
	left: 140px;
	top: 60px;
	font-size: 20px;
	color: #606060;
	font-weight: bold;
}

#body .content_block > .three_boxes .content
{
	position: relative;
	top: 120px;
	padding: 10px;
	font-size: 12pt;
	color: #707070;
}


.tick_list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tick_list > li
{
	margin: 5px;
	min-height: 20px;
	padding-left: 30px;
	padding-top: 1px;
	background-image: url("/images/tick_icon.png");
	background-repeat: no-repeat;
}

.cross_list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cross_list > li
{
	margin: 5px;
	height: 20px;
	padding-left: 30px;
	padding-top: 1px;
	background-image: url("/images/cross_icon.png");
	background-repeat: no-repeat;
}

table.two_column_grid > thead th
{
	width: 325px;
	text-align: left;
	font-weight: bold;
	background-color: #e9e9e9;
	padding: 5px;
	margin: 0px;
}

table.two_column_grid td
{
	padding: 5px;
	height: 25px;
	border-top: 1px solid #e9e9e9;
}

.errors
{
/*	background-color: red; */
/*	color: white; */
	padding: 5px;
	margin-bottom: 10px;
}

#body .errors h2
{
	color: white;
	font-size: 18pt;
	font-weight: normal;
	color: red;
}