/*
Citbase Styles
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
 	font-size: 12px;
 	line-height: 21px; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif;
	behavior:url("css/csshover.htc");
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #fff url(../images/background.jpg) repeat-x;
}
.clear{
	clear:both;
}
img {
	 border: none;
}

a, a:hover, a:link, a:visited{
	color: #c4158d;
}


/**************
 	Site Container Box
*/
#BgContainer {
	width: 100%;
}
#Container { 
	padding-bottom: 15px;
	width: 120%;
	margin-top: 0;
	margin-left: 0;
	background: url(../images/background_fuzz.jpg) no-repeat;
	text-align: left;
}
#ContainerInvestor { 
	padding-bottom: 15px;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	background: url(../images/background_investors.jpg) no-repeat;
	text-align: left;
	overflow: hidden;
	clear: both;
}
#Layout3 {
	width: 850px;
	margin-top: 20px;
	overflow: visible;
	margin-left: 60px;
}
#WelcomeContainer { 
	padding-bottom: 15px;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	background: url(../images/welcome_background.jpg) no-repeat;
	text-align: left;
}

#SmallLayout {
	width: 532px;
	overflow: hidden;
	margin: 28px auto 15px 20px;
	background: transparent;
	background-color: #fff;
	/*filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;*/
	padding: 18px;
}
#SmallLayout img{
	border: 8px solid #000;
}
#Layout {
	width: 830px;
	overflow: hidden;
	margin: 28px auto 15px 20px;
	background: transparent;
	background-color: #fff;
	/*filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;*/
	padding: 18px;
}


#Content {
	width: 538px;
	float: right; 
	margin: 0;
	text-align: left;
}
#BlogEntry_Form_BlogEntryForm #Content {
	float: none;
}
/** Header **/
#Header { 
 	/*width: 768px;*/
	position: absolute;
	left: 784px;
	top: 12px;
	width: 100px;
	height: 99px;
	background-image: url(../images/citibase_logo.gif);
	}	
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 10px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 2px 100px;
	}

/*** Main Nav ***/
#Navigation {
	/*width: 768px;*/
	float: left;
	margin: 35px 0 0;
	width: 100%;
	padding-top: 0;
	padding-left: 120px;
	background-color: #222222;
	filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;}

#WelcomeNavigation{
	float: left;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	padding-top: 0;
	padding-left: 120px;
	background-color: #222222;
	filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;	
}

#Navigation ul, #WelcomeNavigation ul { 
 	float: left; 
	margin-right: 10px;
	margin-bottom: 2px;
	height: 62px;
	}
	#Navigation ul li, #WelcomeNavigation ul li { 
	 	list-style: none; 
		margin: 0 1px 0 18px; 
		float: left;
		line-height: 2.8em;
		display: block;
		height: 62px;
		}
  		#Navigation ul li a, #WelcomeNavigation ul li a { 
			float: left;
			background: transparent;
			text-decoration: none;
			display: block; 
			height: 2.3em; 
			font-size: 12px; 
			padding-top: 14px;
			color: #fff;
			}
		#Navigation ul li a span, #WelcomeNavigation ul li a span {
			text-align: center;
	        float: left;
			padding: 0 1px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover, #WelcomeNavigation ul li a:hover { 
			 	border-bottom: 2px solid #ffffff;
				color: #fff;
				cursor: pointer;
				}
			#Navigation ul li a:hover span, #WelcomeNavigation ul li a:hover span {
				background: transparent;
				cursor: pointer;
			}
    		#Navigation ul li a.current, #WelcomeNavigation ul li a.current,
    		#Navigation ul li a.section, #WelcomeNavigation ul li a.section,
    		#Navigation ul li a.section:hover, #WelcomeNavigation ul li a.section:hover,
    		#Navigation ul li a.current:hover, #WelcomeNavigation ul li a.current:hover { 
			 	color: #444;
				border-bottom: 2px solid #c5158d;
}
			#Navigation ul li a.current span, #WelcomeNavigation ul li a.current span,
			#Navigation ul li a.section span, #WelcomeNavigation ul li a.section span,
    		#Navigation ul li a.section:hover span, #WelcomeNavigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span, #WelcomeNavigation ul li a.current:hover span {
				background: transparent;
				color: #fff;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0;
	padding: 5px;
	color: #c4158d;
	border: 2px solid #c4158d;
	background: #ebcde2;
	font-size: 9px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 14px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	background: #ffe8f0;
	}
	#Sidebar .sidebarBox a, #Sidebar .sidebarBox a:hover {
	color:#000000;
	}
	#Sidebar ul {
		margin: 2px 0 5px 8px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		background: #c4158d url(../images/sidebarHeader.gif) top left no-repeat; 
		clear: both; 
		text-transform: lowercase;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #4D583F;
		font-weight: bold; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: none/*block*/;
		width: 200px;
		margin: -5px 0 10px 0;
		background-color: #EFEFEF;
	}
	#Sidebar a em {
		font-style: normal;
		color: #333333;
	}
	ul#Menu2 {
		margin-right: 10px;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 179px;
            text-indent: 8px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #ffcbdd url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #FFCBDD;
            font-weight: 700;
            width: 176px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			cursor: pointer;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            /*width: 185px;*/
            padding: 4px 0 10px 0;
            /*background: #ffcbdd url(../images/sidebarBottomBg.gif) bottom right no-repeat;*/
      }
      ul#Menu2 li ul li ul {
            background: #ffcbdd;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding-top: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 11px;
            text-indent: 8px;
            width: 170px;
            margin-left: 10px;
      }
      
      ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #ff9abe url(../images/sidebarSideArrow2.gif) no-repeat right center;
            width: 170px;
            text-decoration: none;
            display: block;
			font-size: 11px;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #FFCBDD url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #CF0F53;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #4D583F;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	margin: 0;
	background: transparent; 
	text-align: left; 
	padding-top: 15px;
	padding-left: 15px;
	background-color: #fff;
	}
	#Footer .footerTop {
		
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #666;
		font-size: 9px;
		text-align: left;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #c4158d; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
	
/**** NEW STYLES ****/

/* Location Related: Sidebar 
***********************************/
#LocationSidebar { 
 	width: 222px; 
	float: left;  
	margin: 28px 20px 0 30px;
	padding: 16px;
	background-color: #c4158d;
	background-image: url(../images/locationsnav_bg.gif) repeat;
	color: #ffffff;
	font-size: 9px;
	}
#LocationSidebar div a:link, #LocationSidebar div a:hover, #LocationSidebar div a:visited, #LocationSidebar div a:active{
	color: #ffb5e8;
}	
	
#LocationSidebarToggle { 
 	width: 222px; 
	float: left;  
	margin: 28px 20px 0 0px;
	clear: none;
	padding: 16px;
	background-color: #c4158d;
	background-image: url(../images/locationsnav_bg.gif) no-repeat;
	}
	
#LocationSidebarToggleClose{
	float: right;
	clear: none;
	margin-top: -40px;
	margin-right: -15px;
}

.locationCityNavItem{
	padding: 2px;
	padding-left: 3px;
	border-bottom: 1px dotted #ffb5e8;
	font-size: 11px;
}
.locationCityNavItem a:link, a:hover, a:visited, a:active{
	color: #ffb5e8;
	text-decoration: none;
}

.locationCityNavItem a .current{
	color: #fff;
}

/* Location Details Subnav */
.locationSectionNavItem{
	padding: 8px;
	border-bottom: 1px dotted #c4158d;
	font-size: 12px;
	color: #c4158d;
}
.locationSectionNavItem a:link{
	color: #c4158d;
}

.locationSectionNavItem a .current{
	color: #fff;
}
	
#locationSidebarBox{
	border: 2px solid #f00;
}

#locationDetailsNav{
	float: left;
	width: 162px;
}

#Menu3 .current{
	background-color: #c4158d;
	color: #fff;
}

#subMenu{
	float: right;
	margin-right: 25px;
	overflow: visible;
}

.findanotherlocation {
	border: none;
	margin-left: -30px;
	overflow: visible;
}

/* Content Related */
#DetailContent{
	float: left;
	width: 600px;
	clear: none;
	margin-left: 42px;	
}

#RegularContent{
	float: left;
	width: 600px;
	clear: none;
	margin-left: 42px;	
}

#RegularContent img{
	border: 8px solid #000;
}

#ContactContent{
	float: left;
	width: 800px;
	clear: none;
	margin-left: 8px;
	margin-top: -10px;
}

#ContactContent img{
	border: 8px solid #000;
}

#NewsContent{
	float: left;
	width: 600px;
	clear: none;
	margin-left: 42px;	
}

#NewsContent img{
}

	
#NormalContent{
	float: left;
	clear: none;
	
}
#NormalContent img{
}

#PromotionContent{
	float: left;
	width: 800px;
	clear: none;
}

#PromotionContent img{
	border: 18px solid #e1e2e1;
}


/* Page Title Stuff */
#PageTitle{
	clear: both;
}

#PageTitle div{
	color: #c4158d;
	font: normal 66px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -20px;
	float: left;
	margin-right: 10px;
	letter-spacing: normal;
}
#PageTitle #titleAddress{
	padding-top: 10px;
	color: #000;
	font: bold 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	float: left;
	clear: none;
	line-height: 11px;
}

.addressTitle{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#DetailLeft{
	float: left;
	width: 346px;
	padding-right: 8px;
	margin-top: 20px;
	color: #000000;

}
#DetailLeft li{
	list-style-position: outside;
	margin-left: 20px;
	overflow: visible;
}

#LeaderLeft{
	float: left;
	width: 346px;
	padding-right: 8px;
	margin-top: 20px;
	color: #000000;
}


#DetailLeftWide{
	float: left;
	width: 560px;
	padding-right: 8px;
	margin-top: 20px;
}

#DetailLeft, #DetailLeftWide h2{
	border: none;
	font-size: 10px;
	color: #000000;
}

#DetailRight, #BrokerRight, #AboutRight{
	float: right;
	margin-right: 10px;
	width: 210px;
	margin-top: 20px;
	border-left: 1px dotted #c6c6c6;
	padding-left: 10px;
	font-size: 10px;
	line-height: 17px;

}

#DetailRight h3{
	font-size: 13px;
	color: #c4158d;
}

#AboutRight h3{
	font-size: 13px;
	color: #c4158d;
}

#BrokerRight h2{
	font-size: 13px;
	color: #c4158d;
	line-height: 22px;
}

#AmenitiesRight h3{
	font-size: 13px;
	color: #c4158d;
}


#AmenitiesRight{
	float: right;
	margin-right: 16px;
	width: 210px;
	margin-top: 20px;
	border-left: 1px dotted #c6c6c6;
	padding-left: 14px;
	font-size: 10px;
	line-height: 17px;
}

#AmenitiesRight li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;

}


#LeaderRight{
	float: right;
	margin-right: 16px;
	width: 210px;
	margin-top: 20px;
	border-left: 1px dotted #c6c6c6;
	padding-left: 14px;
	font-size: 10px;
	line-height: 17px;
}

#LeaderRight li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
}
#LeaderRight div{
	float: left;
	margin-right: 5px;
	width: 100px;
}

#AboutRight li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;

}

#DetailRight li{
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: outside;
}

#BrokerRight li {
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: outside;
}

#ContactPortrait{
	margin-top: 8px;
	float: left;
	padding: 0px;
	width: 100px;
}
#ContactPortrait img{
	border: 3px solid #000;
	width: 130px;
	height: 130px;
}
#ContactDetails{
	margin-top: 8px;
	float: left;
	width: 150px;
	height: 50px;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 9px;
}

/* AMENITIES */
#amenityContent{
	clear: both;
	padding-top: 14px;
}

.amenityIntro{
	margin-top: 18px;
	padding-top: 8px;
	border-top: 1px dotted #c6c6c6;
	padding-bottom: 10px;
}
.amenity{
	font-size: 9px;
	line-height: 13px;
	float: left;
	width: 270px;
	margin: 4px;
	margin-top: 8px;
	padding: 8px;
	/*border: 1px dotted #e6e6e6;*/
	background-color: #fdfdfd;
}
.amenity p{
	margin-top: 2px;
	margin-bottom: 2px;
}
.amenity strong{
	margin-bottom: 0px;
}
.TopLink{
	float: right;
	font-size: 9px;
	margin-top: 4px;
}

/* STORIES */
.Story{
	visibility: hidden;
}
.StoryTitle{
	font-size: 32px;
	color: #fff;
	margin-top: -100px;
	margin-left: 40px;
}
.StoryTitle em{
	font-size: 19px;
}
.StoryDesc{
	position: absolute;
	top: 430px;
	left: 20px;
	padding: 8px;
	background-color: #c4158d;
	color: #fff;
	font-size: 12px;
	width: 700px;
	overflow: visible;
	line-height: 16px;
	z-index: 999;
	border: 5px solid #e96fb1;
}
.StoryDesc a:link, .StoryDesc a:hover, .StoryDesc a:visited, .StoryDesc a:active{
	color: #e9a4d3;
}

/* News Styles */
.newsArticle{
	float: left;
	margin-right: 20px;
	width: 250px;
}

.newseven{
	border-left: 1px dotted #c6c6c6;
	padding-left: 22px;
	float: right;
	clear: right;
}

.newsodd{
	float: left;
	clear: left;
}
.newsArticle h3{
	font-size: 14px;
	text-decoration: none;
	margin: 0;
}
.newsArticle img{
	float: left;
	background-color: #fff;
	border: none;
	padding-right: 4;
	padding-bottom: 4;
	clear: none;
}
.newsArticle .newsByline{
	font-size: 9px;
	margin-top: -12px;
	margin-bottom: 3px;
}
.newsArticle p{
	margin: 3px;
	font-size: 12px;
	line-height: 14px;
	padding-left: 4px;
}
.newsArticle h3 a{
	padding: 0;
	margin: 0;
}
.newsSeparate{
	height: 20px;
	width: 600px;
	float: left;
}

.imageWithBorder{
	border: 8px solid #000;
}
.NewsTitleByLine{
	float: left;
	clear: both;
	margin-top: -16px;
	margin-bottom: 6px;
	color: #000000;
	font-size: 9px;	
}
.pressEntry{
	width: 600px;
	float: left;
	clear: left;
}

.pressIcon{
	float: left;
	margin-right: 8px;
	font-size: 9px;
	width: 70px;
	text-align: center;
	clear: left;
}
.pressInfo{
	float: left;
	width: 500px;
	clear: none;
	margin-bottom: 15px;
}
.pressInfo h3{
	margin-bottom: 0px;
}

.pressInfo .pressSummary{
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
}

.pressInfo .pressSummary a{
	margin-top: 4px;
	font-size: 9px;	
}

.pressInfo .ByLine{
	font-size: 9px;
	margin-top: 0;
}

.pressSeparate{
	height: 10px;
	width: 600px;
	float: left;
	clear: left;
	border-top: 1px dotted #c6c6c6;

}

#Press{
	width: 600px;
}

.JobOpp{
}

.JobOpp h3{
	margin: 0;
	margin-bottom: 4px;
}
.JobOpp .details{
	font-size: 9px;
	line-height: 15px;
	
}
.JobOpp .jobDesc{
	font: 11px;
	line-height: 16px;
	margin-top: 5px;
}

.JobOpp .jobDesc a{
	font: 10px;
	margin-top: 5px;
}

.jobSeparate{
	width: 600px;
	float: left;
	clear: both;
	border-top: 1px dotted #c6c6c6;
	margin-top: 10px;
	margin-bottom: 10px;
}
.jobOppLeader{
	font-size: 9px;
	float: left;
	margin-bottom: -4px;
}
.jobReq{
	padding: 8px;
	padding-left: 15px;
	background-color: #cccccc;
}
.jobDescLG{
	margin-bottom: 12px;
}
.aboutSideBarSep{
	border-top: 1px dotted #c6c6c6;
	margin-top: 4px;
	margin-bottom: 4px;

}

/* Promotions */
.promotionBack{
	margin-bottom: 4px;
}

#PromotionLeft{
	float: left;
	padding-left: 18px;
	margin-top: 10px;
	width: 520px;
}
#PromotionRight{
	margin-top: 10px;
	float: left;
	border-left: 1px dotted #c6c6c6;
	padding-left: 15px;

}
.promotionLegal{
	font-size: 9px;
	font-style: italic;
	color: #a3a3a3;
	}
	
/* CONTACT FORM STYLES */
#ContactFormLeft{
	float: left;
	width: 350px;
	padding-right: 8px;
	margin-top: 0px;
}
#ContactRight{
	float: left;
	margin-left: 16px;
	width: 310px;
	margin-top: 0px;
	border-left: 1px dotted #c6c6c6;
	padding-left: 14px;
	font-size: 10px;
	line-height: 17px;	
}
/* Leadership Styles */
#Leadership{
	margin-top: 12px;
	border-top: 1px dotted #b5b5b5;
	background-color: #ff0000;
}
.LeadershipBio{
	float: left;
	clear: both;
	width: 600px;
	border-bottom: 1px dotted #b5b5b5;
	margin-bottom: 15px;
}
.LeadershipBio img{
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
}
.LeadershipBio h3{
	margin-bottom: 10px;
}
.LeadershipBio p{
	margin-top: -20px;
	margin-bottom: 10px;
}

.LeadershipBioTitle{
	margin-bottom: -5px;
	font-size: 9px;
}
/* Investor Relations Specific */
#investorlink a, #investorlink a:link, #investorlink a:hover, #investorlink a:visited{
	color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#investorlink:hover{
background-color: #c4158d;
}
#financialleftcol{
	float: left;
	margin-top: 00px;
	width: 322px;
}

#financialinfo{
	background-color: #c4158d;
	margin-bottom: 20px;
	padding: 18px;
}

#financialinfo li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #e775c4;
	list-style-type: none;
	padding-left: 8px;
}

#financialinfo li a, #financialinfo li a:link, #financialinfo li a:hover, #financialinfo li a:visited, #financialinfo li a:active{
	font-size: 14px;
	color: #ffb5e8;
	text-decoration: none;
	border: none;
}

#financialfacts{
	margin-bottom: 20px;
	background-color: #919191;
	padding: 18px;
}

#financialfacts li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #c8c8c8;
	list-style-type: none;
	color: #FFFFFF;
	padding-left: 8px;
}

#financialfacts li a, #financialfacts li a:link, #financialfacts li a:hover, #financialfacts li a:visited, #financialfacts li a:active{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	border: none;
}

#financialrightcol{
	float: left;
	margin-left: 20px;
	margin-top: 270px;
	width: 450px;
	padding: 18px;
	background-color: #FFFFFF;
	
}

#Advisers{
	font-size: 21px;
	padding: 10px;
	line-height: 16px;
	height: 500px;
	overflow: auto;
	background-color: #fff;
}
#Advisers div{
	margin-top: 10px;
	background-color: #FFF;
	font-size: 21px;
	padding: 10px;
	line-height: 16px;
	height: 500px;
	overflow: auto;
}
#Advisers div p{
	line-height: 22px;
}

.rule{
	border-top: 1px dotted #666666;
	padding-top: 5px;
	margin-top: 5px;
}
.NamPos{
	font-size: 13px;
	margin: 0;
	margin-top: 8px;
}
.position{
	margin-top: -2px;
	font-size: 9px;
}
table{
	width: 100%;
}
.even{
	background-color: #d7d7d7;
}
.odd{
	background-color: #f8f8f8;
}
td{
	padding: 8px;
}
.financialNote{
	font-size: 9px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 2px;
	line-height: 12px;
}
#CallToAction{
	float: right;
	margin-top: 10px;
	padding-right: 30px;
	clear: none;
	text-align: right;

}
#noNews{
	height: 180px;
	vertical-align: middle;
	text-align: center;
	padding: 50px;
	font-size: 16px;
	font-weight: bold;
}
#thankyoumessage{
	font-size: 18px;
	text-align: left;
	float: left;
	margin-left: 24px;
	line-height: 26px;
}