﻿body
{
    font-family: Verdana, Arial, San Serif;
    font-size: 12px;
}

a:link, a:visited
{
    color: #222;
    text-decoration: none;
}

.underline
{
    text-decoration: underline;
}

.header
{
    height: 138px;
}

.headerleft
{
    float: left;
    height: 138px;
    width: 248px;
    background: url('../images/ID_logo.jpg') no-repeat center;
    }

.headerright
{
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    width: 470px;
}

.headerbanner
{
    border: none;
    width:468px;
    height:60px;
}

  
.navigationmenu
{
    height: 60px;
}

.menu
{
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    height: 48px;
    
}

.menu a
{
    text-decoration: none;
}

.bullet
{
    list-style-type: none;
    list-style-image: none;
    font-weight: 600;
    color: #800080;
}
.bulletLetter
{
    font-size: 1.2em;
    color: Red;
    font-weight: bold;
}

.menu li
{
    float: left;
    width: 150px;
    text-align: center;
    font-size: 1.7em;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 28px;
}
.menu a
{
  text-decoration: none;
} 

.menuselected
{
    background: url('../images/menu_selected.png') no-repeat;
} 
.menuunselected
{
    background: url('../images/menu_unselected.png') no-repeat;
} 

.smaller
{
    font-size: 0.5em;
    padding-top: 15px;
}
    
.body 
{
    overflow:visible;
    height: auto;
}

.leftcolumn
{
    margin: 5px;
    float: left;
    width: 257px;
    height: 301px;
    background: url('../images/left_column.png') no-repeat left top;
    padding-bottom: 200px;
}
    
.personal
{
    padding: 250px 20px 10px 20px;
    font-size: 10px;
}

.photo
{
    background: url('../images/057370p.jpg') no-repeat center;
    height: 159px;
    width: 191px;
}

.rightcolumn
{
    width: auto;
    height: auto;
    margin-left: 260px;
    overflow: auto;
}

.service
{
    margin: 5px 10px 20px 10px;
    padding-right: 70px;
    height: 57px;
    background: url('../images/more.png') no-repeat center right;
    
    }
    
a:link .service,  a:visited .service
{
    text-decoration: none;
}
   
 .section
{
    margin: 5px 10px 20px 10px;
    height: 57px;
    padding-right: 70px;
    }

/*.serviceheader*/
h2 {
    font-size: 1.5em;
	font-weight: normal;
    color: #800080; 
	margin: 0px;
}
p {
	margin: 0px 0px 10px 0px;
}

.servicedetails
{
    width: auto;
    text-decoration: none;
}

.moreinfo
{
    padding-top: 3px;
    float: left;
    width: auto;    
}

.footer
{
    font-size: 9px;
    display: block;
    overflow: auto;
    text-align: center;
    table-layout: fixed;
    padding-top: 20px;
}

.contactForm
{
    width: 614px;
}

.contact
{
    padding-top: 0px;
}
