/* import the forbin global style sheet - contains common styles */

.absolute {position:absolute;}
.relative {position:relative;}
.fixed {position:fixed;}
.static {position:static;}
.bold {font-weight:bold; /* left in because of prior use, but should be using <strong></strong> */}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.nounderline {text-decoration:none;}
.line-through {text-decoration:line-through;}
.highlight {background:#ffc;}
.nopadding {padding:0; }
.noindent {margin-left:0;padding-left:0; }
.nobullet {list-style:none;list-style-image:none;}
.floatRight {float:right;}
.floatLeft {float:left;}
.floatNone {float:none;}
.width100 {width:100%;}
.width75 {width:75%;}
.width50 {width:50%;}
.width25 {width:25%;}
.width66 {width:66%;}
.width33 {width:33%;}
.upperCase {text-transform:uppercase;}
.lowerCase {text-transform:lowercase;}
.smaller {font-size:smaller;}
.larger {font-size:larger;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignJustify {text-align:justify;}
.alignCenter {text-align:center;}
.textIndent {text-indent:-9999px;}
.block {display:block;}
.inline {display:inline;}
.inline-block {display:inline-block;}
.imgReplace {display:block; text-indent:-9999px;}
.clear {clear:both;}
.clearfloat { /* this class can be placed on a div or break element and 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;}
.none {display:none;}
.overFlow { overflow:auto;}

body,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	vertical-align:top;
}
p{
padding-left:10px;
padding-right: 10px;
}
.tan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;		
	background-image:url(/fulfillingthevision/images/tanbk.gif);
	background-repeat:repeat-y;
	background-position:right;	
}
.council {
text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000066;
			padding: 2px;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-right-style: solid;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
	padding-right: 15px;
	text-align:right;
	text-transform:uppercase;
	background-image:url(/fulfillingthevision/images/greenbar.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height: 29px;
	margin-bottom: 0px;	
	margin-top:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#006699;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom: 0px;	
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#006633;
	padding-left:10px;
	
	margin-bottom: 0px;		
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	padding-left:10px;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;	
	padding-left:10px;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
}
a:link {
	text-decoration: underline;
	color: #135681;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #71364A;
}
a:active {
	text-decoration: underline;
}

input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
.copyright { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;

}
a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;

}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;

}
a.copyright:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;

}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;

}

.incCopyright { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
  cursor:text;
  text-decoration:none;
}
/******************** Begin Category Lists ******************/

ul#navlist2{
	width: 161px;
	\width: 161px;
	w\idth: 161px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
	margin: 0px;
	text-transform:uppercase;
	font: 11px verdana,helvetica,arial,sans-serif;
	font-weight:bold;
	background-repeat:repeat-x;
	background-image:url(/fulfillingthevision/images/navbk.gif);
	text-align:left;	
}
ul#navlist2 li{
	list-style: none;	
	margin: 0px;
	border: 0px;
	height: 19px;
	
}
ul#navlist2 li a{
	display: block;
	height: 19px;
	width: 161px;
	\width: 161px;
	w\idth: 161px;
	padding-left: 10px;	
	border: 0px;
	background-image:url(/fulfillingthevision/images/navbk.gif);
	text-decoration: none;
	color:#000066;
}
ul#navlist2 li a:hover{
	color:#ffffff;
	background-image:url(/fulfillingthevision/images/navbk_o.gif);
}


/******************** End Catagory Lists ********************/
.loginBox {width:158px; height:129px; background:url(/fulfillingthevision/images/login_bg.jpg) no-repeat;  margin-left:5px; position:relative; padding-left:5px;}
.loginBox label {color:#8ec3eb;}
.loginBox input {}
.loginBox .loginBtn {position:absolute; bottom:0; left:13px;}

.logoutBox {width:163px; height:65px; background:url(/fulfillingthevision/images/logout_bg.jpg) no-repeat;  margin-left:5px; position:relative;}
.logoutBox .logoutBtn {position:absolute; bottom:0; left:0; padding:0; margin:0;}
.logoutBox label {color:#fff;}

.messageBox{position:absolute; width:100px; margin-left:30px; border:1px solid #c93; background:#ffc; padding:3px;}
.messageBoxOk{position:absolute; width:auto; margin-left:30px; border:1px solid #349534; background:#C9FFCA; padding:3px; font-weight:bold; color:#008000;}
.messageBoxError{position:absolute; width:auto; margin-left:30px; border:1px solid #CC0000; background:#F7CBCA; padding:3px; font-weight:bold; color:#CC0000;}
.messageBoxHide{position:absolute; width:auto; margin-left:30px; display:none;}

#subNav {margin:0 0 0 7px; padding:0;}
#subNav li {list-style:none; float:left; text-indent:-9999px;}
#subNav li a {display:block; width:186px; height:33px; outline:none;}
#subNav li.btnInvest a{background:url(/fulfillingthevision/images/btn_investors.jpg) no-repeat; margin-right:15px;}
#subNav li.btnInvest a:hover{background:url(/fulfillingthevision/images/btn_investors_over.jpg) no-repeat;}

#subNav li.btnEvent a{background:url(/fulfillingthevision/images/btn_events.jpg) no-repeat; margin-right:15px;}
#subNav li.btnEvent a:hover{background:url(/fulfillingthevision/images/btn_events_over.jpg) no-repeat;}

#subNav li.btnNews a{background:url(/fulfillingthevision/images/btn_news.jpg) no-repeat;}
#subNav li.btnNews a:hover{background:url(/fulfillingthevision/images/btn_news_over.jpg) no-repeat;}

.newsStory {border-bottom:1px dotted #ccc; margin:0 0 10px 0; padding:0 0 10px 0;}
	.newsStory h2 {margin-bottom:0;}
	.newsStory h3 {margin-top:0;}
	
table.eventList {margin:10px; width:432px;}
table.eventList td {border-bottom:1px solid #ccc; padding:5px 10px;}
table.eventList td a {font-size:14px; color:#2681f0; font-weight:bold;}
table.eventList tr.odd {background:#F0F0F0;}

ul.events {padding:0; margin:0 0 0 25px; font-size:14px; font-weight:bold;}
ul.events ul {padding:0; margin:0 0 0 25px; font-size:12px; font-weight:normal;}

.photoLeft {float:left; margin:0 10px 10px 10px;}

