@charset "utf-8";
/* CSS Document */

/***********************************************/
/* www.otans.com - © 2010                      */
/* www.liberatednetworks.com                   */
/***********************************************/


@media print
{
	.nonprintable {display: none;}
	.printable {width: 7in; text-align: left;}
}

BODY, TD, DIV {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color:#7E7E7E;
        padding: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-repeat: no-repeat;
	background-position: 100% 100%;
}

/***********************************************/
/* Content Styles                              */

.textSplash {
	font-family: Myriad Pro, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #141960;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 1.4em;
}

.textSmall {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

.textBig {
	font-size: 1.25em;
}

.textGreen {color: #008000;}
.textRed {color: #993300;}

TD.tableCellTitle {
	color: #000000;
	font-weight: bold;
	border: solid 1px #000000;
	background-color: #d7e1f4;
	padding: 4px;
}

TD.tableCellTitleRed {
	color: #FFCC00;
	font-weight: bold;
	border: solid 1px #000000;
	background-color: #5D110B;
	padding: 4px;
	font-size: 1.3em;
}

TD.tableCellYellow {
	background-color: #faf9d2;
}

.DRAFT {
	background-color: #FF0000;
	font-size: 1.25em;
	font-weight: bold;
}

.NavTopLightCORE {
	font-weight: bold;
	color: #660000;
}

.NavTopLightCORE p a:hover{
	font-weight: bold;
	background-color: #660000;
        color: #EBD467;
}

/***********************************************/
/* Member Directory Styles                     */

.directorySearchSummary {
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

.XrowHeading {
	color: #000000;
	font-weight: bold;
	background-color: #004980;
	font-size: 1em;
}

.directoryResultsTable {
	border: solid 1px #000000;
	font-size: 0.9em;
	border-collapse: collapse;
}

	/*.directoryCategoryList {
		border: solid 1px #000000;
		font-size: 0.9em;
		border-collapse: collapse;
		background-color: #ffffff;
		text-align: left;} */

/***********************************************/
/* Images                                      */

img.floatLeft { 
    float: left; 
    margin: 4px 10px 4px 0px;
    border: 1px solid #000000;
}

img.floatRight { 
    float: right; 
    margin: 4px 0px 4px 10px;
    border: 1px solid #000000;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px 0px 4px 10px;
    border: 1px solid #000000;
}

.imgBorderLeftNav { 
	border-top: 3px solid #c41231; 
	border-right: 3px solid #ffffff; 
	border-bottom: 2px solid #ffffff; 
	border-left: 4px solid #c41231; 
	margin: 4px 42px;
}

#album img { /* applies to all images within a DIV */
	border: 1px solid #000000; 
	margin: 4px 10px;
}

/***********************************************/
/* Hyperlink, Heading & List Styles            */

p {line-height: 120%; font-size: 1em;}

HR {color: #000000; height: 1pt; padding-bottom: 0;}

a, a:visited	{font-size: 1em; text-decoration: none; color: #0000FF;}
a:hover			{font-size: 1em; text-decoration: none; color: #CE0000;}
a:active		{font-size: 1em; text-decoration: none; color: #000000}

H1,H2,H3,H4,H5,H6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-left: dashed 1px #004981;
        font-size: 1.2em;
}

H2 a:link {
	color: #c41231;
}

H2 a:visited {
	color: #c41231;
}

H2 a:hover {
	color: #004981;
}
H1 {
	font-size: 1.2em;
	color: #004981;
	font-weight: bold;
}

H2 {
	font-size: 1.1em;
	color: #004981;
	font-style: bold;
}

H3 {
	font-size: 1em;
	color: #004981;
	font-weight: bold;
}

H4 {
	font-size: 1em;
	color: #004981;
	font-weight: normal;
	}

H5 {
	font-size: 0.9em;
	color: #004981;
	font-weight: normal;
}
	
H6 {
	font-size: 1.1em;
	color : #5D110B;
	font-weight: bold;
}

ul{
	list-style-type: square;
	margin-left: 24px;
	line-height: 150%;
	display: block;	
	/* text-indent: 4px; */
}

ul ul{
	list-style-type: disc;
	display: block;
	margin-left: 14px;
	padding-left: 14px;
}

/***********************************************/
/* Main Navigation Menu                        */

div#Banner {
	width: 902px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 150px;
}

div#NavTop {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 4px;
	background-repeat: no-repeat;
	height: 24px;
        z-index: 0; 
}

div#NavTopLinks {
	font-size: 0.9em;
	padding: 2px 0px 0px 0px;
	width: 100%;
	height: 24px;
        margin-bottom: -2px;
}

div#NavTopLinks a, div#NavTopLinks a:visited {
        color: #014880;
	font-weight: bold;
	padding: 6px 2px 4px 2px ;
	height: 24px;
	white-space: nowrap;
	min-width: 2px;
}

div#NavTopLinks a:hover {
	color: #660000; 
	text-decoration: none; 
	font-weight: bold;
}

div#NavTopLinksCORE {
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
	width: 95%;
	height: 24px;
	
}

div#NavTopLinksCORE a, div#NavTopLinksCORE a:visited {
	color: #666666;
	font-weight: normal;
	padding: 6px 6px 4px 6px;
	height: 24px;
	white-space: nowrap;
	min-width: 24px;
}

div#NavTopLinksCORE a:hover {
	color: #660000; 
	text-decoration: none; 
	font-weight: normal;
}


div#NavTopShadow {
	float: left;
	width: 90%;
	padding-top: 0px;
	
	background-repeat: repeat-x;
	height: 10px;
}

/***********************************************/
/* navLeft Menu                                */

div#NavMenuContainer {
    float: left; 
	width: 160px;
	margin-top: 0px;
	margin-left: -2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navLeft0 a:link, #navLeft0 a:visited,
#navLeft1 a:link, #navLeft1 a:visited,
#navLeft2 a:link, #navLeft2 a:visited,
#navLeft3 a:link, #navLeft3 a:visited,
#navLeft4 a:link, #navLeft4 a:visited,
#navLeft5 a:link, #navLeft5 a:visited,
#navLeft6 a:link, #navLeft6 a:visited,
#navLeft7 a:link, #navLeft7 a:visited,
#navLeft8 a:link, #navLeft8 a:visited,
#navLeft9 a:link, #navLeft9 a:visited,
#navLeft10 a:link, #navLeft10 a:visited,
#search a:link, #search a:visited,
#navLeftPortal a:link, #navLeftPortal a:visited {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 0px 10px 8px;
	margin-left: 12px;
	margin-right: 12px;
	color: #004981;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(/direct/images/menus/left-03.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeft0 a:hover,
#navLeft1 a:hover,
#navLeft2 a:hover,
#navLeft3 a:hover,
#navLeft4 a:hover,
#navLeft5 a:hover,
#navLeft6 a:hover,
#navLeft7 a:hover,
#navLeft8 a:hover,
#navLeft9 a:hover,
#navLeft10 a:hover, 
#search a:hover,
#navLeftPortal a:hover {
	border-top: 0px;
	text-decoration: none;
	padding: 10px 0px 10px 12px;
	color: #330000;
	font-weight: bold;
	margin-left: 12px;
	background-image: url(/direct/images/menus/left-04.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeft0 a:active,
#navLeft1 a:active,
#navLeft2 a:active,
#navLeft3 a:active,
#navLeft4 a:active,
#navLeft5 a:active,
#navLeft6 a:active,
#navLeft7 a:active,
#navLeft8 a:active,
#navLeft9 a:active,
#navLeft10 a:active{
	border-top: 0px;
	color: #333333;
	text-decoration: none;
	padding: 10px 0px 10px 12px;
	font-weight: bold;
}

#navLeftSub a:link, #navLeftSub a:visited {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 0px 10px 8px;
	margin-left: 20px;
	margin-right: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(/direct/images/menus/left-sub.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeftSub a:hover{
	border-top: 0px;
	text-decoration: none;
	padding: 10px 0px 10px 12px;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
	background-image: url(/direct/images/menus/left-04.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

	#navLeftSubItem a:link, #navLeftSubItem a:visited {
		display: block;
		border-top: 0px;
		border-bottom: 0px;
		padding: 4px 0px 4px 8px;
		margin-left: 24px;
		margin-right: 0px;
		color: #660000;
		text-decoration: none;
		font-weight: bold;
		background-color: #FFFFFF;
		background-image: url(/direct/images/menus/left-subItem.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	#navLeftSubItem a:hover{
		border-top: 0px;
		text-decoration: none;
		padding: 4px 0px 4px 4px;
		color: #000000;
		font-weight: bold;
		margin-left: 24px;
		background-image: url(/direct/images/menus/left-subItemHover.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}

#navLeftLogin a:link, #navLeftLogin a:visited {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 0px 10px 8px;
	margin-left: 12px;
	margin-right: 12px;
	color: #004981;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(/direct/images/menus/left-03.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeftLogin a:hover{
	border-top: 0px;
	text-decoration: none;
	padding: 10px 0px 10px 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	background-image: url(/direct/images/menus/left-02.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeftLogout a:link, #navLeftLogout a:visited {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 0px 10px 8px;
	margin-left: 12px;
	margin-right: 12px;
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(/direct/images/menus/left-01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navLeftLogout a:hover{
	border-top: 0px;
	text-decoration: none;
	padding: 10px 0px 10px 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	background-image: url(/direct/images/menus/left-02.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/***********************************************/
/* Content                                     */

div#Content {
	padding-top: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	min-height: 320px;
	min-width: 902px;
}

div#ContentNav p{ 
        font-size: 1.0em;
        color: #000000;
        line-height: 12pt;
}

div#ContentNav { 
        background-color: #ebd467;
        border: #1c559c 3px solid;
}

div#ContentCenter {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	margin-right: 5px;
	text-align: justify;
}

div#ContentCenter a, div#ContentCenter a:visited {
	text-decoration: underline;
	color: #004981;
}
div#ContentCenter a:hover {
	text-decoration: none;
	color: #CE0000;
}
div#ContentCenter a:active {
	text-decoration: none;
	color: #000000
}

div#ContentCenter H1,H2,H3,H4,H5,H6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom: dashed 1px #004981;
	border-left: solid 0px #FFFFFF;
}


/***********************************************/
/* Ticker Box                                  */

div#Ticker {
	float: right; 
	width: 200px;
	font-size: 9pt;
        padding-right: 5 px;
        padding-top: 5 px;
}


div#Ticker a:link, div#Ticker a:visited {
	text-decoration: none;
	color: #0000FF;
}
div#Ticker a:hover {
	text-decoration: none;
	color: #CE0000;
}
div#Ticker a:active {
	text-decoration: none;
	color: #000000;
}

.accordianHeader { /* accordian header */
	cursor: hand;
	cursor: pointer;
	font: bold 1.0em Verdana;
	margin: 0px 0;
        height: 40px;
        z-index: 100;
        position: relative;
}

.openAccordian { /* header class - open accordian */
	color: #ffffff;
        background-image:url(/direct/images/menus/headertabbackground.jpg); 
        background-repeat: repeat;
        z-index: 100;
        clear: all;
        position: relative;
}

.closedAccordian { /* header class - closed accordian */
	color: #ffffff;
        background-image:url(/direct/images/menus/headertabbackground.jpg); 
        background-repeat: repeat;
        z-index: 100;
clear: all;
        position: relative;
}

.tickerContents {
        background-color: 0b4a82;
        z-index: 100;
clear: all;
        position: relative;
}

.tickerContents p {
	border-bottom: dashed 1px #666666;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 3px;
        padding: 0px 4px 2px 6px;
        z-index: 100;
clear: all;
        position: relative;
}



/***********************************************/
/* Footer                                      */

div#FooterContainer {
	position: relative;
	color: #ffffff;
	top: 20px;
	width: 982px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/direct/images/menus/footer-bkndnew.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#Footer {
	font-size: 9pt;
	color: #ffffff;
	line-height: 12px;
	font-weight: normal;
	padding: 5px 12px 0px 12px;
	text-align: right;
}
div#Footer a, div#Footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none; 
	min-width: 24px;
	padding-right: 4px;
	padding-left: 4px;
}

div#Footer a:hover {
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: normal;
}

div#Footer ul {
	list-style-image: none;
	list-style-type: square;
	line-height: 150%;
	border: 0px solid #FFFFFF;
	margin: 0px;
	width: 10em;
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 16px;
	text-indent: -1em;
}

/***********************************************/
/* Forms                                       */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000080; 
	border-top: #004981 0px solid;
	border-right: #004981 0px solid;
	border-bottom: #004981 0px solid;
	border-left: #004981 0px solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #ffffff;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000080; 
	border-top: #4a5731 1px solid;
	border-right: #4a5731 1px solid;
	border-bottom: #4a5731 1px solid;
	border-left: #4a5731 1px solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000080; 
	border-top: #4a5731 1px solid;
	border-right: #4a5731 1px solid;
	border-bottom: #4a5731 1px solid;
	border-left: #4a5731 1px solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000080; 
	border-top: #4a5731 1px solid;
	border-right: #4a5731 1px solid;
	border-bottom: #4a5731 1px solid;
	border-left: #4a5731 1px solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: none;
	overflow: visible;
}

OPTION {BORDER: NONE;}

/***********************************************/
/* NavTopContainer                             */

div#NavTopContainer {
	width: 982px;
	border-color:#000000;
	border-bottom:thin;
	border-top:thin;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: -70px;
	height: 24px;
	background-color:#FFFFFF;
        font-size: .95em;
        padding-left: 2px;
        padding-right: 2px;
}


/***********************************************/
/* NavTop Dropdown Menu                        */

#NavTop {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	}
	
	#NavTop li
	{	float: left;
		list-style: none;
		background-color:#FFFFFF;}

	#NavTop li a
	{	display: block;
		background: none;
		padding: 1px 2px 1px 2px;
		text-decoration: none;
		color: #6a6a6a;
		white-space: nowrap;
		text-align: left;
                font-weight: bold;
                color: #014880;
                min-width: 2px;
	    }

	#NavTop li a:hover
	{	background: none;
		color: #660000;}

	#NavTop li p
	{	display: block;
		background: none;
	        margin-left: 7px;
		padding: 2px 11px 2px 11px;
		text-decoration: none;
		color: #6a6a6a;
		white-space: nowrap;
		text-align: center;}

	#NavTop li p:hover
	{	background: none;
		color: #0066FF;}
		
		#NavTop li ul
		{	margin: 0;
			padding: 0;
			background-color: #ffffff;
			position: absolute;
			visibility: hidden;
			}
		
		#NavTop li ul li
		{	float: none;
			display: inline;
			font-size: 8pt;
			height: auto;}
		
		#NavTop li ul li a
		{	width: 144px;
			background-color: #FFFFFF;
			text-align: left;
			font-weight: normal;
			padding: 5px 6px;}
		
		#NavTop li ul li a:hover
		{	background: #e4c1c6;
			font-weight: bold;
		}

		
		/**All menu calls linked to jquery so they will look a little weird, menuContainer is linked to mainNav for delivery**/
/**provides background for flyout(see script for transparency)**/
.menuContainer{
	background-color:#ffffff;
	padding:0;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}
/**/
/**controls font for deselected flyout text**/
.menuContainer td a{
	text-decoration:none;
	color: #014880;
	padding-left:15px;
	font-weight: bold;
}
/**/
/**controls text in flyout**/
.menuContainer td.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	padding:6px 10px 4px 0px;
	letter-spacing:0px;
}
/**/
/**provides a generic spacer if required**/
.menuContainer .separator{
	background-color:#999;
	height:5px;
}
/**/
/**controls color of hovered flyout selection**/
.menuContainer .selected td{
	background-color:#ebd467;

}
/**/
/**controls text of hovered flyout selection**/
.menuContainer .selected td a{
	color:#660000;
	padding-left:15px;
}
/**/



/***********************************************/
/* extranet display stuff                      */

.displayTable {background-color: none; font-size: 10pt; padding: 10px; border: 1px solid #000000; min-width: 600px;}

    .displayTable TD {padding: 4px;}

.rowHeading {background-color: #014a81; color: #FFFFFF; font-weight: bold;}

    .rowHeading TD {color: #FFFFFF; font-size: 10pt; padding: 4px;}

.moduleLogin {color: #5d110b; font-weight: bold;}

.moduleBulletinArchive {font-size: 0.9em}

	.moduleBulletinArchive TD {
		text-align: left;
		padding: 4px;
	}
	.moduleBulletinArchive TABLE{
		border-collapse:collapse;
		width: 100%;
	}
	
	.moduleBulletinArchive FORM {
		width: 320px;
		font-weight: bold;
		padding-bottom: 20px;
	}

.moduleUpdateContact TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
}

.moduleDirectory TD {padding: 4px;}

	.directorySearchSummary {
		font-size: 1em;
		color: #5d110b;
		text-align: left;
		font-weight: bold;
		padding: 0px 4px 8px 2px;
	}
	
/* Events Module */

div#StepOne .rowHeading {background-color: #014a81; color: #FFFFFF; font-weight: bold;}
div#StepOne .rowHeading TD {color: #FFFFFF; font-size: 10pt; padding: 4px;}

div.moduleEventRenderer H1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom: dashed 1px #004981;
	border-left: solid 0px #FFFFFF;
}

div.moduleEventRenderer p {padding-top: 0px;}

****Directory Stuff**

@charset "utf-8";
@import url("style_nav.css");
@import url("style_newsevents.css");
@import url("style_footer.css");
.pagewidth {
	width: 850px;
}
.mainpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #44B300;
}
.breadcrumbtrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.pagedefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7E7E7E;
	font-weight: normal;
	text-align: justify;
}
.subbutton_1 {
	height: 36px;
	width: 188px;
	padding-left: 16px;
	padding-right: 7px;
	background-image: url(images/nof%20BLUE%20BUT.jpg);
	padding-bottom: 8px;
}
.subpage_textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FBFBFB;
}
.subbutton_4 {
	background-color: #47B400;
	height: 20px;
	width: 170px;
	padding-right: 7px;
	padding-left: 7px;
}
.subsublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.memberssearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.memberssearchsmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.borderstopbottom {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.keywordlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	letter-spacing: -1px;
	padding-left: 2px;
	padding-right: 1px;
}
.compnaytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.leftfill {
	width: 188px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.contactname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.topictitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.topic_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.subbutton_2 {
	height: 36px;
	width: 188px;
	padding-left: 16px;
	padding-right: 7px;
	background-image: url(images/nof%20GREEN%20BUT.jpg);
	padding-bottom: 8px;
}
.subbutton_3 {
	height: 36px;
	width: 188px;
	padding-left: 16px;
	padding-right: 7px;
	background-image: url(images/nof%20ORANGE%20BUT.jpg);
	padding-bottom: 8px;
}
.byindustrytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.greennoshadow {
	background-image: url(images/buttonnoshadow/3.jpg);
	height: 24px;
	width: 190px;
}
.bluenoshadow {
	background-image: url(images/buttonnoshadow/2.jpg);
	height: 24px;
	width: 190px;
}
.rolling_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.rolling_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.photobox {
	margin-right: 8px;
	margin-bottom: 8px;
}
.mainwrapper {
	width: 850px;
	padding: 10px;
}
.gallery_error {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 5px;
	background-color: #FFE8E8;
	border: 1px solid #990000;
	margin-bottom: 8px;
}
.galleryImageHolder {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #E5E5E5;
}
.gallery_title {
}
.galleryoption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #44B300;
	padding-bottom: 2px;
	padding-left: 2px;
}
.introtest_2 {
	text-align: left;
}

/***********************************************/
/* powered by Clear Service                    */

div#ClearService {
	position: relative;
	top: 20px;
	padding: 10px 0px 10px 0px;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	width: 100%;
 
}

div#ClearService a, div#ClearService a:visited {
	color: #0E193E;
	font-family: Verdana,arial;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
div#ClearService a:hover {
	color: #6B2B91;
	font-family: Verdana,arial;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: underline;
}

@import url(https://www.otans.com/direct/css/media.css);
-->


.fc,
.fc .fc-header,
.fc .fc-content {
	font-size: 1em;
	}
	
.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.fc td, .fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/
	
table.fc-header {
	width: 100%;
	}
	
.fc-header-left {
	width: 25%;
	}
	
.fc-header-left table {
	float: left;
	}
	
.fc-header-center {
	width: 50%;
	text-align: center;
	}
	
.fc-header-center table {
	margin: 0 auto;
	}
	
.fc-header-right {
	width: 25%;
	}
	
.fc-header-right table {
	float: right;
	}
	
.fc-header-title {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc-header-space {
	padding-left: 10px;
	}
	
/* right-to-left */

.fc-rtl .fc-header-title {
	direction: rtl;
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-header .fc-state-default,
.fc-header .ui-state-default {
	margin-bottom: 1em;
	cursor: pointer;
	}
	
.fc-header .fc-state-default {
	border-width: 1px 0;
	padding: 0 1px;
	}
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-style: solid;
	}
	
.fc-header .fc-state-default a {
	display: block;
	border-width: 0 1px;
	margin: 0 -1px;
	width: 100%;
	text-decoration: none;
	}
	
.fc-header .fc-state-default span {
	display: block;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 3px 5px;
	}
	
.fc-header .ui-state-default {
	padding: 4px 6px;
	}
	
.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
	white-space: nowrap;
	}
	
/* for adjacent buttons */
	
.fc-header .fc-no-right {
	padding-right: 0;
	}
	
.fc-header .fc-no-right a {
	margin-right: 0;
	border-right: 0;
	}
	
.fc-header .ui-no-right {
	border-right: 0;
	}
	
/* for fake rounded corners */
	
.fc-header .fc-corner-left {
	margin-left: 1px;
	padding-left: 0;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px;
	padding-right: 0;
	}
	
/* DEFAULT button COLORS */
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-color: #777; /* outer border */
	color: #333;
	}

.fc-header .fc-state-default span {
	border-color: #fff #fff #d1d1d1; /* inner border */
	background: #e8e8e8;
	}
	
/* PRESSED button COLORS (down and active) */
	
.fc-header .fc-state-active a {
	color: #fff;
	}
	
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
	background: #888;
	border-color: #808080 #808080 #909090; /* inner border */
	}
	
/* DISABLED button COLORS */
	
.fc-header .fc-state-disabled a {
	color: #999;
	}
	
.fc-header .fc-state-disabled,
.fc-header .fc-state-disabled a {
	border-color: #ccc; /* outer border */
	}
	
.fc-header .fc-state-disabled span {
	border-color: #fff #fff #f0f0f0; /* inner border */
	background: #f0f0f0;
	}
	
	
	
/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
	
.fc-widget-content {
	border: 1px solid #ccc; /* outer border color */
	}
	
.fc-content {
	clear: both;
	}
	
.fc-content .fc-state-default {
	border-style: solid;
	border-color: #ccc; /* inner border color */
	}
	
.fc-content .fc-state-highlight { /* today */
	background: #ffc;
	}
	
.fc-content .fc-not-today { /* override jq-ui highlight (TODO: ui-widget-content) */
	background: none;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	
.fc-view { /* prevents dragging outside of widget */
	width: 100%;
	overflow: hidden;
	}
	
	
	


/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
	border-style: solid; 
	border-color: #36c;     /* default BORDER color (probably the same as background-color) */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
	/* Use the 'className' CalEvent property and the following
	 * example CSS to change event color on a per-event basis:
	 *
	 * .myclass,
	 * .fc-agenda .myclass .fc-event-time,
	 * .myclass a {
	 *     background-color: black;
	 *     border-color: black;
	 *     color: red;
	 *     }
	 */
	 
.fc-event {
	text-align: left;
	}
	
.fc-event a {
	overflow: hidden;
	font-size: .85em;
	text-decoration: none;
	cursor: pointer;
	}
	
.fc-event-editable {
	cursor: pointer;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
/* for fake rounded corners */

.fc-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}
	
/* right-to-left */

.fc-rtl .fc-event a {
	text-align: right;
	}
	
/* resizable */
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anoymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
	background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
.fc-event-hori a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-left {
	margin-left: 1px;
	}
	
.fc-content .fc-corner-left a {
	margin-left: -1px;
	border-left-width: 1px;
	}
	
.fc-content .fc-corner-right {
	margin-right: 1px;
	}
	
.fc-content .fc-corner-right a {
	margin-right: -1px;
	border-right-width: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
	width: 100%;
	}
	
.fc .fc-grid th {
	border-width: 0 0 0 1px;
	text-align: center;
	}
	
.fc .fc-grid td {
	border-width: 1px 0 0 1px;
	}
	
.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
	border-left: 0;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */

.fc-rtl .fc-grid {
	direction: rtl;
	}
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc .fc-agenda th,
.fc .fc-agenda td {
	border-width: 1px 0 0 1px;
	}
	
.fc .fc-agenda .fc-leftmost {
	border-left: 0;
	}
	
.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
	border-top: 0;
	}
	
.fc-agenda-head tr.fc-last th {
	border-bottom-width: 1px;
	}
	
.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
	background: none;
	}
	
.fc-agenda-head th {
	text-align: center;
	}
	
/* the time axis running down the left side */
	
.fc-agenda .fc-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	}
	
/* all-day event cells at top */
	
.fc-agenda-head tr.fc-all-day th {
	height: 35px;
	}
	
.fc-agenda-head td {
	padding-bottom: 10px;
	}
	
.fc .fc-divider div {
	font-size: 1px; /* for IE6/7 */
	height: 2px;
	}
	
.fc .fc-divider .fc-state-default {
	background: #eee; /* color for divider between all-day and time-slot events */
	}

/* body styles */
	
.fc .fc-agenda-body td div {
	height: 20px; /* slot height */
	}
	
.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
/* vertical background columns */

.fc .fc-agenda-bg .ui-state-highlight {
	background-image: none; /* tall column, don't want repeating background image */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-top {
	margin-top: 1px;
	}
	
.fc-content .fc-corner-top a {
	margin-top: -1px;
	border-top-width: 1px;
	}
	
.fc-content .fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-content .fc-corner-bottom a {
	margin-bottom: -1px;
	border-bottom-width: 1px;
	}
	
/* event content */
	
.fc-event-vert span {
	display: block;
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert span.fc-event-time {
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	border: 0;
	font-size: 10px;
	}
	
.fc-event-vert span.fc-event-title {
	line-height: 13px;
	}
	
.fc-event-vert span.fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
	

.fc-event-title
{
color: white;
text-decoration: none;
}

.moduleBulletin P
{
text-align: left;
}
