﻿/* This StyleSheet contains custom styles for this project */

Img{
	max-width:100%;
	height:auto;
}
.NoVerticalMargin{
	margin-bottom: 0px;
	margin-top: 0px;
}
.dropshadow
{
box-shadow: 3px 3px 5px #888888;
}
.ListLeftIndentLevel1 Li
{
	list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/Icons/Navigation 1 Right Black_10x10.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ListLeftIndentLevel1BlueBullet Li
{
	list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/Icons/BlueBulletIcon.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ListLeftIndentLevel1BlueDash Li
{
    list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/Icons/BlueDashIcon.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.ListLeftIndentLevel2BlueDash Li
{
	list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/Icons/BlueDashIcon.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.ListLeftIndentLevel2, .ListLeftIndentLevel2Letters, .ListLeftIndentLevel2BlueDash
{ 
 margin: 0 0 0 12px;
 padding: 0 0 0 12px;
}
.4th_Layer_Bullet
{
   list-style-type: none;
	list-style-position: outside;
	background-image: url('.../images/Icons/4thlayerimage.png') ;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px; 
}