/* CSS Document */

a:focus {outline:none}

html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background-image: url(../images/background.jpg);
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
 	font-size: 12px;
	color:#686868;
	margin:0;
}

.main
{	
	border:10px solid #b3b3b3;
	border-top:0px;
	background:#FFF;
	background-image:url(../images/bg-eye.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:900px;
}



#logoheader
{
    width: 930px;
    border: 0px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -465px;
	z-index:5;
}
#procare
{
    width: 674px;
    border: 0px;
    text-align: left;
    position: absolute;
    top: 529px;
    left: 50%;
    margin-left: -209px;
	z-index:6;
}
#address
{
    width: 200px;
    border: 0px;
    text-align: left;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: 229px;
	z-index:6;
}

.phone
{
	font-size:18px;
	color:#0e71b9;
}

.nav
{
	font-size:18px;
	color:#00517f;
}
.nav a
{
	font-size:18px;
	color:#00517f;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;
}
.nav a:hover
{
	font-size:18px;
	color:#529e00;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;

}

.titles
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#689823;
	line-height:normal;
}

.footer
{
	color:#7c7c7c;
	 	font-size: 11px;
		
}
.footer a
{
	color:#7c7c7c;
}
.footer a:hover
{
	color:#7c7c7c;
	text-decoration:none;
		
}

.links a
{
		color:#579200;
}
.links a:hover
{
		color:#579200;
}

hr{
	width: 100%;
	height: 1px;
	/* color is for IE */
	color: #689823;
	/* background is for all other web browsers */
	background: #689823;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 15px auto;
	/* Aligns it in IE */
	text-align: left;
}
