/* GLOBAL styles */
html { background: transparent; height:100%; }
body { background: #ccc;
		 height:100%;
}

p { font-family: "Helvetica Neue", Arial, Verdana sans-serif; font-size: 14px; line-height: 26px; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);}
h3 { font-size: 36px; }
	h3+p { margin-top: -20px; }
h4 { font-size: 30px; padding-bottom: }
	h4+p { margin-top: -20px; }
h5 { font-size: 15px; color:#ccc; font-style: italic; }

#content p a {
	color: #555;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.85);
	text-decoration: none;
	border-bottom: 1px solid #777;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#content p a:hover {
	color: #111;
	text-shadow: 0px 1px 1px rgb(255,255,255);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.85);
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.spacer-20 { padding-top: 10px; }

.grabs {
	background:url(../images/button_big.png) 11px 15px  no-repeat;
	cursor:pointer;
	height:170px;
	width:240px;
	margin: 10px 0px 0px 0px;
	float:right;
}

.grabs div{
	font-size:12px;
	padding:10px 20px 20px 10px;
}

div.grabs:hover {
	background:url(../images/button_big_hover.png) 13px 17px no-repeat;
	padding: 2px 0px 0px 2px;
	height:168px;
}
.grabs a{
	background:none;
}
.grabs a[href$=".pdf"]{
	padding:0px;
}

.para_image { float:left; display:inline; margin-right: 20px; }

.para_image_rt { float:right; display:inline; margin-left: 20px; }

.term_title { font-size: 16px; font-weight: bold; padding: 10px 0; }

/* 50/50 BACKGROUND REPEATER styles */

#leftrepeat {
	background: url(../images/bg_repeat_left.jpg) fixed repeat-x;
	display: block;
	float: left;
	position: fixed;
	margin: 0 auto;
	width: 50%;
	height: 100%;
}

#rightrepeat {
	background: url(../images/bg_repeat_right.jpg) fixed repeat-x;
	display: block;
	float: right;
	width: 100%;
	height: 100%;
	position:fixed;
}

#backpic {
	width: 100%;
	margin: 0 auto;
}

	#backpic span {
		background: url(../images/bg_main.jpg) 50% 0 no-repeat fixed;
		position: fixed;
      width: 100%;
      height: 530px;
		overflow:hidden;
	}

#header-links{
	float:left;
	font-size:12px;
	height:30px;
	padding-top:2px;
	padding-right:20px;
	line-height:30px;
	vertical-align:middle;
}

#header-links a{
	text-decoration:none;
	color:#666666;
}

#header-links a:hover{
	color:#333333;
}
/* SEARCH styling */

#globalsearch{
	margin-right:30px;
	float:right;
}
#globalsearch input.g-prettysearch, #globalsearch .search-wrapper input.g-prettysearch {
background:transparent url(../images/searchfield_repeat.png) repeat-x scroll center top;
}
#globalsearch input.g-prettysearch {
height:19px;
margin-left:11px;
margin-top:9px;
width:140px;
outline:none;
background:transparent;
}
#globalsearch .search-wrapper {
margin-left:11px;
margin-top:9px;
position:relative;
width:140px;
}
#globalsearch .search-wrapper input.g-prettysearch {
margin-left:20px;
width:110px;
}
#globalsearch .search-wrapper .left, #globalsearch .search-wrapper .left {
background:transparent url(../images/searchfield_left_cap.png) no-repeat scroll left top;
display:block;
height:19px;
left:0;
position:absolute;
top:0;
width:20px;
}
#globalsearch .search-wrapper .right {
background:transparent url(../images/searchfield_right_cap.png) no-repeat scroll right top;
display:block;
height:19px;
position:absolute;
right:0;
top:0;
width:10px;
}
#globalsearch .search-wrapper.blurred input {
color:#000000;
}
#globalsearch .search-wrapper.empty input {
color:#7E7E7E;
}

#globalsearch .search-wrapper .reset {
background:transparent url(../images/searchfield_reset.png) repeat scroll 0 0;
cursor:pointer;
display:block;
height:11px;
overflow:hidden;
position:absolute;
right:4px;
top:4px;
width:11px;
z-index:1;
}
#globalsearch .search-wrapper.empty .reset {
display:none;
}
#globalsearch .search-wrapper input.g-prettysearch {
	-x-system-font:none;
	border:0 none;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0px 0 0;
	position:absolute;
	right:10px;
	top:0;
	width:110px;
}

#searchresults {
	padding:10px 30px 30px 30px;
}
#searchresults p{
	margin-bottom: 30px;
}
#searchresults a{
	font-size:16px;
}

/* CONTAINER styling */

.container { 
	background: transparent; 
	position:relative;
	height:100%;
}

/* HEADER styles */

#search_wrap {
	float: right;
}

#header {
	background: url('../images/header_bg.png') no-repeat;
	height: 120px;
	padding: 0px 10px;
	margin: 0 auto;
	position: relative;
}

/* MENU NAVIGATION styling */

div#subnav ul, div#topnav ul, .hover-menu ul {
	  padding-left:0px;
	  padding-top:0px;
	  padding-bottom:0px;
	  padding-right:5px;
	  position: relative;
	  margin: 0px;
	  text-align: center;
	  line-height: 30px;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  color: #000000;
	  float:right;
	  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

	div#subnav li, div#topnav li, .hover-menu li {
		  list-style: none;
		  height: 30px;
		  float: left;
		  position: relative;
	}

		div#subnav li a, div#topnav li a, .hover-menu li a {
			  text-decoration:none;
			  color:#000000;
			  width:160px;
			  display:block;
			  position: relative;
		}
		
		.hover-menu li a{
			color:#000;
		}

			div#subnav a.current, div#topnav a.current, .hover-menu li a.current  {
				color: #fff;
				text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
			}

/* SLOGAN styles */

#slogan {
	margin: 20px 0 20px 0;
	position: relative;
}

	#slogan h1 {
		text-transform: uppercase;
		color: #fff;
	}
	
	#slogan h2 {
		font-weight: normal; font-style:italic; text-align:right; color: #fff; margin: 20px 10px -10px 0;
	}

/* CONTENT styles */

#bodycap {
	background: url('../images/body_cap.png') no-repeat;
	padding: 0px 10px;
	height:7px;
	position: relative;
}

#bodyshoe {
	background: url('../images/body_shoe.png') no-repeat;
	padding: 0px 10px;
	margin-top: 0px;
	height:7px;
	position: relative;
}

#choosercontentshoe {
	background: url('../images/chooser_content_shoe.png') no-repeat;
	padding: 0px 10px;
	margin-top: 0px;
	height:10px;
	position: relative;
}

#tabs {
	margin:0px -20px 0 -20px;
	padding: 10px 0px 0px 17px;
}

	#tabs div {
		margin: 5px -2px 0px -2px;
		display: inline;
		width:240px;
	}

#content {
	background: url('../images/body_repeater.png') repeat;
	padding-top: 20px;
	padding: 0px 10px 40px 10px;
	position: relative;
}

#content.no-back{
	background:none;
}

#bodytext {
	padding-left: 5px;
}

ul.checked {
	left: -20px !important;
	position: relative;
}

	ul.checked li {
		list-style-type: none;
		background: url('../images/bullet_check_mark.png') no-repeat 0 50%;
		padding:10px 0px 10px 45px;
	}

ul.arrows {
	left: -20px !important;
	position: relative;
}

	ul.arrows li {
		list-style-type: none;
		background: url('../images/bullet_red_arrow.png') no-repeat 0 50%;
		padding:10px 0px 10px 45px;
	}

ul.question {
	left: -20px !important;
	position: relative;
}

	ul.question li {
		list-style-type: none;
		background: url('../images/bullet_question_red.png') no-repeat 0 50%;
		padding:10px 0px 10px 45px;
	}
	
ul.nermal {
	left: 0px !important;
	position: relative;
}

	ul.nermal li {
		list-style-type: bullet;
		padding:10px 0px 10px 0px;
	}

#sidebar {
	margin-right: -10px !important;
}
#sidebar>.grabs{
	margin-top:-10px;
}

#sidebar img {
		padding-left:10px;
		padding-top:13px;
}

/* FOOTER styles */

#footercap {
	margin-top: 40px;
	background: url('../images/footer_cap.png') no-repeat;
	padding: 0px 10px;
	position:relative;
	height:7px;
}
#footercap.bottom{
	position:absolute;
	bottom:123px;
}

#footer {
	padding: 30px 10px 10px 10px;
	background: #4D4D4D;
	color: #fff;
	position: relative;
	text-align: center;
	height:83px;
}
	
	#footer.bottom{
		position:absolute;
		bottom:0;
	}

	#footer h4 {
		color: #aaa;
	}

	#footer li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	#footer a {
		line-height: 14px;
		font-weight: bold;
		margin: 0 10px 4px 10px;
		text-decoration: none;
		color: #aaa;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
	}

		#footer a.active, #footer a:hover {
			color: #ccc;
		}
/* jQuery Slider Magic */
.contain { width:700px; height:49em;overflow:hidden; position:relative; cursor:pointer; padding-top: 30px; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:700px; display:none; }
.slides div p {
	background: #999;
	background-color: rgba(110,110,110,0.6);
	font-size: 13px;
	margin-top: 10px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	line-height:17px;
	width: 670px;
	padding:10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

#loopedSlider { margin:0 auto 18px auto; width:700px; position:relative; clear:both; }
ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:200px; }
ul.pagination li { float:left; margin:0 5px; }	
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(../images/pages/pagination.png); background-position:0 0; background-repeat:no-repeat; cursor:pointer;}
ul.pagination li.active a {background-position:0 -12px}
a.previous { position:absolute; top:200px; left:-45px; }
a.next { position:absolute; top:200px; right:-32px; }

/* RANDALL CSS */

#nav-chooser-content{
	background:url(../images/nav_content_repeater.png) repeat-y;
	width:970px;
	margin:0 auto;
	clear:both;
	position:relative;
	overflow:hidden;
}
 #nav-chooser-content.chooser{
	background:url(../images/chooser_content_repeater.png) repeat-y;
}

#nav-backing{
	position:relative;
	background-attachment:scroll; 
	background-position:0px 0px; 
	background-image:url(../images/sidenav_blank.png);	
	background-repeat:repeat-y;
}

#nav-backing.one{top:60px;}
#nav-backing.two{top:120px;}
#nav-backing.three{top:180px;}
#nav-backing.four{top:240px;}
#nav-backing.five{top:300px;}
#nav-backing.one>div{margin-top:-60px;margin-bottom:60px;}
#nav-backing.two>div{margin-top:-120px;margin-bottom:120px;}
#nav-backing.three>div{margin-top:-180px;margin-bottom:180px;}
#nav-backing.four>div{margin-top:-240px;margin-bottom:240px;}
#nav-backing.five>div{margin-top:-300px;margin-bottom:300px;}

#sidenav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	vertical-align:middle;
	position:relative;
	width:240px;
	float:left;
}

	#sidenav a {
		color:#666666;
		text-decoration:none;
	}
	
	#sidenav a:hover {
		color:#000;
	}
	
	#sidenav.right {
		float:right;
	}

	#sidenav img {
		padding-left:10px;
		padding-top:13px;
		float:left;
	}
	
	#sidenav div.nav-current {
		background: url(../images/sidenav_current.png) 0px 0px no-repeat;
		padding:0px 0px 0px 10px;
		height:60px;
		color:#fff;
		font-weight:bold;
		vertical-align:middle;
		line-height:60px;
		text-shadow: 0px 1px 1px rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	} 

	#sidenav div.nav-button-back {
		background:url(../images/sidenav_blank.png) no-repeat;
		height:60px;
		color:#000;
		font-weight:bold;
		vertical-align:middle;
		line-height:60px;
	}

	#sidenav div.nav-button-blank {
		background:none;
		height:60px;
		color:#000;
		font-weight:bold;
		vertical-align:middle;
		line-height:60px;
	}

	
	#sidenav div.nav-button {
		padding:0px 0px 0px 10px;
		background:url(../images/button_little.png) 10px 10px no-repeat;
		cursor:pointer;
	}

	#sidenav div.nav-button:hover {
		padding: 2px 0px 0px 12px;
		background:url(../images/button_little_hover.png) 12px 12px no-repeat;
		cursor:pointer;
	}
	
#chooser-backing{
	position:relative;
	background-attachment:scroll; 
	background-position:0px 0px; 
	background-image:url(../images/chooser_blank.png);	
	background-repeat:repeat-y;
}

#chooser-backing.one{top:90px;}
#chooser-backing.two{top:140px;}
#chooser-backing.three{top:190px;}
#chooser-backing.four{top:240px;}
#chooser-backing.one>div{margin-top:-90px;margin-bottom:90px;}
#chooser-backing.two>div{margin-top:-140px;margin-bottom:140px;}
#chooser-backing.three>div{margin-top:-190px;margin-bottom:190px;}
#chooser-backing.four>div{margin-top:-240px;margin-bottom:240px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#chooser {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:100%;
	vertical-align:middle;
	position:relative;
	width:200px;
	float:left;
}
	#chooser a {
		color:#666;
		text-decoration:none;
	}

	#chooser a:hover {
		color:#000;
	}

	#chooser img {
		padding-left:12px;
		padding-top:7.5px;
		float:left;
	}
	
	#chooser div {
		font-weight:bold;
		vertical-align:middle;
	}
	
	#chooser div.nav-current {
		background: url(../images/chooser_nav_current.png) 0px 0px no-repeat;
		height:50px;
		color:#fff;
		line-height:50px;
		cursor:pointer;
		text-shadow: 0px 1px 1px rgb(0, 0, 0);
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	} 

	#chooser div.nav-button {
		background:url(../images/chooser_nav_button.png) no-repeat;
		height:50px;
		color:#000;
		line-height:50px;
		cursor:pointer;
	}
	
	#chooser div.nav-button:hover {
		padding: 2px 0px 0px 2px;
		margin-bottom: -2px;
		background:url(../images/chooser_nav_button_hover.png) no-repeat;
	}

	#chooser div.title-cap {
		background: url(../images/chooser_title_cap.png) no-repeat;
		height:25px;
		padding-top:15px;
		padding-left:10px;
		font-weight:bold;
	}
	
	#chooser div.item {
		font-size:12px;
		line-height:40px;
		text-indent:20px;
		background: url(../images/chooser_item.png) no-repeat;
		height:40px;
		cursor:pointer;
	}
	#chooser div.item:hover {
		background: url(../images/chooser_item_hover.png) no-repeat;
		height:40px;
	}

	#chooser div.selected {
		background: url(../images/chooser_selected.png) no-repeat;
		line-height:40px;
		text-indent:10px;
		height:40px;
	}
	
	#chooser div.cat {
		text-indent:10px;
		line-height:40px;
		text-transform:uppercase;
	}


#orgchart div{
	text-align:center;
	/*padding:20px 10px 0px 10px;*/
	width:170px;
	height:100px;
	float:left;
	font-size:12px;
}

	#orgchart div.section {
		height:29px;
		width:530px;
		float:left;
		padding-left:5px;
		font-size:18px; 
		font-weight:bold; 
		text-align:left;
		border-bottom:solid thin #000000;
		margin-bottom:0px;
	}
	
	#orgchart div.section-node-spacer{
		height:30px;
		width:170px;
		float:left;
		margin-bottom:-1px;
	}
	
	#orgchart div.section-link-spacer{
		height:30px;
		width:30px;
		float:left;
		margin-bottom:-1px;
	}
	
	#orgchart div.section-link{
		background: url(../images/org_link_section.png) repeat-y;
		height:30px;
		width:30px;
		float:left;
		margin-bottom:-1px;
	}
	
	#orgchart div.fatnode {
		background:url(../images/org_fatnode.png) no-repeat;
		padding:20px 0px 0px 0px;
		cursor:pointer;
		float:left;
	}
	
	#orgchart div.fatnode:hover {
		background:url(../images/org_fatnode_hover.png) no-repeat;
	}

	#orgchart div.fatnode p{
		line-height: 16px;
		margin: 0px 0px 10px;
	}

	#orgchart div.node {
		background:url(../images/org_node.png) no-repeat;
		padding:20px 0px 0px 0px;
		cursor:pointer;
		float:left;
	}
	
	#orgchart div.node:hover {
		background:url(../images/org_node_hover.png) no-repeat;
	}
	
	#orgchart div.node p{
		line-height:16px;
	}
	
	#orgchart div.top-node {
		background: url(../images/org_node_top.png) no-repeat;
		float:left;
		position:relative;
	}
	
	#orgchart div.middle-node {
		background: url(../images/org_node_middle.png) no-repeat;
	}
	
	#orgchart div.bottom-node {
		background: url(../images/org_node_bottom.png) no-repeat;
	}
	
	#orgchart div.link {
		padding:0px;
		width:20px;
		height:100px;
		float:left;
	}
	
	#orgchart div.link.T {
		background: url(../images/org_link_T.png) no-repeat;
	}
	
	#orgchart div.link.Y {
		background: url(../images/org_link_Y.png) no-repeat;
	}
	#orgchart div.link.L {
		background: url(../images/org_link_L.png) no-repeat;
	}
	
	#orgchart div.link.skip {
		background: url(../images/org_link_section.png) repeat-y;
	}
	
	#orgchart div.link.down {
		background: url(../images/org_link_down.png) no-repeat;
	}

.attrib-table-head-body{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	padding:0px 22px 0px 20px;
	background:url(../images/attrib_table_head_repeater.png) repeat-y;
}

.attrib-table-body{
	font-size:10px;
	color:#336699;
	background:url(../images/attrib_table_body_repeater.png) repeat-y;
}

.attrib-table-body div{
	padding:0px 22px 0px 20px;
}

.attrib-table-body b{
	font-size:12px;
}

blockquote {
	font-family: Cambria, Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}

#composite {
	font-size:10px;
	line-height:normal;
	padding:0px 10px 0px 10px;
}

	#composite h3 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		white-space: normal;
		margin-bottom: 5px;
		margin-top: 6px;
	}
	#composite p {
		font-size: 12px;
		margin-top: 5px;
	}
	#composite ul {
		list-style-position: outside;
		list-style-image: none;
		list-style-type: decimal;
	}
	#composite li {
		font-size: 10px;
		margin-bottom: 5px;
	}
	
	#composite .headercell {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666666;
		font-weight: bold;
		font-size: 12px;
		text-align:right;
	}
	
	#composite .tablecell {
		text-align:right;
	}
	
	#composite table{
		border-spacing: 4px;
	}
	
	#composite td{
		padding:5px 0px 0px 0px;
	}

.pdftitle {
	font-weight:bold;
	margin-top:20px;
}
.pdfdate {
	float:right;
}
.pdfsummary {
	font-size:11px;
	font-style:italic;
}

.getflash {
	color:#FF0000;
	font-style:italic;
	text-align:center;
}

.showgrid {background:url(images/grid.png);}
body.showgrid div#rightrepeat, body.showgrid div#leftrepeat, body.showgrid div#backpic, body.showgrid div#content, body.showgrid div#footer { background: none; }
body.showgrid div#backpic span, body.showgrid div#bodycap, body.showgrid div#bodyshoe, body.showgrid div#footercap { display: none; }

#winner {
	background:url('../images/body_repeater.png') repeat;padding:0px 10px 40px 10px;position:relative;
}
