@charset "utf-8";
/* CSS Document */
body  {
	background:url(/public/images/background/header-bg-2.png) 5px 0px repeat-x;
	font:.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
margin:0;
/*240px*/
}
#homepic {
	margin:40px auto 0 auto;
	background:url(/public/images/boardtable.png) 0 0 no-repeat;
	height:150px;
	padding:50px;
	font-size:2.2em;
	text-align:right;
	color:#FFF;
	}



#errors {
	background-color:#FFF;
	color:#b00;
	border:1px dotted #000;
	padding:10px;
	position:relative;
	top:10px;
	left:0;
	}
	


/* ----------------------------------- header ------------------------------------------*/





/* ----------------------------------- header-nav ------------------------------------------*/

#header-nav img {
	float:left;
	}	
#header-nav {
	font-size:1em;
	text-align:left;
	line-height:.6em;
	margin:0;
	padding:0;
	display:inline;
	color:#ddd ;
	width:1000px;
	height:220px;
}


#searchBox {
	background:url(/public/images/background/grey-search-bg.png) top left no-repeat;
	position:relative;
	top:0;
	left:0;
/*	left:40%;*/	
	width:470px;
	height:25px;
	color:#FFF;
	line-height:normal;
	font:normal .9em Arial,sans-serif;
	padding:4px 0 0 0;
	margin:0 50px 0 0;
	color:#fff;
	float:right;
}

#closeSearch {
	font-size:.8em;
	text-transform:uppercase;
	font-weight:bold;
	}


/* --------------------------------- subnav / members area log in ----------------------------------------- */	

#subNav {
	background:url(/public/images/background/sub-nav-bg-red.png) top left no-repeat;
	width:630px;
	height:22px;
	color:#FFF;
	line-height:normal;
	font:normal .85em Arial,sans-serif;
	padding:7px 0px 0 145px;
	margin:-17px 0 0 270px;
	color:#fff;

}
#subNav strong {
	margin-right:10px;
	}
#subNav a, #subNav span {
	color:#FFF;
	padding:0 1px;
	text-decoration:none;
}
/*#subNav a:active.btn,#subNav a:link.btn,#subNav a:visited.btn {
	height:29px;
	position:relative;
	top:0;	color:#000;
	text-align:center;
	padding:2px 0 0 20px;
	margin:0 10px 0 0;
	display:inline-block;
	font-size:.9em;
	background:url(/public/images/btn_green_start.png) top left no-repeat;
	}
*/
#subNav a:active.btn,#subNav a:link.btn,#subNav a:visited.btn, #subNav.submit {
	position:relative;
	top:-1px;	
	color:#000;
	text-align:center;
	padding:0px 10px;
	margin:0 6px;
	display:inline-block;
	font-size:.85em;
/*	background:url(/public/images/btn_green_bg.png) top left repeat-x;
*/	
	background:url(/public/images/background/grey-bg.png) top left repeat-x;
	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
	}	
#subNav a:hover.btn{
	position:relative;
	top:-1px;	
	color:#fff;
	text-align:center;
	padding:2px 10px;
	margin:0 6px;
	display:inline-block;
	font-size:.85em;
/*	background:url(/public/images/btn_green_bg_hover.png) top left repeat-x;
*/	
	background:url(/public/images/background/grey-bg-hover.png) top left repeat-x;
	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
}

#subNav input {
	font-size:1em;
	margin: 0 6px;
	padding:0;
	}
#subNav label {
	width:50px;
	}	
#subNav .submit {
	position:relative;
	height:15px;
	top:0px;	
	color:#000;
	text-align:center;
	padding:4px 6px 2px 6px;
	margin:0 10px;
	display:inline-block;
	font-size:.8em;
/*	background:url(/public/images/btn_green_bg.png) top left repeat-x;
-moz-border-radius:6px;
  	-webkit-border-radius:6px;*/	
	background:url(/public/images/background/grey-bg.png) top left repeat-x;
	border-width:0;
/*	border:1px solid #fff;*/
	}


fieldset {
	padding:30px 10px;
	border:1px dotted #ccc; 
	color:#000;
	}

legend {
	font-size:1.4em;
	color:#000;
	background-color:#FFF;
	padding:3px 20px;
	
	}



.genericForm {
	margin:40px 0;
	font-size:1.1em;
	line-height:2em;
	}
.genericForm input[type=text] {
	width:200px;
	}
.genericForm fieldset {
	border:1px dashed #ccc;
	width:1em;
	margin:0 auto;
	}	
	#searchForm {
	margin:0 0 0 70px;
	}	
.autocomplete {
	font-size:.9em;
	line-height:1em;
	list-style-type:none;
	text-transform:uppercase;
	margin:0 0 0 120px;
	background-color:#eee;
	}
	
/* --------------------------------- flyout menu ----------------------------------------- */	


/* common styling */
.horizontalMenu {
	font-family: arial, sans-serif; 
	width:1000px; 
	height:30px; 
	margin:7px 0 8px 0; 
	/*background:url(/public/images/background/mainNav-bg.png) top left no-repeat;*/
	padding:4px 0 0 0px;
	font-size:1em;
	text-align:center;
}
.horizontalMenu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	line-height:19px;
	padding:2px 10px 3px 10px;
	color:#DAEFF8;
}
	
.horizontalMenu ul {margin:0;padding:0;list-style-type: none;text-align:center; }
.horizontalMenu ul li {
	float:left;
	position:relative;
	border-right:1px solid #09c;
}
.horizontalMenu ul li ul {display: none;font-size:.8em;text-align:left;
width:380px;
	}

/* specific to non IE browsers */
.horizontalMenu ul li:hover a {
	color:#fff;
	padding:2px 10px 3px 10px;

}
.horizontalMenu ul li:hover ul {
		z-index:5;

font-size:.8em;
display:block; position:absolute; top:18px; left:0px; width:330px;padding-top:15px;
}
.horizontalMenu ul li:hover ul li a.hide {background:#1080BA; color:#ddd;}
.horizontalMenu ul li:hover ul li:hover a.hide {width:180px;}
.horizontalMenu ul li:hover ul li ul {display: none;}
.horizontalMenu ul li:hover ul li a {
	display:block;
	background:url(/public/images/background/iop.png) top left repeat;
	color:#fff;
	  width:160px;
	border-bottom:1px dotted #7BD0F0;
	padding:4px 12px 6px 12px;
	z-index:5;

}
.horizontalMenu ul li:hover ul li a:hover {
	color:#fff;
	background-color: #1080BA;
	z-index:5;
}
.horizontalMenu ul li:hover ul li:hover ul {z-index:5;display:block; position:absolute; left:151px; top:0; color:#000;}
.horizontalMenu ul li:hover ul li:hover ul li a {z-index:5;display:block; width:200px; background:#dfc184; color:#000;}
.horizontalMenu ul li:hover ul li:hover ul li a:hover {z-index:5;background:#bd8d5e; color:#fff;}
	
	
	
/* ----------------------------------- footer-nav ------------------------------------------*/
	
	
	
#footer-nav {
	text-align:left;
	width:1000px;
	margin:0 auto;
	font-size:.85em;
	}
#footer-nav .firstList {
	list-style-type:none;
	display:block;
	float:left;
	width:120px;
	margin:5px;
	}
#footer-nav .firstList>a {
	font-size:1.1em;
	font-weight:bold;
	}
#footer-nav .firstList>a:hover {
	font-size:1.1em;
	font-weight:bold;
	}
#footer-nav  ul li {
	margin:0;
	}	
#footer-nav ul li ul{
	list-style-type:none;
	position:relative;
	top:10px;
	left:-40px;
	display:block;
	width:120px;
	margin:0;
	font-size:.9em;
	}	
#footer-nav ul a {
	font:   normal .9em Verdana, sans-serif;
	display:inline-block;
	margin:0;
	color:#09c;
	text-decoration:none;

}
#footer-nav ul a:hover {
	font:  normal .9em Verdana, sans-serif;
	color:#068;
	}	
		
	
	
/* ----------------------------------- sidebar1 ------------------------------------------*/
	
	
#sidebar1 ul {
	font: 1em/.9em normal Verdana,  sans-serif;
	list-style-type:none;
	display:block;
	margin:10px 5px;
	
}

/* ----------------------------------- sidebar2 ------------------------------------------*/
#sidebar2 h1,#sidebar2 h2,#sidebar2 h3, {
	color:#155C77;
	margin:10px 0 15px 0;
	border-bottom:1px dotted #fff;

}
#sidebar2 h1 {
	font-weight:normal;
	font-size:1.6em;	
}

#sidebar2 h2 {
	border-width:0px;
	font-weight:normal;
	font-size:1.3em;
	}

#sidebar2 h3  {
	padding:10px 3px 0 3px;
	font-weight:bold;
	font-size:1.1em;
	border-top:1px dotted #555;
}
#sidebar2 p {
	padding:0 5px;
}

#sidebar2 table  {
	background-color:#F5FD9D;
	padding:3px;
}

#sidebar2 ul {
	list-style-type:square;
	}
#sidebar2 table a {
	color:#b00;
	padding:0 2px 2px 0;
	font-weight:bold;
	font-size:.8em;
	text-decoration:none;
	background:url(/public/images/background/grey-btn-small.png) 0px -3px no-repeat;
	text-align:center;
	display:block;
	width:20px;
	}
	
#sidebar2 table th {
	text-align:center;
	background:url(/public/images/background/calendar-bg.jpg) top left repeat-x;
	}	

/* ----------------------------------- maincontent ------------------------------------------*/

#mainContent { 
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 25px 35px 10px;
	font-size:.9em;
	
}


#mainContent input{
	/*height:auto;*/
	}


#upcomingEvents {
	padding:35px 0 35px 35px;

}
#upcomingEvents>div  {
	clear:left;
	/*border-bottom:1px dashed #ccc;*/
	padding:15px 0 35px 0;
	height:80px;
	border-width: 0 0 1px 0;
	border-style:double;
	border-color:#eee;

	}



#menu1 {
	}

#menu1 li {
	float:left;
	list-style-type:none;
	display:inline-block;
	margin:0 15px;
	}


	

#eventBtns  {
	float:right;width:160px;margin:15px 0;
	}


#sidebar-nav ul {
	font: 1.2em/1em normal Verdana,  sans-serif;
	list-style-type:none;
	display:block;
	margin:0 5px;
	line-height:2.2em;
	}

#joblist table {
	margin:20px 0;
	padding:20px;
	background:url(/public/images/background/white-trans-50.png) top left repeat;
	width:95%;
	font-size:1.1em;
}

#joblist th{
	background-color:#FFF;
	text-transform:uppercase;
	}
#viewJob img {
	display:inline-block;
	}	
#viewJob h1 {
	width:100%;
	display:block;
	font-weight:normal;
	margin:15px 0 0 0;
	}

/* --------------------------------------------- anchors -------------------------------------- */	


a {
	color:#b00;;
	}
#mainContent a:hover {
	color:#b00;
	background-color:#FCF8F8;
	}	

a:hover.btn-details {
	height:20px;
	width:50px;
	display:inline-block;
	padding:3px 0 0 10px;
	background:url(/redesign/www/public/assets/images/navigation/buttons_03_hover.png) top left no-repeat;
	color:#000;
	font-size:.8em;
	}

a:hover.btn-register {
	height:20px;
	width:50px;
	display:inline-block;
	padding:3px 0 0 10px;
	background:url(/redesign/www/public/assets/images/navigation/buttons_04_hover.png) top left no-repeat;
	color:#000;
	font-size:.8em;
	}

a:hover.btn-register-long {
	height:25px;
	width:150px;	
	display:inline-block;
	padding:10px 0 0 10px;
	color:#000;
	font-size:.9em;
	}

#sidebar-nav li a {
	border-bottom:1px dashed #ccc;
	display:block;
	
}



/* --------------------------------------------- classes -------------------------------------- */	


.sml {
	font-size:.8em;
	}
.panel { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:160px;
	width:240px;
	padding:3px 10px 0 10px;
	margin:10px 5px;
	float:left;
	background:url(/public/images/background/panel-bg-solid.png) 0px 0px repeat-x;
	color:#555;
	border:1px solid #ddd;
	font-size:.85em;
	overflow:hidden;
	z-index:2;
	}


.panel ul {
	margin:10px 0 0 -20px;
	font-size:1.2em;
	list-style-type:square;
	}

.panel a {
	color:#FFF;
	}
.panel a:hover {
	color:#b00;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.eventBanner {
	text-align:center;
	margin:30px 0;
	}	

.width550 {
	width:550px;
	}
.btn-details {
	height:20px;
	width:50px;
	display:inline-block;
	padding:3px 0 0 10px;
	background:url(/redesign/www/public/assets/images/navigation/buttons_03.png) top left no-repeat;
	color:#FFF;
	font-size:.8em;
	}


.btn-register{
	height:20px;
	width:50px;	
	display:inline-block;
	padding:2px 0 0 10px;
	background:url(/redesign/www/public/assets/images/navigation/buttons_04.png) top left no-repeat;
	color:#FFF;
	font-size:.8em;
	}

.btn-register-long{
	height:25px;
	width:150px;	
	display:inline-block;
	padding:10px 0 0 10px;
	background:url(/redesign/www/public/assets/images/navigation/apply_online.png) top left no-repeat;
	color:#FFF;
	font-size:.9em;
	}

.standard ul {
	margin:0;
}
.standard li {
	font: 1em/1em normal Verdana,  sans-serif;
	list-style-type:none;
	display:block;
	background:url(/redesign/www/public/assets/images/background/transparent60.png) top left repeat;
	margin:0;
	border-bottom:1px dashed #ccc;
}
	
.standard li a {
	display:block;
	padding:4px 10px;
	margin:0;
}
.standard li a:hover {
	display:block;
	padding:4px 10px;
	margin:0;
	background-color:#FFF;
	
}

.padL175 {
	margin-left:175px;
	}
.tenpxspacer li {
	padding-top:10px;
	}

.attachments, .generalTable {
	border-collapse:collapse;
	border:1px dotted #777;
	width:100%;
	}
.headerRow {
	background-color:#eee;
	font-weight:bold;
	}
.attachments td,  .generalTable td {
	padding:4px;
	}
.lastMenuItem { 
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#CF6;
	}


.accommodation h3 {
	background-color:#f2f2f2;
	font-size:1.2em;
	padding:4px 20px;
	font-weight:normal;
	color:#000;	
	margin:25px 15px;
	border:2px outset #eee;
	}

.red {
	color:#C00;
	}

.no-bullets {
	list-style-type:none;
	font-size:1.2em;
	}
.big {
	font-size:1.6em;
	}	
.small {
	font-size:.7em;
	}	
.error {
	color: #c00;
	background-color:#FFF;
	font-size:.85em;

	}
.displayError {
	color: #c00;background-color:#fff;padding:0 10px;font-size:.85em;margin:0 10px;
	}


.new { color:#719D15; }



.adlinks {
	text-align:center;
	width:300px;
	font-size:8pt;
	position:relative;
	right:0px;
	top:20px;
	float:right;
/*	border:1px dotted #fff;
*/	padding:10px;
	margin:20px;
	font-size:1.4em;
	}	
	
.archive  li {
	display:inline;
	width:200px;
	float:left;
	}	 
	
.textfield {
	margin:5px;
	}	

.register {
	background: url(/public/images/background/register-green.png) top left no-repeat;
	width:160px;
	display:block;
	padding:10px;
	}	
	
.divider {
	border-bottom:1px dotted #888;
	}
.noborder {
	border:none;
	}
.delegate_table {
	font-size:9pt;
	}
	
	input.autocomplete-loading
{
	background-image:url(http://site.finance-treasury.com/administration/inc/auto-complete/autocomplete.gif);
	background-position: center right;
	background-repeat:no-repeat;
}
ul.autocomplete 
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid ButtonShadow;
    margin: -15px 0 0 0;
    padding: 0px;
    list-style: none;
    color: #000;
	display:none;
	z-index:1000;
	width:120%;
	font-size:.9em;
}
ul.autocomplete li 
{
  display: block; 
  padding: 0.3em; 
  overflow: hidden;
  width: 100%;
  cursor:pointer;
}

ul.autocomplete li.selected 
{
  background-color: Highlight ; 
  color: #fff;
}
	
	
	
	
	
	
	
	
/* --------------------------------------------- headings -------------------------------------- */	
	

#mainContent>h1 {
	font-size:2em;
	font-weight:normal;
	color:#155C77;
	margin:40px 0 15px 0;
	border-bottom:1px dotted #fff;
	padding:0 0 0 5px;
	width:530px;
}

#mainContent>div>h1 {
	font-size:1.6em;
	font-weight:normal;
	color:#155C77;
	margin:40px 0 15px 0;
	padding:0 0 0 5px;
	width:530px;
}

#mainContent h2 {
	font-weight:normal;
	color:#35536A;
	font-size:1.2em;
	margin:35px 0 0 0;
	padding:2px 0 2px 20px;
	background: url(/public/images/background/crest-sml.png) no-repeat top left;
}
/*#mainContent h2 span {
background: url(/public/images/background/heading-bg.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}*/

#mainContent>h3 {
	font-size:1em;
	}

#mainContent .panel h2 {
  position: relative;
	font-weight:normal;
	color:#35536A;
	font-size:1.2em;
	margin:-1px 0 0 0;
	padding:2px 0 2px 20px;
	background: url(/public/images/background/crest-sml.png) no-repeat 0px -3px ;
}



#upcomingEvents h1 {
	margin:0;
	font-size:1.4em;
	color:#CCCC06;
	font-weight:normal;
}	

#sponsorList h2 {
	font-weight:normal;
	font-family:Verdana;
	font-size:9pt;
	color:#777;
	padding:3px 0;
	border-bottom:1px dashed #ccc;
	text-align:center;
	}	

#sidebar1 h1,#sidebar1 h2, #sidebar1 h3, #sidebar2 h1, #sidebar2 h2 {
	font-weight:normal;
	border-bottom:1px dotted #fff;
	padding:0 0 0 10px;
	}	


#memberSearchResult {
	overflow:hidden;
	height:90px;
	border:1px dotted #c00;
	}
	
	
	
	
	
label {
	margin:0 15px 0 0;
	font-size:.9em;
	display:inline-block;
	width:20%;
	text-align:right;
	text-transform:capitalize;
	}	
.check, input[type=checkbox] {
	margin:5px;
	font-size:1.2em;
	padding:0;
	display:inline;
	}


input[type=text], input[type=password] {
	height:14px;
	font:normal .85em Arial,sans-serif;
	}
input[type=submit] {
	height:20px;
	font:normal .8em Arial,sans-serif;
	margin:0 10px;
	}		
	
	
	
.ui-datepicker  {
	font-size:.8em;
	}	
	
