/* BASIC PAGE FORMATTING */

body {
	background: #fff url('/images/body_bg_wide.gif') top center repeat-y;
	color: #000;
	font: normal 12px 'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	margin: 0;
	padding: 0;
	width: 98%;
	text-align: center;
	}
	
h1,h2,h3,h4 {
	font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 15px;
	}

h3 {
	font-size: 14px;
	}

h4 {
	font-size: 12px;
	}

p, td, ul, ol {
	font-size: 12px;
	}

a {
	color: #30526c;
	}

a:visited {
	color: #8e0000;
	}

a:hover, a:active {
	color: #6bbd47;
	}

.red {
	color: #f00;
	}

#pagewrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

/* MASTHEAD ELEMENTS */

#masthead {
	width: 950px;
	height: 80px;
	background: #efefef url('/images/masthead_bg_wide.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0 !important;
	top: 10px;
	left: 10px;
	}

#mastheadlogo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	}

#primarynav {
	position: absolute;
	left: 0;
	bottom: -1px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 850px;
	}

#primarynav table {
width: 750px;
height: 20px;
}

#primarynav table tr td {
	}

#primarynav table tr td ul {
        margin-left: -40px;
}

#primarynav table tr td li {
        float: left;
        list-style: none;
	}

#primarynav table tr td a {
        padding: 0;
        margin: 0;
        font: bold 12px 'Trebuchet MS',Trebuchet,'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
        }

#primarynav table tr td li {
        display: block;
	height: 20px;
        border: none;
        background: #bfbfbf url(/images/gray-rounded-tab.gif) 0 0 no-repeat;
        margin-left: 6px;
        color: #000;
        text-decoration: none;
        }

span.document, span.document_open {
        display: block;
        float: right;
        width: 4px;
        height: 20px;
        }

#primarynav table tr td li a {
	width: 100%;
	margin: 0;
	height: 18px;
	padding: 2px 5px 0 5px;
 	color: #000;
        text-decoration: none;
	text-align: left !important;
	text-align: center;
	display: block;
        background: transparent url(/images/gray-rounded-tab-r.gif) top right no-repeat !important;
        background: transparent url(/images/gray-rounded-tab-r-ie.gif) top right no-repeat;
	}

#primarynav table tr td a:hover {
        color: #30526c;
        text-decoration: underline;
        }

#primarynav table tr td a:active {
        color: #6bbd47;
        text-decoration: underline;
        }

#primarynav table tr td li.mainlevel_current {
        background: #6e9bbe url(/images/blue-rounded-tab.gif) 0 0 no-repeat;
        color: #fff;
        text-decoration: none;
        }

#primarynav table tr td li a.mainlevel_current {
        color: #fff;
	background: transparent url(/images/blue-rounded-tab-r.gif) top right no-repeat !important;
        background: transparent url(/images/blue-rounded-tab-r-ie.gif) top right no-repeat;
	}

#menuitem_1 {
	width: 45px;
	}

#menulink_1 {
	width: 35px;
	}

#menuitem_2 {
	width: 62px;
	}

#menulink_2 {
	width: 52px;
	}

#menuitem_3 {
	width: 63px;
	}

#menulink_3 {
	width: 53px;
	}

#menuitem_4 {
	width: 55px;
	}

#menulink_4 {
	width: 45px;
	}

#menuitem_5 {
	width: 69px;
	}

#menulink_5 {
	width: 59px;
	}

#menuitem_6 {
	width: 75px;
	} 

#menulink_6 {
	width: 75px;
	}

/* BREADCRUMBS */

#breadcrumbs {
	width: 950px;
	height: 20px;
	background: #fff url(../images/subnav_bg.gif) left 50% repeat-x;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	margin-bottom: -16px !important;
	margin-bottom: 0;
	position: relative;
	}

#breadcrumbs p {
	font-size: 11px;
	line-height: 200%;
	position: absolute;
	top: -1.1em !important;
	top: 0.1em;
	left: 1em;
	height: 100%;
	color: #fff;
	}

#breadcrumbs p a, #breadcrumbs p a :visited {
	margin: 0;
	color: #ccc;
	}

#breadcrumbs p a:hover {
	color: #fff;
	}

#breadcrumbs p a:active {
	color: #000;
	}

/* SIDEBAR ELEMENTS */

#sidebar {	
	width: 192px;
	background: none;
	float: left;
	padding: 0;
	margin-top: 32px !important;
	margin-top: 0;
	}

#sidebar h2 {
        width: 172px !important;
		width: 182px;
        height: 17px;
        background: url(../images/sidebar_head_bg_soft.gif) top left no-repeat;
        padding: 5px;
        margin: 5px 5px 0 5px !important;
		margin-bottom: -3px;
        }

.sidebarbody {
	width: 182px;
	background: url(../images/sidebar_body_bg_soft.gif) bottom left no-repeat;
	margin-top: 0 !important;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	}

.sidebarbody ul {
	padding-bottom: 20px !important;
	padding-bottom: 0;
	}

.sidebarbody p {
	padding-right: 5px;
	padding-left: 8px;
	}
	
.sidebarbody .moduletable {
	width: 192px;
	height: 17px;
	background: url(../images/sidebar_head_bg_soft.gif) top left no-repeat;
	padding: 5px;
	position: relative;
	top: -30px !important;
	top: -30px;	
	margin: 17px 5px -77px 0 !important;
	margin: 17px 5px -54px 0;
	text-align: left;
	font: bold 15px 'Trebuchet MS',Trebuchet,'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	}

.mainlevelsidebar {
	font: normal 12px 'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	padding-left: 12px;
	background: url(../images/stories/bullet.gif) center left no-repeat;
	}

#mainlevelothermenu, .moduletablesidebar ul {
	position: relative;
	left: -20px;
	}

#mainlevelothermenu li {
	margin-bottom: 3px;
}

a.mainlevelothermenu,  .moduletablesidebar ul li a, .submenu {
	font: normal 12px  'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	}

.submenu {
	/*margin-bottom: -24px !important;
	margin-bottom: 0;*/
	margin-left: -20px !important;
	margin-left: 15px;
	}

.submenu-last {
	margin-bottom: -22px !important;
	margin-bottom: 2px;
}

.moduletablesidebar {
	position: relative;	
	margin: 0 5px 0 5px;
}

table.moduletablesidebar tr td {
height: 18px;
}

#additionalLinks {
	margin-top: -6px !important;
	margin-top: -18px;
	}

/* CONTENT ELEMENTS */

.pagenavbar {
        display: none;
        }

.componentheading {
	margin-bottom: 8px;
	}

#feedbackform {
	border: 1px solid #000;
	background-color: #f7f7f7;
	}

#feedbackform th {
	background-color: #acb8c8;
	font: 12px bold 'Trebuchet MS','Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	color: #fff;
	}

#innersplash {
	width:100%;
	height:220px;
	margin-top:16px!important;
	margin-top:0;
	margin-bottom:-16px!important;
	margin-bottom:0;
	background: #999 top left no-repeat;
	color:#fff;
}

#innersplash h1 {
	font-size:100px;
	position:relative;
	top:50px;
	left:20px;
	margin:0;
	padding:0;
	}

#content {
	padding: 0;
	padding-top: 16px !important;
	padding-top: 0;
	margin: 0;
	}
	
#contentframe {
	width: 950px;
	text-align: left;
	background: #fff url(../images/sidebar-content_bg_gradient.gif) top left repeat-y;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#content-text-column {
	padding-bottom: 12px;
	margin: 10px 0 12px 212px !important;
	margin-left: 120px;
	margin-top: 10px;
	width: 730px;
	}

#content-text-column h1, #content-text-column p, #content-text-column table {
	margin-left: 0 !important;
	margin-left: 0px;
	}

#rightcolumn {
	float: right;
	padding-top: 1px;
	margin: 3.2em 12px 12px 12px;
	}

.featureTable {
	clear: right;
	}

.featureTableOdd {
        background-color: #efefef;
        }

.featureTable td {
        border-top: 1px dashed #000;
        }

.featureTableHead {
        background-color: #666;
        color: #fff;
        }

#tourtrial {
	text-align: center;
	}
	
#tourtrial h2 {
	float: left;
	margin-right: 25px;
	text-align: center;
	}

.homeimage {
	margin-left: 1px !important;
	margin-left: -2px;
	}

#feedbackform {
        border: 1px solid #000;
        background-color: #f7f7f7;
        }

#feedbackform th {
        background-color: #acb8c8;
        font: 12px bold 'Trebuchet MS','Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
        color: #fff;
        }

/* Featured Case Study Module Styles */

table.moduletable-fcs {
        display: block;
        float: right;
        width: 192px;
        margin: 0 0 10px 10px;
	border-left: 10px solid #fff;
        }

.moduletable-fcs th {
        height: 17px;
        background: url(../images/fcs-head-bg.gif) top left no-repeat;
        padding: 5px;
        text-align: left;
        font: bold 15px 'Trebuchet MS','Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
        color: #fff;
	}

.moduletable-fcs td {
        background: url(../images/fcs-body-bg.gif) bottom left no-repeat;
        padding: 5px 20px 5px 5px;
        }

.moduletable-fcs td img {
	margin: 0 5px 5px 0;
	}

.fcs-byline {
	text-align: right;
	font-style: italic;
	margin-top: 0;
	}

.ft {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.staffPhoto {
	float: right;
	margin: 0 0 10px 10px;
	}

#csdiv {
        position: relative;
        top: 10px;
        }

/* Joomla -Specific Styles */

.sectiontableheader {
font-weight: bold;
}

.componentheading {
font: bold 18px 'Trebuchet MS','Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
}

.contentheading {
font: bold 18px 'Trebuchet MS','Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
}

/* Popup Layer Elements */

#popform {
	border-top: 2px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #999;
	background-color: #fff;
	position: absolute;
	top: 10%;
	left: 33%;	
	width: 400px;
	padding: 0;
	}

/* Footer Elements */

#footer {
	clear: both;
	display: block;
	background-color: #fff;
	border-top: 1px solid #000;
	margin-top: -12px;
	text-align: center;
	}
	
#footer p {
	font-size: 10px;
	margin-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	}
	
#footer p span {
	margin-right: 30px;
	}

.contenttoc, .pagenavcounter { /* Hides Multipage Nav */
	display: none;
}

/* Account Manager Success Tips Newsletter Styles */

.success_head {
	font-size: 36px;
	}

.success_date {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	font-style: italic;
	}
