@charset "UTF-8";
/* CSS Document */

/* HTML style below forces the page to have a vertical scrollbar so the layout doesn't jump when navigating between short and long pages */
html {
    min-height: 100%;
    margin-bottom: 1px;
}

/* General */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cbe3ec;
}

li {
	
	font-size: 12px;
	color: #997249;
	/* margin and padding for cross-browser usability */
	padding-left:15px;
	margin-left:15px;
}


a:link {
	color: #1f90b2;
	text-decoration: none;
	
}
a:visited {
	color: #1f90b2;
	text-decoration: none;
}
a:active { 
	color: #1f90b2;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #006381;
	text-decoration: underline;
}

#container {
	width:763px;
	margin:auto;
	background-color:#FFFFFF;
	margin-top:100px;
}

#banner-top {
	width:763px;
	height:34px;
}
#menu {
	height:34px;
}

#banner-bottom_about {
	float:left;
	width:341px;
	height:318px;
	background-image:url(images/top_banner-image_about.jpg);
}

#banner-bottom_services {
	float:left;
	width:341px;
	height:318px;
	background-image:url(images/top_banner-image_service.jpg);
}

#banner-bottom_portfolio {
	float:left;
	width:559px;
	height:196px;
	background-image:url(images/top_banner-image_portfolio.jpg);
}

#banner-bottom_appointments {
	float:left;
	width:341px;
	height:318px;
	background-image:url(images/top_banner-image_appt.jpg);
}



#content {
	width:763px;
	
	background-color:#FFFFFF;
}

#content-right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #997249;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 33px;
}

#content-right {
	background-image:url(images/top_banner-right_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width:422px;
}	

#content-right_portfolio {
	background-image:url(images/top_banner-right_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width:204px;
}	

#portfolio-cell P {margin:0px; padding:0px;}
#footer {
	clear:both;
}

#blog_footer {
	clear:both;
	width:7630x;
}



#footer-top {
	background-image:url(images/footer_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:25px;
}

#footer-bottom {
	width:763px;
}




/* Home Styles */

#banner_bottom_home {
	float:left;
	width:551px;
	height:155px;
	/* background-image:url(images/top_banner-image_home01.jpg);*/
}


#content-right-home {
	background-image:url(images/top_banner-right_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	height:155px;
	width:212px;
}
/* Services Styles */
#text2 {padding-top:15px;}
#text2 P {margin-bottom:5px; margin-top:13px;}

/* Portfolio Styles */

#portfolio_box {
	clear:both;
}

/* Articles / Blog Styles */

#banner-bottom_articles {
	float:left;
	width:341px;
	height:26px;
	background-image:url(images/top_banner-image_article.jpg);
	background-position:top;
}
	
#articles {
	clear:both;
	width:743px;
}
#article_content {
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:45px;
	padding-right:45px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #997249;
	line-height: 1.4em;
}

#article_content p{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
}

#blog_content {
	margin:0;
	padding:0;
}

#content .narrowcolumn {
	width:500px;
}

/* 
.post {
	float:left;
	width:450px;
}

#sidebar {
	float:right;
	width:300px;
}

.alightleft {
	clear:both;
	}
	
	*/