@charset "utf-8";
/* CSS Document */

/*  MorningGloriesCT 2010 - CSS written by Danielle Amaral-LeBlanc on behalf of Payson, LLC */

/*----colors----
	blue-grey: #d9e2ec
	light-blue: #b0c0d4
	lime-green:  #bed762
	green: #849545
	bright-blue: #4a8fb9
	light-green: #c7d591
	navy: #11243c
	*/
	


/*-------declare font face-------*/

@font-face {
	font-family: 'HoneyScriptLight';
	src: url('../font/honeyscript-light-webfont.eot');
	src: local('☺'), url('../font/honeyscript-light-webfont.woff') format('woff'), url('../font/honeyscript-light-webfont.ttf') format('truetype'), url('../font/honeyscript-light-webfont.svg#webfontRSyRaQdP') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*-----page style----*/
body {
	background-color: #11243c;
}

#page {
	width: 975px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0px;
}

#main-container {
	width: 975px;
	height: auto;
	background-color: #FFF;
	padding-bottom: 10px;

}

	/*-----call out----*/
	.number {
	width: 975px;
	height: auto;
	font-family: 'HoneyScriptLight';
	color: #d9e2ec;
	font-size: 32px;
	text-align:right;
	display: block;
	line-height: 30px;
	}

	.address {
	width: 975px;
	height: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #b0c0d4;
	font-size: 11px;
	text-align:right;
	margin-bottom: 8px;
	
	display: block;
	}

/*navigation*/
#nav-container {
	background-color: #bed762;
	height: 80px;
	width: 975px;
	padding: 0;
	
}

	.logo {
		width: 463px;
		height: 80px;
		float: left;
		}

		#nav-container ul {
			list-style:none;
      		margin:0;
      		padding:0;
			display:inline;
    		}
				
			#nav-container ul li {
       			display:inline;
       			list-style:none;
      			margin:0;
				display:inline;  
    			}
				
			#nav-container ul li a:hover {
				background-position: 0px -80px;
				}
				
			a.home {
				width: 118px;
				height: 80px;
				background-image: url(../images/home_nav.jpg);
				float: left;
			}
			
			a.about {
				width: 120px;
				height: 80px;
				background-image:url(../images/about_nav.jpg);
				float: left;
			}
			
			a.portfolio {
				width: 143px;
				height: 80px;
				background-image:url(../images/portfolio_nav.jpg);
				float: left;
			}
			
			a.contact {
				width: 128px;
				height: 80px;
				background-image:url(../images/contact_nav.jpg);
				float: left;
			}



/*----- homepage main content ------*/
.home-img {
	background-image: url(../images/homepage.jpg);
	background-repeat: none;
	width: 955px;
	height: 124px;
	margin: 10px 10px 0px 10px;
	padding-top: 400px;
}
	
	.home-img h1 {
		width: 875px;
		height: auto;
		text-align: right; 
		padding: 10px 40px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #3f7898;
		font-size: 17px;
		font-weight: normal;
		text-shadow: #949ddc 2px 2px 2px;
		background-color: #ffffff;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	
/*-------inside content------*/

#left-img {
	width: 430px;
	height: 520px;
	float: left;
	margin: 10px 0px 0px 10px;
}

#right-content {
	width: 475px;
	height: auto;
	float: left;
	font-family:  "Myriad Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #849545;
	line-height: 24px;
	margin: 10px 30px 0px 30px;
	font-size: 12px;
}

	#right-content a {
	color: #fc1d83;
	font-size: 12px;
	}
	
	#right-content a:hover {
	color: #bed762;
	font-size: 12px;
	}
	

	#right-content h1 {
		color: #4a8fb9;
		font-size: 36px;
		font-family: 'HoneyScriptLight';
		font-weight: normal;
	}

/*---portfolio---*/


#portfolio-img {
	width: 430px;
	height: autopx;
	float: left;
	margin: 10px 0px 0px 10px;
}


.images {
	border: 1px solid #b0c0d4;
	padding: 4px;
	width: 70px;
}

/*------ footer -------*/
#footer {
	width: 975px;
	height: auto;
	padding: 30px;
	text-align: center;
	color: #c7d591;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	line-height: 20px;
}

	#footer h4 {
	color: #c7d591;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	line-height: 20px;
	}
	
	#footer a {
	color: #c7d591;
	text-decoration: none;
	}
	
	

		

/*------ float clearing -----*/
.clear {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* IE6 css fixer v0.8: Wed, 19 May 2010 22:00:47 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.logo,
a.home,
a.about,
a.portfolio,
a.contact {display:inline;}

/* add transparancy */
.home-img h1 {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}