@charset "UTF-8";

/**********************/
/* GENERAL PROPERTIES */
/**********************/

#flashSlides {
    padding-left:0px;
    height:280px;
    width:897px;

}

/* The Button Properties*/
.button {
	position:relative;
	left:300px;	/* Moves it right 300px, placing it on the right side of the box */
	width:93px;
	height:27px;
	text-align:center;	/* Centers the text*/
	padding-top:5px;
	
}

/* The Button Text Properties */
.buttonText {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}


.buttonText a {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#44b649;
	text-decoration:none;
}

.buttonText a:hover {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#44b649;
	text-decoration:underline;
}

/* END OF HOMPAGE CSS */

/******************/
/* INTERIOR PAGES */
/******************/

.h1Typography {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
	padding: 0px 0px 6px 8px;
    font-size:24px;
    color:#585757;
}
.h2Typography {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:26px;
    color:#44b649;
}

.h2bTypography {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:22px;
    color:#999999;
}

.h3Typography {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:24px;
    color:#44b649;

    line-height:30px;
}

.h4Typography {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:20px;
    color:#585757;

    line-height:30px;
}
.mainText {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:14px;
    color:#585757;
    line-height:16px;
}

.quoteleft {
    padding-left:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size:19px;
    color:#585757;
    line-height:30px;
}

.podiatry_title {
    padding-left:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
    color:#000000;
    line-height:27px;
}

.podiatry_subtitle {
    padding-left:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#000000;
    line-height:19px;
}

/*Main container with rounded corner background */
#interiorContainer {
    width:880px;
    padding:33px 0px 0px 37px;
}

#columns {
    margin-top:20px;
}

#leftColumn {
    float:left;
    width:215px;
    margin-right:35px;
}

#rightColumn {
    float:left;
    width:660px;
}

.dottedLine {
    background-image:url(../images/dottedLine.jpg);
    background-repeat:no-repeat;
    background-position:50%;
}

.quote {
    margin-top:10px;
    text-align:right;
    margin-right:10px;
}

.quotationMark {
    float:left;
    margin-right:10px;
    margin-left:-20px;
}

.list {
    margin-bottom:20px;
    list-style-image:url(../images/listArrow.jpg);   
}

.list li {
    margin-bottom:9PX;
}

#interiorFooter {
    margin-top:75px;
    padding-top:50px;
    width:980px;
    height:75px;
    background-image:url(../images/interiorFooter.jpg);
    background-repeat:no-repeat;
    text-align:center;
}
/* END OF INTERIOR PAGE CSS */
