@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	background-image: url(../_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#header, #intro, #sections, #footer {
	width: 929px;
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(../_images/logo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 86px;
	border-top: 20px solid #336666;
}

#intro {
	margin-top: 20px;
}

#blurb {
	height: 303px;
	width: 305px;
	background-image: url(../_images/blurb_bg.jpg);
	float: left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 34px;
	font-weight: normal;
	font-size: 35px;
	color: #fff;
	margin: 0 0 0 15px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin: 20px 0 3px 15px;
}

#image {
	width: 624px;
	height: 303px;
	float: left;
	background-image: url(../xrtyqw/imageuploader/images/checked.jpg);
	text-align: right;
}

#blurb p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: white;
	margin: 20px 15px 0 15px;
	padding: 10px 0 10px 0;
}

#building_details {
	top: 200px;
	background-color: #336666;
	padding: 4px 120px 4px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	line-height: 540px;
}

#sections {
	margin-top: 20px;
}

#sections div {
	width: 305px;
	height: 200px;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin-right:  7px;
	background-image: url(../_images/section_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #336666;
	margin: 12px 17px 10px 17px;
}

#sections div p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 17px 0 17px;
}

#sections div a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336666;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#sections #sct_practice {

	border-color: #498484;
}

#sections #sct_what {

	border-color: #619a9a;
}

#sections #sct_clients {
	margin: 0;
	border-color: #6da9a9;
}


#footer {
	margin-top: 40px;
	padding-top: 25px;
	background-image: url(../_images/footer_bg.gif);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* Menu Styles */

#menu {
	list-style: none;
	float: right;
	margin-top: 2px;
}

#menu li { float: left; }

#menu li a{ 
	display: block;
	padding: 57px 27px 0 7px;
	margin-left: 2px;
	height: 20px;
	color: #336666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#menu li a:hover, #menu li a.current {
	color: #ffffff;
}

#home_link {
	border-bottom-color: #336666;
}

#home_link:hover, #home_link.current{
	background-color: #336666;
}

#practice_link {
	border-bottom-color: #498484;
}

#practice_link:hover, #practice_link.current{
	background-color: #498484;
}

#what_link {
	border-bottom-color: #619a9a;
}

#what_link:hover, #what_link.current{
	background-color: #619a9a;
}

#clients_link {
	border-bottom-color: #6da9a9;
}

#clients_link:hover, #clients_link.current{
	background-color: #6da9a9;
}

#contact_link {
	border-bottom-color: #7cbfbf;
}

#contact_link:hover, #contact_link.current{
	background-color: #7cbfbf;
}

/* Hacks 'n' shiz */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
