/* ============================================================================= */
/*                                  Text Styles                                  */
/* ============================================================================= */

.Title
{
	padding-top: 10px;
	font-weight: normal;
	font-size: 14pt;
	color: #CCCCCC;
	font-family: Arial; /* float: left; */
}

.SectionTitle
{
	background-image: url('../Images/Section_Banner.jpg');
	height: 52px;
	width: 680px;
	color: #FFFFFF;
}

.DottedLine
{
	margin: 20px 0px  20px 0px;
	border-top: 1px dotted #000000;
	border-bottom: 0px;
	height: 1px;
	width: 100%;
	border-top-color: #C0C0C0;
	border-bottom-color: inherit;
}


.ExceptionDetails
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #dc143c;
	font-family: Arial;
}

.NormalText
{
	font-family: Verdana;
	font-size: 12px;
	color: #5E6B79;
}


h1
{
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8DA3C0;
	font-weight: normal;
	line-height: 35px;
	padding-bottom: 10px;

}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6381A9;
	font-weight: normal;
	line-height: 25px;
	padding-bottom: 10px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8DA3C0;
	font-weight: normal;
	line-height: 25px;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F4F4F;
	font-weight: normal;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #00496C;
}

.footertext
{
	padding: 10px;
	font-size: 10pt;
	font-family: Arial;
	color: gray;
	line-height: 20pt;
}

P
{
	font-weight: normal;
	color: #6D6C6B;
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height: 25px;
}


.Quote P
{
	color: #86592D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

td
{
	font-size: 12px;
	color: #336699;
}

.SpacedText
{
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Verdana;
}

#ContactDetails
{
	border: 1px solid #6381A9;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8DA3C0;
	margin-top: 40px;
	padding: 10px;
	background-color: #E2E8EF;
}

#ContactDetails p
{
	margin-top: 5px;
	font-size: 12px;
}

/* ============================================================================= */
/*                                 Heading Tags Image Replacement                */
/* ============================================================================= */

.h_AboutMe, .h_LatestWork, .h_WhatsHappening, .h_MyServices, .h_Portfolio, .h_ContactUs, .h_MyNewsBlog, .h_ClientReviews
{
	background-repeat: no-repeat;
	height: 35px;
}

.h_ClientReviews
{
	background-image: url( '../Images/title_clientreviews.jpg' );
}

.h_AboutMe
{
	background-image: url( '../Images/title_aboutme.jpg' );
}

.h_MyNewsBlog
{
	background-image: url( '../Images/title_MyNewsBlog.jpg' );
}

.h_ContactUs
{
	background-image: url( '../Images/title_contactme.jpg' );
}

.h_Portfolio
{
	background-image: url( '../Images/title_MyPortfolio.jpg' );
}

.h_LatestWork
{
	background-image: url( '../Images/title_LatestWork.jpg' );
}

.h_WhatsHappening
{
	background-image: url( '../Images/title_WhatsHappening.jpg' );
}

.h_MyServices
{
	background-image: url( '../Images/title_MyServices.jpg' );
}

h1 span, h2 span
{
	display: none;
}

/* ============================================================================= */
/*                                 Specific Sections                             */
/* ============================================================================= */

/* ============== News ================== */

.NewsItem
{
	border: 1px solid #E1E1E1;
	font-family: Verdana;
	font-weight: normal;
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
}

.NewsTitle
{
	font-size: 26px;
	margin-bottom: 10px;
}

.NewsTitle a
{
	color: #347EC9;
}

.NewsTitle a:hover
{
	color: #347EC9;
}

.NewsDate
{
	font-size: 12px;
	color: #993300;
	margin-bottom: 10px;
}

.NewsSummary
{
	font-size: 14px;
	color: #808080;
	line-height: 22px;
}


/* ============== Client Reviews ================== */

.ReviewItem
{
	border: 1px solid #E1E1E1;
	font-family: Verdana;
	font-weight: normal;
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
}

.ReviewClient
{
	font-size: 12px;
	color: #993300;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ReviewText
{
	font-size: 14px;
	color: #7E97B8;
	line-height: 22px;
	font-style: italic;
}


/* ============================================================================= */
/*                     Portfolio Text Styles                                     */
/* ============================================================================= */

.PortfolioText
{
	margin-top: 5px;
	font-size: 12px;
	color: #8297D0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.PortfolioImage
{
	border: 7px solid #D7DFEA;
	padding: 5px;
	width: 550px;
	margin-bottom: 15px;
}


/* ============================================================================= */
/*                                 Bulleted Lists                                */
/* ============================================================================= */



.TickList, .TickListPadded, .CrossList, .CrossListPadded, .BulletList
{
	padding-left: 0px;
	padding-top: 10px;
}

.TickList ul, .TickListPadded ul
{
	font-weight: normal;
	font-size: 20pt;
	color: #696969;
	font-family: Arial;
	list-style-position: outside;
	/* list-style-image: url(../Images/arrow.gif); */
	list-style-type: none;
	vertical-align: middle;
	margin-left: 20px;
	padding-left: 0px;
}


.TickList li, .BulletList li
{
	background-image: url(../Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding-left: 20px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

.TickListPadded li
{
	padding-left:15px;	
	margin-bottom:20px;	
}

.AccOptions li
{
	padding-left:15px;	
	vertical-align: middle;
	padding-bottom:10px;
}

.CrossList ul, .CrossListPadded ul
{
	font-weight: normal;
	font-size: 10pt;
	color: #696969;
	font-family: Arial;
	list-style-position: outside;
	list-style-image: url(../Images/False.jpg);
	vertical-align: middle;
}

.CrossList li
{
	padding-left:20px;
	margin-bottom:5px;	
}

.CrossListPadded li
{
	padding-left:20px;	
	margin-bottom:20px;	
}

.BulletList
{
	font-weight: normal;
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
}

.NormalHyperlink
{
	margin-top: 6px;
	font-size:12px;
}
