/* GLOBAL STYLES */

body {
	color: #666666;
	background-color: #ffffff;
	text-align: center;
	}

/* HYPERLINK STYLES FOR MAIN MENU */
a.main:link {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	}
a.main:visited {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	}
a.main:hover {
	color: #d2292b;
	text-decoration: none;
	background-color: transparent;
	}
a.main:active {
	color: #d2292b;
	text-decoration: none;
	background-color: transparent;
	}

/* HYPERLINK STYLES FOR SLIDESHOW NAV ARROWS */
a.nav:link {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter; 
	background-color: transparent;
	text-decoration: none;
	}
a.nav:visited {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter; 
	text-decoration: none;
	background-color: transparent;
	}
a.nav:hover {
	color: #d2292b;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter; 
	text-decoration: none;
	background-color: transparent;
	}
a.nav:active {
	color: #d2292b;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter; 
	text-decoration: none;
	background-color: transparent;
	}

/* MAIN DIVS */
#container {
	margin: 0 auto;
	position: relative;
	top: 25px;
	width: 704px;
	height: auto;
	}
#logo {
	color: #666666;
	background-color: #ffffff;
	text-align: left;
	display: block;
	float: left;
	width: 704px;
	height: 31px;
	vertical-align: middle;
	border-width: 0px;
	}
#description {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	background-color: #ffffff;
	display: block;
	float: left;
	width: 602px;
	height: 50px;
	text-align: left;
	vertical-align: bottom;
	}
#nav_arrows {
	display: block;
	float: right;
	width: 100px;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	}
#photo {
	color: #666666;
	background-color: #dad7c0;
	background-image: none;
	text-align: center;
	display: block;
	float: left;
	width: 704px;
	height: 469px;
/*	outline-width: 1px;
	outline-color: #dad7c0; */
	}
#titletext {
	margin-top: 30px;
	}
/* GRAY BAR MENU - STYLES FOR DROP-DOWNS ARE IN anylink.css */
div.comm-menu {
	border: 0px;
	display: block;
	float: left;
	left: 0px;
	width: 130px;
	height: auto;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #dad7c0;
	color: #666666;
	font-size: 14px;
/*	font-family: Copperplate, Helvetica, sans-serif; */
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-variant: small-caps;
	}
div.med-menu {
	border: 0px;
	display: block;
	float: left;
	width: 130px;
	height: auto;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #dad7c0;
	color: #666666;
	font-size: 14px;
/*	font-family: Copperplate, Helvetica, sans-serif; */
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-variant: small-caps;
	}
div.res-menu {
	border: 0px;
	display: block;
	float: left;
	width: 112px;
	height: auto;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #dad7c0;
	color: #666666;
	font-size: 14px;
/*	font-family: Copperplate, Helvetica, sans-serif; */
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-variant: small-caps;
	}
div.prof-menu {
	border: 0px;
	display: block;
	float: left;
	width: 308px;
	height: auto;
	text-align:right;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 6px;
	background-color: #dad7c0;
	color: #666666;
	font-size: 14px;
/*	font-family: Copperplate, Helvetica, sans-serif; */
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-variant: small-caps;
	}
img.center {
	vertical-align: middle;
	padding-top: 1px;
	}
/* STYLES FOR INFO PAGES */
/* NOTE: background images are being defined both here and in the html for the time being. Other background styles defined here seem to be working in the pages. */
.about {
	color: #666666;
	font-size: 11px;
	font-family: "Gill Sans", Helvetica, sans-serif;
	text-decoration: none;
	background-color: #dad7c0;
	background-image: url(AboutFirm-DenverCorr.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 469px;
	outline-width: 1px;
	outline-color: #dad7c0;
	}
.contact {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #dad7c0;
	background-image: url(ContactInfo-P6170079.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 469px;
	outline-width: 1px;
	outline-color: #dad7c0;
	}
.corpclient {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	background-color: #dad7c0;
	background-image: url(CorpClients.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 469px;
	outline-width: 1px;
	outline-color: #dad7c0;
	}
.medclient {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #dad7c0;
	background-image: url(MedClients.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 469px;
	outline-width: 1px;
	outline-color: #dad7c0;
	}
.publications {
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dad7c0;
	background-image: url(Publications.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 702px;
	height: 469px;
	outline-width: 1px;
	outline-color: #dad7c0;
	}
.c-clientlist {
	width: 225px;
	height: 465;
	margin-left: 5px;
	position: relative;
	float: left;
	color: #666666;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	}
.left {
	text-align: left;
	padding-left: 12px;
	padding-right: 150px;
	}
.right {
	text-align: right;
	padding-left: 150px;
	padding-right: 12px;
	}
