@charset "utf-8";

#page
{
	padding-top:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header
{
	margin-bottom:40px;
	height:129px;
	width:100%;
	padding-top:10px;
	background: url(../images/header-bg.png) repeat-x top center;
}

#header h1
{
	margin-left:130px;
	font-size:69px;
	font-weight:300;
}

#header h2
{
	font-size:23px;
	font-weight:300;
	font-variant: small-caps;
	margin-left:380px;
	margin-top:-5px;
}
.edu-history{padding:40px 0;border-top: 1px solid #dccce3;}
#content-top
{
	height: 41px;
	background: url(../images/content-bg-top.png) no-repeat top center;
}

#content-middle
{
	background: url(../images/content-bg-middle.png) repeat-y top center;
}

#content-middle-left
{
	margin-left:35px;
}

#content-middle-left-bio h3
{
	margin-top:10px;
}

#content-middle-left-bio p
{
	font-style:normal;
}

#content-middle-right
{
	width:560px;
	margin-left:20px;
}

#content-middle-right-resume-top
{
	background:url(../images/resume-top.png) no-repeat;
}

#content-middle-right-resume-middle
{
	background:url(../images/resume-middle.png) repeat-y;
}

#content-middle-right-resume-bottom
{
	background:url(../images/resume-bottom.png) no-repeat;
}

#content-middle-right-resume-header h3
{
	background:#fff;
	height:25px;
	padding-top:10px; 
	margin-top:-10px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

#content-middle-right-resume-left-wrap
{
	background: url(../images/resume-line-bottom.jpg) repeat-y bottom right;
}

#content-middle-right-resume-left
{
	background: url(../images/resume-line.jpg) no-repeat top right;
}

#appointments-wrap
{
	width:449px;
}

.appointments-table-shaddow
{
	background:url(../images/appointments-right.jpg) repeat-y;
}

#appointments-bottom
{
	background: url(../images/appointments-bottom.jpg) no-repeat bottom center;
}

.appointments-table-title-dark
{
	font-weight:normal;
}


.appointments-table-title-light
{
	font-weight:normal;
}

#content-bottom
{
	background:url(../images/content-bg-bottom.png) no-repeat ;
}

h3 {
	font-size: 14px;
	font-family: 'Georgia', 'Helvetica', 'sans-serif';
	font-variant: small-caps;
}
@media only screen and (max-width: 767px) {

	.user-profile{margin-bottom: 30px;}
	.user-pic{margin-top: 20px;}
	.license-bg{margin-bottom: 30px;}
}