body {
	width: 100%;
	background: url(/images/bg.gif) repeat-x #fff;
	padding: 0;
	margin: 0;
	font-family: helvetica neue, arial, sans-serif;
	color: #666;
}

p {
margin: 0 0 1em 0;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
font-weight: 500;
font-size: 1.6em;
color: #46aa42;
line-height: 1.15em;
}

h1.home {
	width: 316px;
	padding: 10px 0 0 84px ;
	margin-left: -10px;
	background: url(/images/icon-globe.png) no-repeat;
}

h2 {
font-weight: 500;
font-size: 1.5em;
color: #333;
line-height: 1.25em;
margin: 0 0 20px 0;
}

h2.subpage-sidebar {
	width: 200px;
	padding: 5px 0 10px 60px ;
	background: url(/images/icon-people.png) no-repeat;
}

#sidebar-content h2 {
	margin-bottom: 5px;
}

h3 {
font-weight: 500;
font-size: 1.3em;
color: #46aa42;
line-height: 1.15em;
margin: 20px 0 5px 0;
}

h4 {
font-weight: 600;
font-size: 1em;
color: #333;
line-height: 1.15em;
margin: 20px 0 5px 0;
}

blockquote
{
	margin-left: 20px;
	color: #444;
	font-style: italic;
}
#body-wrapper {
	width: 960px;
	background: url(/images/bg-globe.jpg) no-repeat;
	margin: 0 auto;
}

#header {
	height: 120px;
	margin: 0;
	padding: 0;
}

#navbar {
	height: 32px;
	background: url(/images/bg-nav.gif) repeat-x;
	overflow: hidden;
}

#navbar ul#nav {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 10px;
}

#navbar ul#nav li {
    float: left;
 }

#navbar ul#nav li a {
   display: block;
   height: 32px;
   vertical-align: middle;
   color: #fff;
   font-weight: 500;
   padding: 6px 53px 0 0;
 }
 
 #navbar ul#nav li a:hover {
	text-decoration: none;
   color: #ff0;
 }


#navbar ul#nav li a.contactlink {
   color: #ff0;
	text-transform: uppercase;
   font-weight: 700;
   font-size: .8em;
   padding: 8px 0 0 180px;
 }

#navbar ul#nav li a.contactlink:hover {
	text-decoration: underline;
 }

#content-wrapper {
	width: 960px;
	font-size: .9em;
	padding-top: 40px;
}

#homepage #main-content {
	width: 450px;
	padding: 0 20px 0 10px;
	float: left;
}

#subpage #main-content {
	width: 525px;
	padding: 0 20px 0 10px;
	float: left;
}

#main-content ul {
	color: #369;
}

#main-content ul li {
	margin-bottom: 3px;
}

#main-content ul li p {
	color: #666;
}


#homepage #sidebar-wrapper {
width: 480px;
padding: 0;
float: left;
}

#homepage #sidebar-content {
background: url(/images/sidebar-home-top.png) no-repeat;
padding: 40px 75px 10px 60px;
}

#homepage #sidebar-bottom {
height: 30px;
width: 480px;
padding: 0;
background: url(/images/sidebar-home-bottom.png) no-repeat;
}



#subpage #sidebar-wrapper {
width: 405px;
padding: 0;
float: left;
}

#subpage #sidebar-content {
background: url(/images/sidebar-sub-top.png) no-repeat;
padding: 40px 75px 10px 60px;
}

#subpage #sidebar-bottom {
height: 30px;
width: 405px;
padding: 0;
background: url(/images/sidebar-sub-bottom.png) no-repeat;
}

ul#capabilities {
    list-style: none outside none;
    margin: 0 0 20px 30px;
    padding: 0 20px 0 0;
}

#capabilities li {
   margin-bottom: 1em;
   padding-left: 50px;
}

.button {
height: 29px;
background: url(/images/btn-rt.png) right no-repeat;
padding: 0 15px 0;
margin: 0 50px;
}

.button a {
display: block;
height: 24px;
background: url(/images/btn-lt.png) left no-repeat;
padding: 5px 15px 0 30px;
text-align: center;
color: #999;
font-weight: 900;
text-transform: uppercase;
}

.button a:hover {
	text-decoration: none;
color: #46aa42;
}

#footer {
clear: both;
height: 100px;
width: 960px;
background: url(/images/shadow-divider-960.png) no-repeat;
margin-top: 30px;
padding-top: 40px;
text-align: center;
font-size: .8em;
font-weight: 500;
}

#footer span.mark {
color: #46aa42;
font-weight: 900;
border-right: 2px;
padding: 0 10px;
border-right: 2px solid #ccc;
}

#footer span.name {
color: #333;
padding: 0 10px;
border-right: 2px solid #ccc;
}

#footer span.address {
padding: 0 10px;
border-right: 2px solid #ccc;
margin-right: 10px;
}
