/* Michael Smith Design */

/* CCS Version 1.0 2009 */

body {
	margin: 0;
}

.header{
	width: 100%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background: #121212 url(graphics/michael-smith-design-header-bg.png);
	text-align: center;
	vertical-align: middle;
	padding-top: 110px;
	padding-bottom: 110px;
}

#navigation ul
{
	list-style: none;	
}

#navigation li
{
	display: inline;
	/*float: center;*/
	font: normal .75em Georgia, "Times New Roman", Times, serif;
	color: #191919;
}

#navigation li a,
#navigation li a:link,
#navigation li a:active,
#navigation li a:visited
{
	color: #8f8f8f;
	text-decoration: none;
	width: 156px;
}

#container .navigationContainer .navigation li a:hover
{
	color: #191919;
}

#container .navigationContainer .navigation .active
{
	display: inline;
	/* float: center; */
	font: normal .75em Georgia, "Times New Roman", Times, serif;
	color: #373431;
}

#navigation .active a,
#navigation .active a:link,
#navigation .active a:active,
#navigation .active a:visited
{
	color: #373431;
}

.content{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font: 12pt/18pt Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-bottom: 20px;
	text-align: justify;
}
a:link {  
	color: #669933;  
	font-weight: bold;  
	text-decoration: none;   
}

a:hover {  
	color: #333;  
	font-weight: bold;
	text-decoration: none;
}

a:active {  
	color: #669933;  
	font-weight: bold;  
	text-decoration: none;   
}  

a:visited {  
	color: #669933;  
	font-weight: bold;  
	text-decoration: none;   
}


.phone{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	color: #669933;
	font: italic 32px/32px Georgia, "Times New Roman", Times, serif;
}

.address {
	color: #999;
	font-size: 10pt;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 16px;
	padding-bottom: 50px;
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.sticky {
	top: 640px;
	left: 10px;
	position: absolute;
}

.img {
	padding-right: 10px;
	float: left;
}

#green {
	width: 295px;
	height: 165px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}