﻿body 
{
	background: #000;
	margin:0;
	padding:0;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

h1
{
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
}

.navList
{
    margin: -1px 0 0 0px;
    list-style:none;
}

.navListItem
{   
    width:160px;
    border:solid 1px #333;
    background: url(_img/liBgImg.gif) repeat-x;
    font-size:x-small;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    border:0px;
    height:19px;
    vertical-align:middle;
    margin-left:-40px;
}

.navListItem a
{
    margin-left:3px;
    font-size:x-small;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    border:0px;
    width:145px;
}

.navListItem a:hover 
{
    text-decoration:underline;
}

.servicesListContainer
{
    margin-left:20px;
}

.servicesList
{   
    list-style-type:disc;
    width:180px;
    border:none;
    background: none;
    font-size:x-small;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    border:0px;
    height:19px;
    vertical-align:top;
    margin-left:10px;
}

.servicesList a
{
    color:#000;
    text-decoration:none;
}

.servicesList a:hover
{
    color:#000;
    text-decoration:underline;
}

.mainPage
{
    width:800px;
}

.content
{
    padding:0px;
    background: #fff;
}

.navigation 
{
    vertical-align:top;
    width:160px;
    height:500px;
    background:#ccc;
}

.mainContentBox
{
    vertical-align:top;
    margin:10px 20px 50px 20px;
    width:600px;
}

.contactImgText
{
	display:block;
	padding:5px 5px 5px 25px;
	width:420px;
}

.footer, .footer a
{
    font-size:x-small;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
}

.footer a:hover
{
    text-decoration:underline;
}

.teamList
{
    margin:20px 0 0 0px;
    list-style-type:none;
}

.teamListItem 
{
    height:120px;
    margin:0px;
    margin-bottom:20px;
}

.teamListItem img
{
    margin:0px 10px 30px 0px;
    float:left;
}

.teamListItem h3
{
    margin:0 0 0 0;
    font-size:medium;
}

.teamListItem h4
{
    margin:0 0 0 0;
    font-size:small;
}

.teamListItem p
{
    margin:0 0 0 0;
    font-size:smaller;
    width:500px;
}

html.safari .servicesList
{   
    margin-left:-30px;
}

html.ie7 li
{
    margin-left:0px;
}


/* Firefox Styles */


html.gecko .servicesListContainer
{
    margin-left:0px;
}

html.gecko .servicesList
{   
    list-style-type:disc;
    width:180px;
    border:none;
    background: none;
    font-size:x-small;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    border:0px;
    height:19px;
    vertical-align:top;
    margin-left:-20px;
}

html.ie6 .servicesList
{   
    margin-left:20px;
}

html.ie6 ul
{
    margin: -2px 0 0 0px;
}

html.ie6 li
{   
    margin-left:0px;
}

html.ie6 .contactImgText 
{
	padding:5px 5px 5px 15px;
	width:270px;
}

html.ie6 .teamListItem p
{
    margin:0 0 0 0;
    font-size:smaller;
    width:400px;
}

html.ie7 .teamListItem p
{
    width:400px;
}

html.ie7 .contactImgText
{
	display:block;
	padding:5px 0px 0px 5px;
	width:280px;
}