/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	background: transparent;
	}
	
body 
	{
	line-height: 1em;
	font-family: tahoma, sans-serif;
	background: #ffffff;
	color: #707070;
	}
	  
ol, ul, li
	{
	list-style: none;
	} 
	 
img
	{
	border: 0px;
	} 
	 
h1, h2, h3, h4, h5, h6
	{
	font-weight: normal;
	}  
	
em 
	{
	font-size: 1em;
	font-style: italic;
	} 
	 
strong 
	{
	font-size: 1em;
	font-weight: bold;
	}  

/* End of Reset */

/* Formatting */

h1
	{
	font-size: 1.875em;
	line-height: 1.3em;
	padding: 10px 0px 0px 0px;
	}
	
h2
	{
	font-size: 1.25em;
	line-height: 1.3em;
	padding: 10px 0px 10px 0px;
	}

h3
	{
	font-size: 1.25em;
	line-height: 1.3em;
	color: #fe020d;
	padding: 20px 0px 0px 0px;
	}

h5
	{
	font-size: 1.25em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	}

h6
	{
	font-size: 0.75em;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	}

/* End of Formatting */

/* Black Top */

.blacktop
	{
	width: 100%;
	height: 10px;
	background: #000000;
	}

.blacktop img
	{
	width: 100%;
	height: 10px;
	border: none;
	}

/* End of Black Top */

/* Header Area */

#headercontainer
	{
	width: 100%;
	height: 70px;
	background: #d7e2e1;
	}

#headerarea
	{
	clear: both;
	width: 800px;
	height: 70px;
	background: #d7e2e1;	
	margin: 0px auto 0px auto;
	}
	
	/* Header Logo */
	
	#headerlogo
		{
		float: left;
		width: 160px;
		height: 66px;
		padding: 4px 0px 0px 0px;
		}

	#headerlogo img
		{
		width: 151px;
		height: 62px;
		border: 0px;
		}

	/* End of Header Logo */

	/* Header Nav */

	#headernav
		{
		float: left;
		width: 540px;
		height: 70px;
		text-align: right;
		}

	#headernav p
		{
		font-size: 1em;
		font-weight: bold;
		color: #363636;
		padding: 14px 5px 0px 0px;
		}

	#headernav ul
		{
		float: right;
		}

	#headernav ul li
		{
		float: left;
		font-size: 0.875em;
		color: #363636;
		padding: 10px 5px 0px 5px;
		}

	#headernav ul li a:link, #headernav ul li a:visited, #headernav ul li a:active
		{
		font-size: 1em;
		color: #363636;
		text-decoration: none;
		}

	#headernav ul li a:hover
		{
		font-size: 1em;
		color: #363636;
		text-decoration: underline;
		}
	
	#headernav ul li.over a:link, #headernav ul li.over a:visited, #headernav ul li.over a:hover, #headernav ul li.over a:active
		{
		font-size: 1em;
		color: #363636;
		text-decoration: underline;
		}

	/* End of Header Nav */

	/* Header partner Logo */

	#headerpartnerlogo
		{
		float: right;
		width: 100px;
		height: 60px;
		text-align: right;
		padding: 10px 0px 0px 0px;
		}

	#headerpartnerlogo img
		{
		width: 77px;
		height: 50px;
		border: none;
		}

	/* End of Header partner Logo */
	
/* End of Header Area */

/* White Spacer */

.whitespacer
	{
	width: 100%;
	height: 10px;
	background: #ffffff;
	}

.whitespacer img
	{
	width: 100%;
	height: 10px;
	border: none;
	}

/* End of White Spacer */

/* Content Area */

#contentcontainertop
	{
	width: 100%;
	background: url('../images/main-bg.jpg') no-repeat top center #ffffff;
	}

#contentcontainertopcontact
	{
	width: 100%;
	background: url('../images/main-bg-2.jpg') no-repeat top center #ffffff;
	}

#contentcontainerbottom
	{
	width: 100%;
	background: url('../images/main-bg.jpg') no-repeat bottom center #ffffff;
	}

#contentcontainerlogo
	{
	width: 100%;
	background: url('../images/main-logo.jpg') no-repeat top center #ffffff;
	}

#contentarea
	{
	clear: both;
	width: 800px;	
	margin: 0px auto 0px auto;
	}

	/* Content Left Area */

	#contentarealeft
		{
		float: left;
		width: 480px;
		padding: 0px 10px 10px 10px;
		}
	
	#contentarealeft img
		{
		float: left;
		width: 480px;
		height: 300px;
		border: none;
		padding: 0px 0px 10px 0px;
		}
	
	#contentarealeft p
		{
		font-size: 0.875em;
		line-height: 1.5em;
		padding: 10px 0px 10px 0px;
		}
	
	.right
		{
		float: right;
		font-size: 0.875em;
		font-weight: bold;
		color: #707070;
		}
	
	.right a:link, .right a:visited, .right a:hover, .right a:active
		{
		font-size: 1em;
		font-weight: bold;
		color: #707070;
		text-decoration: underline;
		}

	/* End of Content Left Area */
	
	/* Content Right Area */

	#contentarearight
		{
		float: right;
		width: 290px;
		padding: 0px 10px 0px 0px;
		}
		
	#newsheader
		{
		background: #959595;
		margin: 0px 0px 0px 0px;
		}
	
	#newsheader p
		{
		text-align: center;
		font-size: 0.875em;
		font-weight: bold;
		color: #ffffff;
		padding: 5px 5px 5px 5px;
		}
	
	#newsheader p a:link, #newsheader p a:visited, #newsheader p a:active
		{
		font-size: 1em;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}
	
	#newsheader p a:hover
		{
		font-size: 1em;
		font-weight: bold;
		color: #ffffff;
		text-decoration: underline;
		}
	
	.date
		{
		font-size: 0.857em;
		font-weight: normal;
		}
		
		/* Home News Area */
		
		#homenewsarea
			{
			clear: both;
			width: 288px;
			border: 1px solid #959595;
			}
				
		.homenewsitem
			{
			clear: both;
			width: 288px;
			min-height: 111px;
			border-bottom: 1px solid #959595;
			}
		
		.homenewsitem img
			{
			float: left;
			width: 100px;
			height: 100px;
			border: 0px;
			padding: 5px 5px 5px 5px;
			}
		
		.homenewsitem p
			{
			font-size: 0.75em;
			padding: 0px 5px 5px 0px;
			}
		
		.homenewsitem p a:link, .homenewsitem p a:visited, .homenewsitem p a:hover, .homenewsitem p a:active
			{
			font-size: 1em;
			font-weight: bold;
			color: #707070;
			text-decoration: underline;
			}
			
		.homenewsitemlast
			{
			clear: both;
			width: 288px;
			min-height: 111px;
			}
		
		.homenewsitemlast img
			{
			float: left;
			width: 100px;
			height: 100px;
			border: 0px;
			padding: 5px 5px 5px 5px;
			}
		
		.homenewsitemlast p
			{
			font-size: 0.75em;
			padding: 0px 0px 5px 5px;
			}
		
		.homenewsitemlast p a:link, .homenewsitemlast p a:visited, .homenewsitemlast p a:hover, .homenewsitemlast p a:active
			{
			font-size: 1em;
			font-weight: bold;
			color: #707070;
			text-decoration: underline;
			}
		
		/* End of Home News Area */
		
		/* See All News Area */
		
		#seeallnews
			{
			float: right;
			width: 290px;
			}
		
		#seeallnews p
			{
			font-size: 0.75em;
			}
		
		#seeallnews p a:link, #seeallnews p a:visited, #seeallnews p a:active
			{
			font-size: 1em;
			color: #369225;
			text-decoration: none;
			}
		
		#seeallnews p a:hover
			{
			font-size: 1em;
			color: #369225;
			text-decoration: underline;
			}
		
		/* End of See All News Area */
		
		/* Why Come to us Area */
		
		#whycomehomeheader
			{
			clear: both;
			height: 40px;
			background: url('../images/why-come-header.jpg') no-repeat #959595;
			margin: 20px 0px 0px 0px;
			}
			
		#whycomehomeheader p
			{
			text-align: center;
			font-size: 0.875em;
			font-weight: bold;
			color: #ffffff;
			padding: 16px 5px 5px 5px;
			}
		
		#whycomehomeheader p a:link, #whycomehomeheader p a:visited, #whycomehomeheader p a:active
			{
			font-size: 1em;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			}
	
		#whycomehomeheader p a:hover
			{
			font-size: 1em;
			font-weight: bold;
			color: #ffffff;
			text-decoration: underline;
			}
		
		#whycomehomearea
			{
			background: #d7e2e1;
			}
		
		#whycomehomearea p
			{
			font-size: 0.875em;
			line-height: 2em;
			padding: 20px 10px 20px 10px;
			margin: 0px 0px 20px 0px;
			}
		
		#whycomehomearea p a:link, #whycomehomearea p a:visited, #whycomehomearea p a:hover, #whycomehomearea p a:active
			{
			font-size: 1em;
			color: #fe020d;
			text-decoration: underline;
			}
			
		#whycomehomearea p a.bigred:link, #whycomehomearea p a.bigred:visited, #whycomehomearea p a.bigred:active
			{
			font-size: 1.78em;
			color: #fe020d;
			text-decoration: none;
			}
		
		#whycomehomearea p a.bigred:hover
			{
			font-size: 1.78em;
			color: #fe020d;
			text-decoration: underline;
			}
		
		/* End of Why Come to us Area */

	/* End of Content Right Area */
	
	/* Content Clear Area */

	#clearone
		{
		clear: both;
		width: 800px;
		height: 25px;
		}
	
	#clearone img
		{
		width: 800px;
		height: 25px;
		border: none;
		}
		
	/* End of Content Clear Area */

/* End of Content Area */

/* Red Footer Area */

#redfootercontainer
	{
	width: 100%;
	height: 40px;
	background: #fe020d;
	}

#redfooterarea
	{
	clear: both;
	width: 800px;
	height: 40px;	
	background: url('../images/red-bottom-girl.jpg') no-repeat top left #fe020d;
	margin: 0px auto 0px auto;
	}

#redfooterarea p
	{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #ffffff;
	padding: 11px 0px 0px 0px;
	}

#redfooterarea p a:link, #redfooterarea p a:visited, #redfooterarea p a:hover, #redfooterarea p a:active
	{
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
/* End of Red Footer Area */

/* Grey Footer Area */

#greyfootercontainer
	{
	width: 100%;
	height: 80px;
	background: #d7e2e1;
	}

#greyfooterarea
	{
	clear: both;
	width: 800px;
	height: 80px;
	background: #d7e2e1;	
	margin: 0px auto 0px auto;
	}

	/* Grey Footer Logo */
	
	#greyfooterlogo
		{
		float: left;
		width: 160px;
		height: 66px;
		padding: 4px 0px 0px 0px;
		}

	#greyfooterlogo img
		{
		width: 151px;
		height: 62px;
		border: 0px;
		}

	/* End of Grey Footer Logo */

	/* Grey Footer Nav */

	#greyfooternav
		{
		float: left;
		width: 540px;
		height: 70px;
		}

	#greyfooternav ul
		{
		padding: 2px 0px 0px 18px;
		}
	
	#greyfooternav ul li
		{
		float: left;
		font-size: 0.75em;
		line-height: 1.5em;
		color: #363636;
		padding: 0px 2px 0px 2px;
		}

	#greyfooternav ul li a:link, #greyfooternav ul li a:visited, #greyfooternav ul li a:active
		{
		font-size: 1em;
		color: #363636;
		text-decoration: none;
		}

	#greyfooternav ul li a:hover
		{
		font-size: 1em;
		color: #363636;
		text-decoration: underline;
		}
	
	#greyfooternav p
		{
		font-size: 0.75em;
		line-height: 1.5em;
		color: #363636;
		text-align: center;
		}
	
	#greyfooternav p a:link, #greyfooternav p a:visited, #greyfooternav p a:active
		{
		font-size: 1em;
		color: #363636;
		text-decoration: none;
		}

	#greyfooternav p a:hover
		{
		font-size: 1em;
		color: #363636;
		text-decoration: underline;
		}

	/* End of Grey Footer Nav */

	/* Grey Footer partner Logo */

	#greyfooterpartnerlogo
		{
		float: right;
		width: 100px;
		height: 60px;
		text-align: right;
		padding: 10px 0px 0px 0px;
		}

	#greyfooterpartnerlogo img
		{
		width: 77px;
		height: 50px;
		border: none;
		}

	/* End of Grey Footer partner Logo */
	
/* End of Grey Footer Area */

/* Why Us Area */

#contentarealeft img.meettheteam
	{
	float: right;
	width: 191px;
	height: 100px;
	border: none;
	padding: 30px 0px 0px 0px;
	}

#whycomeheader
	{
	height: 40px;
	background: url('../images/why-come-header.jpg') no-repeat #959595;
	}
			
#whycomeheader p
	{
	text-align: center;
	font-size: 0.875em;
	font-weight: bold;
	color: #ffffff;
	padding: 16px 5px 5px 5px;
	}
		
#whycomearea
	{
	font-size: 0.875em;
	line-height: 1.6em;
	border: 1px solid #d7e2e1;
	padding: 10px 10px 10px 10px;
	}

#whycomearea ol li
	{
	list-style: decimal inside;
	}
		
#whycomearea p
	{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 0px 5px 0px;
	}

/* End of Why Us Area */

/* Meet the Team Area */

#meettheteam
	{
	clear: both;
	width: 780px;
	padding: 0px 10px 0px 10px;
	}

.meettheteamline
	{
	clear: both;
	width: 780px;
	padding: 10px 0px 10px 0px;
	}

.meettheteamimage
	{
	float: left;
	width: 200px;
	}

.meettheteamimage img
	{
	width: 200px;
	height: 130px;
	border: none;
	padding: 0px 0px 10px 0px;
	}

.meettheteamcontent
	{
	float: right;
	width: 580px;
	}

.meettheteamcontent p
	{
	font-size: 0.875em;
	line-height: 1.6em;
	padding: 0px 0px 10px 10px;
	}

.meettheteamclear
	{
	clear: both;
	width: 780px;
	height: 1px;
	}

.meettheteamclear img
	{
	display: block;
	width: 780px;
	height: 1px;
	border: none;
	background: #ffffff;
	}
	
/* End of Meet the Team Area */

/* Case Studies Area */

#casestudies
	{
	clear: both;
	width: 780px;
	padding: 0px 10px 0px 10px;
	}

.casestudiesline
	{
	clear: both;
	width: 780px;
	padding: 10px 0px 10px 0px;
	}

.casestudiesimage
	{
	float: left;
	width: 200px;
	}

.casestudiesimage img
	{
	width: 200px;
	height: 200px;
	border: none;
	padding: 0px 0px 10px 0px;
	}

.casestudiescontent
	{
	float: right;
	width: 580px;
	}

.casestudiescontent p
	{
	font-size: 0.875em;
	line-height: 1.6em;
	padding: 0px 0px 10px 10px;
	}

.casestudiesclearone
	{
	clear: both;
	width: 780px;
	height: 1px;
	}

.casestudiesclearone img
	{
	display: block;
	width: 780px;
	height: 1px;
	border: none;
	background: #959595;
	}

.casestudiescleartwo
	{
	clear: both;
	width: 780px;
	height: 1px;
	}

.casestudiescleartwo img
	{
	display: block;
	width: 780px;
	height: 1px;
	border: none;
	background: #ffffff;
	}
	
/* End of Case Studies Area */

/* News Area */

#news
	{
	clear: both;
	width: 780px;
	padding: 0px 10px 0px 10px;
	}

.newsline
	{
	clear: both;
	width: 780px;
	padding: 10px 0px 10px 0px;
	}

.newsimage
	{
	float: left;
	width: 200px;
	}

.newsimage img
	{
	width: 200px;
	height: 200px;
	border: none;
	padding: 0px 0px 10px 0px;
	}

.newscontent
	{
	float: right;
	width: 580px;
	}

.newscontent p
	{
	font-size: 0.875em;
	line-height: 1.6em;
	padding: 0px 0px 10px 10px;
	}

.newsclearone
	{
	clear: both;
	width: 780px;
	height: 1px;
	}

.newsclearone img
	{
	display: block;
	width: 780px;
	height: 1px;
	border: none;
	background: #959595;
	}

.newscleartwo
	{
	clear: both;
	width: 780px;
	height: 1px;
	}

.newscleartwo img
	{
	display: block;
	width: 780px;
	height: 1px;
	border: none;
	background: #ffffff;
	}
	
/* End of News Area */

/* Contact Us Area */

#contactus
	{
	clear: both;
	width: 780px;
	padding: 0px 10px 0px 10px;
	}

#contactusleft
	{
	float: left;
	width: 370px;
	padding: 0px 10px 0px 10px;
	}

#contactusleft p
	{
	font-size: 0.875em;
	line-height: 1.6em;
	padding: 0px 0px 10px 0px;
	}

#contactusleft p a:link, #contactusleft p a:visited, #contactusleft p a:hover, #contactusleft p a:active
	{
	font-size: 1em;
	color: #707070;
	text-decoration: underline;
	}
			
#contactusright
	{
	float: right;
	width: 370px;
	padding: 0px 10px 0px 10px;
	}

#contactusright p
	{
	font-size: 0.875em;
	line-height: 1.6em;
	}

label
	{
	font-size: 0.875em;
	line-height: 1.6em;
	}

input
	{
	width: 350px;
	height: 20px;
	margin: 5px 0px 5px 0px;
	}
	
textarea
	{
	width: 350px;
	height: 100px;
	margin: 5px 0px 5px 0px;
	}
	
.button
	{
	width: 120px;
	height: 25px;
	font-size: 0.8125em;
	color: #707070;
	}

/* End of Contact Us Area */

/* Site Map Area */

#sitemap
	{
	clear: both;
	width: 780px;
	padding: 10px 10px 200px 10px;
	}

#sitemap ul
	{
	padding: 50px 0px 0px 20px;
	}

#sitemap ul li
	{
	list-style: disc;
	font-size: 1em;
	color: #707070;
	padding: 5px 0px 5px 0px;
	}

#sitemap ul li a:link, #sitemap ul li a:visited, #sitemap ul li a:active
	{
	font-size: 1em;
	color: #707070;
	text-decoration: none;
	}

#sitemap ul li a:hover
	{
	font-size: 1em;
	color: #707070;
	text-decoration: underline;
	}
	
/* End of Site Map Area */