/***********************************************/
/* global.css                                  */
/***********************************************/

/* Normalize margin, padding */
* {
	margin:0;
	padding:0;
}

/* Normalize header font size */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Remove list style from lists */
ol, ul {
	list-style: none;
}

/* Normalize font-style and font-width to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

 /* Normalize tables */
 table {
 	border-collapse: collapse;
	border-spacing: 0;
 }

/* Remove border from fieldsets and images */
fieldset, img {
	border: 0;
}

/* Left-align text in caption and th */
caption, th {
	text-align: left;
}

/* Remove quotation marks from q */
q:before, q:after {
	content: '';
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.166;
	background: white url(../images/page_bkgd.jpg) repeat-x 0 40%;
}

strong{
	font-weight:bold;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	/* overrides decoration from previous rule for hovered links */
}


/*****************************************************************************/
/* Bounding element */
/*****************************************************************************/
#boundary{
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -512px;
}

/*****************************************************************************/
/* Branding */
/*****************************************************************************/

#branding{
	width: 1024px;
	background-image: url(../images/branding_bkgd.png);
	height: 75px;
}

#branding h1 {
	text-indent: -9999px;	/* Hide text off-screen */
	font-size: 1%;
}

#branding h1 a {
	width: 180px;
	height: 70px;
	display: block;			/* Make anchor fill dimensions */
	background-color: transparent;
	background-image: url(../images/MARLEXbranding.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#branding p {
	position: absolute;
	top: 55px;			/* Hide off-screen */
	left: 18px;
	font-weight: bolder;
	font-size: 11px;
}

/*****************************************************************************/
/* Links to PDF files that open in a new browser window */
/*****************************************************************************/
/*
.link2pdf {
	color: #FF3300;
	font-size: 80%;
}
*/

/*****************************************************************************/
/* Main Navigation */
/*****************************************************************************/

#nav_main {
	width: 1024px;
	height: 32px;
	position: relative;
	font-size: 16px;
	background-image: url(../images/navmain_bkgd.jpg);
}

#nav_main ul{
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 2px;
	margin-left: 20px;
	width: 925px;
}

#nav_main li{
	float: left;
}

#nav_main a{
	color: #ffffff;
	text-decoration: none; 
}

a.navtabroll, a.navtabrollslcted{
	padding: 0 .5em 0 1em;
	background-repeat: no-repeat;
	background-image:url(../images/navtab_bkgd.png);
	background-position: 0px 0px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	border-right: #666666 solid 1px;
	line-height: 30px;
	display: block;
}

a.navtabrollslcted:link, a.navtabrollslcted:visited {
	background-position: 0px -124px;
}
a.navtabroll:link { background-position: 0px 0px;}
a.navtabroll:visited { background-position: 0px -31px;}
a.navtabrollslcted:hover, a.navtabroll:hover { background-position: 0px -62px; }
a.navtabrollslcted:active, a.navtabroll:active { background-position: 0px -93px; }


/*****************************************************************************/
/* Blending graphic */
/*****************************************************************************/
#navblend {
	background-image: url(../images/repeaterTop.jpg);
	background-repeat: repeat-x;
	width: 1024px;
}

/*****************************************************************************/
/* Middle Content */
/*****************************************************************************/

#contain_mid{
	background-color: #FFFFFF;
	width: 1024px;
	position: relative;
	height: 480px;
}

/*---------------------------------------------------------------------------*/
/* Side Navigation */

#sidenav {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 25%;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#sidenav ul {
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../images/BulletSideNav.png);
	background-color:#eeeeee;
}

#subsectLinks{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: auto;
	background-color: #ffffff;
}

#subsectLinks ul li ul {
	margin: 0 0 0 1em;
	background-color: #FFFFFF;
}

#subsectLinks li.canexpand:hover {
	list-style-image: url(../images/BulletCanExpand.png);
	background-color: #cccccc;
}

#subsectLinks li.expanded{
	list-style-image: url(../images/BulletExpanded.png);
}

#subsectLinks ul li ul li{
	margin: 0;
}

#subsectLinks a {
	display: block;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #cccccc;
}

#subsectLinks a.subsectfocus {
	color: #0033FF;
	font-weight: bold;
}

#subsectLinks ul li ul li a {
	padding:2px 2px;
}

#subsectLinks a:link, #subsectLinks a:visited {
}

#subsectLinks a:hover{
	background-color: #dddddd;
}

#subsectLinks li.canexpand a:hover {
}
#subsectLinks a.subsetfocus:hover {
}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidenav li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #sidenav li {border-bottom: none;}


/*---------------------------------------------------------------------------*/
/* Main Content */

#content {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0 0 0 0px;
	width: 75%;
	left: 25%;
	top: 0px;
	border-left: 1px solid #aaaaaa;
	height: 400px;
}


#content0, #content1, #content2, #content3, #content4, #content5,
#content6, #content7, #content8, #content9, #content10, #content11, #content12 {
	background-color: #FFFFFF;
	width: 100%;
	visibility: hidden;
	padding: 0 0 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content0 {
	visibility: visible;
}

.subsectImgs{
	background-color: #FFFFFF;
	width: 31%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
}

.subsectImgs img{
	border: none;
	margin: 0 0 10px 0;
	position: absolute;
}

.subsectImgs img.hasborder{
	border: 1px solid #AAAAAA;
}

.subsectImgs img.noposition{
	position: static;
}

.subsectImgs ul.photogalThmbs{
	list-style-type: none;
}

.subsectImgs ul.photogalThmbs li.photogalRow{
	clear: left;
	padding-top: 5px;
}

.subsectImgs ul.photogalThmbs li.photogalRow ul{
	list-style-type: none;
}

.subsectImgs ul.photogalThmbs li.photogalRow ul li{
	width: 33%;
	float: left;
}

.subsectImgs ul.photogalThmbs li.photogalRow ul li div {
}

.subsectImgs ul.photogalThmbs li.photogalRow ul li div p{
	text-align:center;
}

.subsectImgs ul.photogalThmbs li.photogalRow ul li div p img{
	margin-bottom: 0px;
	position: static;
}

.subsectDescr{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #FFFFFF;
	border-left: 1px solid #aaaaaa;
	padding: 0 10px 10px 10px;
	position: relative;
	margin-left: 32%;
	width: 65%;
}

.subsectDescr h1{
	font-weight: bold;
}

.subsectDescr p{
	margin: 1em 0 0 0;
}

.subsectDescr table{
	width: 100%;
	margin: 1em 0 0 0;
}

.subsectDescr table thead tr{
	background-color: #9BAEE1;
}
.subsectDescr th, .subsectDescr td{
}

.subsectDescr th.colintern, .subsectDescr td.colintern{
	padding: 0 1em 0 1em;
}

.subsectDescr td.patCAN{
	background-image:url(../images/CanadaFlag.jpg);
	background-repeat: no-repeat;
}

.subsectDescr td.patUSA{
	background-image:url(../images/USAFlag.jpg);
	background-repeat: no-repeat;
}

.subsectDescr table tbody tr{
	background-color: #E1ECF0;
}

.subsectDescr table tbody tr.odd{
	background-color: #FFFFFF;
}

.subsectDescr table p{
	font-size: 80%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.subsectDescr th p{
	font-weight: bold;
}

.subsectDescr ol{
	list-style-type: decimal;
	padding: 1em 0 0 2em;
}

.subsectDescr ul{
	list-style: disc outside;
	padding: 1em 0 0 2em;
}

.subsectDescr ul ul{
	list-style: circle outside;
	padding: .2em 0 0 2em;
	margin: 0;
}

.subsectDescr ul li, .subsectDescr ul li ul li{
	margin: 0 0 0 0;
}

.subsectDescr ul.contactinfo {
	list-style: none;
	margin: 1em 0 0 2em;
	padding: 0;
}

.subsectDescr ul.contactinfo li{
	margin: 0px;
	padding: 0px;
}

.subsectDescr ul.contactinfo li strong{
	font-weight: bold;
}

.subsectDescr ul.featureList li strong {
	font-weight: bold;
	color:#0707A4;
}

.subsectDescr ul.coretechList li {
	padding-bottom: 0.5em;
}


.subsectSubLinks {
	background-color: #FFFFFF;
	border-left: 1px solid #aaaaaa;
	padding: 0 10px 10px 4%;
	position: relative;
	margin-left: 32%;
	width: 61%;
}

.subsectSubLinks ul {
	list-style: none;
}

/*---------------------------------------------------------------------------*/
/* Main Content - list of Links to partners */

.linklist {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	border-left: 1px solid #aaaaaa;
	margin: 0 0 10px 0;
	padding: 0px 0px 10px 0px;
	position: absolute;
	right: 0px;	
}

.linklist ul{
	list-style-type: none;
	margin-left: 0px;
	list-style-image: none;
	list-style-position: inside;
	padding: 5px 10px 0px 10px;
}

.linklist ul li{
	padding-top: 2px;
	background-color: #FFFFFF;
	border: solid #cccccc 1px;
	padding-bottom: 2px;
}

.linklist ul li img{
	vertical-align:middle;
}

.linklist a:link, .linklist a:visited{
	
}

.linklist a:hover, .linklist a:active{

}

/*---------------------------------------------------------------------------*/
/* Main Content - news/events tables */

.tbl_newsevents{
	background-color: #FFFFFF;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	position: absolute;
	right: 0px;	
}

.tbl_newsevents table{
	width: 100%;
	margin: 1em 0 0 0;
}

.tbl_newsevents table thead tr{
	background-color: #9BAEE1;
}

.tbl_newsevents th {
	font-weight: bold;
}

.tbl_newsevents td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.tbl_newsevents td.datecolumn {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 18%;
}

.tbl_newsevents th.odd, .tbl_newsevents td.odd{
	padding-left: 1em;
	padding-right: 1em;
}

.tbl_newsevents table tbody tr{
	background-color: #E1ECF0;
}

.tbl_newsevents table tbody tr.odd{
	background-color: #FFFFFF;
}

.tbl_newsevents table p{
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.newsevent {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #FFFFFF;
	border-left: 0px solid #aaaaaa;
	width: 97%;
	padding: 5px 0 0 0;
	position: absolute;
	margin: 0 1% 0 2%;
}

.newsevent p{
	margin: 1em 0 0 0;
}




/*****************************************************************************/
/* Site Info */
/*****************************************************************************/

#borderbottom{
	background-image:url(../images/repeaterBttm.jpg);
	background-repeat: repeat-x;
	background-color: #3399FF;
	width: 1024px;
	height: 28px;
	position: relative;
}

#site_info{
	width: 1024px;
	background-image: url(../images/siteinfo_bkgd.png);
	position: relative;
}

#site_info p{
	font-weight: bolder;
	font-size: 120%;
	padding: 0 0 0 10px;
	white-space: nowrap;
	top: 0px;
	left: 0px;
	position: relative;
	height: 30px;
}

#site_info a{
	font-size: 75%;
	font-weight: normal;
}

/***********************************************/
/* Alsett Clearing Method                      */
/***********************************************/

.clearfix:after{		/* The period is the last thing before the div closes */
	content: ".";		/* Inline elements don't respond to the 'clear' property */
	display: block;		/* Ensure the period is not visible */
	height: 0;			/* Make the container clear the period */
	clear: both;		/* Further ensures the period is not visible */
	visibility: hidden;
}

/* A fix for IE Mac */
.clearfix {display: inline-block;}

/* The Holly hack for a bug in IE6 for Windows */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.scroll_down {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 120px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-position: inside;
	list-style-type: square;
	width: auto;
}

