/* revised : 02/15/2008 : dw */

/*  all media  */
@media all
{
	/* global */
	* 								{ margin:0; padding:0; } html { overflow-y:scroll; }
	body							{ background:#212028; padding:0 0 30px 0; font:12px arial, helvetica, sans-serif; }
	
	/*	layout */
	#wrap							{ width:930px; margin:0 auto; }
	#header						{  }
	#navigation					{  }
	#content						{ background:url(../graphics/layout/nav-bottom.jpg) top left repeat-x; border-left:#fff solid 4px; border-right:#fff solid 4px; }
		#content-left			{ width:300px; padding:20px 20px 0 3px; margin-left:5px; float:left; min-height:300px; background:url(../graphics/layout/nav-bottom.jpg) top left repeat-x #cbac8f; } * #content-left { height:300px; }
		#content-right			{ width:590px; float:left; background:url(../graphics/layout/nav-bottom.jpg) top left repeat-x #cbac8f; padding-top:20px; }
		#content-l				{ width:470px; padding:20px 20px 0 3px; margin-left:5px; float:left; min-height:300px; background:url(../graphics/layout/nav-bottom.jpg) top left repeat-x #cbac8f; } * #content-left { height:300px; }
		#content-r				{ width:420px; float:left; background:url(../graphics/layout/nav-bottom.jpg) top left repeat-x #cbac8f; padding-top:20px; }
	#home-content				{ background:#fff; }
		#home-content-left	{ width:610px; float:left; }
		#home-content-right	{ width:320px; float:left; }
	#footer						{ background:url(/graphics/footer-back.jpg) top left no-repeat; height:23px; padding:9px 0 0 0; text-align:center; color:#fff; font-size:11px; }
	
	/* tags */
	h1								{ font-size:18px; padding:0 0 15px 0; }
	h2								{ font-size:13px; padding:5px 0 0 0; font-size:14px; color:#782424; border-bottom:3px double #782424; }
	h3								{ font-size:14px; padding:0 0 5px 0; }
	h4								{ font-size:12px; padding:0 0 3px 2px; }
	label,select,input[type='submit'] { 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 19px 0; }
	textarea,input				{ font:12px arial, helvetica, sans-serif; padding:3px; }
	
	/* custom */
	.clear						{ clear:both; }
	.error						{ color:#f00; }
	.flag							{ width:290px; float:left; margin:0 3px 0 0; }
	.input						{ border:1px solid #ccc; padding:3px; }
	.message-box				{ padding:5px; border:1px solid #fc0; background:#fffea1; }
	.multiBoxDesc				{ padding:2px 5px 5px 5px; text-align:center; font-size:11px; }
	.page-break,.print-only	{ display:none; }
	.point						{ cursor:pointer; }
	.resource					{ padding:0px 12px 0px 0; background:url(/graphics/ex.gif) center right no-repeat; }
	
	/* links */
	a:link, a:visited			{ color:#43486e; text-decoration:underline; }
	a:hover, a:active			{ color:#43486e; text-decoration:none; }
	a img							{ border:0; }
}

/*  print media  */
@media print
{
	/* global */
	*								{ font-family:arial, helvetica, sans-serif; }
	body							{ color:#000; font-size:9pt; }
	
	/* layout */
	#wrap							{ width:600px; }
	#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; }
}