﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background: #0F4067;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, p, td {
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.normal {
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #669933;
	border-bottom: 1px dotted #669933;
	text-decoration: none;
}
a:hover {
	background-color: #DEE8CC;
}

h1, h2 {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif, Verdana;
	color: #0F4067;
}
h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #0F4067;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	font-weight: normal;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 80%;
	font-weight: normal;
}

ul{
	list-style-type: disc;
	line-height: 170%;
}
ul ul{
	list-style-type: square;
}
ul ul ul{
	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap 
{ 	
	width: 700px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#masthead{
	margin: 0px;
	padding: 6px 10px 0px 0px;
	border-bottom: 5px solid #0F4067;
}

#globalnav {
	text-align: right;
	background-image: url(images/nav-background.jpg);
	line-height: 35px;
	white-space: nowrap;
}

#content{
	float: right;
	width: 72%;
	margin: 0 0 0 0;
	padding: 0 3% 0 0;
}

#leftCol {
	margin: 0 77% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/***********************************************/
/* Component Styles                            */
/***********************************************/

/*************** #masthead styles **************/
#mastheader {
	color: #0F4067; 
	font: bold 16px Arial, Helvetica, "Lucida Grande", sans-serif, Verdana;
/*	font: bold 24px "Times New Roman", Times, serif; */
	display: inline;
	letter-spacing: 0.5px;
}
#mastheadaddress {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif, Verdana;
	display: inline;
}
.appointment {
	background: #0F4067;
	color: #ffffff;
	font-size: 14px;
}

/************* #globalnav styles **************/
#globalnav a {
	color: #ffffff;
	padding: 0px 12px 0px 12px;
	font: bold 15px Arial, Helvetica, "Lucida Grande", sans-serif, Verdana;
	text-decoration: none;
	border-bottom: 0px;
}
#globalnav a:hover {
	color: #0F4067;
	background-color: transparent;
}

#globalnav a:active {
	color: #0F4067;
	background-color: transparent;
}

/*************** #pageName styles **************/
#pageName {
	padding: 14px 0px 4px 10px;
}

/************** .story styles *****************/
.story{
	clear: both;
	padding: 0px 0px 0px 10px;
}
.story p{
	padding: 0px 0px 10px 0px;
}

/*********** #leftCol link styles ***********/

#leftCol P {
	font-size: 11px;
	margin: 12px 4px 12px 4px;
}

#leftCol a {
	font-size: 11px;
}

#leftCol ul {
	list-style: none;
	padding-left: 15px;	
}

/* #leftCol ul a:link, #navBar ul a:visited {display: block;}
#leftCol ul {
	list-style: none;
	margin: 6px 3px 0px 3px;
	padding: 0;
} */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists
#leftCol li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack
html>body #leftCol li {border-bottom: none;} */


/************* #footer styles ***************/
#footer {
	border-top: 1px solid #cccccc;
	font-size: 85%;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align: center;
	clear: both;
	background: #eeeeee;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************* #homepage styles ***************/
#homesplash {
	vertical-align: top;
}

#homefooter {
	border-top: 1px solid #cccccc;
	font-size: 85%;
	padding: 10px 10px 10px 10px;
	margin-top: -2px;
	text-align: center;
	clear: both;
	background: #eeeeee;
}
