/* CSS Document */

html {
height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0;
background-image: url(../media/bg.gif);
background-repeat:repeat;
}
a {
color: #622612;
}
a:hover {
color: #C63C2D;
}
.extraEm {
color: #622612;
}

h4 {
color: #622612;
}

.indent {
margin-left: 60px;
}
.long {
word-spacing: -1px;
}

.underlined {
text-decoration:underline;
}

#entirePage {
position: relative;
min-height:100%;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
width: 780px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
}
* html #entirePage {
height: 100%;
}

#content {
padding: 15px;
}


.picture {
position:relative;
height: 250px;
margin-bottom: 5px;
border-top: 1px dashed #d6d6d6;
padding-top: 25px;
background-position: right;
background-repeat: no-repeat;
z-index: 3;
}
.subSection {
position:relative;
margin-bottom: 5px;
border-top: 1px dashed #d6d6d6;
padding-top: 25px;
z-index: 3;
height: 250px;
}
body > .subSection {
min-height: 250px;
}
object {
margin-top:15px;
margin-left: 7px;
}

h3 {
margin-left: -15px;
margin-top: 0;
background-color: #d6d6d6;
width: 260px;
line-height: 1.5em;
padding-left: 15px;
}
.smalltext {
color: #d6d6d6;
font-size: .6em;
}
img.pic {
float: right;
position: relative;
top:-58px;
}
#resources {
background-image:url(../media/Insurance.png);
}
#insurance {
background-image:url(../media/Insurance.png);
}
#insurance p {
width: 250px;
}
/*
#sport p {
width: 250px;
}*/
#sport {
height:35px;
}
#mainPic{
position:relative;
right:-2px;
top:0px;
}
.understandingsurgery {
height: 410px;
width: 680px;
margin-left: auto;
margin-right: auto;
padding: 0;
}
.spacedList li {
margin-top: 15px;
}

#resume {
background-image:url(../media/diplomas.png);
background-repeat: no-repeat;
background-position: top right;
padding-right:228px;
}
#experiencePic {
background-image:url(../media/teams.png);
background-repeat: no-repeat;
background-position: top right;
padding-right:228px;
}

#other {
background-image:url(../media/certs.png);
background-repeat: no-repeat;
background-position: top right;
min-height: 512px;
}

/********** Header **********/
#header {
background-image: url(../media/bg-header.png);
background-repeat: no-repeat;
}
#logoSection {
height: 215px;
border-bottom: 10px solid #D6D6D6;
margin-bottom: 1px;
}
#logoSection h1{
display: none;
}

/********** Procedure Menu **********/
#procedureMenu {
margin-bottom: 0;
margin-top: 0;
margin-left:auto;
margin-right:auto;
background: #000000;
width: 680px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.7em;
border: 1px solid #000000;
padding: 2px 0 3px 0;
}
#procedureMenu a {
color: #CECFCE;
font-size: .85em;
font-variant: small-caps;
font-weight:bold;
text-decoration:none;
letter-spacing: .125em;
border: 1px solid #00309C;
padding: 2px 6px ;
}
#procedureMenu a:hover {
color:#CECFCE;
background: #313031;
border-color: #00CBFF;
}
#procedureMenu a:link {
color:#CECFCE;
}
#procedureMenu ul {
margin: 0;
margin-left: 50px;
}
#procedureMenu li{
display: inline;
margin-right: 50px;
}



/********** Navigation **********/

ul#navlist { 
margin: 0px;
padding: 0px;
font-family: sans-serif;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
font-size: 1em;
line-height: 1em;
height: 1.5em;
}
ul#navlist a {
font-weight: bold;
text-decoration: none;
}
ul#navlist li { 
display: block;
float: left;
padding-left: 2px;
padding-top: 5px;
position: relative;
z-index: 30;
}

ul#navlist li a
{
background-image: url(../media/bullet.gif);
background-repeat:no-repeat;
background-position: 1px 50%;
color: #622612;
padding: 3px 10px 3px 15px;
}

ul#navlist li a:hover
{
color: #C63C2D;
background-image: url(../media/bullet-o.gif);
}

ul.subnavlist { display: none; }
ul.subnavlist li {
float: none;
}
ul.subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul.subnavlist
{
display: block;
position: absolute;
top: 0;
left: 0;
width: auto;
font-size: .7em;
line-height: .7em;
margin: 0;
margin-top: 1.9em;
padding: 4px 0 8px 0;
border: 1px dashed #999999;
border-top: none;
border-bottom: 1px solid #999999;
background-color:#FFFFFF;
}

ul#navlist li:hover ul.subnavlist li a
{
display: block;
width: 12em;
border: none;
background-image: none;
}

/********** Main Body **********/
#entirePage {
background-image: url(../media/curl.gif);
background-repeat:no-repeat;
background-position: bottom right;
}

/******** Footer **********/
#footer {
position: relative;
margin-top: -100px;
color: #622612;
height: 100px;
}
#footer p {
padding-top: 65px;
}
#copyright {
text-align: center;
font-size: .6em;
}
#attribution a{
text-decoration: none;
color: #AAAAAA;
float: right;
}

/******** Email Form **********/
#formBody {
margin-left: 35px;
margin-bottom: 0;
border: 1px solid #d6d6d6;
padding: 10px;
width: 490px;
}
#emailForm p {
margin: 3px;
}
input,textarea {
border: 1px solid #622612;
background-color:#f7f7f7;
}
label {
font-size: .8em;
font-family: Arial, Helvetica, sans-serif;
color: #622612;
width: 6em;
display: block;
float: left;
text-align:right;
margin-right: 0.5em;
}
input.submit {
border: 1px solid #C63C2D;
margin-left: 18em;
font-size: .8em;
font-weight: bold;
background-color:#622612;
font-family: Arial, Helvetica, sans-serif;
color: #f7f7f7;
background-image:none;
}
input.submit:hover {
background-image:url(../media/button.png);
background-repeat:no-repeat;
background-position: bottom left;
}
.credit {
margin: 0 0 25px 35px;
}
.credit,.credit a {
font-size:9px;
color:#d6d6d6;
}
.note {
float: right;
display:block;
font-size: .7em;
color: #622612;
text-align:right;
padding-right: 6em;
}

