﻿/* Standard styles used across the site  */
body 
{
    background-color: #E8EEF7;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: #000066;
    margin: 20px 0px 0px 0px;
}

p 
{
    text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #E8EEF7;
    padding-bottom: 5px;
}

h2
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}

a {
}

a:link {
    color: #000066;
	text-decoration: none
}
a:visited {
    color: #000066;
	text-decoration: none
}
a:hover {
    color: #000066;
	text-decoration: underline;
}

/* Styles for page structure, used in the master pages */
#container {
	margin: auto;
	padding: 0px 20px 5px 20px;
	border: solid 1px white;
	width: 760px;
	background-color: white;
}

#logo 
{
    padding: 15px 0px 15px 0px;
    text-align: right;
}

#navigation 
{
    border: solid 1px #E8EEF7;
    background-color: #E8EEF7;
    text-align: left;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;
}

#content 
{

}

.lcol 
{
    float:left;
    width: 240px;
    text-align: left;
    margin-right:40px;
    margin-bottom:20px;
}

.rcol 
{
    width: 480px;
    float: right;
    text-align: left;
    margin-bottom:20px;
}

#footer 
{
    text-align: left;
    font-size: 8pt;
    border-top: solid 1px #E8EEF7;
    padding-top: 5px;
    width: 100%;
    clear:both;    
}

/* Styles specifically for the Home page */
.areahead 
{
    font-weight:bold;
    margin: 10px 0px 0px 30px;

}

.areadesc 
{
    margin: 3px 0px 0px 30px;
}

/* Styles specifically for the Experience page */
.inlcol 
{
    padding-left:50px;
    /*font-weight:bold;*/
}

.inrcol 
{
    padding-left:60px;
    /*font-weight:bold;*/
}

.exlcol 
{
    padding-left:50px;
    font-weight:bold;
    height: 60px;
}

.exrcol 
{
    padding-left:60px;
    font-weight:bold;
}

/* Styles specifically for the Experience Areas page */
.exselcol 
{
    padding-left:20px;
    font-size:8pt;
}

.exassignhead 
{
    font-weight:bold;
    margin: 15px 0px 0px 0px;

}

.exassigndesc 
{
    margin: 3px 0px 0px 0px;
}

/* Styles specifically for the Client page */
.cllcol 
{
    padding-left:30px;
}

.clrcol 
{
    padding-left:50px;
}

