/* ============================================================================= */
/*                                  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;
}

p
{
    margin-top: 10px;
    text-align: left;
}

h1
{
    font-size: 26px;
    font-family: Arial;
    line-height: 26px;
    color: #666666;
    text-align: left;
    font-weight: normal;
    margin-top: 15px;
}

#Services h1
{
    padding: 10px;
    font-size: 18px;
    color: #666666;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2.heading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #F88E1E;
    font-weight: bold;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3
{
    font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

h4
{
    font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    line-height: 25px;
}

h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #808080;
}


P
{
    font-weight: normal;
    color: #8D8D8D;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.Boxout
{
    border: 1px solid #336699;
    color: #336699;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
    line-height: 30px;
    font-weight: normal;
    text-align: justify;
    background-color: #DBE2EA;
}

.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;
}

.quote
{
    font-style: italic;
}

.Testimonial
{
    font-size: 12px;
}


.FooterText
{
    font-size: 12px;
    color: #E1E1E1;
    line-height: 18px;
}

/* ============================================================================= */
/*                                 Bulleted Lists                                */
/* ============================================================================= */

.BarList
{	
	list-style-type: none;
	list-style-position: outside;
	vertical-align: middle;
	list-style-type: none;
    padding-left:0px;
    margin-top: 12px;
	margin-bottom: 25px;
}

.BarList li
{
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
}

.BarList li
{
    background-position: left center;
    background-image: url('../Images/Services_Arrow.jpg');
    background-repeat: no-repeat;
    width: 277px;
    line-height: 30px;
    text-indent: 25px;
}

.BarList a:link, .BarList a:visited
{
    font-size: 14px;
    text-decoration: none;
    color: #999999;
}

.BarList a:hover
{
    text-decoration: underline;
    color: #0066FF;
}


.BulletList
{
	padding-left:40px;
}

.BulletList
{
	font-weight: normal;
	font-size: 14px;
	color: #006699;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
}

.BulletList li
{
    padding-left: 5px;
    padding-top: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.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;
}

#ContactUsPanel
{
    position: absolute;
    background-image: url('../Images/ContactUsPanel.jpg');
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
}

#ContactUsPanel #hlQuote
{
    position: relative;
    top: 75px;
    left: 25px;
}

#ContactUsPanel #hlFacebook
{
    position: relative;
    top: 90px;
    left: 25px;
}

#ContactUsPanel a:link, #ContactUsPanel a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}

#ContactUsPanel a:hover
{
    text-decoration: underline;
    color: #000099;
}


#ContactDetailsText a:link, #ContactDetailsText a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
}

#ContactDetailsText a:hover
{
    text-decoration: underline;
    color: #000099;
}

