body {
    background: #FFF;
}

#fullsite {
    width: 1000px;
    margin: 0 auto;
}

#header {
    background: url('/images/headerback.png') no-repeat;
}

#contenttop {
    height: 30px;
    background: url('/images/contenttop.png') no-repeat;
}

#contentbottom {
    height:30px;
    background: url('/images/contentbottom.png') no-repeat;
    clear: both;
}

#content {
    background: url('/images/contentback.png');
    padding-bottom:10px;
}

#navbar {
    margin-left: 5px;
}

.navbutton, .navactive {
    height: 30px;
    width: 93px;
    margin-bottom: 10px;
}

.navbutton a, .navactive a {
    display: block;
    line-height: 30px;
    height: 30px;
    width: 93px;
    font-size:0;
    text-decoration:none;
}

.navbutton a span, .navactive a span {
    display:none;
}

#about_btn {
    background: url('/images/btn_about.png');
}

#about_btn:hover {
    background-position: 0 -31px;
}

#about_btn_active {
    background: url('/images/btn_about.png');
    background-position: 0 -62px;
}

#home_btn {
    background: url('/images/btn_home.png');
}

#home_btn:hover {
    background-position: 0 -31px;
}

#home_btn_active {
    background: url('/images/btn_home.png');
    background-position: 0 -62px;
}

#resume_btn {
    background: url('/images/btn_resume.png');
}

#resume_btn:hover {
    background-position: 0 -31px;
}

#resume_btn_active {
    background: url('/images/btn_resume.png');
    background-position: 0 -62px;
}

#websites_btn {
    background: url('/images/btn_websites.png');
}

#websites_btn:hover {
    background-position: 0 -31px;
}

#websites_btn_active {
    background: url('/images/btn_websites.png');
    background-position: 0 -62px;
}

#logos_btn {
    background: url('/images/btn_logos.png');
}

#logos_btn:hover {
    background-position: 0 -31px;
}

#logos_btn_active {
    background: url('/images/btn_logos.png');
    background-position: 0 -62px;
}

#print_btn {
    background: url('/images/btn_print.png');
}

#print_btn:hover {
    background-position: 0 -31px;
}

#print_btn_active {
    background: url('/images/btn_print.png');
    background-position: 0 -62px;
}

#awards_btn {
    background: url('/images/btn_awards.png');
}

#awards_btn:hover {
    background-position: 0 -31px;
}

#awards_btn_active {
    background: url('/images/btn_awards.png');
    background-position: 0 -62px;
}

#contact_btn {
    background: url('/images/btn_contact.png');
}

#contact_btn:hover {
    background-position: 0 -31px;
}

#contact_btn_active {
    background: url('/images/btn_contact.png');
    background-position: 0 -62px;
}

#footer {
    color: #f26722;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    font-family: Verdana;
    font-weight: bold;
}

#contentarea {
    width:810px;
    float:right;
    margin-right:55px;
}

#sidebar {
    width:100px;
    float:left;
}


h1 {
    font-family: Tahoma;
    color:#F26722;
    font-size:32px;
    font-weight:bold;
    line-height:50px;
}

p {
    font-family: Tahoma;
    color:#004463;
    font-size:16px;
    margin-bottom:10px;
    line-height:28px;
}

a {
    color:#004463;
}



#slideshowBox {
    height:250px;
    margin-bottom: 15px;
    width:810px;
    overflow:hidden;
}

#slideshow {
    width: 5000px;
    z-index :-5;
}

#slideshow li {
    float:left;
}

#slideshowLeft{
    background: url('/images/btn_left.png');
    width:45px;
    height:250px;
    cursor:pointer;
    display:inline-block;
    position:absolute;
}


#slideshowLeft:hover{
    background: url('/images/btn_left.png') 0 250px;
}

#slideshowRight {
    background: url('/images/btn_right.png');
    width:45px;
    height:250px;
    cursor:pointer;
    display:inline-block;
    position:absolute;
    margin-left:770px;
}

#slideshowRight:hover{
    background: url('/images/btn_right.png') 0 250px;
}


h3 {
    font-family:Tahoma;
    color: #F26722;
    font-size: 18px;
    font-weight:bold;
    line-height:30px;
}

h4 {
    font-family:Tahoma;
    color: #525252;
    font-size: 16px;
    font-weight:bold;
    line-height:24px;
}

h4 span, h4 a {
    color: #F8981D;
}

.resumeList {
    font-family: Tahoma;
    color:#004463;
    font-size:14px;
    line-height:28px;
    list-style-type:circle;
    margin-left:35px;
}

hr {
    color: #FDD5BA;
    background-color: #FDD5BA;
    height: 3px;
    border:0;
}

label {
    font-family:Tahoma;
    color: #F26722;
    font-size: 16px;
    font-weight:bold;
    line-height:30px;
    width:100px;
    display:inline-block;
}

.formField {
    width:350px;
    background:#FDD5BA;
    border:1px solid #F26722;
    padding:4px;
    margin-bottom:15px;
    font-family:Arial;
    font-size:12px;
}

.formField:focus {
    background: #FFF;
}

.formDropdown {
    width:350px;
    background:#FDD5BA;
    border:1px solid #F26722;
    padding:4px;
    margin-bottom:15px;
    font-family:Arial;
    font-size:12px;
}

.formDropdown:focus {
    background: #FFF;
}

.formArea {
    width:350px;
    background:#FDD5BA;
    border:1px solid #F26722;
    padding:4px;
    margin-bottom:15px;
    font-family:Arial;
    font-size:12px;
    height:150px;
    position:absolute;
}

.formArea:focus {
    background: #FFF;
}

.sendButton {
    clear:both;
    margin-top:150px;
    margin-left:350px;
}

.resumeThumbnailList li {
    float:left;
}

.resumeThumbnailList li a {
    border:2px solid #f26722;
    height:175px;
    padding:5px;
    margin:35px;
    width:175px;
    overflow:hidden;
    display:block;
    text-decoration:none;
}

.resumeThumbnailList li a:hover{
    border: 2px solid #f8991d;
}

.resumeThumbnailList li a span {
    background: url('/images/whiteback.png');
    position:relative;
    top:-25px;
    width:100%;
    display:inline-block;
    padding:3px;
    overflow:hidden;
    height:20px;
    line-height:20px;
    font-family: Tahoma;
    font-weight:bold;
    font-size:13px;
}
