/* @group Global */
* {
	margin: 0;
	padding: 0;	
}

html {
	height: 100%;	
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background:url(../images/bg_tile_orange_header.gif) top center repeat-x;
}

.popupBody {
	margin: 10px;
	padding: 0;
	text-align: left;
	background-image: none;
}

.clearer {
	clear: both;
}

.padding {
	padding-bottom: 80px;
}

h1 {
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size: 68px;
	padding-bottom: 0px;
	text-transform: uppercase;
	line-height: 68px;
}

h2 {
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size: 22px;
	padding-bottom: 17px;
}

h3 {
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
	padding-bottom: 17px;
}

p {
	padding-bottom: 20px;
}

.italic {
	font-style:italic;
}

/* @end */


/* @group Content */
#content {
  margin: 0 auto;
  width: 850px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  line-height:1.5em;
}

#contentNav {
	height: 141px;
	line-height:141px;
	text-align: right;
}

.spanColumn {
	padding-bottom: 36px;
	width:850px;
}

.spanColumnNarrow {
	padding-bottom: 36px;
	width:382px;
}

#leftColumn {
	width: 365px;
	float: left;
}

#leftColumnNarrow {
	width: 300px; /*317*/
	float: left;
}

#leftColumnWide {
	width: 486px;
	float: left;
}

#leftColumnNews {
	width: 382px;
	float: left;
}

#rightColumn {
	width: 485px;	
	float: right;
}

#rightColumnNarrow {
	width: 300px;	
	float: right;
	border: 10px solid #ebe7e6;
	padding: 10px;
}

#rightColumnHome {
	width: 400px;
	float: right;
}

#rightColumnNews {
	width: 425px;
	float: right;
}

.paddedImage {
	margin-bottom: 30px;
}

.togglerHighlight {	
	color: #000000;
}

.list {
	margin: 0;
	padding: 0;
	height: 38px;
	line-height:38px;
	border-top: 1px solid #dfdfdf;
	font-weight:bold;
	cursor:pointer;
	background-image: url("../images/icon_arrow_down.gif");
	background-repeat: no-repeat;
	background-position: 450px 12px;
}

.list:hover {
   	color: #000000;	
	text-decoration:none;
}

.listDouble {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height:38px;
	border-top: 1px solid #dfdfdf;
	font-weight:bold;
	cursor:pointer;
	background-image: url("../images/icon_arrow_down.gif");
	background-repeat: no-repeat;
	background-position: 450px 18px;
}

.listDouble:hover {
  color: #000000;	
	text-decoration:none;
}

.narrowList {
	margin: 0;
	padding: 0;
	height: 38px;
	line-height:38px;
	border-top: 1px solid #dfdfdf;
	font-weight:bold;
	cursor:pointer;
	background-image: url("../images/icon_arrow_down.gif");
	background-repeat: no-repeat;
	background-position: 260px 12px;
}

.narrowList:hover {
   	color: #000000;
	text-decoration:none;
}

.clientList li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 38px;
	line-height:38px;
	border-top: 1px solid #dfdfdf;
	font-weight:bold;
	cursor:pointer;
	background-image: url("../images/icon_arrow_down.gif");
	background-repeat: no-repeat;
	background-position: 300px 12px;
}

.clientList li.lastItem {
	border-bottom: 1px solid #dfdfdf;	
}

.plainList li {
	margin: 0;
	padding: 5px 0px;
	list-style: none;
	border-top: 1px solid #dfdfdf;
	font-weight:normal;
}

.plainList li.lastItem {
	border-bottom: 1px solid #dfdfdf;	
}

p.title {
	padding-bottom: 0px;
	font-weight:bold;
}

p.paddedTitle {
	padding-bottom: 8px;
	font-weight:bold;		
}

.titleItalics {
    padding-bottom: 0px;
    font-weight:bold;
    font-style:italic;
}

#rightColumnNarrow p.title {
	padding-bottom: 0px;
	font-weight:bold;
}

#rightColumnNarrow p.main {
	padding-bottom: 0px;
	font-weight:normal;
}

/* @end */


/* @group Headline */
.headlineEntry {
	margin-left:7px;
}

.headlineDivider {
	font-size: 0px;
	height: 1px;
	background-color:#e3e3e3;
	margin-top: 12px;
	margin-bottom: 13px;
}

.headlineDivider.first {
	margin-top: 0px;
}
/* @end */


/* @group Header */	
#header {
	background-color:#f78429;
	width: 850px;
	top: 0px;
	height: 105px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(../images/white_block.gif);
}

#logo {
	position:absolute;
	left: 0px;
	top: 68px;
}

#nav {
	position:absolute;
	right: 0px;
	top: 81px;
	height: 10px;
}
/* @end */


/* @group Nav */
#navList {
	padding: 0px;
	width: 447px;
	height: 10px;
	font-size:0px;
	position: relative;
	background: url(../images/primary-nav-sprite.gif);
}			

#navList li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 10px;
}

#navList li, #navList a {height: 10px; display: block;}

/* Active */
#profile {left: 0px; width:47px;}
#services {left: 79px; width: 54px;}
#success {left: 164px; width:52px;}
#clients {left: 247px; width:48px;}
#news {left: 326px; width:34px;}
#contact {left: 391px; width:56px;}

/* Hover */
#profile a:hover {background: transparent url(../images/primary-nav-sprite.gif) 0 -20px no-repeat;}
#services a:hover {background: transparent url(../images/primary-nav-sprite.gif) -79px -20px no-repeat;}
#success a:hover {background: transparent url(../images/primary-nav-sprite.gif) -164px -20px no-repeat;}
#clients a:hover {background: transparent url(../images/primary-nav-sprite.gif) -247px -20px no-repeat;}
#news a:hover {background: transparent url(../images/primary-nav-sprite.gif) -326px -20px no-repeat;}
#contact a:hover {background: transparent url(../images/primary-nav-sprite.gif) -391px -20px no-repeat;}

/* Current */
#profile.current a {background: transparent url(../images/primary-nav-sprite.gif) 0 -10px no-repeat;}
#services.current a {background: transparent url(../images/primary-nav-sprite.gif) -79px -10px no-repeat;}
#success.current a {background: transparent url(../images/primary-nav-sprite.gif) -164px -10px no-repeat;}
#clients.current a {background: transparent url(../images/primary-nav-sprite.gif) -247px -10px no-repeat;}
#news.current a {background: transparent url(../images/primary-nav-sprite.gif) -326px -10px no-repeat;}
#contact.current a {background: transparent url(../images/primary-nav-sprite.gif) -391px -10px no-repeat;}
/* @end */


/* @group Sub Nav */
#subnav {	
	position:relative;
	height: 85px;
	width: 186px;
}

#subnavList {
	height:10px;
	font-size:0px;
	position: relative;
	padding: 0px;
	width: 210px;
	background: url(../images/subnav-sprite.gif) 0px -20px no-repeat;
	top: 45px;
	margin-left: 644px;
}	

.subnavLine {
    height:152px;
    border-bottom:1px solid #cccccc;
}

#subnavList li {
	list-style: none;
	position: absolute;
	top: 0px;
	height: 10px;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

#subnavList li, #subnavList a {height: 10px; display: block;}

/* Active */
#ourapproach {left: 0px; width:66px;}
#ourteam {left: 94px; width: 35px;}
#ourhistory {left:157px;width:51px;}

/* Hover */
#ourapproach a:hover {background: transparent url(../images/subnav-sprite.gif) 0 0px no-repeat;}
#ourteam a:hover {background: transparent url(../images/subnav-sprite.gif) -94px 0px no-repeat;}
#ourhistory a:hover {background: transparent url(../images/subnav-sprite.gif) -157px 0px no-repeat;}

/* Current */
#ourapproach.current a {background: transparent url(../images/subnav-sprite.gif) 0 -10px no-repeat;}
#ourteam.current a {background: transparent url(../images/subnav-sprite.gif) -94px -10px no-repeat;}
#ourhistory.current a {background: transparent url(../images/subnav-sprite.gif) -157px -10px no-repeat;}

/* @end */


/* @group Footer */
#footer {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 30px;
}


#copyright {
	position:absolute;
	width: 499px;
	height: 10px;
	left: 0px;
	top: 0px;
}


#footerNavWrapper{
	position:absolute;
	right: 0px;
	top: 0px;
}

#footerNav {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}

#footerNav li {
	text-indent: 0px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	height: 12px;
	border-right: 1px solid #666666;
	line-height:12px;
}

#footerNav li.last{
	border-right: 0px;
}

#footerNav li a:active,
#footerNav li a:visited,
#footerNav li a:link {
	text-decoration: underline;
	color: #666666;
}

#footerNav li a:hover {
	text-decoration: underline;
	color: #000000;
}

/* @end */



/* @group Font Styles */
.small {
	font-family:tahoma, sans-serif;	
	font-size:10px;
	line-height:18px;
}

.mid {
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:16px;
}

.main {
	font-family:arial, sans-serif;
	font-size:14px;
}

.headline {
	font-family:arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;

}

.headline a:link,
.headline a:visited,
.headline a:active {
	color: #666666;
	text-decoration:none;
}

.headline a:hover {
	color: #000000;	
	text-decoration:none;
}

.caption {
	font-size:13px;
	line-height:16px;
	text-transform: uppercase;
	padding-bottom: 18px;
}

.smallCaption {
	font-size:11px;
	line-height:15px;
	text-transform: uppercase;	
}

.jobTitles {
	font-size:11px;
    color:#333333;
}

.callout {
	font-weight:bold;
	text-transform: uppercase;
}

/* @end */


/* @group Color Styles Including Anchors */
.pink {
	color: #ff0099;
}

.pink a:visited,
.pink a:link,
.pink a:active {
	color: #ff0099;
	text-decoration:underline;
}

.pink a:hover {
	color: #000000;
	text-decoration:underline;
}

.grey {
	color:#666666;	
}

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

a:hover {
	color: #000000;
	text-decoration:underline;
}

.lightGrey {
	color: #999999;
}

.darkGrey {
	color: #333333;
}

/* @end */

/* @group Team Members Section */
#splash {
	float:left;
	width:664px;
	height: 139px;
	margin-top:1px;
}

#photos {
	float:left;
	width:186px;
}

.teamPhoto {
	height: 59px;
	width: 59px;	
}

/* @end */

/* @group Clients Section */
.clientWrapper {
    width:500px;
    position:relative;
}

.clientInner {
    width:225px;
    margin-right:20px;
    float:left;
}

.section {
    padding-bottom:35px;
}

/* @end */


/* @group Clients Section */
.contactWrapper {
    width:800px;
    position:relative;
}

.contactInner {
    width:150px;
    margin-right:50px;
    float:left;
}
/* @end */


/* @group Clients Section */

#awardThumbnailWrapper {
	padding-top:28px;
	width:428px;
	height:210px;
	padding-bottom:40px;
}

#awardThumbnailWrapper .awardLink {
	padding-top:20px;
	padding-bottom:20px;
}

#mainmenu
{
position: absolute;
bottom:  0px;
right:  0px;
font-size:  11px;
}

#mainmenu ul li
{
float: right;
text-align: center;
padding: 0px 7px;
margin-bottom: 9px;
list-style-type:none;
}

#mainmenu ul li a
{
color: #fff;
background-color: #f78429;
font-family:"helvetica neue", arial;
font-size:11px;
font-weight: bold;
padding: 5px 5px 4px 5px;
line-height: 1.4;
text-decoration:none;
}

#mainmenu ul li a.selected
{
background-color: #f78429;
color:  #ccc;
font-weight: bold;
}

#mainmenu ul li a:hover
{
color:  #000000;
background-color: #f78429;
}


/* @end */

 
 
