BODY
	{
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px auto;
	background: #c228e9;
	}

*
	{
	margin: 0px;
	padding: 0px;
	}

/* ---------------------- fonts ---------------------- */

p 
	{
	font-size: 14px;
	margin: 0 15px 15px 15px;
	}

p.places 
	{
	color: #CCCCCC;
	text-align: center;
	}
	
a:link, a:visited
	{
	color: #333333;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

h1
	{
	font-size: 14px;
	padding: 15px;
	}

h2
	{
	font-size: 13px;
	}

h3
	{
	font-size: 13px;
	color: #999999;
	}


h4
	{
	font-size: 14px;
	color: blue;
	margin-left: 60px;
    a:link:hover, a:visited:hover { color: #fff2b3; }
	}



/* ----------------------  page container ---------------------- */

#pageContainerhomepg
	{
	height: 600px;
	border: 2px solid #9a00c1;
	background-image: url(images/bg_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:white;
	}

/* ---------------------- clear fix ---------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----------------------  page header ---------------------- */

.logo
	{
	float: left;
	padding: 6px 0 3px 3px;
	}	

#tel
	{
	float: right;
	margin: 30px 10px 0 0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/telephone.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	}
	
/* ----------------------  navigation ---------------------- */

#nav
	{
	clear: both;
	background-color: #c228e9;
	border: 1px solid #ffffff;

	}
	
#nav ul
	{
	height: 18px;
	margin: 0px;
	padding: 0px;
	}

#nav li
	{
	display: inline;
	list-style: none;
	text-align: center;
	font-size: 13px;
	padding: 0 32px 0 32px;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	}

#nav li.endLink
	{
	border-right: none;
	}

#nav li a:link, #nav li a:visited
	{
	color: black;
	text-decoration: none;
	}

#nav li a:hover
	{
	color: #FFFFFF;
	}

/* ----------------------  page contents ---------------------- */

IMG.floatleft
	{
	float:left;
	margin: 0 5px 0 0;
	}

IMG.floatleftHome
	{
	float:left;
	margin: 15px 5px 0 0;
	}

.txtfloatleft
	{
	float: left;
	width: 380px;
	margin: 0px;
	}

p.noleftBorder
	{
	margin: 0px 0px 10px 0px;
	}

.txtfloatleftWide
	{
	float: left;
	width: 480px;
	margin: 0px;
	}

/* ----------------------  page contents - testimonials ---------------------- */

HR
	{
	clear: both;
	height: 1px;
	background-colour: #cccccc;
	border: 1px dotted #cccccc;
	margin: 0 60px 0 60px;
	}

.ImgTestLeft
	{
	float: left;
	width: 100px;
	margin: 10px 30px 10px 60px;
	border: 1px solid #cccccc;
	}

.pTestLeft
	{
	float: left;
	width: 410px;
	margin: 40px 0 0 0;
	}
	
.ImgTestRight
	{
	float: right;
	margin: 20px 60px 10px 30px;
	border: 1px solid #cccccc;
	}

.pTestRight
	{
	float:right;
	width: 400px;
	text-align: right;
	margin: 20px 0 0 0;
	}

.hightlight
	{
	color:#FF9999;
	}

/* ---------------------- footer ---------------------- */

p.footer
	{
	clear: both;
	text-align: center;
	margin-top: 20px;
	}

.clearFloat
	{
	clear:both;
	}
