/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.1em;
}

li {
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	list-style-position: inside;
	list-style-type: square;
}

h1 {
	font-size: 2.2em;
	color: #ffffff;
	margin-left: 30px;
	margin-top: 6px;
}

h2 {
	font-size: 1.4em;
	color: #ffffff;
	margin-left: 30px;
	margin-top: 2px;
}

h3 {
	font-size: 14px;
	text-align: left;
	color: #000000;
}

h4 {
	font-size: 13px;
	text-align: left;
	color: #000000;
}

.smalltext {
	text-align: left;
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
}

.ie7 .smalltext {
	text-align: left;
	color: #000000;
	font-size: 8pt;
	line-height: 9pt;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


/* -------------------------------------------------------------------------------------------- */

.header_holder {
	left: 0px;
	top: 0px;
	position: relative;
	height: 165px;
	background-image:url(../images/i_menubg.gif);
}

.header {
	left: 0px;
	top: 0px;
	position: relative;
	width: 980px;
	height: 165px;
	/*background-image:url(../images/i_menubg.gif);*/
}

.header_logo {
	position: relative;
	width: 190px;
	padding-left: 18px;
	padding-top: 18px;
	float: left;
}

.header_menu {
	position: relative;
	width: 592px;
	padding-left: 45px;
	float: left;
}

.header_submenu_passes {
	position: relative;
	background-color: #f25c61;
	left: 101px;
	float: left;
}

.header_submenu_lanyards {
	position: relative;
	background-color: #f25c61;
	left: 218px;
	float: left;
}

.header_submenu_wristbands {
	position: relative;
	background-color: #f25c61;
	left: 293px;
	float: left;
}

.header_submenu_print {
	position: relative;
	background-color: #f25c61;
	float: left;
}

.header_submenu_signage {
	position: relative;
	background-color: #f25c61;
	left: 360px;
	width: 179px;
	float: left;
}

.header_buttons {
	position: relative;
	width: 637px;
	float: left;
}

.header_toplinks {
	position: relative;	
	/*width: 636px;*/
	padding-top: 16px;
	padding-left: 245px;
	padding-bottom: 67px;
	float: left;
}

.header_guarantee {
	position: relative;
	padding-top: 12px;
	padding-left: 16px;
	float: left;
}

/* -------------------------------------------------------------------------------------------- */

.body_holder {
	left: 0px;
	top: 0px;
	position: relative;
	width: 980px;
}

.textcontent {
	position: relative;
	width: 435px;
	padding-top: 14px;
	float: left;
}

.textcontent_titleblock {
	position: relative;
	width: 435px;
	background-color: #000000;
	height: 50px;
	float: left;
}

.textcontent_subtitleblock {
	position: relative;
	width: 435px;
	background-color: #7f7f7f;
	height: 30px;
	float: left;
}

.textblock_text {
	position: relative;
	width: 384px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}

.followon_text {
	position: relative;
	width: 900px;
	padding-left: 30px;
	padding-top: 10px;
	float: left;
}

.textblock_categories {
	position: relative;
	width: 475px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

.map_canvas {
	position: relative;
	width: 475px;
	height: 475px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.textblock_categoryblock {
	position: relative;
	width: 228px;
	height: 128px;
	border: 1px solid #000000;
	float: left;
}

.textblock_categoryblock_text {
	/*position: relative;
	width: 218px;
	padding-top: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;*/
	position: absolute;
	width: 218px;
	/*padding-top: 103px;
	padding-left: 5px;
	padding-right: 5px;*/
	left: 5px;
	top: 102px;
	float: left;

}

.ie7 .textblock_categoryblock_text {
	position: absolute;
	width: 218px;
	/*padding-top: 103px;
	padding-left: 5px;
	padding-right: 5px;*/
	left: 5px;
	top: 102px;
	float: left;
}

.textblock_categoryblock_title {
	position: absolute;
	width: 200px;
	/*height: 60px;*/
	left: 5px;
	top: 70px;
}

.clickOverlay {
	position: inherit;
	width: 228px;
	height: 128px;
}

.ie7 .textblock_categoryblock_title {
	position: absolute;
	width: 200px;
	height: 60px;
	left: 5px;
	top: 86px;
}

.image_border {
	border: 1px solid #000000;
}

.spacer {
	position: relative;
	float: left;
}

.horizontalSpacer {
	width: 100%;
	float: left;
}