@charset "utf-8";
/* CSS Document */

body {
			padding:			20px;
}
	
a:focus, a:visited {
			color:				#F81314;
			text-decoration:	none;
}

#content a:hover {
			background:			none;
			border-bottom:		1px dashed;
			color:				#F81314;
}

a.sans:link, a.sans:focus, a.sans:visited, a.sans:hover {
			background:			none;
			border:				none;
			color:				#FFF;
			text-decoration:	none;
}

#container {
			background:			#FFF;
			border:				1px solid #999;
			margin:				0 auto;
}


/* Header styling */
#header {
			height:				80px;	
}

#logo {
			height:				74px;
}

#header h1 {
			font-size:			1.6em;
			line-height:		80px;
			padding-left:		300px;
}

.num {
			font-family:		Consolas, Verdana, Geneva, sans-serif;
}

#pdfprint, a#pdfprint:hover {
			background:			url(../images/pdf_button.gif) left no-repeat;
			padding-left:		20px;
			float:				right;
}

h2 {
			font-size:			1.4em;
}

h3 {
			font-size:			1.1em;
			line-height:		1em;
			margin-bottom:		1em;
}

h4 {
			font-size:			1em;
			line-height:		1.25em;
			margin-bottom:		1.25em;
}


/* Menu styling */

#nav li.border-bottom {
			border-bottom:		1px solid #F81314;
}


#nav li a:hover, #nav li a:focus, #nav li a:active {
			background:			#FFF;
			border:				0;
			color:				#F81314;
			text-decoration:	none;
}


*:first-child+html #subnav li.selected { /* Hack IE 7 */
			border-top-width:	2px;
			border-bottom-width:0;
}


#subnav li a:hover, #subnav li a:focus, #subnav li a:active {
			background:			#F81314;
			border-bottom:		0;
			border-top-color:	#F81314;
			color:				#FFF;
			text-decoration:	none;
}


/* Search styling */
#left {
			margin-top:			61px;
			width:				16%;
}

#left.subnav-empty {
			margin-top:			80px;
}

.search-fieldset {
			border:				none;
			width:				100%;
			margin:				0;
			padding:			0;
}

.search-fieldset legend {
			display:			none;
}

#search {
			float:				left;
			width:				100%;
}

#s {
			background-color:	#F81314;
			border:				none;
			color:				#FFF;
			font:				11px Georgia;
			width:				70%;
}

#search .go {
			float:				right;
			padding-right:		2px;
}

/*  styling */
#content {
			line-height:		1.4em;
			margin:				80px 0 0 20%;
			padding-right:		20px;
}

/* Footer styling */
#footer {
			height:				30px;
}

#footer p {
			font-size:			0.7em;
			padding:			10px 10px 0 0;
}

#footer img {
			margin:				-8px 0;
}


.print {
			display:			none;
}