/* LAYOUT STYLES
===============================================================*/
#header-wrapper {
	height:68px;
}
#header {
	width:820px;
	margin:0 auto;
}
#top-tabs {
	float:right;
}
#body-head {
	margin:0 auto;
	width:800px;
	height:77px;
}
.full #body-head {
	width:800px;
}
#body {
	margin:0 auto;
	width:800px;
}
#index #body {
	width:800px;
}
.full #body {
	width:800px;
}
#side-bar {
	float:left;
	width:180px;
}
#content {
	float:left;
	width:620px;
}
.full #content {
	width:800px;
}

/* GLOBAL STYLES
================================================================*/

body {
	background:#fff url(/mkt-assets/img/layout/page-bg.gif) repeat-x center 25px;	
}
#global_container {
	background:url(/mkt-assets/img/layout/content-bg.gif) no-repeat center 25px;
	text-align:center;
}
#global_header {
	margin:0 auto;
	width: 850px;
	text-align:left;
}
#global_header .header_container {
	margin: 0px 4px 4px 5px;
	height:115px;
	position:relative;
}
#logo_handmark {
	float:left;
	margin-top:22px;
}
#global_subtitle {
	float:left;
	margin:32px 0 0 30px;
	width:237px;
	height:19px;
	text-indent:-3000px;
	background:url(/mkt-assets/img/layout/global-subtitle.gif) no-repeat top left;
}
#global_quicklinks {
	float:right;
	width:250px;
}
#secondary_links {
	float:right;
	color:#aaa;
	font-size:.8em;
	margin:0px;
	padding:0px;
	width:100%;
}
#secondary_links li {
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	
}
#search_box {
	float:right;
	padding:3px 0 0 3px;
	margin-top:5px;
	height:33px;
	width:245px;
	background:url(/mkt-assets/img/layout/search-bg.gif) no-repeat top left;
}
#search_box label {
	display:none;
}
#search_box input.text {
	float:left;
	padding:2px;
	margin:3px 0 3px 3px;
	width:190px;
	font-size:12px;
	color:#386784;
	font-weight:bold;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #666;
	border-top:1px solid #666;
	background: #fff url(/mkt-assets/img/layout/input-bg.gif) repeat-x top left;
}
#search_box input.text:hover, #seach_box input.text:active {
	color:#000;
	background:url(/mkt-assets/img/layout/input-bg-over.gif) repeat-x top left;
}
#search_box input.text:active, #search_box input.text:focus {
	border:1px solid #386784;
}
#search_box .submit {
	float:right;
	padding:0;
	margin:0;
	margin-top:-3px;
	height:33px;
	border:0px;
}

/* Nav */

#global_nav {
	position:relative;
	top:35px;
	clear:both;
	height:33px;
	width:841px;
	margin:0px;
	padding:0px;
}
#global_nav li {
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	border-right:1px solid #27618e;
	text-align:center;
	background-image:url(/mkt-assets/img/layout/nav-bg.gif);		
}
#global_nav a {
	display:block;
	font-size:13px;
	font-family:Tahoma;
	line-height:33px;
	text-decoration:none;
	color:#fff;
}

/* Top nav 4 tabs */

li#tab-4-1{width:209px; background-position:0px 0px;}
li#tab-4-1:hover{background-position:0px -33px;}
li#tab-4-1.selected{background-position:0px -66px;}

li#tab-4-2{width:209px; background-position:-209px 0px;}
li#tab-4-2:hover{background-position:-209px -33px;}
li#tab-4-2.selected{background-position:-209px -66px;}

li#tab-4-3{width:209px; background-position:-418px 0px;}
li#tab-4-3:hover{background-position:-418px -33px;}
li#tab-4-3.selected{background-position:-418px -66px;}

li#tab-4-4{width:209px; background-position:-632px 0px;}
li#tab-4-4:hover{background-position:-632px -33px;}
li#tab-4-4.selected{background-position:-632px -66px;}


/* Top nav 3 Tabs */

li#tab-3-1{width:280px; background-position:0px 0px;}
li#tab-3-1:hover{background-position:0px -33px;}
li#tab-3-1.selected{background-position:0px -66px;}

li#tab-3-2{width:280px; background-position:-280px 0px;}
li#tab-3-2:hover{background-position:-280px -33px;}
li#tab-3-2.selected{background-position:-280px -66px;}

li#tab-3-3{width:278px; background-position:-563px 0px;}
li#tab-3-3:hover{background-position:-563px -33px;}
li#tab-3-3.selected{background-position:-563px -66px;}


/* Button states */
#global_nav .last{border-right:0px;}
#global_nav .selected a{background:url(/mkt-assets/img/layout/nav-selected-l.gif) no-repeat top left; color:#444;}
#global_nav .first a{background-image:none;}
#global_nav .selected span{background:url(/mkt-assets/img/layout/nav-selected-r.gif) no-repeat top right; display:block;}
#global_nav .last span{background-image:none;}


/* NAVIGATION ARROWS */
#tab-4-1-arrow, #tab-4-2-arrow, #tab-4-3-arrow, #tab-4-4-arrow, #tab-3-1-arrow, #tab-3-2-arrow, #tab-3-3-arrow
    { position:absolute; top:120px; left:0; z-index:1000; width:24px; height:10px; background:url(/mkt-assets/img/layout/nav-tick.gif) no-repeat; }

	/* 4 tabs */
    #tab-4-1-arrow{left:90px;}
    #tab-4-2-arrow{left:305px;}
	#tab-4-3-arrow{left:515px;}
    #tab-4-4-arrow{left:725px;}
	
	/* 3 tabs */
    #tab-3-1-arrow{left:126px;}
    #tab-3-2-arrow{left:410px;}
    #tab-3-3-arrow{left:690px;}

	
/* Right content pane */

#pane-left {
	float:left;
	width:615px;
	margin-left:10px;
}
#pane-right {
	float:left;
	width:150px;
	margin-left:25px;
	margin-top:-55px;
}
#pane-right ul li {
	padding-bottom:25px;
}

/* Crumbs nav */

ul#sub-nav{
	background:url(/mkt-assets/img/layout/sub-nav-bg.png) no-repeat 0px 25px;
	width:100%;
	height:30px;

}
ul#sub-nav li{
	float:left;
	margin-right:20px;	
	padding-bottom:10px;
	font-size:11px;	
}
ul#sub-nav li#first{
	margin-left:15px;
}
ul#sub-nav li.selected, ul#sub-nav li.selected a{
	font-weight:bold;
	color:#222 !important;
	cursor:pointer;
}


/* Content */
#global_content {
	position:relative;
	margin:15px auto 0 auto;
	width: 800px;
	text-align:left;
	background:#fff;
}
#global_content .content_container {
	margin:10px 32px;
}


#global_secondary { background:#0a2439; color:#fff; padding-top:2px; }
    #secondary_container { margin:0 auto; text-align:right; width:850px; font-size:11px !important; }
        #secondary_container div { float:right; background:#235074; margin:3px 2px 0 0; }
        #secondary_container div { -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; border-top-left-radius:2px; }
            #secondary_container div a { color:#a2d0f5; display:block; padding:2px 14px; }
			#secondary_container div a:hover { text-decoration:none; }
            #secondary_container div.active { background:#f7f7f7; }
                #secondary_container div.active a { color:#143d5f; font-weight:bold; }

#global_footer { margin-top:50px; text-align:center; height:300px; background:#eee; border-top:1px solid #ccc; }
	#global_footer .footer_container { margin:0 auto; padding-top:30px; width: 850px; text-align:left; }

	#global_footer .footer_nav { float:left; height:130px; padding:5px 35px 5px 25px; border-left:1px solid #ccc; line-height:1.1em; }
	#global_footer .footer_nav li.title { border:0; margin:0; padding:0; }
	#global_footer .footer_nav li { padding:3px 0;}
	#global_footer .footer_nav h3 { padding:0; color: #777; font-weight:bold; font-size:13px !important; margin-bottom:8px; }	
	#global_footer .stack{ float:left; padding-right:25px; }
	#global_footer .last{ padding-right:0; }
	
	#global_footer .copyright { clear:left; float:left; width:400px; padding:0px 20px 0px 45px; margin:20px 0 0 0;
            background:url('/mkt-assets/img/layout/icon-handmark.gif') no-repeat scroll 0px 50%; }
		#global_footer .copyright ul li { display: inline; margin-left:8px; padding-left:10px; border-left:1px solid #aaa; }
			#global_footer .copyright ul li.first { margin:0; padding:0; border:0; }
		#global_footer .copyright p { margin-bottom:0; }
		#global_footer #btn_footer { margin-top:25px; white-space:nowrap; }



