@charset "utf-8";
/* CSS Document */
body {
	margin: 10px auto 20px;
	padding: 0px;
	text-align: center;
	background: #CCCCCC;
}
.pageContainer {

}

#banner {
	display: block;
	clear: right;
	margin: 0px;
	background: #CCCCCC;
	padding-bottom: 5px;
}
#navcontainer {
	height: 36px;
	/*width: 787px;*/
	clear: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #666666;
}
#navbarleft {
	background: url(../images/navbglaeft.jpg) no-repeat;
	height: 36px;
	width: 9px;
	margin: 0px;
	padding: 0px;
	/*display: block;*/
	float: left;
}
#navbar {
	float: left;
	width: 750px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#navbarright {
	height: 36px;
	width: 10px;
	/*display: block;*/
	float: right;
	margin: 0px;
	padding: 0px;
	background: url(../images/navbgright.jpg) no-repeat;
	clear: right;
}

#imagebanner {
	padding: 0px;
	margin: 0px 0px 15px;
}
#buttons {
	text-align: center;
	margin: 0px auto;
	clear: both;
}

#container {
	width: 787px;
	margin: 0px auto;
	background: #FFFFFF;
}



#buttons img {
	margin: 0px 3px;
}
#contentHolder {
	background: #FFFFFF;
}

#content {
	width: 787px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#newscontainer {

}
#footercontainer {
	height: 34px;
	clear: both;
	width: 787px;
	margin: 0px;
	padding: 0px;
}



#footerleft {
	background: url(../images/footerbgleft.jpg) no-repeat;
	display: block;
	float: left;
	height: 34px;
	width: 10px;
}
#footer {
	background: url(../images/footerbgfill.jpg) repeat-x;
	display: block;
	height: 34px;
	float: left;
	width: 767px;
}
#footerright {
	background: url(../images/footerbgright.jpg) no-repeat;
	display: block;
	float: left;
	height: 34px;
	width: 10px;
}
#legals {
	clear: both;
	width: 787px;
	background: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
}

#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: right;
}
#marktwo {
	font: 10pt/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 14px 0px 0px 40px;
	float: left;
	background: url(../images/marktwoLogo.jpg) no-repeat left top;
	height: 39px;
	width: auto;
}


/***********************************************************************************************Nav Menu*/
.glossymenu{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0px auto;
	background: url(../images/navbgfill.jpg) repeat-x; /*tab background image path*/
	height: 36px;
	list-style: none;
}

.glossymenu li{
	float:left;
	margin-left: 5px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none; /*Padding to accomodate left tab image. Do not change*/
	height: 36px;
	text-align: center;
	cursor: pointer;
	padding: 0 0 0 10px;
	font: bold 13px/36px sans-serif;
}



.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 15px 0 5px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(../images/navbuttonleft.jpg);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #666666; /*right tab image path*/
	background-image: url(../images/navbuttonright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Bigtext {
	margin: 0px;
	width: 767px;
	padding: 15px 10px 20px;

}
.leftColumnRH
 {
	padding: 0px 15px;
	float: left;
	width: 320px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.rightColumnRH {
	padding: 0px 15px;
	float: right;
	width: 400px;
	margin: 15px 0px;
	height: 100%;
}
.leftColumnLH
 {
	padding: 0px 15px;
	float: left;
	width: 400px;
	margin: 15px 0px;
	height: 100%;
}
.rightColumnLH {
	padding: 0px 15px;
	float: right;
	width: 320px;
	height: 100%;
	clear:right;
	margin-top: 15px;
	margin-bottom: 15px;
}





/**********************************************************************************Title containers*/

#news {
	/*width: 390px;
	position: relative;
	left: 380px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 15px 0px;
	background: url(../images/iconCalendar.jpg) no-repeat 0px 0px;*/
}
.leftCells {
	width: 100%;
	margin: 10px 0px 20px;
}
.rightCells {
	width: 100%;
	margin: 10px 0px 20px;
}
.leftCellsServices {
	width: 100%;
	margin: 10px 0px 20px;
	background: url(../images/iconServices.jpg) no-repeat 0px 0px;
}
.rightCellsServices {
	width: 100%;
	margin: 10px 0px 20px;
	background: url(../images/iconServices.jpg) no-repeat 0px 0px;
}
#noIcon {
	width: auto;
	margin: 10px 0px;
}
#companyProfile {

	background: url(../images/iconProfile.jpg) no-repeat 0px 0px;

}
#contactDetails {

	background: url(../images/iconContact.jpg) no-repeat 0px 0px;

}
#contactEmail {

	background: url(../images/iconEmail.jpg) no-repeat 0px 0px;

}
#contactPhone {

	background: url(../images/iconPhone.jpg) no-repeat 0px 0px;

}
#ourTeam {
	background: url(../images/iconTeam.jpg) no-repeat 0px 0px;
}
#testimonials {
	background: url(../images/iconTestimonial.jpg) no-repeat 0px 0px;
}
#discovery {
	background: url(../images/iconDiscovery.jpg) no-repeat 0px 0px;
}
#benifits {
	background: url(../images/iconBenifits.jpg) no-repeat 0px 0px;
}
#planning {
	background: url(../images/iconPlanning.jpg) no-repeat 0px 0px;
}



/***************************************************************************************** Text CSS*/
.HomeTitle {
	font: 16pt/16pt Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: none;
	margin: 0px 0px 3px;
	padding: 35px 0px 0px 65px;
	display: block;
	text-align: left;
}
.PageTitle {
	font: 16pt/17pt Arial, Helvetica, sans-serif;
	color: #FF7F00;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 3px;
	display: block;
}
.Title {
	font: 16pt/16pt Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration: none;
	margin: 0px 0px 3px;
	padding: 35px 0px 0px;
	display: block;
	text-align: left;
}
hr {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #DBDBDB;
	width: 80%;
	height: 0px;
	font-size: 1px;
	background: #DBDBDB;
	border-top: #DBDBDB;
	border-right: #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: #DBDBDB;
}

p {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}

.Bigtext p {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}

.learnlink a, .Bigtext a {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #CC3333;
	text-decoration: underline;
}
.learnlink a:hover, Bigtext a:hover {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: underline;
}




a.Bigtext2 {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}
a.Bigtext2:hover {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}


.arrow {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
/*.arrow ul {
	padding: 0;
	margin: 0;
}*/

.arrow li {
	background: url(../images/listIcon.gif) no-repeat 0 0.4em;
	margin: 5px 0px 0px 1.2em;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 1.2em;
}
.arrow li a {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}
.arrow li a:hover {
	color:#0066CC;
	text-decoration:underline;
}



.arrow2 {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.arrow2 li {
	background: url(../images/listIcon.gif) no-repeat 0 0.4em;
	margin: 5px 0px 0px 1.2em;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 1.2em;
}
.arrow2 li a {
	font: 10pt/12pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	margin: 0px 0px 5pt;
	padding: 0px;
	height: auto;
	width: auto;
}
.arrow2 li a:hover {
	color:#333333;
}





.artimages {
	padding:0px 10px 0px 0px;
	text-align:right;
}

