/*
	MASTHEAD
*/

body {
	background: url( ../assets/secondary/mast_bg.jpg ) top center no-repeat;
}

#masthead {
	width: 900px;
	margin: 0px auto;
	height: 101px;
	position: relative;
}

#masthead #search {
	height: 30px;
	background: none;
	position: absolute;
	top: 60px;	
	right: 32px;
	border: 0 none;
}

#masthead #logo {
	display: block;
	position: absolute;
	width: 170px;
	height: 101px;
	left: 0px;
	top: 0px;
	background: url( ../assets/secondary/apco.png );
	text-indent: -9999px;
}

/*
	BREADCRUMBS
*/

#breadcrumbs {
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 35px;
}

#breadcrumbs ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 8px 0 14px;
	background: url( ../assets/secondary/breadcrumb_sep.png ) left center no-repeat;
}

#breadcrumbs ul li.first {
	padding-left: 0;
	background: none;
}

#breadcrumbs ul li a {
	color: #5c5c5c;
	text-decoration: none;
}

#breadcrumbs ul li a:hover {
	color: black;
}

#breadcrumbs ul li.current a {
	font-weight: bold;
	color: #f4793b;
	text-decoration: none;
}

#breadcrumbs ul li.current a:hover {
	text-decoration: none;
	color: #f4793b;
}

/*
	Titlebar
*/

#titlebar {
	background: url( ../assets/secondary/titlebar_shadow.png ) bottom center no-repeat;
}

/*
	CONTENT
*/

#content .row {
	display: block;
	clear: both;
}

#content a.howWeCanHelp {
	display: block;
	width: 210px;
	height: 38px;
	background: url( ../assets/secondary/hwch.png ) center center no-repeat;
	text-indent: -9999px;
	margin-bottom: 2em;
}

#content a.howWeCanHelp:hover {
	background-image: url( ../assets/secondary/hwch_hover.png );
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5
{
	margin-bottom: 0.5em;
}

#content p
{
	margin-bottom: 2.0em;
}

#content h1,
#content h2,
#content h3 
{
	font-family: helvetica neue, helvetica, arial, sans-serif;
	color: #f4793b;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

#content h1
{
	font-size: 28px;
}

#content h2
{
	font-size: 20px;
}

#content h3
{
	font-size: 14px;
	margin-top: 2em;
}

#content h4,
#content h5
{
	font-size: 11px;
	margin-top: 2em;
	font-weight: normal;
}



#content a {
	color: #f4793b;
	text-decoration: underline;
}

#content p strong,
#content p b {
	color: black;
	font-weight: bold;
}

#content ul {
	margin: 10px 80px 10px 40px;
}

#content ul li {
	margin-bottom: 1em;
}

#content hr {
	height: 3px;
	border: 1px solid white;
	background: url( ../assets/dashes_2x2.png ) left bottom repeat-x;
	margin: 40px 0px;
	color: #eee;
}

/*
	CALLOUTBOX
*/

#content .calloutBox {
	width: auto;
	float: left;
	margin: 0 1em 1em 0;

	background: url( ../assets/secondary/callout_bg.png ) bottom center repeat-x;
	border-bottom: 1px solid #ebebeb;
}

#content .twoColumn {
	width: 570px;
	margin: 1em 0;
}

#content .calloutBox .outer {
	border: 1px solid #cbcbcb;
}

#content .calloutBox .inner {
	padding: 20px 15px 0 15px;
	width: 100%;
}

#content .calloutBox .entry {
	display: block;
	width: 270px;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
}

#content .calloutBox .entry img {
	display: block;
	float: left;
	margin-right: 6px;
	border-bottom: 2px solid #ddd;
}

#content .calloutBox .entry .rightColumn {
	margin-left: 110px;
}

#content .calloutBox .entry a {
	text-decoration: none;
}

#content .calloutBox .entry a:hover {
	text-decoration: underline;
}

#content .calloutBox .entry ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: -0.05em;
}

#content .calloutBox .entry li {
	margin: 0;
	padding: 0;
}

#content .calloutBox .entry .name,
#content .calloutBox .entry .name a {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

#content .calloutBox .entry .title {
	color: #f4793b;
	font-size: 14px;
	margin-bottom: 1em;
}

#content .calloutBox .entry .email a {
	color: #5c5c5c;
}

#content .calloutBox .entry .address {
	color: #5c5c5c;
}

#content .calloutBox .entry .address ul {
	margin: 0;
	padding: 1em 0 1em 0;
}

#content .calloutBox .entry .address ul li {
}

blockquote {
	font-size: 16px;
	font-style: normal;
	color: #5c5c5c;
	margin-top: 20px;
	padding-top: 20px;
}

.sidebar blockquote {
	background: url( ../assets/dashes_2x2.png ) top left repeat-x;
}

.casestudy blockquote {
	background: none;
}

blockquote .author,
blockquote .authorTitle
{
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#content blockquote .author {
	margin-top: 10px;
}

#content blockquote .authorTitle
{
	font-weight: normal;
	color: #777;
}

#content blockquote .ldquo,
#content blockquote .rdquo {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	top: 0.1em;
}


/*
	SIDEBAR
*/

#content .sidebar ul {
    list-style: none;
    margin: 0.5em 0 0 0;
    padding: 0 0 0.5em 0;
    line-height: 1.5em;
    background: url( ../assets/dashes_2x2.png ) bottom left repeat-x; 
}


#content .sidebar ul a {
	color: #5c5c5c;
	text-decoration: none;
}

#content .sidebar ul a:hover {
	color: black;
}

#content .sidebar ul li {
	margin: 0;
}

#content .sidebar h3 {
    margin:  1em 0 0.2em 0;
}


/*
    SECONDARY NAVIGATION

*/
#secondaryNav {
    width: 840px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

#secondaryNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px; /* 35px */
}

#secondaryNav ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 19px 5px 0px;
    background: url( ../assets/secondary/secondary_nav_sep.png ) right center
no-repeat;
}

#secondaryNav ul li.last {
    background: none;
}

#secondaryNav ul li a {
    color: #5c5c5c;
    text-decoration: none;
}

#secondaryNav ul li a:hover {
    color: black;
}

#secondaryNav ul li.current a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#secondaryNav ul li.current a:hover {
    text-decoration: none;
    color: black;
}


/*
    JUMPLIST
*/

#content ul.jumpList {
    display: block;
    width: 560px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    clear: left;
}

#content ul.jumpList li {
    width: 280px;
    display: inline-block;
    float: left;
    color: #5c5c5c;
    margin: 3px 0;
    padding: 0;
}

#content ul.jumpList li.title {
    float: none;
    padding-bottom: 6px;
    display: block;
    color: black;
    font-weight: bold;
    width: 560px;
    background: url( ../assets/dashes_2x2.png ) bottom left repeat-x;
}

#content ul.jumpList li.last {
    width: 560px;
    float: none;
}

#content ul.jumpList li a {
    color: #454545;
    text-decoration: none;
    background: url( ../assets/chevron_light.png) left center no-repeat;
    padding-left: 15px;
}

#content ul.jumpList li.title a {
    text-decoration: none;
    background: none;
    padding-left: 0;
}

#content ul.jumpList li.title a,
#content ul.jumpList li a:hover {

    color: black;
}

/*
    Advance Search
*/
#content .sidebar .ModifySearch
{		
	display: block;
	clear: both;
	text-indent:10;
	width: 210px;
	height: 38px;
	padding: 0;
	margin: 0;
	background: url( ../assets/forms/modify_search.png) left no-repeat ;	
}
	
#content .sidebar .NewSearch
{		
	display: block;
	clear: both;
	text-indent:10;		
	width: 210px;
	height: 38px;
	padding: 0;
	margin: 3px 0 3px 0;
	background: url( ../assets/forms/new_search.png) left no-repeat;	
}
	
table.contactus {
	font-family: helvetica neue, arial, sans-serif;
}

table.contactus td span {
	font-family: helvetica neue, arial, sans-serif;	
	font-weight: bold;
}

table.contactus .note {
	text-align: left;
	padding-left: 7px;
	font-size: 10px;
}
