/* ============================================================================= */
/*                                  Text Styles                                  */
/* ============================================================================= */

.SectionTitle
{
	background-image: url('../Images/Section_Banner.jpg');
	height: 52px;
	width: 680px;
	color: #FFFFFF;
}

.DottedLine
{
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #000000;
	border-bottom: 0px;
	height: 1px;
	width: 100%;
	border-top-color: #C0C0C0;
	border-bottom-color: inherit;
}


h1
{
    font-size: 20px;
    font-family: Verdana;
    line-height: 26px;
    color: #5B8EC8;
    text-align: left;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 5px;
}

#LeftPanel h1
{
	color: White;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}

h2
{
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #78A3D1;
	font-weight: normal;
	line-height: 24px;
}

#HomePageContentLeft h2
{
	color: #7F7F7F;
	line-height: 23px;
	font-family: Arial;
}

#LeftPanel h2
{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
}

#RecentProjects h2
{
	font-size: 22px;
	color: #D5DDEE;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}


h3
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #959595;
	font-weight: normal;
	line-height: 25px;
}

h4
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #212185;
	font-weight: normal;
	line-height: 25px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00496C;
}

.service h2
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #636F4A;
	line-height: 18px;
}



.footertext
{
	padding: 10px;
	font-size: 10pt;
	font-family: Arial;
	color: gray;
	line-height: 20pt;
}

P
{
	font-weight: normal;
	color: #959595;
	font-family: Arial;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
}

.Quote
{
	color: #86592D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
	line-height:20px;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

.MainLeftPara
{
	width: 600px;
	float: left;
}

table
{
	font-size: 12px;
}

.DocHeading
{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ============================================================================= */
/*                                 Bulleted Lists                                */
/* ============================================================================= */



.BarList
{
	padding-left:0px;
}

.TickList
{
	padding-left: 10px;
}

.BulletList
{
	padding-left:20px;
}

.TickList, BarList
{	
	list-style-position: outside;
	vertical-align: middle;
	list-style-type: none;
}


.TickList li
{
	padding-left: 35px;
	vertical-align: middle;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C91DB;
}

.BarList li
{
	padding-left: 15px;
	padding-top: 6px;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.BulletList li
{
	padding-left: 15px;
	padding-top: 6px;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #899ECF;
}


.TickList li
{
	background-image: url('../Images/tick.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.BarList li
{
	background-image: url('../Images/List_bg.jpg');
	background-repeat: no-repeat;
	width: 277px;
	height: 30px;
}


.AccOptions li
{
	padding-left:15px;	
	vertical-align: middle;
	padding-bottom:10px;
}


.BulletList
{
	font-weight: normal;
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
}

.BulletList a:link, .BulletList a:visited
{
    font-size: 14px;
    text-decoration: none;
    color: #0000FF;
}

.BulletList a:hover
{
    text-decoration: underline;
    color: #0066FF;
}

.NormalHyperlink
{
	margin-top: 6px;
	font-size:12px;
}
