/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
	margin:0;
	padding:0px 0px 10px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background:#e9e9e9;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #692b6e;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #360a39;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	margin:0;
	font-weight:normal;
	padding:5px 0px 20px;
	background:url(../../images/misc/titleBg.gif) top no-repeat;
	color:#c00;
}

h2 {
	font-size: 1.6em;
	margin:0;
	padding:0px 0px 10px;
}

.botBuster {
	display:none;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 920px;
	padding:0 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background:#7e2a84 url(../../images/misc/header.png) top no-repeat;
}

#header {
	width: 920px;
	height: 250px;
}
	#header #logo {
		float: left;
		width: 345px;
		height: 110px;
		padding:10px 0px 0px;
		font-size: 1px;
	}
	#header #headerCTA {
		clear:right;
		float:right;
		padding:10px 85px 0 0;
		text-align:right;
	}
		#header #headerCTA p {
			margin:0;
			padding:6px 0 0;
			font-size:2.4em;
			font-weight:bold;
			line-height:1.2em;
		}
			#header #headerCTA p span.caps {
				text-transform:uppercase;
			}
			#header #headerCTA p span.lower {
				display:block;
				font-size:1.3em;
			}
			#header #headerCTA p span.phonenumber {
				font-weight:bold;
				color:#7E2A84;
			}
	#header #headerSplash {
		clear:both;
		height:90px;
	}
		#header #headerSplash p {
			padding:30px 0 0 30px;
			font-size:2.8em;
			font-style:italic;
			font-weight:bold;
			color:#fff;
		}

#contentContainer {
	clear:both;
	padding-top:10px;
	background:#fff url(../../images/misc/contentTop.png) top center no-repeat;
}

#contentLeft {
	float:left;
	width:580px;
	padding:0px 20px 30px 20px;
}
	#contentLeft h1 {
		font-size:2.4em;
		margin:0;
		padding:15px 0px 10px 0px;
		margin-bottom:15px;
		color:#692b6e;
		border-bottom:2px solid #ccc;
	}
	#contentLeft h2 {
		font-size:1.8em;
		margin:0;
		padding:10px 0px 10px 0px;
		color:#692b6e;
	}
	#contentLeft p {
		font-size:1.4em;
		margin:0;
		padding:0 0 10px;
	}
	#contentLeft ul {
		font-size:1.4em;
		margin:0;
	}
	/*#contentLeft p.quote-name {*/
	/*	font-weight:bold;*/
	/*	padding:0 0 30px;*/
	/*}*/
	/*#contentLeft p span.quote {*/
	/*	font-size:2.0em;*/
	/*	font-weight:bold;*/
	/*	padding:0px;*/
	/*	color:#692b6e;*/
	/*}*/
	
	#contentLeft form {
		margin:0;
		padding:15px 20px;
	}
		#contentLeft form p {
			clear:both;
			height:20px;
		}
			#contentLeft form p label {
				float:left;
				width:150px;
				padding:0 10px 0 0;
				text-align:right;
			}
			#contentLeft form p input, #contentLeft form p select {
				float:left;
				width:200px;
			}
		#contentLeft form p.comments {
			height:90px;
		}
		#contentLeft form p.submit {
			padding:0 0 0 160px;
		}
			#contentLeft form p.submit input#contact_submit {
				width:auto;
			}
	
#contentRight {
	float:right;
	width:280px;
	padding:15px 20px 0 0;
}

#services-list {
	width:280px;
	height:300px;
	background:url(../../images/misc/callbackBg.png) no-repeat;
}
	#services-list h2 {
		margin:0;
		padding:10px 10px 10px;
		font-size:2.2em;
		color:#692b6e;
	}
	#services-list ul {
		margin:0;
	}
	#services-list ul li {
		padding:3px 0px 0;
		font-size:1.4em;
	}

#contentLeft div.quote {
		background:url(../../images/misc/quote-start.png) top left no-repeat;
		padding:0 0 0 40px;
}
		#contentLeft div.quote p.qline {
				background:url(../../images/misc/quote-end.png) bottom right no-repeat;
				padding:5px 40px 0 0;
				font-size:2.2em;
				font-style:italic;
				line-height:0.9em;
				font-weight:bold;
				color:#692b6e;
		}
		#contentLeft div.quote p.qauthor {
				padding:3px 50px 10px 0;
				font-size:1.6em;
				font-style:normal;
				font-weight:bold;
				color:#000;
				text-align:right;
		}
		#testimonials #contentLeft div.quote p.qline {
				background:url(../../images/misc/quote-end.png) bottom right no-repeat;
				padding:5px 40px 0 0;
				font-size:1.6em;
				font-style:italic;
				line-height:1.1em;
				font-weight:bold;
				color:#692b6e;
		}
		#testimonials #contentLeft div.quote p.qauthor {
				padding:3px 50px 30px 0;
				font-size:1.4em;
				font-style:normal;
				font-weight:normal;
				color:#000;
				text-align:right;
		}


/* Category Navigation Styles
--------------------------------------------------------------- */
#navigation {
	clear:both;
	width:910px;
	height:40px;
	padding:0px;
	position:relative;
	padding-left:10px;
}
	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
	}
		#navigation ul li {
			display: block;
			float:left;
			margin: 0px;
			width:160px;
			height:40px;
			text-align:center;
		}
			#navigation ul li a {
				display:block;
				height:40px;
				text-decoration:none;
				background:url(../../images/misc/tabOff.png) top center no-repeat;
			}
			#navigation ul li a:hover {
				background:url(../../images/misc/tabOn.png) top center no-repeat;
			}
				#navigation ul li a span {
					display:block;
					color:#666;
					text-decoration:none;
					padding:5px 0px;
					font-size:1.6em;
					height:16px;
					line-height:29px;
				}
				#navigation ul li a:hover span {
					text-decoration:underline;
				}
			body#home #navigation ul li.navHomePage a, body#our-services #navigation ul li.navOurServices a, body#testimonials #navigation ul li.navTestimonials a, body#contact-us #navigation ul li.navContactUs a {
				background:url(../../images/misc/tabOn.png) top center no-repeat;
			}
				body#home #navigation ul li.navHomePage a span, body#our-services #navigation ul li.navOurServices a span, body#testimonials #navigation ul li.navTestimonials a span, body#contact-us #navigation ul li.navContactUs a span {
					font-weight:bold;
					text-decoration:none;
				}



/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 910px;
	padding: 10px 20px 20px;
	color: #bbb;
	background:#f7f7f7 url(../../images/misc/footerBg.gif) top repeat-x;
	font-size: 1.2em;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	border-top:#7E2A84 solid 15px;
}

#footerLeft {
	float:left;
	width:240px;
}
	#footerLeft #footerCopyright {
		padding-left:5px;
	}

#footerRight {
	float:right;
	width:650px;
	padding-top:15px;
}

	#footer a {
		white-space: nowrap;
		color: #bbb;
		text-decoration: none;
	}
	#footer a:hover {
		color: #444;
		text-decoration:underline;
	}
#footer ul li.start {
	padding-left:0px;
}
#footer ul li.end {
	border-right:none;
}

ul#footerNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom:5px;
}
	ul#footerNav li {
		display: inline;
		padding-right:5px;
		padding-left:5px;
		margin: 0px 0px 0px 0px;
		border-right:1px solid #bbb;
	}

ul#footerCategoryNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom:5px;
}
	ul#footerCategoryNav li {
		display: inline;
		padding-right:3px;
		padding-left:3px;
		margin: 0px 0px 0px 0px;
		border-right:1px solid #bbb;
		font-size:10px;
	}

ul#footerDetails {
	clear:left;
	margin:0;
	padding:10px 0px 0px;
	list-style:none;
}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
	

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	clear:right;
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}
