
 /* Hello */ 

body {
    background-color: #333;
    margin: 0; 
}

.hide	{
	display: none;
}

img {
	display: block;
	border: 0;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

li, ul, ol {
font-family: verdana,helvetica,arial,sans-serif;
    color: #333333;
    text-decoration: none; 
    margin-top: 0px; 
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
    font-size: 12px;
    line-height: 1em;
}



p, h1, h2, h3, h4, h5, h6	{
font-family: verdana,helvetica,arial,sans-serif;
margin-top: 0px;
padding: 0px; 	
}


p {
    font-size: 12px;
    margin-top: 0px; 
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
    font-size: 12px;
    line-height: 1.5;
}

h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 500; 
    margin-top: 10px;
    margin-bottom: 60px;
}

h2 {
    font-size: 18px;
    font-weight: 500; 
    color: #000;
    text-align: left;
    letter-spacing: 5px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;  
}

h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 500; 
    margin-top: 20px;
    margin-bottom: 40px;
}

/* end fonts / begin intro */

#intro {
    background-image: url(images/Dr_Gary_Saulnierjpg);
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-style:solid;
    margin-left: 1em;
    margin-right: 0px;
    margin-bottom: 100px;
}



/* end intro / begin content */


#content {
    color: #333;
    text-align: justify;
    background-color: transparent;
    margin-left: 1em;
    margin-right: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px 0px;
}

#content li, p {
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

#textpic1 {
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color:#ececec;
    border-style:solid;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    padding: 0px 0px 0px 10px;
    position:relative;
}

#textpic2 {
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color:#ececec;
    border-style:solid;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    padding: 20px 0px 0px 0px;
    position:relative;
}

/* end content / begin ABOUT content */

#about-content {
    background-color: transparent;
    background-repeat: no-repeat;
    position:relative;
    background-position: right top;
    color:#333;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px 0px;
}

#about-content a:link {
    color: #336699;
    text-decoration: none; 
}  

#about-content a:visited {
    color: #336699;
    text-decoration: none; 
}

#about-content a:hover {
    color: #000;
    background-color: #fff; 
    text-decoration: underline; 
}

#about-content a:active {
    background-color: #67849e; 
}




/* end About Content / begin Box*/
	
#box {
    width:720px;
    background-color: #fff; 
    background-repeat: no-repeat;
    margin:0px auto 0px auto;
    text-align: justify;
    border-width: 0px 0px 0px 0px;
    border-color:#999;
    border-style:solid;
    padding: 10px 10px 170px 10px;
}

#box2 {
    width:720px;
    background-color: #fff; 
    background-repeat: no-repeat;
    margin:0px auto 0px auto;
    text-align: justify;
    border-width: 0px 0px 0px 0px;
    border-color:#999;
    border-style:solid;
    padding: 10px 10px 170px 10px;
}
	

#box3 {
    width:720px;
    background-color: #fff; 
    background-repeat: no-repeat;
    margin:0px auto 0px auto;
    text-align: justify;
    border-width: 0px 0px 0px 0px;
    border-color:#999;
    border-style:solid;
    padding: 10px 10px 170px 10px;
}
	 
/* end Box / begin Header */

#header {
    width:700px;
    position:relative;
    background-position: center top;
    margin-top: 0px;
}

/* end Header / begin Navigation */

#nav-main {
    width: 680px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-family: verdana,helvetica,arial,sans-serif;
	padding: 0px;
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-color:#333;
    border-style:solid;
    margin:20px auto 0px auto;
} 

#nav-main li {
	display: inline;
	padding: 10px;
}

#nav-main a {
	color: #666;
	font-size: 16px;
	text-decoration: none; 
}

#nav-main a:hover {
	border-bottom: 0px solid #000;
    color: #000000;
	background-color: transparent;
}

/* end Navigation / begin Contact */

#Contact {
    background-repeat: no-repeat;
    position:relative;
    background-position: right bottom;
    color:#333;
    text-align: justify;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0px;
    padding: 0px 0px 60px 0px;
}

#Contact a:link {
    color: #336699;
    text-decoration: none; 
}  

#Contact a:visited {
    color: #336699;
    text-decoration: none; 
}

#Contact a:hover {
    color: #000;
    background-color: #fff; 
    text-decoration: underline; 
}

#Contact a:active {
    background-color: #67849e; 
}


/* end Contact / begin Footer */


#footer  { 
    width:700px;
}
#footer p	{
    font-size: 10px;
    color:#666;
    margin-top: 25px;
    border-width: 1px 0px 0px 0px;
    border-color:#999;
    border-style:solid;
}

#footer a:link {
color: #336699;
text-decoration: none; 
}  

#footer a:visited {
color: #336699;
text-decoration: none; 
}

#footer a:hover {
color: #000;
background-color: #FFFFFF; 
text-decoration: underline; 
}

#footer a:active {
background-color: #333; 
}

/* end Footer / begin Validate */

#validate p {
    font-size: 9px;
    color:#666;
    padding-top: 20px;
    padding-bottom: 0px; 
    text-align: left;
}

#validate a:link {
    color: #ececec;
    text-decoration: none; 
}  

#validate a:visited {
    color: #ececec;
    text-decoration: none; 
}

#validate a:hover {
    color: #ececec;
    background-color: transparent; 
    text-decoration: none; 
}

#validate a:active {
    background-color: transparent; 
}

/* wash your hands */
