
.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}



/* -- GLOBAL RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus
{
	/* remember to define focus styles! */
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

table
{
	/* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 11px;
	zoom: 1;	
}

sup
{
	bottom: 6px;
}

	h3 sup
	{
		bottom: 8px;
		font-size: 11px;
	}	

sub
{
	top: .5ex;
}




/* -- GENERAL REDECLARATIONS -- */

body
{
	background: #1a1a1a url(../images/back.gif) repeat-y 50% 0;
	text-align: center;
	color: #fff;
	font: normal 13px/16px Arial, sans-serif;	
}

a:link { text-decoration: underline; font-weight: bold; color: #ebd373; }
a:visited { text-decoration: underline; font-weight: bold; color: #ebd373; }
a:hover { text-decoration: underline; font-weight: bold; color: #e4151a; }
a:active { text-decoration: underline; font-weight: bold; color: #e4151a; }

ul, ol
{

}

ul
{

}

ol
{
	list-style: decimal;
}

ul li
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{

}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{
	display: none;
}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}



/* -- SPECIFICS -- */


.head
{
	border-bottom: 1px solid #fff;
	background: #791517 url(../images/back_head.gif) repeat-x 0 0;
	position: relative;
}

	.head-inner
	{
		width: 944px;
		margin: 0px auto 0px auto;
		padding: 0px;
		background: #8f181b url(../images/back_head_inner.jpg) repeat-x 0 0;
		height: 145px;
		position: relative;
	}

		.head h1
		{
			width: 310px;
			height: 128px;
			border: 0px;
			position: absolute;
			top: 15px;
			left: 1px;
		}
		
			.head h1 a
			{
				display: block;
				width: 100%;
				height: 100%;
				outline: none;
				text-indent: -6475px;
			}
			
		.head .skip
		{
			padding: 0px 23px 0px 0px;
			width: 300px;
			position: absolute;
			top: 0px;
			right: 0px;
			text-align: right;
			color: #fff;
			font-size: 8px;
			line-height: 11px;
			text-transform: uppercase;
		}
		
			.head .skip a:link	{ color: #fff; text-decoration: none; font-weight: normal; }
			.head .skip a:visited	{ color: #fff; text-decoration: none; font-weight: normal; }
			.head .skip a:hover	{ color: #aaa; text-decoration: none; font-weight: normal; }
			.head .skip a:active	{ color: #aaa; text-decoration: none; font-weight: normal; }
				
.menu
{
	border-bottom: 1px solid #fff;
	background: #bfbfbf url(../images/back_menu.gif) repeat-x 0 0;
}

	.menu-inner
	{
		width: 942px;
		margin: 0px auto 0px auto;
		padding: 0px;
		border-right: 1px solid #7b7b7b;
		border-left: 1px solid #7b7b7b;
		background: #f0f0f0 url(../images/back_menu_inner.gif) repeat-x 0 0;
		height: 33px;
		overflow: hidden;
		text-align: left;
		font-size: 13px;
		line-height: 32px;
	}
	
		.menu ul
		{
			display: inline;
		}
		
			.menu ul li
			{
				display: inline;
			}
			
				.menu ul li a
				{
					float: left;
					display: inline;
					height: 33px;
					background-color: transparent;
					background-image: url(../images/back_menu_link.gif);
					background-repeat: no-repeat;
					background-position: 0 0;
					margin: 0px 0px 0px 0px;
					padding: 0px 6px 0px 14px;
				}
				
					.menu ul li a:link	{ color: #8f0c11; text-decoration: none; background-color: transparent; }
					.menu ul li a:visited	{ color: #8f0c11; text-decoration: none; background-color: transparent; }
					.menu ul li a:hover	{ color: #de4248; text-decoration: none; background-color: #fff; line-height: 30px; }
					.menu ul li a:active	{ color: #de4248; text-decoration: none; background-color: #fff; line-height: 30px; }
					
					.menu ul li.first a
					{
						background-image: none;
						padding-left: 6px;
						margin-left: 14px;
					}

.submenu
{
	border-bottom: 1px solid #676767;
	background: #565656 url(../images/back_submenu.gif) repeat-x 0 0;
}

	.submenu-inner
	{
		width: 942px;
		margin: 0px auto 0px auto;
		padding: 0px;
		border-right: 1px solid #353535;
		border-left: 1px solid #353535;
		background: #000 url(../images/back_submenu_inner.gif) repeat-x 0 0;
		height: 34px;
		overflow: hidden;
		text-align: left;
		font-size: 12px;
		line-height: 33px;
		zoom: 1;
	}	

		.submenu ul
		{
			display: inline;
		}
		
			.submenu ul li
			{
				display: inline;
			}
			
				.submenu ul li a
				{
					float: left;
					display: inline;
					height: 34px;
					background-color: transparent;
					background-image: url(../images/back_submenu_link.gif);
					background-repeat: no-repeat;
					background-position: 0 0;
					margin: 0px 0px 0px 0px;
					padding: 0px 6px 0px 14px;
				}
				
					.submenu ul li a:link		{ color: #fff; text-decoration: none; background-color: transparent; }
					.submenu ul li a:visited	{ color: #fff; text-decoration: none; background-color: transparent; }
					.submenu ul li a:hover		{ color: #fff; text-decoration: none; background-color: #7f7f7f; line-height: 31px; }
					.submenu ul li a:active		{ color: #fff; text-decoration: none; background-color: #7f7f7f; line-height: 31px; }
					
					.submenu ul li.first a
					{
						background-image: none;
						padding-left: 6px;
						margin-left: 14px;
					}
					
.main
{
	border-bottom: 1px solid #fff;
	background: #1a1a1a url(../images/back_main.gif) repeat-x 0 0;
}

	.main-inner
	{
		width: 942px;
		margin: 0px auto 0px auto;
		padding: 0px;
		border-right: 1px solid #040404;
		border-left: 1px solid #040404;
		background: #000 url(../images/back_main_inner.gif) repeat-x 0 0;
		text-align: left;
		
		min-height: 300px;
		height: auto !important; /* hack to get min-height to work reliably */
	  	height: 300px; /* hack to get min-height to work reliably */				
	}

		.content
		{
			padding: 32px 22px 32px 22px;
			margin: 0px 0px 0px 0px;
		}
		
			#contentarea
			{
				font-size: 1px;
				line-height: 1px;
				height: 1px;
				width: 1px;
			}
		
			.content h1,
			.content h2,
			.content h3,
			.content h4,
			.content h5,
			.content h6,
			.content p,
			.content ul,
			.content ol,
			.content table
			{
				margin-bottom: 16px;
			}
			
			.content h2
			{
				line-height: 26px;
				font-size: 28px;
				color: #fff;
				text-transform: normal;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", serif;
				font-style: italic;
			}
				
			.content h3
			{
				font-weight: normal;
				font-size: 17px;
				line-height: 20px;
				color: #e4151a;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", serif;
			}
			
			.content h4
			{
				font-weight: bold;
				font-family: Georgia, "Times New Roman", serif;
				font-size: 15px;
				line-height: 18px;
				margin-bottom: 2px;
				font-style: italic;
			}
			
				.content h4.date
				{
					font-style: italic;
					margin-top: -16px;
					margin-bottom: 16px;
					font-weight: normal;
				}
			
			.content h5
			{
				font-weight: bold;
			}
			
			.content h6
			{
				font-weight: bold;
				margin-bottom: 1px;
			}
			
			.content div.sep
			{
				border-top: 1px solid #444;
				margin: 19px 0px 18px 0px;
				padding: 0px;
				height: 1px;
				line-height: 1px;
				font-size: 1px;
			}
			
			.content div.disclaimers
			{
				border-top: 1px solid #444;
				margin: 19px 0px 18px 0px;
				padding: 45px 0px 0px 0px;
				font-size: 11px;
				line-height: 14px;
				color: #aaa;
			}
			
				.content div.disclaimers a:link		{ color: #aaa; font-weight: normal; }
				.content div.disclaimers a:visited	{ color: #aaa; font-weight: normal; }
				.content div.disclaimers a:hover	{ color: #fff; font-weight: normal; }
				.content div.disclaimers a:active	{ color: #fff; font-weight: normal; }
			
			.content .inset
			{
				float: right;
				display: inline;
				margin: 0px 0px 10px 10px;
			}
			
			.content ol
			{
				margin-left: 40px;
			}
			
			.content ul
			{
				margin-left: 30px;
			}
			
				.content ul li
				{
					background: transparent url(../images/bullet_arrow.gif) no-repeat 0 4px;
					padding: 0px 0px 2px 17px;
				}
				
					.content ul li.sub
					{
						margin-left: 25px;
					}
					
					.content ul.checkmarks li
					{
						background: transparent url(../images/bullet_checkmark.gif) no-repeat 0 1px;
						padding: 0px 0px 2px 20px;
					}
					
					.content ul.spaced li
					{
						margin-top: 16px;
						margin-bottom: 16px;
						font-size: 14px;
						background-position: 0 5px;
					}
			
			.certs
			{
				font-weight: bold;
				font-size: 14px;
				line-height: 18px;
			}
			
				.certs em
				{
					font-style: normal;
					/*
					padding: 0px 3px 0px 3px;
					background-color: #222;
					border-bottom: 1px dotted #555;
					*/
				}
			
			.formtable
			{
			
			}
			
				.formtable td
				{
					padding: 9px 14px 9px 0px;
				}
				
					.formtable td.label
					{
						font-weight: bold;
						text-align: right;
					}
					
					.formtable td.top
					{
						vertical-align: top;
					}
			
			.promos
			{
				min-height: 540px;
				height: auto !important; /* hack to get min-height to work reliably */
			  	height: 540px; /* hack to get min-height to work reliably */
			  	
			  	background: transparent url(../images/back_promo1.jpg) no-repeat 0 0;				
			}
			
				.promos_nav
				{
					padding: 2px 0px 0px 0px;
					height: 402px;
				}
				
					.promos_nav_item
					{
						float: left;
						clear: left;
						display: inline;
						width: 130px;
						border: 1px solid #fff;
						margin: 7px 0px 0px 19px;
						padding: 1px 1px 1px 1px;
						cursor: pointer;
						background-color: #000;
					}
					.promos_nav .hover { border-color: #000; }
					
					
						.promos_nav_item img
						{
							display: block;
							margin: 0px 0px 0px 0px;
							border-bottom: 1px solid #fff;
							width: 130px;
							height: 69px;
						}
						.promos_nav .hover img { border-color: #000; }
						
						.promos_nav_item p
						{
							margin: 0px 0px 0px 0px;
							font-size: 10px;
							line-height: 17px;
							text-align: center;
							background: transparent url(../images/back_promo_nav_p.gif) repeat-x 0 0;
						}
						.promos_nav .hover p { background-position: 0 -17px; }
			
				.promos_content
				{
					padding: 19px 20px 0px 20px; 
				}
				
					.promos_content_item
					{
						
					}
					
						.promos_content_item h4
						{
							font-style: italic;
							font-size: 17px;
							line-height: 22px;
						}
						
							.promos_content_item h4 a:link		{ color: #fff; text-decoration: none; }
							.promos_content_item h4 a:visited	{ color: #fff; text-decoration: none; }
							.promos_content_item h4 a:hover		{ color: #fff; text-decoration: none; }
							.promos_content_item h4 a:active	{ color: #fff; text-decoration: none; }
						
						.promos_content_item p
						{
							font-size: 14px;
							line-height: 21px;
						}
						
							.promos_content_item p a.arrowlink
							{
								padding: 1px 12px 1px 6px;
								font-size: 11px;
								background: transparent url(../images/back_arrowlink.gif) no-repeat 100% 0;
								height: 16px;
							}
							
								.promos_content_item p a.arrowlink:link		{ color: #fff; font-weight: normal; text-decoration: none; }
								.promos_content_item p a.arrowlink:visited	{ color: #fff; font-weight: normal; text-decoration: none; }
								.promos_content_item p a.arrowlink:hover	{ color: #fff; font-weight: normal; text-decoration: none; background-position: 100% -16px; }
								.promos_content_item p a.arrowlink:active	{ color: #fff; font-weight: normal; text-decoration: none; background-position: 100% -16px; }
					
			.col-main
			{
				float: left;
				display: inline;
				width: 624px;
			}
			
				.col-main-full
				{
					display: block;
					float: none;
					width: auto;
				}
			
			.col-extras
			{
				float: right;
				display: inline;
				width: 240px;
			}
			
				.col-extras .inset
				{
					float: none;
					display: block;
					margin: 0px auto 20px auto;
				}
			
				.col-extras .item
				{
					border: 1px solid #fff;
					background-color: #fff;
					padding: 14px;
					zoom: 1;
					font-size: 11px;
					line-height: 15px;
					color: #333;
					margin: 0px 0px 20px 0px;
				}

					.col-extras .item a:link	{ color: #333; font-weight: normal; }
					.col-extras .item a:visited	{ color: #333; font-weight: normal; }
					.col-extras .item a:hover	{ color: #a82024; font-weight: normal; }
					.col-extras .item a:active	{ color: #a82024; font-weight: normal; }
									
					.col-extras .item h3
					{
						background: #6e1215 url(../images/back_extras_head.gif) repeat-x 0 0;
						color: #fff;
						font-family: Georgia, "Times New Roman", serif;
						font-style: italic;
						font-size: 12px;
						line-height: 27px;
						height: 27px;
						margin: -14px -14px 14px -14px;
						padding: 0px 6px 0px 41px;
						font-weight: bold;
						text-transform: none;
					}
					
						.col-extras .item h3 a:link	{ color: #fff; font-weight: bold; text-decoration: none; }
						.col-extras .item h3 a:visited	{ color: #fff; font-weight: bold; text-decoration: none; }
						.col-extras .item h3 a:hover	{ color: #fff; font-weight: bold; text-decoration: none; }
						.col-extras .item h3 a:active	{ color: #fff; font-weight: bold; text-decoration: none; }

					.col-extras .item ul
					{
						margin-left: 10px;
					}
					
						.col-extras .item ul li
						{
						
						}
						
					.col-extras .item h4
					{
						font-weight: bold;
						margin: 0px 0px 2px 0px;
						padding: 0px 0px 0px 0px;
					}
					
						.col-extras .item h4 a:link	{ color: #333; font-weight: bold; text-decoration: none; }
						.col-extras .item h4 a:visited	{ color: #333; font-weight: bold; text-decoration: none; }
						.col-extras .item h4 a:hover	{ color: #333; font-weight: bold; text-decoration: none; }
						.col-extras .item h4 a:active	{ color: #333; font-weight: bold; text-decoration: none; }
						
					.miniicons
					{
						border-top: 1px solid #d9d9d9;
						padding: 14px 0px 0px 0px;
						margin: 0px 0px -2px 0px;
						text-align: center;
					}			
					
.foot
{
	border-bottom: 1px solid #494949;
	background: #781417 url(../images/back_foot.gif) repeat-x 0 0;
}

	.foot-inner
	{
		width: 944px;
		margin: 0px auto 0px auto;
		padding: 0px;
		background: #851519 url(../images/back_foot_inner.gif) repeat-x 0 0;
		height: 91px;
		text-align: left;
		font-size: 10px;
		line-height: 16px;		
	}
	
		.foot a:link	{ color: #fff; font-weight: normal; text-decoration: none; }	
		.foot a:visited	{ color: #fff; font-weight: normal; text-decoration: none; }
		.foot a:hover	{ color: #fff; font-weight: normal; text-decoration: underline; }
		.foot a:active	{ color: #fff; font-weight: normal; text-decoration: underline; }
		
		.foot p
		{
			margin: 0px 0px 0px 24px;
			padding-top: 38px;
		}
	
			.foot p.links
			{
				float: right;
				display: inline;
				margin: 0px 24px 0px 0px;
			}
			
		.foot span.sep
		{
			padding: 0px 2px 0px 2px;
		}	
			

									
								
					





/* -- GENERAL CLASSES -- */

.clear
{
	clear: both;
	height: 0px;
	width: 1px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	/* display: block; */
}

.inset_right
{
	float: right;
	display: inline;
	margin: 0px 0px 10px 14px;
	clear: right;
}

.inset_left
{
	float: left;
	display: inline;
	margin: 0px 14px 10px 0px;
	clear: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.niceborder
{
	border: 2px solid #6e2905;
}

.msgok
{
	background-color: #346610;
	border: 3px solid #71a24e;
	color: #ccebbf;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 12px 12px 10px 12px;
}
	
	.msgok a:link		{ text-decoration: underline; color: #FFF; font-weight: bold; }
	.msgok a:visited	{ text-decoration: underline; color: #FFF; font-weight: bold; }	
	.msgok a:hover		{ text-decoration: underline; color: #FFF; font-weight: bold; }	
	.msgok a:active		{ text-decoration: underline; color: #FFF; font-weight: bold; }
	
	.msgok p,
	.msgok ul,
	.msgok ol
	{
		margin: 0px 0px 4px 0px;
	}
	
		.msgok ul,
		.msgok ol
		{
			margin-left: 45px;
		}
		
			.msgok ul,
			.msgok ul li
			{
				list-style: disc;
				background-image: none;
				padding: 0px;
			}
			
				.msgok ul li
				{
					margin: 0px;
				}
	
.msgerror
{
	background-color: #661010;
	border: 3px solid #b05a5a;
	color: #ebbfbf;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 12px 12px 10px 12px;
}
	
	.msgerror a:link	{ text-decoration: underline; color: #FFF; font-weight: bold; }
	.msgerror a:visited	{ text-decoration: underline; color: #FFF; font-weight: bold; }	
	.msgerror a:hover	{ text-decoration: underline; color: #FFF; font-weight: bold; }	
	.msgerror a:active	{ text-decoration: underline; color: #FFF; font-weight: bold; }
	
	.msgerror p,
	.msgerror ul,
	.msgerror ol
	{
		margin: 0px 0px 4px 0px;
	}

		.msgerror ul,
		.msgerror ol
		{
			margin-left: 45px;
		}

			.msgerror ul,
			.msgerror ul li
			{
				list-style: disc;
				background-image: none;
				padding: 0px;
			}
			
				.msgerror ul li
				{
					margin: 0px;
				}
							
.nicebutton
{
	padding: 3px;
	border: 3px solid #A00;
	background-color: #600;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	font-family: Arial, sans-serif;
}

	.nicebutton:hover
	{
		border-color: #fff;
	}

.required
{
	font-weight: bold;
	color: #C00;
	padding: 0px 4px 0px 0px;
	/* cursor: help; */
}

.insetright
{
	float: right;
	display: inline;
	margin: 0px 0px 10px 20px;
}

.insetleft
{
	float: left;
	display: inline;
	margin: 0px 20px 10px 0px;
}

