/* CSS Document */

/*********************/
/* BASIC */
/*********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-image:url(template/teal_backdrop_vert_gif.gif);
	background-repeat: repeat;
	text-align: center;
}

iframe { background-color: transparent; }

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#container {
	margin:18px auto 0;
	padding:0;
	text-align:left;
	width:774px;
	height: 100%;
	background: #cab793 url(template/container_back_fw.png) repeat-y scroll center top;
	position: relative;
	visibility: visible;
	display: block;
}

/*********************/
/* BANNER*/
/*********************/

#banner {
	margin-top: -10px;
	padding: 0px 2px 4px 2px;
	background-image:url(template/leather_banner.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: 770px;
	height: 190px;
	vertical-align: top;
	float: right;
}
#banner img {
	padding-right: 10px;
}

/*********************/
/*MAIN NAVIGATION*/
/*********************/

#nav {
	margin-bottom: 0px;
	margin-left: 4px;
	width: 770px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 1px 0 0 1px;
	float: left;
}
#firstNav li {
	list-style-type: none;
	padding: 0px;
	margin: 1px 0 0 4px;
	float: left;
}

#nav a {
	display: block;
	font-size: 13px;
	color: #ede290;
	text-decoration: none;
	background-color: #07565b;
	padding: 2px 2px 2px 3px;
	width: 145px;
	border-right: 1px solid #6b9591;
	border-bottom: 1px solid #6b9591;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

#nav a:hover {
	background: #6b9591;
	border-right: 1px solid #07565b;
	border-bottom: 1px solid #07565b;
	color: #ede290;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#aboutLink {
	background: #d2fffd;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #00645f;
}
/*********************/
/*MAIN CONTENT*/
/*********************/

#mainContent {
	margin: 12px 10px 10px 5px;
	padding: 10px;
}

#mainContent img {
	border: 2px solid #555753;
	margin: 10px 20px 5px 20px;
	float: left;
}
#panoramic img{
	text-align: center;
	margin: 30px 20px 20px 80px;
	clear: both;
}
.clearit {
	clear: both;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #523000;
	text-align: center;
	line-height: 2.5em;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bolder;
	color: #07565b;
	text-align: center;
	line-height: 2.1em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	font-style: normal;
	font-variant: small-caps;
	color: #515945;
	font-weight: bold;
	line-height: 1.6em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	font-style: normal;
	color: #0c2c40;
	font-weight: 400;
	line-height: 2em;
}

p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #2f2b2a;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 20px;
	margin-right: 20px;
}
.contact {
	color: #0c2c40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-variant: small-caps;
	text-align: center;
}

.contact li {
	list-style-type: none;
	line-height: 1.5em;
	text-align: center;
	display: block;
}

.contact a{
	color: #0c2c40;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: underline;
}

/*********************/
/*FOOTER*/
/*********************/

#footer {
	background-image: url(/template/footer_fw.png);
	margin-top: -10px;
	position: relative;
	display: block;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #f1e9d9;
	background-attachment: scroll;
	background-color: #211f1f;
	width: 774px;
}

#navFooter {
	margin-bottom: 0px;
	margin-left: 6px;
	width: 774px;
}

#navFooter li {
	list-style-type: none;
	padding: 0px;
	margin: 53px 0 0 0px;
	float: left;
}

#navFooter a {
	display: block;
	font-size: 1.5em;
	color: #f1e9d9;
	text-decoration: none;
	width: 175px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

#navFooter a:hover {
	color: #ede290;
}
#navFirst li{
margin-left: 215px;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#aboutLink {
	background: #d2fffd;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #00645f;
}

/*********************/
/*Web Contact*/
/*********************/
#webLink {
	margin: 0px auto 0;
	padding:0;
	text-align:center;
	width:770px;
	height: 100px;
	position: relative;
	visibility: visible;
	display: block;
}

#webLink li{
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin: 10px 90px 10px 90px;
}

#webLink a{
	color: #07565b;
	text-decoration: none;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

/*SPECIALTY CLASSES*/

.margin{
	margin-top: 50px;
	margin-bottom: 25px;
}
.arealinks {
	width: 320px;
}

.arealinks li {
	text-align: left;
	padding: 2px;
	margin-left: 15px;
	list-style-type: none;
	font-family: Verdana, Garamond, Arial, Times;
	font-size: 1.2em;
	font-weight: bolder;
	font-variant: small-caps;
	color: #515945;
	text-decoration: none;
	line-height: 1.9em;
	list-style-image: url(images/key-icon.gif);
	list-style-position: inside;
	
}
.arealinks a {
	text-decoration: none;
	color: #2f2b2a;
}

.link a {
	text-decoration: none;
	color: #2f2b2a;
	font-weight: bold;
}

#linkImage {
	float: right;
	margin: 40px 15px 10px 10px;
	border: 1px solid #333333;
	padding: 2px;
	
}

.tableHead td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid thin #333333;
}
.columnHead {
	background: #6b9591;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: medium none #000000;
}

.columnHead a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2b2a;
}

.tableBorder {
	border: thin solid #333333;
	text-align: center;
	margin: 10px 39px 10px 24px;
	padding: 5px;
}
.tableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
.tableRow a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2b2a;
	}
#imageRightfloat img {
	margin: 10px;
	padding: 2px;
	float: right;
	border: thin solid #523000;
}
#mlsFrame {
	padding: 15px;
	background-color: transparent;
}

