@charset "utf-8";
a:link {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FAAF40;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FAAF40;
	text-decoration: underline;
}

a:active {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FAAF40;
	text-decoration: underline;
}

a:hover {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FAAF40;
	text-decoration:none;
}

a.minititleLink	{
	text-decoration : none;
	color: #000000;

	}
	
a.minititleLink:visited	{
	text-decoration : none;
    color: #000000;

	}		
	
a.minititleLink:active {
	text-decoration : none;
    color: #000000;
	}

a.minititleLink:hover	{
	text-decoration : underline;
    color: #000000;
	}
	
body {
	margin: 15px;
	padding: 0px;
	background-image: url(images/bg-syl.jpg);
	background-repeat: repeat-x;
	background-color: #541d00;
	
}
.box {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.innerbox {
	clear: both;
	float: none;
	width: 940px;
}
.nav {
	position: relative;
	float: none;
	width: 940px;
	background-color: #914722;
}
.height40 {
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.height12 {
	height: 12px;
}
.topHeight {
	margin: 0px;
	padding: 0px;
	height: 305px;
}
.sidebyside {
	height: 281px;
	position: relative;
	float: none;
	width: 940px;
	background-color: #FF0000;
}
.leftSide {
	width:530px;
	position: relative;
	float: left;
}
.rightSide {
	width: 300px;
	position: relative;
	float: right;
}
.minititle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	position: relative;
	left: 5px;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 15px;
	color: #FAAF40;
	text-transform:uppercase;
}
.internalContent {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	color: #FAAF40;
	padding: 15px;
	letter-spacing: 0px;
}
.head {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FAAF40;
	padding: 0px;
	margins: 0px;
	float: left;
	position: relative;
	top: 12px;
	left: 32px;
	font-variant:small-caps;
	width: 500px;
}
.bigL {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FAAF40;
	font-variant:small-caps;
}
.footer {
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAAF40;
	padding: 0px;
	margins: 0px;
	float: left;
	position: relative;
	top: 5px;
	width: 930px;
	line-height: 12px;
}

hr {
border: none 0; 
border-top: 1px dashed #b76625;/*the border*/
width: 99%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/

} 
p.leftSideLink {
text-align:right;
}

.doctorprof-photo { 
float: left;
padding:0em 1em 1em 0em;
border:0px;
					
}

ul li {
		
		list-style-position: inside;
		list-style-type: disc;
		margin: 0px 2px 8px -1em;
		padding: 0px 2px 8px -1em;;
		text-indent: 2px;
		}