body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	background: #124988 url(images/background-repeat.jpg) repeat-y center;
}

a:link { color: #0b8d3e; text-decoration: underline }
a:visited { color: #0b8d3e; text-decoration: underline }
a:hover { color: #777; text-decoration: none }
a:active { color: #777; text-decoration: none }

p {
	color: #064199;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

.green-centered {
	color: #0b8d3e;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

.big-blue {
	color: #064199;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	font-weight: bold;
	padding-right: 5px;
}

h1 {
	color: #0b8d3e;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: -8px;
	font-weight: bold;
}

h2 {
	color: #064199;
	font-size: 17px;
	padding-top: 15px;
	margin-bottom: -10px;
	padding-top: 10px;
}

ul {
	color: #064199;
}

li {
	color: #064199;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 950px;
	height: 243px;
}

#flash {
	width: 950px;
	height: 203px;
	background: url(images/header-mockup.jpg) no-repeat;
}

/* The navigation is in nav.css */

#middle {
	width: 950px;
}

#left-column {
	width: 190px;
	height: 100%;
	float: left;
}

#left-column-top {
	height: 207px;
	background: url(http://westcoastglaucoma.com/images/sidebar-top.jpg) no-repeat;
}

#left-column-eye-library {
	width: 190px;
	height: 320px;
	background: url(images/sidebar-eye-library.jpg) no-repeat;
}

#link-box {
	width: 190px;
	padding-top: 25px;
	margin-bottom: 25px;
}

#left-column-UBC-logo {
	height: 160px;
	background: url(images/sidebar-UBC-logo.jpg) no-repeat;
}

#right-column {
	float: left;
	display: inline;
	width: 760px;
}

#content-header-home {
	height: 207px;
	background: url(images/home-content-header.jpg) no-repeat;
}

#content-header-other {
	height: 10px;
	background: url(images/content-header-spacer.jpg) no-repeat;
}

#pg-title {
	width: 760px;
	height: 55px;
	float: right;
	margin-bottom: 10px;
}

.welcome {
	background: url(images/pg-title-welcome.jpg) no-repeat;
}

.meet-team {
	background: url(images/pg-title-team.jpg) no-repeat;
}

.team-ding {
	background: url(images/pg-title-team-ding.jpg) no-repeat;
}

.team-linda {
	background: url(images/pg-title-team-linda.jpg) no-repeat;
}

.team-slabaugh {
	background: url(images/pg-title-team-slabaugh.jpg) no-repeat;
}

.team-woods {
	background: url(images/pg-title-team-woods.jpg) no-repeat;
}

.team-schertzer {
	background: url(images/pg-title-team-schertzer.jpg) no-repeat;
}

.team-jocelyn {
	background: url(images/pg-title-team-jocelyn.jpg) no-repeat;
}

.team-teresa {
	background: url(images/pg-title-team-teresa.jpg) no-repeat;
}

.team-kajal {
	background: url(images/pg-title-team-kajal.jpg) no-repeat;
}

.team-opthalmology-residents {
	background: url(images/pg-title-team-opthalmology-residents.jpg) no-repeat;
}

.services {
	background: url(images/pg-title-services.jpg) no-repeat;
}

.services-diagnostic-testing {
	background: url(images/pg-title-services-diagnostic-testing.jpg) no-repeat;
}

.services-schertzer-consultation {
	background: url(images/pg-title-schertzer-consultation.jpg) no-repeat;
}

.services-laser {
	background: url(images/pg-title-services-laser.jpg) no-repeat;
}

.services-medical {
	background: url(images/pg-title-services-medical.jpg) no-repeat;
}

.services-surgery {
	background: url(images/pg-title-services-surgery.jpg) no-repeat;
}

.forms {
	background: url(images/pg-title-forms.jpg) no-repeat;
}

.payment-insurance {
	background: url(images/pg-title-payment-insurance.jpg) no-repeat;
}

.career-opportunities {
	background: url(images/pg-title-career-opportunities.jpg) no-repeat;
}

.contact-us {
	background: url(images/pg-title-contact-us.jpg) no-repeat;
}

.links {
	background: url(images/pg-title-links.jpg) no-repeat;
}

.eye-library {
	background: url(images/pg-title-3d-library.jpg) no-repeat;
}


#content {
	width: 650px;
	margin-left: 50px;
}

#footer {
	margin-top: 40px;
}

#footerlinks {
	color: #0b8d3e;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}

.footerlinks a:link { color: #0b8d3e; text-decoration: none }
.footerlinks a:visited { color: #0b8d3e; text-decoration: none }
.footerlinks a:hover { color: #064199; text-decoration: underline }
.footerlinks a:active { color: #064199; text-decoration: underline }

#copyright {
	color: #0b8d3e;
	width: 300px;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	padding-bottom: 15px;
}

#lh-credit {
	color: #064199;
	width: 250px;
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	padding-bottom: 15px;
}

.lh-credit a:link { color: #0b8d3e; text-decoration: none }
.lh-credit a:visited { color: #0b8d3e; text-decoration: none }
.lh-credit a:hover { color: #064199; text-decoration: underline }
.lh-credit a:active { color: #064199; text-decoration: underline }
