/*This is a comment*/
#wrapper {
margin: 0 auto;
width: 1200px;
align:center;
}

	
#content {
align:center;
width: 100%;
}
body
{
background-color:#153956;
}
/*H4*/
H4
{
color:#232323;
text-align:left;
margin-right:40px;
margin-left:40px;
}
/*H4-center*/
#H4-center
{
color:#232323;
text-align:center;
margin-right:40px;
margin-left:40px;
}


/*Style for contact paragraph at top of contacts page*/
#p0
{
font-family:"Times New Roman", Times, serif;
font-size:0.85em;
color:#232323;
text-align:center;
margin-right:40px;
margin-left:40px;
}

/*Main paragraphs on left side*/
#p1
{
font-family:"Times New Roman", Times, serif;
font-size:0.90em;
color:#232323;
text-align:justify;
text-indent:20px;
margin-right:40px;
margin-left:40px;
}
/*Small paragraphs on left side- contacts page*/
#p11
{
font-family:"Times New Roman", Times, serif;
font-size:0.90em;
color:#232323;
text-align:left;
margin-right:40px;
margin-left:40px;
}
/*Top right paragraph above Banner graphic listing address*/
#p2
{
/* "Times New Roman", Times, serif*/
font-family:"Times New Roman", Times, serif;
font-size:0.85em;
color:#232323;
text-align:center;
image-align:center;
margin-right:10px;
margin-left:10px;
}
/* image */
#i1
{
align:right;
}
/*Style for Bulleted lists on left*/
#l0
{
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;
color:#232323;
margin-right:40px;
margin-left:40px;
text-align:left;
}

li.left
{
margin-bottom:10px;
}

/*Style for Bulleted lists on right*/
#p3
{
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;
color:#232323;
margin-left:30px;
margin-right:30px;
text-align:left;
}

/*Style for practices at bottom*/
#p4
{
font-family:Arial, Helvetica, sans-serif;
font-size:0.80em;
color:#232323;
margin-right:20px;
margin-left:20px;
text-align:center;
}

	
	ul{
/*padding: 3px 0;*/
margin-left: 5;
margin-top: 12px;
margin-bottom: 5;
font: bold 25px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

a{
text-decoration: none;
color: #F0EABC;
/*padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
border:1px solid gray;
*/
background: #808990;
/*border-radius: 8px; w3c border radius*/
/* box-shadow: 3px 3px 4px rgba(0,0,0,.5);  w3c box shadow */
/*-moz-border-radius: 8px; mozilla border radius */
/*-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5);  mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #16598F 25%, #153956 45%, #16598F 85%, #153956); /* mozilla gradient background */
/*-webkit-border-radius: 8px; webkit border radius */
/*-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); / webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#153956), color-stop(25%, #153956), color-stop(45%, #153956), color-stop(85%, #153956), to(#153956)); /* webkit gradient background */
}

a:hover{
background: #3282c2;
}

li {display:inline;}
