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

/*////////// YAHOO RESET.CSS & FONTS.CSS \\\\\\\\\\\*/
html{color:#303030;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#303030;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% helvetica,arial,clean,sans-serif;}table{font-size:inherit;font:100%;}

/*////////////////////// UNIVERSALS \\\\\\\\\\\\\\\\\\\\\*/
.floatleft {
	float:left;
}
.full {
	display:block;
}
a img {
	border:0 none;
}
body {
	color:#222222;
}
.hidden {
	visibility:hidden;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h2 {
	font-weight:bold;
	font-size:14px;
}

a {
	color:#000;
}


/*////////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\\*/
html {
	background-color:white;
}
#page {
	background-color:#ffffff;
	width:1000px;
/*	height:650px;	*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#page .pagewrapper {
	padding:8px 12px 0px 12px;
}
#header .contactinfo {
	text-align:right;
	font-size:12px;
	margin-top:47px;
	margin-right:25px;
	display:block;
}
#header .contactinfo span.pipe {
	color:#ccc;
	margin:0 8px;
	font-weight:normal;
}
#content {
	display:block;
	width:auto;
	height:386px;
	line-height:1.3em;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0px 0px 12px 0px;
	margin:0px;
	border-bottom:solid 1px #666;
}
#content.noscroll {
	height:386px;
	overflow-y:hidden;
	padding:0px 0px 12px 0px;
	margin:0px;

}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin-bottom:14px;
	color:#000;
}

#content p {
	font-size:12px;
	margin-bottom:14px;
}
#content p.mrg-bottom-none {
	margin-bottom:0px;
}
#content.thumbnail img {
	float:left;
	width:65px;
	height:65px;
	margin:0 10px 10px 0;
}

#content.aboutfirm h1 {
	font-size:18px;
	line-height:1.0em;
	margin-bottom:10px;
}
#content.aboutfirm h2 {
	font-size:13px;
	line-height:1.0em;
	margin-bottom:4px;
}
#content.aboutfirm p {
	font-size:12px;
	line-height:1.35em;
	margin-bottom:10px;
}
#content.aboutfirm p.mrg-bottom-none {
	margin-bottom:0px !important;
}


#lower-half {
	width:1000px;
	margin:0 auto;
	padding:14px 0 14px 0;
	background:url(images/lower-bg.gif) repeat-y;
}
#lower-half .links {
	float:left;
	display:block;
	width:208px;
	margin-right:16px;
	text-align:right;
}
#lower-half .links ul li {
	margin-top:0;
	padding-top:0;
	margin-bottom:8px;
}
#lower-half .links ul li a {
	display:block;
	padding:0px;
	margin:0px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration:none;
}
#lower-half .links ul li a.inactive {
	color: #afafaf;
	text-decoration:none;
}
#lower-half div.sub-text {
	float:right;
	display:block;
	width:700px;
	margin-right:40px;
	line-height:1.3em;
	height:auto;
	font-size:13px;
	padding-top:3px;
}
#lower-half h2.project-title {
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal !important;
	font-size:18px;
	line-height:17px;
	color:#333;
}
#lower-half p strong {
	color:#666;
	font-weight:normal;
	display:block;
	line-height:1.0em;
	margin-bottom:-6px;
}

/*/////// CONTACT FORM TABLE /*/

#content table {
	width:auto;
	margin:0;
}
#content table td {
	padding:0 20px 6px 0;
	font-size:12px;
}


/*/////// FOOTER /*/
.footer {
	clear:both;
	display:block;
	text-align:right;
	font-size:11px;
	color:#888;
	display:block;
	background-color:white;
	width:962px;
	margin-left:auto;
	margin-right:auto;
	padding-right:38px;
}
.footer .wrapper {
	padding:10px 0 30px 0;
}

/*////////////// HEADER */
#header {
	border-bottom:1px solid #666;
	height:89px;
	margin:0px;
	padding:0px;
}
#header-right {
	display:block;
	float:right;
	width:746px;
	margin:0px;
	padding:0px;
}
#header #logo {
	display:block;
	float:left;
	width:198px;
	height:89px;
	background:url(images/logo-bg.gif) no-repeat;
	padding-left:32px;
}
#header ul#navigationUL {
	display:block;
	padding:0;
	margin:9px 0 0 0;
}
#header .menu li {
	float:left;
	vertical-align:bottom;
	border-right:1px solid #FFFFFF;
	width:143px;
	height:18px;
	text-align:center;
}
#header .menu li a {
	text-align:center;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px 16px;
	margin-left:auto;
	font-size:11px;
	margin-right:auto;
	display:block;
	background-color:#6a8cb0;
}
#header .menu li a.active {
	background-color:#014f7f;
}
#header .menu li a:hover, #header .menu li a:active, #header .menu li:hover a, #header .menu li:active a {
	background-color:#014f7f;
}

/*////////////// DROP-DOWN MENU */
#header .menu li ul {
	background-color:#000;
	position:absolute;
	width:141px;
	left:-999em;
	z-index:600;
	border: 1px #545454 solid;
	border-top:0 none;
}
#header .menu li ul li {
	width:141px;
	z-index:700;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	border-top: 1px solid #a8a8a8;
	border-right:0 none;
	height:100%;
}
#header .menu li ul li a {
	text-decoration:none;
	padding:3px 4px;
	background-color:#000;
	text-transform:none;
	margin:0;
	display:block;
}
#header .menu li ul li a:hover, #header .menu li ul li a:active {
	background:#c2c2c2;
	color:black;
	text-decoration:none;
}
#header .menu li:hover ul, #header .menu li.sfhover ul {
	left:auto;
}

/*////////////// LEFT BAR */
#leftbar {
	float:left;
	border-right:1px solid #666;
	width:229px;
	text-align:right;
}
#leftbar .thumbs {
	border-bottom:1px solid #666;
	display:block;
	height:398px;
	font-size:0px;
	line-height:0px;
}
#leftbar .thumbs .wrapper {
	border-right:1px solid #666;
	margin-right:17px;
	padding:23px 0 0 0;
}
#leftbar .thumbs ul.photos {
	text-align:right;
}
#leftbar .thumbs ul.photos li {
	height:74px;
	border-top:1px solid white;
}
#leftbar .thumbs ul.photos li a {
	background-position:top right;
	display:block;
	background-repeat:no-repeat;
	height:74px;
	border:0 none;
	outline:0 none;
}
#leftbar .links {
	display:block;
	height:114px;
}
#leftbar .links .wrapper {
	border-right:1px solid #666;
	margin-right:17px;
	padding:14px 16px 0 0;
	height:90px;
}
#leftbar .links ul li {
	margin-bottom:8px;
}
#leftbar .links ul li a {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #373737;
	text-decoration:none;
}

body img.bdr-bottom {
	border-bottom:solid 1px #fff !important;
}

/*////////////// HOME PAGE PHOTO */
#content #homephoto {
	border-bottom:1px solid #666;
	display:block;
	height:398px;
}
#content #homephoto img {
}
#content #homephoto #switcher {
	padding:23px 0 0 0;
}
#content #homephoto #switcher img {
	z-index:1;
	position:absolute;
}
#content #homephoto #switcher img.active {
	z-index:10;
}
#content #homephoto #switcher img.passive {
	z-index:5 !important;
}

/*////////////// PAGE CONTENT */
#content .wrapper {
	padding:20px 12px 0px 12px;
}

/*////////////// CONTACT US PAGE */
label {
	display:block;
	margin-top:10px;
}
.input, textarea {
	width:300px;
}
input, textarea {
	margin-right:6px;
	margin-top:4px;
}
.input:active, .input:focus, textarea:active, textarea:focus {
	border:2px solid #000;
	background-color:#F0FAFF;
}
.input, textarea {
	padding:4px;
}
.forgotten {
	border:1px solid red;
	background-color:#FFD5D5;
}
#error {
	font-weight:bold;
	color:red;
}
#emailSuccess {
	font-weight:bold;
	color:green;
}

/*///////////// PRINCIPALS PAGE */
.principal {
	margin-top:1px;
	height:125px;
}