/*			==================================================	*/
/*			Body Styles											*/

body, form {
			margin: 0;
			}

.clear {
			clear: both;
			}

p {
	margin-bottom: 10px;
	text-align: left;
	font-family: Arial, Verdana, san-serif;
	font-weight: bold;
	font-size: 9px;
	color: #000;
			}



/*			==================================================	*/
/*			Surrounding Container Div							*/
/*			Apply classes for 'sitelink' or 'wide' layouts 		*/


/*			------------------------------	*/
/* 			Generic							*/

#container {
			min-width: 810px;
			margin-left: auto;
			margin-right: auto;
			}

/*			------------------------------	*/
/* 			Centered Layout					*/

body.centered #container {
			width: 600px;
			}

/*			------------------------------	*/
/* 			Wide Layout						*/

body.wide #container {
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #container {
			min-width: 600px;
			}



/*			==================================================	*/
/*			Header Styles										*/

/*			------------------------------	*/
/* 			Generic							*/

#header {
			width: 100%;
			}

#header h1 {
			margin: 0;
			display: none;
			}



#header-nav-container {
			width: 100%;			
			}


#header-nav {
			width: 950px;
			padding: 5px 0 5px 0;
			margin: 0;
			font-family: Arial, Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			}

#header-nav li {
			display: inline;
			list-style: none;
			padding: 0;
			margin: 0;
			}

#header-nav li a {
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	color: #fff;
	border-right: 1px #fff solid;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
			}
			


/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #header {
			display: none;
			}

/*			------------------------------	*/
/* 			ImgNav Specific					

body.imgnav #header {
			position: relative;
			}

body.imgnav #header #nav {
			}

body.imgnav #header #nav ul li a {
			display: block;
			position: absolute;
			text-decoration: none;
			border: 0;
			}

body.imgnav #header #nav ul li a:hover {
			border: 0;
			text-decoration: none;
			}

body.imgnav #header #nav ul li a em { visibility: hidden; } */

/*			==================================================	*/
/*			Middle Container Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#middle {

			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #middle {

			}

/*			------------------------------	*/
/* 			Wide Layout Specific			*/

body.wide #middle {
	width: 850px;
			}



/*			==================================================	*/
/*			Content Section Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
	margin-right: 195px;
	/* Hack for internet explorer table width sizes */
			voice-family: "\"}\"";
	voice-family: inherit;
	height: 1%;
			}

/*			------------------------------	*/
/* 			NoAds Layout Specific			*/

body.noads #content {
			margin-right: 10px;
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #content {
			margin-left: 0;
			margin-right: 0;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

body.fullcolumn #content {
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 0;
			padding-right: 0;
			}

/*			------------------------------	*/
/* 			Home Page Specific (Membership)	*/

body.home #splash {
			display: none;
			margin-bottom: 10px;
			}

body.home h3.calendarHeader {
			color: #fff;
			}

body.home #splash img {
			width: 100%;
			}

body.home .tradeshow h4 {
			margin-bottom: 0;
			}

body.home .tradeshow p {
			margin-top: 0;
			margin-bottom: 10px;
			}

body.home .tradeshow {
			border-bottom: 0px #ccc solid;
			margin-bottom: 10px;
			}

body.home .item p {
			margin-top: 0;
			margin-bottom: 10px;
			}

body.home #membership {
			border: 1px #999 solid;
			margin-bottom: 10px;
			padding: 5px;
			}

body.home #membership table {
			width: 100%;
			}

body.home #membership td {
			vertical-align: top;
			width: 33%;
			padding: 3px 0;
			}

body.home #membership p {
			margin-bottom: 0;
			padding-top: 5px;
			margin-top: 5px;
			border-top: 0px #666 solid;
			}

body.home #membership h2 {
			font-size: 16px;
			margin: 0;
			padding: 0;
			border-bottom: 0px #666 solid;
			}

body.home #membership a {
			text-decoration: underline;
			}


/*			==================================================	*/
/*			Left Sidebar Styles									*/

/*			------------------------------	*/
/* 			Generic							*/

#sidebar-left {
	float: left;
	width: 160px;
	margin-right: 5px;
	font-family: Arial, Verdana, san-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
			}

#sidebar-left h3 {
			margin: 0;
			font-size: 12px;
			font-family: Arial, sans-serif;
			padding: 6px 5px 4px 5px;
			color: #fff;
			}

#sidebar-left h3 a {
			color: #fff;
			}

#sidebar-left-content {
			background: #efefef;
			}

#sidebar-left-content p {
			margin-left: 5px;
			margin-right: 5px;
			}

#sidebar-left #searchDiv {
			padding: 5px;
			}

#sidebar-left #searchDiv p {
			margin-top: 0;
			margin-bottom: 5px;
			}

#sidebar-left #loginDiv {
			padding-top: 10px;
			}

/*			------------------------------	*/
/* 			Resources Section Specific		*/

#sidebar-left ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

#sidebar-left ul li {
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}

#sidebar-left ul li a {
			display: block;
			padding: 3px 3px 3px 5px;
			border-top: 1px #777245 solid;
			border-bottom: 0px;
			font-weight: bold;
			text-decoration: none;
			font-family: Arial, sans-serif;
			
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}

/*			==================================================	*/
/*			Rightnews Sidebar Styles									*/


#sidebar-rightnews {
	float: left;
	width: 180px;
	margin-right: 5px;
	font-family: Arial, Verdana, san-serif;
	background-color: #CDDFFE;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 4px;
	padding-left: 4px;
	color: #CEDFFD;
			}


/*			------------------------------	*/
/* 			RightNews Resources Section Specific		*/

#sidebar-rightnews ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

#sidebar-rightnews ul li {
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}

#sidebar-rightnews ul li a {
			display: block;
			padding: 3px 3px 3px 5px;
			border-top: 1px #0A6665 solid;
			border-bottom: 0px solid #0A6665;
			font-weight: bold;
			text-decoration: none;
			font-family: Arial, sans-serif;
			
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}








/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #sidebar-left {
			display: none;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

body.fullcolumn #sidebar-left {
			display: none;
			}


/*			------------------------------	*/
/* 			Homepage Specific				*/

body.home #sidebar-left #loginDiv, 
body.home #sidebar-left #loginHeader {
			display: none;
			}


/*			==================================================	*/
/*			Right Sidebar Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#sidebar-right {
/*
			background: url(images/newsheadlinesbkgr.gif) repeat-y left bottom;
*/			float: right;
			width: 180px;
			margin: 0;
			margin-left: 5px;
			padding: 5px 0;
			text-align: left;
			}


#sidebar-right img {
			margin-bottom: 7px;
/*
			width: 177px;
			height: 177px;
*/			}

/*			------------------------------	*/
/* 			Homepage Specific				*/


body.home #sidebar-right h3 {
	margin: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 6px 5px 4px 5px;
	color: #FFF;
			}

body.home #sidebar-right #calendarDiv {
			padding: 5px;
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #sidebar-right {
			display: none;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

body.fullcolumn #sidebar-right {
			display: none;
			}


body.home #calendarDiv {
	font-size: 12px;
			}

body.home h3.calendarHeader {
			margin: 0 0 5px 0;
			font-size: 12px;
			font-family: Arial, sans-serif;
			padding: 6px 5px 4px 10px;
			}

/*			------------------------------	*/
/* 			Demo Request Form		*/

fieldset  {
	color: #294C93;
	background-color: #efefef;
	border: solid 0px #666
	}

label   {
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 130;
	float: left;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: solid 1px #7994CA;
	background-color: #efefef;
	color: #000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputField:hover {
	background-color: #fff;
	border: solid 1px #294C93;
	color: #000;
	}
	
input.formInputFieldFilled   {
	border: solid 1px #7994CA;
	background-color: #FFF;
	color: #000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputFieldSelected   {
	background-color: #fff;
	border: solid 1px #294C93;
	color: #000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
/*			==================================================	*/
/*			Footer Styles										*/

/*			------------------------------	*/
/* 			Generic							*/

#footer {
			clear: both;
			padding: 5px;
			font-size: 9px;
			}
		
#footer img {
			}

#footer p	{
			margin: 0;
			}


/*			==================================================	*/
/*			Color Declarations									*/


input.button, 
body.home h3.calendarHeader  { 
			background: #294C93;
			}
			
			.subheader-productbriefs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1E1F62;
}
.subheader-bold {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
}
.boldnamefordownloadcopy {
	color: #2D4C92;
	font-weight: bold;
}
.bullets {
	font-size: 12px;
	font-weight: bold;
}
.subheader2 {
	font-size: 12px;
	color: #2D4C92;
}
.bullets {
	color: #333;
}
table header {
	color: #FFF;
}
.wide.imgnav.home #container #middle #content div ul li {
	color: #000000;
}
.wide.imgnav.home #container #middle #content div ul {
	color: #0C0018;
}
.tablehead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #603;
}
.tablesubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
tr td .tablesubhead strong {
	color: #003999;
}
.wide.imgnav.home form #container #middle #content div ul li {
	color: #001018;
}
.hiddentext {
	color: #EFEFEF;
}
.boldtype {
	color: #F00;
}
.bannertop {
	font-size: 14px;
	background-color: #930;
}
.wide.imgnav.home #container #middle #content .bannertop {
	color: #FFF;
}
.altlink {
	color: #FFF;
	text-decoration: underline;
}
.news2 {
	font-size: 13px;
}
.topsubcopy {
	font-size: 13px;
}
.testimonials {
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
}
.table-left {
	color: #FFF;
}
.left-sidebar2 {
	width: 200px;
}
.uctitle {
	font-size: 24px;
}
.wide.imgnav.home #container div table tr .subheader-bold center {
	color: #C2DAEE;
	font-family: "Arial Black", Gadget, sans-serif;
}
.ucbody {
}
.uctab {
	font-size: 14px;
}
.black {
	color: #000;
}
.subtitle {
	font-size: 14px;
	color: #000;
}
.webinartitle {
	color: #333;
}
.plaintext {
	font-weight: normal;
}
.wide.imgnav.home #container #middle #content p {
	font-weight: normal;
	color: #333;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.lacrosse {
	font-size: 10px;
}
.lacrosse-header {
	font-size: 16px;
}

