﻿@charset "UTF-8";

/* REDEFINED TAGS */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background: #EFEFEF url(images/page_bg.gif) center top repeat-y;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
/* CLASSES */
/*
.innerContent .content img {
	background-color:#FFF;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
    width: 275px;
    height: 275px;
}*/
.innerContent { padding:10px; }
.innerContent h3 {
	padding-top: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #647f91;
}
.innerContent a {
	color: #647f91;
	
}
.interiorHeader {
	background-color: #CCC;
	padding-top: 0px;
	width:100%;
	position:relative;
}
	.interiorHeader .outer{
		position:relative;
		width:900px;
		margin-left:auto;
		margin-right:auto;
		background-color: #FFF;
		border-right: 3px solid #999;
		border-left: 3px solid #999;
	}
	.interiorHeader .content{
		text-align:center;
		background-color:#FFF;
		padding: 0px 20px 0px 20px;
	}
		.interiorHeader .outer .content a {
			display:block;
			width: 372px;
			height: 89px;
			margin: 0px auto;
			padding:15px;
			text-indent: -10000px;
			background: url(images/logo.jpg) center left no-repeat;	
		}
.header {
	background-color: #CCC;
	padding-top: 0px;
	width:100%;
	position:relative;
}
	.header .outer{
		position:relative;
		width:900px;
		margin-left:auto;
		margin-right:auto;
		background-color: #FFF;
		border-right: 3px solid #999;
		border-left: 3px solid #999;
	}
	.header .content{
		text-align:center;
		background-color:#FFF;
		padding: 0px 20px 0px 20px;
	}
		.header .outer .content a {
			display:block;
			width: 372px;
			height: 89px;
			margin: 0px auto;
			padding:15px;
			text-indent: -10000px;
			background: url(images/logo.gif) center left no-repeat;	
		}
.menu {
	background-color: #CCC;
	padding-top: 0px;
	width:100%;
	position:relative;
	border-bottom: 2px solid #647f91;
	
}
	.menu .outer{
		position:relative;
		background-color: #FFF;
		width:900px;
		margin: 0px auto;
		border-right: 3px solid #999;
		border-left: 3px solid #999;
		text-align:center;
	}
	.menu .content{
		margin: 0px auto;
		padding: 0px 20px 5px 20px;
		background-color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		text-transform:uppercase;
		color: #330000;
		letter-spacing:2px;
	}
.testimonial {
	background-color: #92a4b2;
	width:100%;
	position:relative;
}
	.testimonial .outer{
		position:relative;
		background-color: #B0C4DE;
		padding: 0px;
		width:900px;
		height: 66px;
		margin: 0px auto;
		border-right: 3px solid #647f91;
		border-left: 3px solid #647f91;
	}
	#home .testimonial .outer{
		height: auto;
	}
	#home .testimonial ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;
	}
	#home .testimonial ul li {
		display: inline;
	}
	#home .testimonial ul li a {
		display:block;
		float:left;
		height:18px;
		margin-right: 10px;
		overflow:hidden;
		text-indent:-99999px;
		padding: 0;
	}
		#home .testimonial ul li a.profile {
			width: 120px;
			background:transparent url(images/btn-myProfile.gif) no-repeat scroll left top;
		}
		#home .testimonial ul li a.services {
			width: 120px;
			background:transparent url(images/btn-myServices.gif) no-repeat scroll left top;
		}
		#home .testimonial ul li a.portfolio {
			width: 134px;
			background:transparent url(images/btn-myPortfolio.gif) no-repeat scroll left top;
		}
	.testimonial .content{
		height: auto;
		padding: 0px 20px 0px 20px;
	}
	#home .testimonial .content {
		padding: 0;
	}
		#home .testimonial .content .portrait {
			padding: 20px 0 20px 15px;
		}
	.testimonial .content h2{
		display:block;
		padding:10px 0px 10px 0px;
		font-size: 40px;
		color:white;
		font-weight:normal;
	}
.topContent {
	margin:0px;
	padding:0px;
	background-color: #92a4b2;
	width:100%;
}
	.topContent .outer{
		position:relative;
		background-color: #acb5c4;
		padding: 0px;
		width:900px;
		margin: 0px auto;
		border-right: 3px solid #647f91;
		border-left: 3px solid #647f91;
	}
	.topContent .content{
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#FFF;
		font-size:12px;
		height:auto;
		padding: 0px 20px 0px 20px;
	}
	.topContent .content h2{
		display:block;
		padding:5px 0px 5px 0px;
		font-size: 20px;
		color:white;
		font-weight:normal;
	}
	.topContent a{
		color:#FFF;
		text-decoration:none;
	}
	.topContent .content h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#FFF;
		font-weight:normal;
		font-size:16px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.topContent td {
		padding: 5px 15px;
	}

#home .homeTable .homeTitle,
#home .bottomContent h4 {
	text-transform: uppercase;
}
	.topContent .homeTable td {
		width: 276px;
		padding: 0;
		line-height: 1.2em;
	}
		.topContent .homeTable td ul {
			list-style-image: url(images/bullet-red.gif);
			margin: 0 0 0 0;
			padding: 0 0 0 25px;
		}
		.topContent .homeTable td a {
			text-decoration: underline;
			line-height: normal;
		}
		.topContent .homeTable td a:hover {
			text-decoration: none;
		}
	.topContent .column1,
	.topContent .column2 {
		background: transparent url("images/homeDivider-red.gif") 266px 0 no-repeat;
	}
		.topContent .column1 td.image {
			width: 120px;
		}
		.topContent .column1 td.text,
		.topContent .column2 .homeContent {
			padding-right: 25px;
		}

.bottomContent {
	margin:0px;
	padding:0px;
	background-color: #CCC;
	padding-top: 0px;
	width:100%;
	position:relative;
	border-bottom: 2px solid #999;
}
	.bottomContent .outer{
		position:relative;
		background-color: #EEE;
		width:900px;
		margin: 0px auto;
		border-right: 3px solid #999;
		border-left: 3px solid #999;
	}
	.bottomContent .outer .innerContent{
		color: #000;
		line-height:20px;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	.bottomContent .content{
		padding: 0px 20px 0px 20px;
		color: #666;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
	}
	.bottomContent ul {
		list-style-image: url(images/bullet-grey.gif);
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
	}
	.bottomContent a{
		text-decoration:none;
	}
	.bottomContent .content h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#647f91;
		font-weight:normal;
		font-size:16px;
		text-transform:uppercase;
		letter-spacing:2px;
		/*padding: 0px 10px 0px 10px;*/
	}
	.bottomContent td {
		padding: 5px 15px;
	}
.ftr {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
	color: #CCC;
	padding-bottom: 100px;
}
.testimonialTxt {
	padding-top:20px;
}
	.testimonialTxt h1 {
		/*background:url(images/quote_left.gif) top left no-repeat;*/
		padding:0px 0px;
	}
	.testimonialTxt a {
		display:block;
		color:white;
		font-weight:normal;
		line-height:25px;
		font-size: 14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		padding:0px 30px;
		/*background:url(images/quote_right.gif) bottom right no-repeat;*/
	}
	.testimonialTxt #btns {
		margin: 0 auto;
		/*padding: 15px 0px;*/
		width:410px;
		height: 18px;
	}
.testimonialTxt .hidden {
	display: none;
}
