
.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;
}



/* -- GENERAL REDECLARATIONS -- */

body
{
	background: #9e9e9e url(../images/back.gif) repeat-x 0 0;
	text-align: center;
	color: #000;
	font: normal 13px/16px Arial, sans-serif;
}

a:link { text-decoration: underline; font-weight: bold; color: #3269a3; }
a:visited { text-decoration: underline; font-weight: bold; color: #3269a3; }
a:hover { text-decoration: underline; font-weight: bold; color: #5099c7; }
a:active { text-decoration: underline; font-weight: bold; color: #5099c7; }

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 -- */

.wrap
{
	width: 920px;
	margin: 0px auto 0px auto;
	text-align: left;
}

	.head
	{
		background: #033d6f url(../images/back_head.gif) repeat-x 0 0;
		color: #fff;
		height: 86px;
		overflow: hidden;
		position: relative;
	}
	
		.head .wrap
		{
			height: 86px;
			background: transparent url(../images/back_head_detail.gif) no-repeat 0 0;
			position: relative;
		}
	
			.head h1
			{
				position: absolute;
				width: 503px;
				height: 86px;
				top: 0px;
				left: 0px;
				border: 0px;
			}
			
				.head h1 a
				{
					display: block;
					width: 100%;
					height: 100%;
					outline: none;
					text-indent: -6475px;
				}
	
	.menu
	{
		border-top: 1px solid #688aa8;
		border-bottom: 1px solid #fff;

		background: #000 url(../images/back_menu.gif) repeat-x 0 0;
		color: #fff;
		height: 37px;
		overflow: hidden;
		position: relative;		
	}
	
		.menu .wrap
		{
			height: 37px;
			background: transparent url(../images/back_menu_side.gif) no-repeat 100% 0;
		}
	
			.menu ul
			{
				display: inline;
			}
			
				.menu ul li
				{
					display: inline;
				}
				
					.menu ul li a
					{
						float: left;
						display: inline;
						height: 37px;
						font-size: 15px;
						line-height: 37px;
						text-transform: uppercase;
						font-weight: bold;
						padding: 0px 26px 0px 27px;
						background-color: #000;
						background-image: url(../images/back_menu_button.gif);
						background-repeat: no-repeat;
					}
					
						.menu ul li.extrapad a
						{
							padding-left: 27px;
						}
					
						.menu ul li a:link	{ color: #fff; text-decoration: none; background-position: 0 0; }
						.menu ul li a:visited	{ color: #fff; text-decoration: none; background-position: 0 0; }
						.menu ul li a:hover	{ color: #fff; text-decoration: none; background-position: 0 -37px; }
						.menu ul li a:active	{ color: #fff; text-decoration: none; background-position: 0 -37px; }
	
	.main
	{
		background: #fff url(../images/back_main.gif) repeat-y 0 0;
		
		min-height: 400px;
		height: auto !important; /* hack to get min-height to work reliably */
	  	height: 400px; /* hack to get min-height to work reliably */	
	}
	
		.extras
		{
			float: left;
			display: inline;
			width: 309px;
			margin: 0px 0px 0px 1px;
			padding: 0px 0px 24px 0px;
		}

			.colphoto
			{
				display: block;
				margin: 0px auto 0px auto;
				width: 309px;
				border-bottom: 1px solid #fff;
			}
			
			.colleadformhead
			{
				display: block;
				margin: 0px auto 0px auto;
				width: 309px;
				border-bottom: 1px solid #fff;			
			}
			
			.colform
			{
				background: #013a6c url(../images/back_colform.gif) repeat-x 0 0;
				padding: 10px 10px 6px 10px;
				border-bottom: 1px solid #fff;
				color: #fff;
				font-size: 11px;
				line-height: 14px;
			}
			
				.nicetable
				{
					width: 100%;
				}
				
					.nicetable td
					{
						padding: 4px 0px 4px 0px;
					}
					
						.nicetable td.label
						{
							text-align: right;
							padding-right: 8px;
							font-weight: bold;
						}
						
						.nicetable td input.nicetextinput
						{
							width: 156px;
							border: 1px solid #000;
						}
						
						.nicetable td input.nicesubmitbutton:hover
						{
							filter: alpha(opacity=80);
							-moz-opacity: 0.8;
							-khtml-opacity: 0.8;
							opacity: 0.8;
						}
			
			.collogos
			{
				background: transparent url(../images/back_collogos.gif) repeat-x 0 0;
				
				overflow: hidden;
				zoom: 1;
				
				padding: 11px 0px 0px 11px;
			}
			
				.collogos h4
				{
					color: #fff;
					text-align: center;
					font-weight: bold;
					margin: 0px 0px 10px 0px;
					padding-right: 10px;
					font-size: 11px;
					line-height: 13px;
				}
			
				.collogo
				{
					float: left;
					display: inline;
					margin: 0px 0px 7px 0px;
					border: 0px;
				}
				
					img.collogo:hover
					{
						/*
						filter: alpha(opacity=80);
						-moz-opacity: 0.8;
						-khtml-opacity: 0.8;
						opacity: 0.8;
						*/
					}

		.content
		{
			float: right;
			display: inline;
			margin: 0px 30px 0px 0px;
			padding: 38px 0px 38px 0px;
			width: 544px;		
		}
		
			.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: 25px;
				font-size: 25px;
				color: #174f84;
				font-weight: normal;
			}
				
			.content h3
			{
				font-weight: bold;
				font-size: 13px;
				line-height: 17px;
				color: #174f84;
			}
			
			.content h4
			{
				font-weight: bold;
			}
			
			.content h5
			{
				font-weight: bold;
			}
			
			.content h6
			{
				font-weight: bold;
				margin-bottom: 1px;
			}
			
			.content ol
			{
				margin-left: 40px;
			}
			
			.nicebuttons
			{
				margin: 0px 0px 16px 0px;
				overflow: hidden;
				zoom: 1;
			}
			
				.nicebuttons img
				{
					float: left;
					display: inline;
					margin: 0px 5px 0px 0px;
				}
				
					.nicebuttons img:hover
					{
						filter: alpha(opacity=80);
						-moz-opacity: 0.8;
						-khtml-opacity: 0.8;
						opacity: 0.8;
					}
			
			.content ul
			{
				margin-left: 30px;
			}
			
				.content ul.resume
				{
					margin-left: 0px;
				}
			
				.content ul li
				{
					background: transparent url(../images/bullet_arrow.gif) no-repeat 0 0;
					padding: 0px 0px 5px 20px;
				}
		
	.foot
	{
		border-top: 1px solid #fff;
		border-bottom: 2px solid #777;
			
		background: #013a6c url(../images/back_foot.gif) repeat-x 0 0;
		color: #fff;
		font-size: 10px;
		line-height: 16px;
		position: relative;
		padding: 25px 0px 25px 0px;
	}
	
		.foot p a:link { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px; }
		.foot p a:visited { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 0px; }
		.foot p a:hover { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 1px dashed #7aa6de; }
		.foot p a:active { text-decoration: none; font-weight: normal; color: #fff; border-bottom: 1px dashed #7aa6de; }

		.foot p
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
			.foot p.credit
			{
				float: right;
				display: inline;
			}
			
			.foot p.disclaimer
			{
				color: #91adc9;
				margin-top: 6px;
				line-height: 13px;
			}




/* -- 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;
	border: 1px solid #da6701;
	clear: right;
}

.inset_left
{
	float: left;
	display: inline;
	margin: 0px 14px 10px 0px;
	border: 1px solid #da6701;
	clear: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.msgok
{
	background-color: #346610;
	border: 3px solid #71a24e;
	color: #ccebbf;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 10px;
}
	
	.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;
	}
	
		.msgok ul,
		.msgok ol
		{
			margin-left: 45px;
		}
	
.msgerror
{
	background-color: #661010;
	border: 3px solid #b05a5a;
	color: #ebbfbf;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 10px;
}
	
	.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 0px 0px;
	}

		.msgerror ul,
		.msgerror ol
		{
			margin-left: 45px;
		}
				
.nicebutton
{
	padding: 3px;
	border: 3px solid #3687c6;
	background-color: #0a528a;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	font-family: Arial, sans-serif;
}

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