/* CSS Document */


body {
	background-color:#EFEFEF;
	margin-bottom:0px;
	margin-top:0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

img {
	float:left;	
	margin-right:30px;
}


h2 {
	margin-top: 35px;
	font-size:24px;
	color:#39F;
}


p {
	color:#39393D;
}

ul, ol {
	color:#333;
}

#container {
	height:100%;
	width:800px;
	margin:0 auto;
	margin-top:0px;
		
}

/*------HEADER-----*/
#header {
	height:210px;
	margin-bottom:-50px;
	margin-top:0px;
	width:800px;
	background-color:#fff;
	 
}

#logo {
	margin-top:8px;
	margin-left:35px;
	
}

.tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	float:left;	
	margin-top:65px;
	margin-left:15px;
	color:3982FF;
	
}

.contact {
	line-height:7px;
	text-align:right;
	font-size:14px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	padding-top:15px;
	margin-right:35px;
	color:#999;
}


#content {
	width:800px;
	height:auto;
	font-size:16px;	
	background-color:#FFF;
	margin-top:-20px;
	padding-top:25px;
	line-height:25px;

}

#content img {
	margin-left:20px;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-ms-border-radius:15px;
		
}

#contentText {
	margin-left:350px; /*don't let this number get smaller because text won't align properly to the left bc of the image*/
	margin-top:-20px;
	width:400px;
}

/*------NAVIGATION-----*/
#nav {
	background-color:#CED3DB; 
	width:800px;
	height:48px;
	text-align:center;
	padding:0px;
	
	float:left;
	border-top:4px solid #F6F8FC;
	border-bottom:4px solid #F6F8FC;

}

#nav li {
	list-style:none;
	display:inline;
	
}

a:link {
	color:#39393D;
	text-decoration:none;
}

a:active {
	color:#AF80CE;
}

a:visited {
	color:#39393D;
}


a:hover {
	color:#39F;
}

#nav a:hover {
	height:22px;	
	background-color:#FFF;
}

#nav li a {
	float:left;
	width:150px;
	text-decoration:none;
	padding:13px 5px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	
}


body#home a#homeNav,
body#about a#aboutNav,
body#services a#servicesNav,
body#testimonials a#testimonialsNav,
body#contact a#contactNav {
	background-color:#F6F8FC;
	color:#39393D;
	height:24px;
	
}

#contentText li {
	line-height:20px;	
	
}

/*------TESTIMONIALS-----*/
.testimonials li {
	list-style:none;
	margin-left:-40px;	
	font-style:italic;	
	
}


/*------CONTACT-----*/
.contactInfo li {
	list-style:none;
	margin-left:-40px;
	
}

#contactUs #contentText {
	padding-left:-175px;
}


/*------FOOTER-----*/
#footer {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#39393D;
	width:800px;
	
	text-align:center;
	height:25px;
	font-size:12px;
	
	border-top:4px solid #B797CC;
	
}
 
/* Landscape phone to portrait tablet */
@media handheld, screen and (max-width: 767px) {	
	body {
		margin:0;
		padding:0;	
	}

	#nav {
		width:730px;
		height:48px;
	}
	
	#nav li a {
		width:135px;
	}

	a#contactNav:hover {
		width:140px;
	}

	#header {
		width:730px;
		margin:0;
		padding:0;
	}
	
	#container {
		height:100%;
		width:730px;
		margin:0 auto;
		padding:0;

	}
	
	
	#content {
		width:730px;

	}
	
	.contact {
		padding-top:15px;
		margin-right:35px;
	}
	
	#footer {
		width:730px;
			
	}
	
	#contentText {
		margin-left:350px; 
		width:350px;
	}

}


@media handheld, screen and (max-width: 640px) {

	#logo {
		margin-left:40px;
		margin-top:30px;	
	}

	#header {
		width:620px;
		margin-top:0;
		padding-top:0;

	}
	
	.tagline {
		font-size:18px;
		margin-top:90px;
		margin-left:0px;
	}
		
	.contact {
		margin-left:420px;
		margin-top:10px;
		position:absolute;
	}

	#content img {	
		margin-top:15px;	
		margin-bottom:15px;
		margin-left:25px;
		width:250px;
		max-width:100%;
		height:250px;
	}

	#container {
		width:620px;
	}	

	#content {
		width:620px;
		font-size:16px;	
		margin-top:-20px;
		padding-top:25px;
	}
	
	#nav {
		width:620px;
		height:48px;
		text-align:center;
		display:block;
	}

	#nav li a {
		width:113px;
	}

	a#contactNav:hover {
		width:118px;
	}	

	#contentText {
		margin-left:300px; 
		width:280px;
	}

	#footer {
		width:620px;
		font-size:10px;
		margin-bottom:0;
		padding-bottom:0;
	}

}


/* Landscape phones and down */
@media handheld, screen and (max-width: 480px) { 
	body#home a#homeNav,
	body#about a#aboutNav,
	body#services a#servicesNav,
	body#testimonials a#testimonialsNav {
		height:28px;
		
	}

	body#contact a#contactNav {
		height:31px;	
		margin-bottom:0px;
		
	}

	body { 
		margin-top:0;
		padding-top:0;	
	}

	#logo {
		margin-left:150px;
		margin-top:50px;	
	}

	#header {
		width:445px;
		margin-top:0;
		padding-top:0;

	}

	.tagline {
		font-size:18px;
		margin-top:220px;
		margin-left:-220px;
	}
	
	.contact {
		margin-left:145px;

	}

	#container {
		width:445px;
	}	

	#content img {	
		margin-top:15px;	
		margin-bottom:15px;
		margin-left:75px;
		width:300px;
		max-width:100%;
		height:300px;
	}

	#nav {
		width:445px;
		height:268px;
		text-align:center;
		display:block;
	}

	#nav li {
		width:445px;
		list-style:none;
		display:inline-block;
	}
	
	#nav li a {
		width:445px;
		text-decoration:none;
		padding:13px 0px;
	}

	#nav a:hover {
		background-color:#FFF;	
	}	

	a#contactNav:hover {
		width:445px;
	}

	
	#content {
		width:445px;
		font-size:16px;	
		margin-top:-20px;
		padding-top:25px;
	}
	
	
	#contentText {
		margin-left:80px; 
		width:300px;
	}
	
	
	#footer {
		width:445px;
		font-size:10px;
		margin-bottom:0;
		padding-bottom:0;
	}

}
