/* MAIN PAGE LAYOUT ELEMENTS
------------------------------*/

div#left-col
	{
	width:690px;
	height:auto;
	float:left;
	}

div#gutter-col
	{
	width:10px;
	height:200px;
	float:left;
	}

div#right-col
	{
	width:290px;
	height:auto;
	float:left;
	}
	
/* SIDEBAR
------------------------------*/
div.sidebar-highlight {
	background-color:#F4F7FD;
	padding:8px;
}
	div.sidebar-highlight h4 {
		text-align:center;
		}
	div.sidebar-highlight p {
		font-size:14px;
		}

/* MISC
------------------------------*/
p.alert {
	font-size:18px;
	color:red;
	text-align:center;
	margin:10px 160px 20px 160px;
	}

/* CALLOUTS
------------------------------*/
div#large-callout-container {
	width:400px;
	height:auto;
	}
	div#large-callout-container div#large-callout-top {
		width:400px;
		height:10px;
		background-image: url('/images/large_callout_top.png');
		background-repeat:no-repeat;
		background-position:left top;
		overflow:hidden;
		}
	div#large-callout-container  div#large-callout-middle {
		width:400px;
		height:auto;
		background-image: url('/images/large_callout_middle.png');
		background-repeat:repeat-y;
		background-position: left top;
		margin-top:-10px;
		}
	div#large-callout-container  div#large-callout-bottom {
		width:400px;
		height:10px;
		background-image: url('/images/large_callout_bottom.png');
		background-repeat:no-repeat;
		background-position: left top;
		overflow:hidden;
		}
	div#large-callout-container  div#large-callout-middle h4 {
		text-align:center;
		font-size:16px;
		color:#496da8;
		text-transform:uppercase;
		}

	div#large-callout-container  div#large-callout-middle p {
		font-size:15px;
		line-height:130%;
		margin:6px 0 0 0;
		}
	div#large-callout-container  div#large-callout-middle ul, div#large-callout-container  div#large-callout-middle li  {
		font-size:15px;
		line-height:130%;
		}

div#medium-callout-container {
	width:280px;
	height:auto;
	}
	div#medium-callout-container div#medium-callout-top {
		width:280px;
		height:10px;
		background-image: url('/images/medium_callout_top.png');
		background-repeat:no-repeat;
		background-position:left top;
		overflow:hidden;
		}
	div#medium-callout-container  div#medium-callout-middle {
		width:280px;
		height:auto;
		background-image: url('/images/medium_callout_middle.png');
		background-repeat:repeat-y;
		background-position: left top;
		}
	div#medium-callout-container  div#medium-callout-bottom {
		width:280px;
		height:10px;
		background-image: url('/images/medium_callout_bottom.png');
		background-repeat:no-repeat;
		background-position: left top;
		overflow:hidden;
		}

	div#medium-callout-container  div#medium-callout-middle h4 {
		text-align:center;
		font-size:16px;
		color:#496da8;
		text-transform:uppercase;
		}

	div#medium-callout-container  div#medium-callout-middle p {
		font-size:15px;
		line-height:130%;
		margin:6px 0 0 0;
		}

	div#medium-callout-container  div#medium-callout-middle ul, div#medium-callout-container  div#medium-callout-middle li  {
		font-size:15px;
		line-height:130%;
		}

/* bios */
div.bio h3 {
	clear:both;
	font-size: 19px;
	line-height: 110%;
	margin: 25px 0px 5px 0px;
	padding: 0px;
}


div.bio span.title {
	font-size: 18px;
	color:#757575;
}

div.bio span.email-link {
	font-size: 11px;
}

/* static pages */
div.static-page h4 {
	font-size: 13px;
	line-height: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

div.static-page ul {
	font-size: 13px;
	line-height: 100%;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
