/* CSS Document */

body{
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
}

.heading{
color: #663366;
font-size: 15px;
}

.bold{
font-weight: bold;
}

.date{
font-size: 11px;
}

.servicessubheading{
color: #000066;
}

.servicestxt{
font-size: 11px;
}

.commentquotes{
font-style: italic;
color: #660000;
}

.commentauthor{
font-style: italic;
color: #000066;
}

#banner{
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
height: 132px;
}

#maincontent{
background-image: url(images/maincontent.jpg);
background-repeat: no-repeat;
width: 900px;
}

#leftsection{
float: left;
padding: 30px 0 0 0;
width: 235px;
text-align: right;
}

#leftsection a{
text-decoration: none;
color: #330066;
}

#leftsection a:hover{
color: #3366CC;
}

#menu{
padding: 70px 15px 0 0;
font-size: 14px;
text-align: right;
}

#menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#menu li{
padding: 8px 0;
}

#menu a{
text-decoration: none;
color: #330066;
}

#menu a:hover{
color: #3366CC;
}

#text{
width: 200px;
}

#iso-logo{
padding: 30px 15px 0 0;
}

#content{
width: 480px;
margin-left: 280px;
padding: 70px 0 0 0;
min-height: 500px;
}

#content a{
color: #000066;
text-decoration: none;
}

#content a:hover{
text-decoration: underline;
}

#images{
float: right;
padding-left: 35px;
padding-bottom: 35px;
min-width: 120px; 
}

.image_box{
padding-bottom: 20px;
}

.eclipse{
font-size: 11px;
}

.meet-staff-pic{
float: right;
padding: 0 0 20px 20px;
}

#footer{
font-size: 11px;
color: #000000;
width: 660px;
margin-left: 100px;
margin-top: 60px;
clear: both;
}

#footer_right{
border-top: 3px solid #330066;
padding: 20px 0 20px 0;
width: 480px;
float: right;
color: #330066;
}

#footer a{
color: #330066;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}