* {
	margin: 0px; 
	padding: 0px;
	font-family: Helvetica, Arial, Verdana;
}
img {border: 0px;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

a, a:visited, a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
	background: #FFF;
	background: url("../img/background-logo.png") no-repeat top center;
}

.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0px auto -26px;
	background: url("../img/background.png") repeat-x;
}

.footer {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	margin: 0px auto;

	background-color: #EEE;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: #BBB;
	border-style: solid;
		
	text-align: center;
}

.footer div {
	position: relative;
	display: block;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	font-size: 10px;
	color: #AAA;
	top: 5px;
	clear: both;
}

.footer a, .footer a:visited {
	color: #AAA;
}

.footer a:hover {
	color: #333;
}

#background-nav {
	position: relative;
	width: 100%;
	height: 36px;
	margin: 0px auto;
	background: url("../img/background-nav.png") repeat-x;
	font-size: 11px;
	color: #FFF;
	text-shadow: -1px -1px #000;
	letter-spacing: 1px;
	
	z-index: 2;
}

#nav {
	position: relative;
	display: block;
	width: 960px;
	margin: 0px auto;
	top: 9px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li.spacer {
	display: inline;
	background: url("../img/spacer-nav.png") no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 9px;
	padding-bottom: 5px;
}

#nav .login {
	position: relative;
	display: block;
	height: 20px;
	top: -9px;
	background: url("../img/background-login.png") repeat-x;
	padding-top: 9px;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow: -1px -1px #333;
}

#nav a, #nav a:visited {
	color: #FFF;
}

#nav a:hover {
	color: #FFCC00;
}

#nav a.mute, #nav a.mute:visited {
	color: #555;
}

#nav a.mute:hover {
	color: #555;
}

#loginbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 165px;
	background: url("../img/background-loginbox.png");
	top: 21px;
	left: 666px;
}

#loginbox p {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-top: 14px;
	
	text-shadow: -1px -1px #000;	
}

#loginbox input {
	width: 250px;
	height: 22px;
	border-width: 1px;
	border-color: #555;
	border-style: solid;
	background: url("../img/t.png") repeat;
	
	font-size: 12px;
	color: #FFCC00;
	text-shadow: -1px -1px #000;	
	letter-spacing: 1px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-border-radius: 4px;
}

#loginbox input.submit {
	width: 75px;
	font-size: 11px;
}

#main-content {
	position: relative;
	display: block;
	width: 960px;
	height: auto;
	margin: 0px auto;
}
#ed-spot {
	position:absolute;
	top:52px;
	left:510px;
	z-index:200;
}

#flash {
	position: relative;
	display: block;
	width: 690px;
	height: 496px;
	background: url("../img/background-screen.png") no-repeat;
	float: left;
	top: 27px;
}

#phone {
	position: relative;
	display: block;
	width: 202px;
	height: 363px;
	background: url("../img/no-flash.png") no-repeat;
	float: left;
	top: 45px;
	left: 60px;
}

#everywhere {
	position: relative;
	display: block;
	width: 408px;
	height: 282px;
	background: url("../img/main-everywhere.png") no-repeat;
	float: left;
	top: 150px;
	left: 50px;
}

#everywhere .copy {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #555;
	width: 320px;
	height: auto;
	top: 107px;
	left: 40px;
}

#everywhere a, #everywhere a:visited {
	color: #006699;
}

#everywhere a:hover {
	color: #000
}

#subpage {
	position: relative;
	display: block;
	width: 690px;
	height: auto;
	margin-top: 30px;

	background: url("../img/background-subpage.png") no-repeat;
	float: left;
}

#subpage p.header {
	position: relative;
	display: block;
	padding-top: 40px;
	padding-left: 40px;
}

#subpage p.subhead {
	position: relative;
	display: block;
	padding-left: 40px;
	padding-bottom: 10px;
}

#subpage p {
	position: relative;
	display: block;
	width: 580px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	text-align: justify;
}

#subpage a, #subpage a:visited {
	color: #336699;
}

#subpage a:hover {
	color: #000;
}

#subpage p.contact, #subpage p.contact2 {
	padding-top: 10px;
}

#subpage p.thumbhead {
	top: -40px;
}

#subpage input {
	width: 375px;
	height: 22px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	background: #FFFFEE;
	
	font-size: 12px;
	color: #555;
	padding-left: 5px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#subpage textarea {
	width: 375px;
	height: 125px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	background: #FFFFEE;
	
	font-size: 12px;
	line-height: 18px;
	color: #555;
	padding: 5px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#subpage input.submit {
	letter-spacing: 1px;
	color: #FFF;
	background: #333;
	border: 0px;
	width: 125px;
	font-size: 11px;
}

.management {
	position: relative;
	display: block;
	width: 580px;
	height: 100px;
	margin-left: 38px;
	margin-bottom: 10px;
	background-color: #EEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.management .headshot {
	position: relative;
	display: block;
	margin: 10px;
	float: left;
}

.management .copy {
	position: relative;
	display: block;
	margin: 10px;
	float: left;
	width: 450px;

	font-size: 11px;
	line-height: 18px;
	color: #555;
}

.management .copy strong {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.speciality {
	position: relative;
	display: block;
	width: 580px;
	height: 110px;
	margin-left: 38px;
	margin-top: 10px;
}

.speciality .icon {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 110px;
}

.speciality .item {
	position: relative;
	display: block;
	float: right;
	width: 450px;
	min-height: 90px;
	height: auto;
	background-color: #EEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	font-size: 11px;
	line-height: 18px;
	color: #555;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.speciality .item strong {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

#logo {
	position: relative;
	display: block;
	width: 205px;
	height: 31px;
	background: url("../img/logo.png") no-repeat;
	margin-top: 57px;
	margin-bottom: 30px;
}

#about-menu {
	position: relative;
	display: block;
	width: 235px;
	height: auto;
	margin-top: 10px;
	
	background-color: #FFFFEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	font-size: 12px;
	line-height: 18px;
	color: #555;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#about-menu p {
	display: block;
	padding: 10px;
}

#twitter-menu {
	position: relative;
	display: block;
	width: 235px;
	height: auto;

	background-color: #EEEEFF;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	font-size: 11px;
	line-height: 18px;
	color: #555;
	margin-top: 10px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#twitter-menu p {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#twitter-menu img {
	vertical-align: middle;
}

#twitter-menu a.tweet, #twitter-menu a.tweet:visited {
	color: #006699;
}

#twitter-menu a.tweet:hover {
	color: #006699;
	text-decoration: underline;
}

#about-menu a, #about-menu a:visited, #twitter-menu a, #twitter-menu a:visited, .portfolio-menu a, .portfolio-menu a:visited {
	font-size: 11px;
	color: #555;
}

#about-menu a:hover, #twitter-menu a:hover, .portfolio-menu a:hover {
	font-size: 11px;
	color: #000;
}

.portfolio-menu {
	position: relative;
	display: block;
	width: 235px;
	height: auto;
	margin-top: 10px;
	
	background-color: #EEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	font-size: 12px;
	line-height: 18px;
	color: #555;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.portfolio-menu p {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.portfolio-menu select {
	width: 205px;
	margin: 5px;
}

#contact-menu {
	position: relative;
	display: block;
	width: 235px;
	height: auto;
	margin-top: 10px;
	
	background-color: #FFFFEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	font-size: 12px;
	line-height: 18px;
	color: #555;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contact-menu p {
	display: block;
	text-align: left;
	padding: 10px;
}

#contact-menu .google {
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	padding: 0px;
}

#menu {
	position: relative;
	display: block;
	width: 270px;
	height: auto;
	float: right;
	
	z-index: 1;
}

.menu-bg {
	position: relative;
	display: block;
	width: 240px;
	height: 24px;
	
	background-color: #EEE;
	opacity: 0.9;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
		
	margin-bottom: 9px;
	clear: both;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.menu {
	position: relative;
	display: block;
	width: 240px;
	height: 35px;
	padding-left: 6px;
	
	font-size: 11px;
	color: #555;
	cursor: pointer;
	
	opacity: 1;
}

.menu img {
	float: left;
	opacity: 1;
}

.menu p {
	float: left;
	padding-top: 6px;
	padding-left: 5px;
	opacity: 1;
}

#secondary-content {
	position: relative;
	display: block;
	width: 960px;
	height: 200px;
	margin: 0px auto;
	top: -30px;
}

#preload {
	display: none;
}

span.required {
	display: none;
	color: #FF0000;
}	

.thumbnail {
	position: relative;
	display: block;
	width: 405px;
	padding-top: 15px;
	padding-left: 40px;
	float: left;
}

.thumbnails {
	position: relative;
	display: block;
	width: 590px;
	left: 40px;
	padding-top: 10px;
	float: left;
	clear: both;
	margin: 0px auto;
	text-align: center;
	
	top: -40px;
	
	background: #EEE;
	border-width: 1px;
	border-color: #BBB;
	border-style: solid;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.thumbnails img {
	padding: 5px;
}

.description {
	position: relative;
	display: block;
	width: 170px;
	height: 228px;
	
	margin-top: 15px;
	margin-left: 5px;
	
	padding: 5px;
	float: left;
	
	background: url("../img/t.png") repeat;
	border-width: 1px;
	border-color: #DDD;
	border-style: solid;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;

	font-size: 12px;
	line-height: 18px;
	color: #555;
}

.description strong {
	color: #333;
}

.visit {
	position: relative;
	display: block;
	width: 405px;
	padding-left: 40px;
	float: left;
	text-align: center;

	font-size: 12px;
	line-height: 18px;
	color: #555;
	
	margin-top: -80px;
}

.arrows {
	position: relative;
	display: block;
	width: 170px;
	float: right;
	margin-top: -80px;
	margin-right: 20px;
}

/* BEGIN REVISED STYLES */

#featured2 {
	position: relative;
	display: block;
	width: 375px;
	height: auto;
	background: #DDD;
	float: right;
	top: 0px;
	right: 28px;

	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border-width: 1px;
	border-color: #999;
	border-style: solid;
}

#featured2 #left {
	position: relative;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#featured2 #right {
	position: relative;
	display: block;
	width: 125px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

#featured2 #right h2 {
	font-size: 11px;
	color: #555;
}

#featured2 #right span {
	font-size: 11px;
	color: #555;
}

#featured2 #right p {
	margin-top: 10px;
}

#featured2 #right img {
	padding-bottom: 5px;
}

#featured2 #right ul {
	list-style-type: disc;
	padding-left: 20px;
}

#featured2 #right li {
	font-size: 11px;
	line-height: 16px;
	color: #555;
}

#copy2 {
	position: relative;
	display: block;
	width: 490px;
	height: auto;
	float: left;
	top: -15px;
	left: 35px;
	
	font-size: 12px;
	line-height: 18px;
	color: #555;
	text-align: justify;
}

#copy2 p.copyleft {
	display: block;
	width: 230px;
	margin-left: 3px;
	float: left;
}

#copy2 p.spacer {
	display: block;
	width: 25px;
	height: 106px;
	float: left;
}

#copy2 p.copyright {
	display: block;
	width: 230px;
	float: left;
}

a.dev {color:#555 !important;}