﻿/*arrow block layout*/
ul.redarrow
{
	margin: 5px 0 0 5px;
	padding: 0;
}
ul.redarrow li
{
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background-image: url(/images/content/red_arrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	list-style-type: none;
}
ul.redarrow li p
{
	margin: 0;
	padding: 0 0 0 0px;
}
ul.redarrow li a, ul.redarrow li a:visited
{
	text-decoration: none;
	color: #005F96;
	font-weight: bold;
	display: block;
}
ul.redarrow li a:hover
{
	text-decoration: underline;
}
/*float layout*/
ul.float
{
	margin: 0;
	padding: 0;
}

ul.float li
{
	float: left;
	list-style: none;
	margin: 0 0 25px 10px;
}
ul.float li a, ul.float li a:visited
{
	text-decoration: none;
	color: #005F96;
	font-weight: bold;
	display: block;
}
ul.float li a:hover, ul.float li:hover a.text
{
	text-decoration: underline;
}

ul.float li a.text
{
    margin: 2px 0 0 0;
    text-align: center;
}
/*teaser layout*/
ul.teaser
{
    margin: 0;
    padding: 0;
    display: block;
}

ul.teaser li
{
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: dotted 1px #d2d2d2;  
}

ul.teaser li img
{
    float: left;
    border: solid 1px #d2d2d2;    
}

ul.teaser li div.teaser
{
    float: right;    
    width: 525px;
}

ul.teaser li div.teaser a, ul.teaser li div.teaser a:visited
{
    text-decoration: none;
	color: #005F96;
	font-weight: bold;
	display: block;
	margin: 2px 0 0 0;
}
ul.teaser li div.teaser a:hover
{
    text-decoration: underline;
}
