/* =Index 
-----------------------------------------------------------------------------------------
Author: CityMind.com (Pelham Palmer)
1.	 =Meyerweb Reset (do not change)
2. 	=Typography
3. 	=Headings
4. 	=General
5. 	=Links
6. 	=Main Nav
7. 	=Sub Nav
7.1	=focusNav
7.2 =footerNav
8. 	=Components (fckEditor)
9. 	=Layout
10.	=Forms
11.	=Map
12.	=Filters
-----------------------------------------------------------------------------------------*/

/* 1. =Meyerweb Reset 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* 2. =Typography
-----------------------------------------------------------------------------------------*/
body {
	background: #404040 url(../images/BG.jpg) repeat-x;
	color: #000;
  	font: 12px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
}

p, blockquote, dfn, abbr, acronym, address, del, ul, ol, dl, dl dt, dd, table, td, caption, label, input, textarea {
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}  

p {margin:10px 0 15px;}
blockquote {margin:15px;color:#666;font-style:italic;}
strong, b {font-weight: bold;}
em, i, dfn {font-style: italic;}
dfn {font-weight:bold;}
sup, sub {
	font-size: 8px;
	line-height:0px;
}

sup { vertical-align: super; }
sub { vertical-align: sub }

abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 15px;font-style:italic;}
del {color:#666;}
pre {margin:15px 0;white-space:pre;}
pre, code, tt {font:normal 1.2em/15px 'andale mono', 'lucida console', monospace;}
ul, ol {margin:0 15px 15px 15px;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 15px 0;}
dl dt {font-weight:bold;}
dd {margin-left:15px;}
table {margin-bottom:14px;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* 3. =Headings
-----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #839db2;
	color:#083c65;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: bold;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom:5px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom:5px;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom:5px;	
}

h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom:5px;
}	

h5 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom:5px;
}	

h6 {
	border-bottom: 0;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:5px;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}	

/* 4. =General
-----------------------------------------------------------------------------------------*/
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img.left {margin:10px 15px 10px 0;}
img.right {margin:10px 0 10x 15px;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
#line {background-color: #000; display: block; font-size: 0px; height: 1px; line-height: 1px;}

/* 5. =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited {color:#000; text-decoration:underline;}
a:hover, a:active {color:#839db2;}		

/* 6. =MainNav
-----------------------------------------------------------------------------------------*/
#nav { /* all lists */
	list-style: none;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 958px;

}

#nav li { /* all list items */
	float: left;
	font-size: 14px;
	height: 26px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

#nav li { height: 27px\9} /* height hack for ie */
*:first-child+html #nav li { margin-bottom: -3px; } /* height hack for ie */
* html #nav li { margin-bottom: -3px; } /* height hack for ie */

.navCorner {
	-moz-border-radius-topleft: 5px; /* Firefox */
	-webkit-border-top-left-radius: 5px; /* Safari and Chrome */
	border-top-left-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius-topright: 5px; /* Firefox */
	-webkit-border-top-right-radius: 5px; /* Safari and Chrome */
	border-top-right-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

#nav li a.navCorner:link, #nav li a.navCorner:visited {
	border: 1px solid #000;
	background-color: #f2f2f2;
	display: block;
	float: left;
	height: 24px;
	padding: 0 16px;	
	text-decoration: none; 
	z-index: 10;
	cursor: pointer;
}

#nav li.active a.navCorner {
	background: #fff;
	border-bottom: 1px solid #fff;
}

#nav li ul { /* second-level lists */
	background: #f2f2f2;
	border: 1px solid black;
	border-top: 1px solid #f2f2f2;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	position: absolute;
	width: 262px;
	z-index: 11;
}

#nav li ul li a{
	display: block;
	padding: 0 16px;
	width: 230px;
	text-decoration: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: 0; position: absolute; top:25px; }

/* 7. =SubNav
-----------------------------------------------------------------------------------------*/
#subNav ul {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0 0 17px 0;
}

#subNav ul li a:link, #subNav ul li a:visited {
	background-color: #6295BF;
	border-bottom: 1px solid #0A3D67;
	border-right: 1px solid #0A3D67;
	color: #fff;
	display: block;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}

#subNav ul li a:hover, #subNav ul li a:active { background: #0A3D67; }

#subNav ul li a.over { background: #0A3D67; }

/* 7.1 =focusNav
-----------------------------------------------------------------------------------------*/
#focusNav {
	font-size: 18px;
	font-weight: bold;
	height: 262px;
	line-height: 16px;
	list-style: none;
	margin: 0 0 17px 0;
	overflow: hidden;
	padding: 0;
	width: 310px;
}

#focusNav li {
	margin: 0;
	padding: 0;
}

#focusNav li span {
	clear: left;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-top: 2px;
}

#focusNav li a:link, #focusNav li a:visited {
	background-image: url(../images/Sprites.png);
	color: #fff;
	display: block;
	height: 64px;
	padding: 10px  50px 10px 10px;
	width: 250px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

#focusNav li.clients a:link, #focusNav li.clients a:visited { background-position: -807px 0; margin: 0 0 5px 0; }
#focusNav li.clients a:hover, #focusNav li.clients a:active { background-position: -1117px 0; color: #88B4CE; text-shadow: 0px 0px 0px #000; }
#focusNav li.network a:link, #focusNav li.network a:visited { background-position: -807px -89px; margin: 5px 0 5px 0; }
#focusNav li.network a:hover, #focusNav li.network a:active { background-position: -1117px -89px; color: #083B65; text-shadow: 0px 0px 0px #000; }
#focusNav li.investors a:link, #focusNav li.investors a:visited { background-position: -807px -178px; margin: 5px 0 0 0;}
#focusNav li.investors a:hover, #focusNav li.investors a:active { background-position: -1117px -178px; color: #083B65; text-shadow: 0px 0px 0px #000; }

/* 7.2 =footerNav
-----------------------------------------------------------------------------------------*/
#navFooter, #navFooter ul { /* all lists */
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 18px;
}

#navFooter li { /* all list items */
	float: left;
	padding: 0 16px 0 0;
}

#navFooter li a:link, #navFooter li a:visited, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none; 
}

#navFooter li a:hover, #navFooter li a:active, #footer a:hover, #footer a:active { color:#839db2; }


/* 8. =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials {
	background-color: #fff;
	background-image: none;
}

/* 9. =Layout
-----------------------------------------------------------------------------------------*/
#header {
	height: 133px;
	position: relative;
	width: 960px;	
}
	
	#m2gen-home {
		background-image: url(../images/Logo.png);
		background-position: 0 0;
		display: block;
		height: 114px;
		left: 20px;
		overflow: hidden;
		position: absolute;
		text-indent: -99999px;
		top: 9px;
		width: 225px;
	}
	
	#m2gen-search {
		background-image: url(../images/Sprites.png);
		background-position: 0 -115px;
		display: block;
		height: 24px;
		right: 16px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		width: 205px;
	}	
	
	#TCCCPCC {
		display: block;
		height: 65px;
		right: 34px;
		overflow: hidden;
		position: absolute;
		top: 59px;
		width: 170px;	
	}
	
		#TCCCPCC p {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#TCCCPCC p span {
				clear: both;
				display: block;
			}
			
			#TCCCPCC p span.title {
				color: #407daf;
				font: bold 12px/13px Arial, Helvetica, sans-serif;
				padding-top: 5px;
			}
			
			#TCCCPCC p span.count {
				color: #095491;
				font: 28px/32px "Arial Black", Arial, Helvetica, sans-serif; 
				letter-spacing: 0px;	
			}
			
			#TCCCPCC p span.learn a{
				color: #052642;
				font: 12px/19px Arial, Helvetica, sans-serif;
				text-decoration: none;
				letter-spacing: 0px;	
			}

			#TCCCPCC p span.learn span {
				background-image: url(../images/Sprites.png);
				background-position: 0 -140px;
				display: inline-block;		
				float: right;		
				height: 13px;
				margin: 2px 0 0 0;
				width: 13px;
			}			

#content {
	background: #fff;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-box-shadow: 0px 0px 3px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 3px #000; /* Safari and Chrome */
	box-shadow: 0px 0px 3px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	clear: both;
	margin: 3px auto;
	padding: 20px 17px;
	width: 922px;
	z-index: 0;
}

	#headerImg {
		background-image: url(../images/Sprites.png);
		background-position: -206px -1px;
		display: block;
		float: left;
		list-style: none;
		margin: 0 0 17px 0;
		overflow: hidden;		
		padding: 10px;
		height: 242px;
		width: 579px;
	}

	#headerImg ul {
		height: 240px;
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		width: 577px;
}	

	#headerImg li {
		margin: 0;
		padding: 0;
	}
	
	#headerImg li img { border: 1px solid #fff; }		

	#contentMain, #contentMainContact {
		float: left;
		width: 599px;
	}
	
	#contentMain .contentMain, #contentMainContact .contentMain {
		margin: 0 auto;
		width: 579px;
	}	
	
	#contnetSupport {
		float: right;
		overflow: hidden;
		width: 310px;
	}

	#contnetSupportContact {
		background-color: #fff;
		float: right;
		width: 310px;
	}
	
	.newsArchives, .moreEvents { text-align: right; }

	#contnetSupportContact .address ul{
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0px;
	}

#footer {
	color: #fff;
	text-shadow: 2px 2px 2px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	margin: 10px 5px;
}
	
	#footer p { clear: both; }

#printOnly {
	display: none;
} 

#wrapper {
	margin:0 auto;
	width:960px;
}
		
/* 10. =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
/* fieldset {border: 0px solid transparent; } */
label { display: block; float: left; font-weight:bold; }
fieldset { padding:1.4em; margin:0 0 15px 0; }
legend { border:0 solid #fff; display: none; font-weight:bold; font-size:1.2em; }
input[type=text], input[type=password], input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; float: left; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; }
input[type=text], input[type=password], input.text, input.title, textarea, select { margin:0.5em 0; }
input.text, input.title { padding:5px; width:300px; }
input.title { font-size:15px; }
textarea { height:250px; padding:5px; width:390px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; }
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
.error, .notice, .success { /* border:2px solid #ddd; margin-bottom:1em; padding:.8em; */ }
.notice { background:#FFF6BF; border-color:#FFD324; color:#514721; }
.success { background:#E6EFC2; border-color:#C6D880; color:#264409; }
.error a { color:#8a1f11; }
.notice a { color:#514721; }
.success a { color:#264409; }


#m2gen-search label { 
	margin: 0 0 0 -999999px;
	text-indent: -999999px;
}

*:first-child+html #m2gen-search label { margin: 0; }
* html #m2gen-search label { margin: 0; }
		
#m2gen-search input.qf {
	height: 15px;
	margin: 2px 0 0 10px;
	overflow: hidden;
	padding: 0 0 0 5px;
	width: 150px;	
}

#m2gen-search #siteSearchSubmit {
	background-color: #fff;
	border: 1px solid #111;
	color: #111; 
	height: 17px;
	line-height: 12px;
	margin: 2px 5px 0 0;
	overflow: hidden;
	padding: 0;
	width: 24px;	
}

.focused       { color: #111; border: 1px solid #111; }
.unfocused     { color: #999; border: 1px solid #CCC; }

#contentMainContact fieldset { margin: 0; padding: 0;}
#contentMainContact p { clear: left; margin: 5px 0; }
#contentMainContact label { width: 110px; }
#contentMainContact input { width: 260px; }
#contentMainContact textarea { height: 180px; width: 400px; }
#contentMainContact #contactSubmit { margin-left: 110px; width: 110px; }
#contentMainContact label.error { 
	clear: left;
	float: left;
	color:#8a1f11;
	margin-left: 110px;
	width: 260px;
 }

/* 11. =Map
----------------------------------------------------------------------------------------*/
#map1{
	border: solid 1px #323232;
	height: 250px;
	margin: 15px 0 10px 0;  
	width: 308px;
}

#map fieldset { 
	margin: 0;
	padding: 0;  
}

#directions1{ width: 305px; }

#address{ width: 308px; }

#map label{
	font-size: 14px;
	margin: 3px 0px;
	width: 308px;
}

#map input{
	margin: 0;
	padding: 5px;
	width: 298px;
}

#map #query-submit-1{
	clear: both;
	margin: 5px 0 5px 208px;
	width: 100px;
}

/* 12. =Filters
-----------------------------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
