/* CSS Document */

/* Global Styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url(images/bodyBG.jpg) repeat-x top;
}

h1
{
	color: #00457e;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #00457e;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #00467E;
	font-weight: normal;
    text-align: center;
}

a:hover, .nav a:hover{text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}

	
/* Classes */
.topBar{background: #fff url(images/headerBlue.jpg) repeat-x top;}

.header
{
	background: #fff url(images/DrAyo2.jpg) no-repeat right;	
	vertical-align: bottom;
max-height:250px;
}

.headerText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	color: #959da0;
	padding: 24px 0 0 240px;
	line-height: 35px;
}

.blueBar{background-color: #00467e;}
.greenBar{background-color: #7ac043;}

.DrAyoTitle
{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	padding: 0 100px;
}

.nav, .navActive, .style1, .style3, .style4, .style6, .style7
{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

.navActive a, .nav a
{
	color: #fff;
	padding: 0 23px;
}

.style1 a, .style3 a, .style4 a, .style6 a, .style7 a
{
	color: #fff;
	padding: 0 5px;
}

.navActive
{
	background: url(images/tabBG.jpg) repeat-x;	
}

.dotted{background: #fff url(images/dotted.jpg) repeat-y top;}

.leftColumn
{
	padding: 0 10px 0 0;
	vertical-align: top;
}

.leftColumn li
{
	padding-left: 0px;
}

.patientPortal
{
	 width: 123px;
	 height: 29px;
	 background: url(images/button.jpg) no-repeat;
	 line-height: 28px;
	 margin: 14px 0 24px;
}

.patientPortal a {color: #fff;}

.main
{
	padding: 8px 0 25px 20px;
    text-align: left;
}

.footer
{
	border-top: 1px #959da0 solid;
} 

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0 0 5px;
	text-decoration: none;
	text-align: left;
}



/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 20px 5px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #9A9A9A;
}

