/* ################################################## */
/*  INTERACT MEDIA                     				  */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #002953; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #002953; }
html { background: url('../images/htmlBg.gif'); }
body { background: url('../images/bodyBg.png') repeat-x; }
img { border: 0px; display: block; }
a {
	color: #3962a7;
	text-decoration: none;
}
a:hover {
	color: #3962a7;
	text-decoration: underline;
}
/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; overflow: hidden; width: 100%; min-height: 100%; background: url('../images/wrapperBg.png') no-repeat top; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 760px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { padding-top: 103px; position: relative; width: 760px; }
	#headerCntr h1 { position: absolute; top: 17px; left: 20px; z-index: 15; width: 327px; height: 120px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 760px; height: 31px; background: url('../images/menuBg.gif') repeat-x; }
		#menuCntr ul { padding: 0px 0px 0px 10px; overflow: visible; width: 750px; list-style: none; }
		#menuCntr li { float: left; display: inline; height: 31px; line-height: 31px; font-size: 12px; color: #fff; font-weight: bold; }
		#menuCntr li a { padding: 0px 7px 0px 7px; text-decoration: none; color: #fff; }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
		
		/* ### TOP CONTAINER ### */
		#topCntr { position: absolute; top: 79px; left: 0px; z-index: 5; width: 760px; height: 24px; background: url('../images/topBg.gif') no-repeat; }
		#topCntr ul { padding: 0px 13px 0px 13px; overflow: hidden; width: 734px; list-style: none; }
		#topCntr li { float: right; display: inline; height: 24px; line-height: 24px; color: #fff; }
		#topCntr li a { padding: 0px 7px 0px 7px; text-decoration: none; color: #fff; }
		#topCntr li a:hover, #topCntr li.selected a  { text-decoration: underline; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 20px; width: 720px; background: #fff; }
	
		/* ### TEXT BOX ### */
		.textBox { overflow: hidden; width: 720px; }
		.textBox h1 { padding-bottom: 20px; font-size: 19px; font-weight: bold; }
		.textBox h2 { padding-bottom: 20px; font-size: 16px; font-style: oblique; }
		.textBox h3 { padding-bottom: 15px; font-size: 13px; font-style: oblique; }
		.textBox p { padding-bottom: 20px; line-height: 19px; }
		.textBox img.left { margin-right: 10px; float: left; }
		.textBox img.right { margin-left: 10px; float: right; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 760px; height: 40px; background: url('../images/footerBg.gif') no-repeat; }
	#footerCntr p { padding: 0px 20px 0px 20px; height: 40px; line-height: 40px; color: #fff; font-size: 90%; }
	#footerCntr a { text-decoration: none; color: #fff; }
	#footerCntr a:hover { text-decoration: underline; }
	
		table, tr, td {
    font-size: 12px;
	}

h5 {
	font-size: 90%;
}
