/* Global Heading Styles */
	
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0; color:#183A5C;
	}

h1 {
		font-size: 182%;
		}

	h2 {
		font-size: 167%
		}

	h3 {
		font-size: 153.9%;
		}

	h4 {
		font-size: 138.5%;
		}

	h5 {
		font-size: 108%;
		}

	h6 {
		font-size: 100%;
		}

/* Global Content Styles */

	
#content-primary h1, #content-primary h2, #content-primary h3{
		margin-top: 20px; font-weight: normal;
	}
#content-primary h2{font-size: 153.9%}
	
#content-secondary h1, #content-secondary h2{font-size: 144%;}


	#content-primary a {
	color:#036;
	text-decoration:underline;
		}
		
		#content-primary a:hover {
			
			text-decoration:none;
			}
/*				
	#content-primary p {
		margin-bottom:20px;
		}
			
#content-primary ul {
	list-style:none;
	}	
	
	#content-primary ul li {
		background: url(../../img/gbl/bullet-square-blue.jpg) no-repeat 0 5px;
		padding-left:10px;		
		}	
		
	#page.idx #content-primary ul li, #page.blog #content-primary ul li {
		background:none !important;
		padding-left:0 !important;
		}	
		
#content-primary ol {
	margin-left:10px !important;
	}
		*/

blockquote p {
	color: #183A5C;
	padding: 25px 20px 25px 65px;
	border: 1px solid #F2F2F2;
	background: url(../../img/gbl/quote-open-bg.gif) no-repeat 10px -15px;
	line-height:17px !important;
	}

blockquote.pullquote {
	background: #fff;
	padding: 10px 0 0 0;
	width: 25%;
	float: left;
	margin: 0 20px 0.5em 0;
	font-size: 136%;
	color: #555;
	border: 2px solid #ccc; border-right: 0; border-left: 0;
	text-align: center;
	}

blockquote.pullquote.alt {
	float: right;
	margin: 0 0 0 20px;
	}

	blockquote.pullquote .prewrap {
		height: 50px;
		background: url(/img/gbl/bg-quote-open.gif) no-repeat center -30px;
		}

	blockquote.pullquote .postwrap {
		height: 45px;
		background: url(/img/gbl/bg-quote-close.gif) no-repeat center -25px;
		}

.highlight {
	background: #E3E3E3;
	color:#183A5C;
	}

p.highlight {
	background: #E3E3E3;
	border: 1px solid #CCC;
	color:#183A5C;
	padding: 10px;
	}

div.highlight {
	border: 1px solid #CCC;
	color:#183A5C;
	padding: 10px 10px 0;
	margin: 0 0 1em 0;
	background-color: #E3E3E3;
	}

.important {
	background: #183A5C;
	color:#fff;
	}

p.important, #content-primary p.important {
	color:#fff;
	padding: 10px;
	background-color: #043667;
	}

div.important,  #content-primary div.important p{
	background: #043667;
	color:#fff;
	padding: 10px 10px 0; margin: 0 0 1em 0;
	}

.note {
	color: #000;
	font-size:0.8em;
	padding: 5px;
	}

.footnote {
	font-size: 85%;
	color: #666;
	}

.byline {
	text-align: right;
	float:right;
	}


/* Global Image Styles */

.floated {
	float: left;
	margin: 0 15px .5em 0;
	}

.floated.alt {
	float: right;
	margin: 0 0 .5em 15px;
	}

.caption {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	background: #fff;
	}

.caption img {
	float: none;
	border: none;
	}

.caption span {
	padding: 5px 0 0 0;
	display: block;
	}