# html, body {
# border:0;
# margin:0;
# padding:0;
# }


body {
	 background:#0B659E;
	 font-family: sans-serif; 
	 font-size: 16px;
}
	 
div#second ul {

		font-size: 14px;
}
	
div#outer {
        position: relative;
        width: 800px;
        height: 500px;
        margin: 50px auto;
        background-color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}
        		
div#first {
        
        top: 0;
        left: 0;
        width: 800px;
        height: 150px;
}
    
div#first img.logo  {
        position: absolute;
        top: 30px;
        left: 50px;   
}    

div#first p { 
        position: absolute;
        top: 40px;
        left: 270px;
        font-weight: normal;
    	line-height: 120%;
    	margin: 1ex 0;
		color: #0B659E;
		letter-spacing: 1.5px;
}

a {
color: red; 
text-decoration: none;}

a:hover { color: #666; text-decoration: underline;}


div#second {
        position: absolute;
        top: 130px;
        left: 0;
        background-color: #E3EBEF;
        width: 800px;
        height: 330px;
    }   
    
    div#second p { 
        font-weight: bold;
    	line-height: 120%;
    	padding: 0px 20px 0 20px;
       	*padding-top: 10px;
		color: #0B659E;
    }
    
    
    	
div#second ul li {
        list-style: none;
	margin-left: -10px;
	border: none;
 	background: url("../images/arrow.gif") no-repeat;
        padding-left: 15px;
        line-height: 130%;
}




        div#second .directions { 
        font-weight: normal;
      	padding: 0 0 0 430px;
		color: #0B659E;
		}
		
		
		
		
div#second img {
        position: absolute;
        top: 70px;
        left: 425px;   
    }    
    
    
    
div#second a img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

div#second .specialties {

width:200px;
letter-spacing: 1.5px;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:red;
color: #fff;
}


a.button{
background:url(../images/button.gif) no-repeat;
display:block;
color:red;
font-weight:bold;
font-size:12px;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:171px;
}
a:hover.button{
color:#0066CC; text-decoration: underline;
}

.contactform {
background:url(../images/msg.gif) no-repeat 10px 8px;
text-indent:35px;
display:block;
}

.directions{
background:url(../images/info.gif) no-repeat 10px 8px;
text-indent:35px;
display:block;
}



    

