/* << ----------------// General Styles //------------ */

body, html {
	margin:0px;
	padding:0;
	background: #44748f;
}
.clearFloats {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clearFloatRight {
	clear: right;
	font-size: 1px;
	height: 1px;
}
.clearFloatLeft {
	clear: left;
	font-size: 1px;
	height: 1px;
}
blockquote {
	margin-left: 20px;
}
img.centerImg {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
img.leftImg {
	margin-right: 15px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.rightImg {
	margin-left: 15px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* << ----------------// Outer container that holds all the columns //------------ */
.moreButton, .moreButton:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.moreButton:hover							{ background-color: #111; color: #fff; }
	.moreButton:active							{ top: 1px; }
	.small.moreButton, .small.moreButton:visited 			{ font-size: 11px; padding: ; }


/* << ----------------// Outer container that holds all the columns //------------ */

#mainContainer {
	font: 12px/18px "Calibri", Arial, Helvetica, sans-serif;
	margin:10px auto 15px;
	padding:0px;
	width:900px;
	background-color:#FFFFFF;
	vertical-align:text-top;
	height:100%;
	border: thin solid #CCCCCC;
	box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*<<------------------//Media Links //--------*/

#medialinks {
	text-align:right;
	height:25px;
	margin-top:0px;
	padding:0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#medialinks img {
	margin-left: 5px;
}
/* << ----------------// Header //------------ */

#header {
	position: relative;
	width: 870px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 99px;
	padding: 0;
}
img.titleImg {
	padding-top: 15px;
}
#navBar {
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	width:900px;
	line-height:30px;
}
/* << ----------------// Horizontal navigation //------------ */

#navHorizontal {
	margin:0;
	padding:0;
	width:900;
	height:30px;
	line-height:30px;
	background-color:#004166;
}
#navHorizontal ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#navHorizontal ul li {
	margin:0 0 0 -5px;
	padding:5px 0 5px 0;
	list-style:none;
	display:inline;
}
#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#eeeeee;
	text-decoration:none;
	border-right:1px solid #999999;
}
#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	text-decoration:none;
	background-color:#006666;
}
/* << ----------------// Index Banner //------------ */

#indexBanner {
	background: url(../images/background_indexBanner.png) no-repeat center;
	padding: 50px 40px;
	color: #FFF;
}
#indexBanner h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	color: #FFFFFF;
	font-size: 25px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#indexBanner p {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
#indexBanner p, #indexBanner blockquote {
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#pageContent {
	padding: 0px 0px 30px;
	margin: 30px 40px 0px;
	clear: both;
}
.futureSign {
	background: url(../images/image_futuresign.png) no-repeat right bottom;
}
/* << ----------------// Index Page //------------ */
#indexSidebar {
	float:right;
	margin:0px 0px 10px;
	width:288px;
}
#indexSidebarMain {
	padding: 15px;
	background: #dce6f2;
	color: #004166;
	font-size: 10px;
	margin-bottom: 10px;
}
#indexSidebar h1, #indexContent #columnMain h1 {
	line-height: 22px;
	font-size:24px;
	color:#006666;
	padding-bottom: 15px;
}
#indexSidebar p, #indexSidebar ul li, #indexSidebar ol li, .threeCol {
	font-size:12px;
	margin-bottom: 15px;
}
#indexSidebar ul, #indexSidebar ol {
	padding-bottom: 5px;
}
#indexSidebar ul li {
	list-style: square;
	margin-left: 20px;
 }
 #indexSidebar ol li {
	list-style: decimal;
	margin-left: 20px;
 }
#indexSidebar h2 {
	font-size:14px;
	padding-bottom: 3px;
	font-weight: bold;
}
#indexSidebar p a, #indexSidebar p a:visited {
	color: #000;
}
#indexSidebar p a:hover {
	color: #E63A00;
	text-decoration: none;
}
#indexSidebar #readMore {
	font-size:smaller;
	font-style:italic;
}
a.indexSidebarMore {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-left: 15px;
}
#indexContent #columnMain {
	padding: 15px 303px 15px 15px;
}
.threeCol {
	width: 29%;
	float: left;
	background: #F0F0F0;
	padding: 1%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.threeColSpace {
	margin-left: 3%;
}
#indexContent #columnMain .threeCol h2 {
	display: block;
	padding-left: 60px;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
}
h2.iconChart {
	background: url(../images/icon_chart.png) no-repeat left top;
}
h2.iconMeeting {
	background: url(../images/icon_meeting.png) no-repeat left top;
}
h2.iconFlow {
	background: url(../images/icon_flow.png) no-repeat left top;
}
/* << ----------------// Typography //------------ */

/* Teal */
#columnMain  h1 {
	color:#006666;
}

#columnMain p, #indexIntro p, #columnMain ul, #columnMain ol, #columnMain blockquote {
	margin:0px 0 15px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
#columnMain  h1, #columnMain  h2, #columnMain  h3, #indexIntro h1, #indexSidebar h1 {
	font-weight:bold;
	margin-bottom: 5px;
}
#columnMain  h1, #indexIntro h1 {
	font-size:26px;
}
#pageContent #columnMain  h1 {
	margin-bottom: 15px;
}
#columnMain h2, #indexIntro h2 {
	font-size:23px;
}
#columnMain h3, #indexIntro h3 {
	font-size:20px;
}
#columnMain h4, #indexIntro h4 {
	font-size:16px;
	font-weight:bold;
}
#columnMain blockquote {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
#columnMain blockquote i {
	display: block;
	margin-left: 25%;
	font-weight: normal;
}
#columnMain p a:link,
#columnMain li a:link,
#columnSidebar a:link,
#indexIntro a:link,
.gfg-entry a,
.gfg-list a {
	color:#cc0000;
	text-decoration:underline;
}
#columnMain p a:visited,
#columnMain li a:visited,
#columnSidebar a:visited,
#indexIntro a:visited,
.gfg-entry a:visited,
.gfg-list a:visited {
	color:#660000;
}
#columnMain p a:hover,
#columnMain li a:hover,
#columnSidebar a:hover,
#indexIntro a:hover,
.gfg-entry a:hover, .gfg-list a:hover {
	color:#FF0000;
	text-decoration:none;
}
#columnMain p a:active,
#columnMain li a:active,
#columnSidebar a:active,
#indexIntro a:active,
.gfg-entry a:active, .gfg-list a:active {
	margin-top: 2px;
}
#columnMain ul {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 30px;
}
#columnMain ul li {
	list-style-type:disc;
}
#columnMain ol {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 30px;
}
#columnMain ol li{
	list-style-type:decimal;
}
#columnMain ul li, #columnMain ol li {
	margin:0 0 4px 0;
	padding:0;
}
#columnMain #quote {
	margin-left:10px;
	margin-right:10px;
	font-style:italic;
}


/* << ----------------// Main column //------------ */

#pageContent #columnMain {
	float:left;
	width:570px;
	text-align: left;
}
#processLink {
	font-size:smaller;
	color:#330033;
	float:right;
	width:100%;
}
#nextStepLink {
	float:right;
}
#previousStepLink {
	float:left;
}
/* << ----------------// Sidebar //------------ */

#columnSidebar {
	float:left;
	margin:0px 0px 0px 30px;
	width:195px;
	padding: 10px;
	background: #F3F3F3;
	color: #004166;
	font-size: 10px;
}
#columnSidebar p, #columnSidebar ul li, #columnSidebar ol li {
	font-size:12px;
}
#columnSidebar ul, #columnSidebar ol {
	padding-bottom: 5px;
}
#columnSidebar ul li {
	list-style: square;
	margin-left: 20px;
 }
 #columnSidebar ol li {
	list-style: decimal;
	margin-left: 20px;
 }
#columnSidebar h2 {
	font-size:14px;
	padding-bottom: 3px;
	font-weight: bold;
}
#readMore {
	font-size:smaller;
	font-style:italic;
}
/* << ----------------// Footer //------------ */

#footer {
	padding:5px 5px 5px 10px;
	width:885px;
	height:20px;
	font-size:10px;
	color:#cccccc;
	background-color:#004166;
	clear:both;
	margin: 0px;
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*
		########## =Related Blog Postings
*/
.gfg-root {
	height : auto;
	position : relative;
	overflow : hidden;
	background: #F0F0F0;
	padding: 15px;
}
.gfg-title {
	display: block;
}
.gfg-title a {
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding-bottom: 10px;
}
.gfg-subtitle {
	font-weight : bold;
	color: #205662;
	overflow : hidden;
	white-space : nowrap;
	margin-bottom : 5px;
}
.gfg-subtitle a {
	color : #205662;
}
.gfg-entry {
	background-color : white;
	position : relative;
	overflow : hidden;
	text-align : left;
	padding: 15px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	height: 50px;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
	position : relative;
	background-color : white;
	width : auto;
	height : 100%;
	clear: both;
}
.gfg-list {
	position : relative;
	overflow : hidden;
	text-align : left;
	margin-bottom : 5px;
}
.gfg-listentry {
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
	-o-text-overflow : ellipsis;
	padding-right: 3px;
	padding-left: 3px;
}
.gfg-listentry-odd {
}
.gfg-listentry-even {
}
.gfg-listentry-highlight {
}
/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
	font-size: 14px;
	line-height : 1.2em;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
	-o-text-overflow : ellipsis;
	margin-bottom : 2px;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
	color: #000000;
	margin-top : 3px;
}
/*
 * FeedControl customizations.
 */
#feed-control {
	clear: both;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet, .gfg-horizontal-root .gfg-entry .gf-result .gf-author {
	display : none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
	float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {

}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer, .gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
	display : block;
}
.gfg-branding {
	white-space : nowrap;
	overflow : hidden;
	text-align : left;
	position : absolute;
	right : 0px;
	top : 0px;
	width : 100%;
}
.gfg-collapse-open, .gfg-collapse-closed {
	cursor : pointer;
	float : right;
	width : 17px;
	height : 20px;
}
.gfg-collapse-open {
	background-image : url('arrow_open.gif');
}
.gfg-collapse-closed {
	background-image : url('arrow_close.gif');
}
.gfg-collapse-href {
/*	float : left;
	color: #205662; */
}
.clearFloat {
	clear : both;
}
