/* revised :05/09/2008 :dw */

/*  all media  */
@media all
{
	/* global */
	* 								{ margin:0; padding:0; } html { overflow-y:scroll; }
	body							{ background:url(/graphics/layout/background.jpg); padding:0 0 30px 0; font:12px arial, helvetica, sans-serif; }
	
	/*	layout */
	#body							{ background:url(/graphics/layout/body.jpg) 0 0 repeat-x; }
	#wrap							{ width:950px; margin:0 auto; background-color:#fff; }
	#header						{ height:110px; }
	#content-wrap				{ background:url(/graphics/layout/content-bg.jpg) top left no-repeat; padding:0 0 15px 0; }
	#navigation					{ float:left; margin:20px 5px 0; width:180px; } * html #navigation { display:inline; }
	#navigationb				{ background:url(/graphics/layout/nav-back.jpg) 0 0 repeat-y; }
	#content						{ float:left; width:734px; min-height:400px; padding:0 10px; } * html #content { display:inline; }
	#content-home				{ float:left; width:754px; min-height:400px; } * html #content-home { display:inline; }
	#footer						{ font-size:10px; padding:7px 0 0 325px; height:19px; background:url(/graphics/layout/footer.jpg) 0 0 no-repeat; }
	
	/* tags */
	h1								{ font-size:26px; padding:0 0 10px 0; color:#0a51a1; font-style:italic; font-family:Times New Roman, Times, serif; }
	h2								{ font-size:16px; padding:0 0 2px 0; font-weight:bold; color:#000; font-style:italic; }
	h3								{ font-size:14px; color:#000; border-bottom:1px solid #9f926d; display:block; }
	h4								{ font-size:14px; color:#oc549e; }
	h5								{ font-size:12px; color:#053462; }
	label,select,input[type='submit'],.point { cursor:pointer; }
	li								{ line-height:19px; margin:5px 0 0 0; }
	ol, ul						{ padding:0 0 10px 35px; }
	p								{ line-height:19px; padding:0 0 5px 0; margin:0 0 14px 0; }
	textarea,input				{ font:12px arial, helvetica, sans-serif; padding:3px; }
	
	/* custom */
	.blue-arrow					{ padding:0 0 0 15px; background:url(/graphics/blue-arrow.jpg) center left no-repeat; }
	.clear						{ clear:both; }
	.error						{ color:#f00; }
	.input						{ border:1px solid #ccc; padding:3px; }
	.message-box				{ padding:5px; border:1px solid #fc0; background:#fffea1; }
	.page-break,.print-only	{ display:none; }
	.red-arrow					{ padding:0 0 0 15px; background:url(/graphics/red-arrow.jpg) center left no-repeat; }
	
	/* links */
	a								{ color:#004676; }
	a:link, a:visited			{ text-decoration:underline; }
	a:hover, a:active			{ text-decoration:none; }
	a img							{ border:0; }
	
	/* nav */
	div.toggler					{ line-height:19px; background:url(/graphics/ns.jpg) 13px bottom no-repeat; font-size:14px; font-weight:bold; color:#0a51a0; padding:5px 10px 5px 25px; display:block; cursor:pointer; }
	a.subtog						{ display:block; background:url(/graphics/arr.jpg) 29px 9px no-repeat; padding:5px 10px 5px 38px; color:#0a51a0; font-size:12px; text-decoration:none; }
	a.subtog:hover				{ text-decoration:underline; }
	a.subsubtog					{ display:block; background:url(/graphics/arr.jpg) 41px 9px no-repeat; padding:5px 10px 5px 50px; color:#0a51a0; font-size:11px; text-decoration:none; }
	a.subsubtog:hover			{ text-decoration:underline; }
	
	/* page subnav */
	#page-subnav ul 			{ list-style:none; margin:0 0 0 -35px; }
	#page-subnav li    		{ display:inline; }
}

 	/* templates */
	
	#three-column-2-3 		{ width:50%; float:left; }
	#three-column-3-3			{ width:50%; float:left;}
	#three-column-1-3       { clear:both; width:100%; }
	#two-column-66-1			{ width:55%; float:left; padding:0 10px 0 0; }
	#two-column-66-2			{ width:27%; float:left;  padding:0 0 0 10px; }
		#two-column-66-2 img { border:1px solid #0a5151; } 
	
/*  print media  */
@media print
{
	/* global */
	*								{ font-family:arial, helvetica, sans-serif; }
	body							{ color:#000; font-size:9pt; }
	
	/* layout */
	#wrap,#footer				{ width:600px; margin:0; }
	#header, #navigation, .no-print	{ display:none; }
	
	/* tags */
	
	/* custom */
	.print-only					{ display:block; }
	.page-break					{ page-break-before:always; }
	
	/* links */
	a								{ text-decoration:underline; color:#999; }
}