@charset "UTF-8";
/* Peninsula Cardiology CSS Document */
/*-------- Default Style --------*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #F19722;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	font-size: 15px;
	color: #F19722;
	font-weight: normal;
}
h3 {
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	font-size: 15px;
	color: #F19722;
	font-weight: 600;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
a, a:link, a:visited, a:visited:hover       {
	color: #00A2B2;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover, a:visited:hover      {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline
}
a.left{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
}
a.left:hover{
	color: #00A2B2;
	text-decoration: none;
	text-transform: uppercase;
}
li {
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	font-size: 11px;
	line-height: 15px;
}
/*-------------- Footer Style --------------*/
.footer      {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
	font-weight: normal;
}
.footer a,.footer a:link,.footer a:visited     {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover,.footer a:visited:hover      {
	color: #00A2B2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3.2ex;
	text-decoration: underline;
	font-weight: normal;
}
.subfooter      {
	color: #666666;
	font-size: 10px;
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
	text-align: center;
}
.subfooter a,.subfooter a:link,.subfooter a:visited     {
	color: #666666;
	font-size: 10px;
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
	text-align: center
}
.subfooter a:hover,.subfooter a:visited:hover      {
	color: #00A2B2;
	font-size: 10px;
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	line-height: 3.2ex;
	text-decoration: underline;
	text-align: center
}
.links,.links a,.links a:visited,.links a:active,.links p {
	font-weight:normal;
	color:#000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.links a:hover,.links a:hover:visited {
	color:#00A2B2;
	font-weight:normal;
	font-size:10px;
}

/*---------------- Content Styles ------------*/
#content {
	margin-right: 10px;
	margin-left: 7px;
	padding-right: 10px;
	padding-left: 7px;
}
.content h2,.content a,.content a:visited,.content a:link {
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}

#main {
	width: 563px;
}
#sidebar {
	margin-left: 15px;
}
#sidebar_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.sidebar {
	font-family: "Lucida Grande", "Geneva CY", sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
/*----------   #sidebar_line {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	height: 100%;
} ------------------  */
.left_pic {
	clear: right;
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	margin-left: 5px;
	padding-left: 5px;
}
.office {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-weight: bold;
}
/* ---------------------------Layout Divs -------------- */
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
.box, .box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.box h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
.box a,.box a:visited {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box li {
	color:#FFF;
	list-style-type: square;
	font-size: 12px;
}
.box a:hover {
	color:#00A2B2;
	text-decoration:underline;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #3399CC;
}

#utility a:hover{
	text-decoration: underline;
}