/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

* {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #E3E2D6;
	font-size: 11px;
	line-height: 1.2em;
	color: #164C5E;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
	p a {
		text-decoration: underline;
	}
h1 {
	color: #70272D;
	font-size: 1.3em;
}
h2, div.pressRelease div.title {
	font-size: 2.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	clear: both;
}
	h2 a, div.pressRelease div.title a {
		text-decoration: underline;
	}
h4 {
}
h5 {
	color: #164C5E;
	background-color: #F6F5EF;
	/*border: 1px solid #C3C2B1;*/
	font-size: 1.2em;
	padding: 5px 8px;
	/*margin: 12px 0px;*/   /* (homepage) jQuery generates a <div> around this and gives it this margin */
}
	h5 a {
		background-image: url(../images/bg_arrowsred.gif);
		background-position: right 5px;
		background-repeat: no-repeat;
		padding-right: 20px;
	}
	h5 a:hover {
		text-decoration: underline;
	}
a {
	color: #164C5E;
	text-decoration: none;
}
a:hover {
}
a img {
}
ul {
}
li {
	list-style-type: none;
}
hr { /* These should cover all the unique browser traits */
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	text-align: left;
}
input, textarea, select {
	padding: 3px;
	color: #666666;
	border: 2px solid #C3C2B1;
}
	input.button {
		padding: 3px;
		text-transform: uppercase;
		border: none;
		font-weight: bold;
	}
	input.normal {
		width: 190px;
	}
	input.withImage {
		background-repeat: no-repeat;
		background-position: 5px 5px;
		padding-left: 25px;
	}
	input.magnifier {
		background-image: url(../images/bg_magnifier.gif);
	}
	input.envelope {
		background-image: url(../images/bg_envelope.gif);
	}
	
.note {
	font-size: 0.9em!important;
}



#container {
	border-top: 15px solid #862D34;
}
#canvas {
	text-align: left;
	width: 960px;
	/*margin-left: auto;
	margin-right: auto;*/
	background-image: url(../images/bg_bannertop.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.mainColLeft {
	width: 600px;
	float: left;
	padding-right: 10px;
}
	#header {
		margin-top: 24px;
		height: 70px;
		font-size: 3em;
	}
		#header img.logo {
			float: left;
		}
		#header img.title {
			padding-top: 18px;
			padding-left: 28px;
		}
		
	#mainNav {
		height: 22px;
		margin-top: 38px;
		z-index: 200;
		position: absolute;
	}
		#mainNav ul {
			padding-left: 0px;
		}
			#mainNav ul li {
				display: inline;
				margin-right: 3px;
			}
				#mainNav ul li a {
					display: block;
					float: left;
					background-image: url(../images/bg_topnavblue.jpg);
					background-repeat: repeat-x;
					text-decoration: none;
					color: white;
					font-size: 1.3em;
					font-weight: bold;
					text-transform: uppercase;
					padding: 14px 15px 8px 15px;
					margin-right: 3px;
				}
					#mainNav ul li a:hover, #mainNav ul li a.currentpage {
						background-image: url(../images/bg_topnavred.gif);
					}
	.mainColLeft #banner {
		z-index: 100;
		font-size: 2em;
		height: 385px;
		position: relative;
		top: 46px;
	}
	#partners {
		z-index: 300;
		position: relative;
		clear: both;
	}
		#partners div.partner {
			display: inline;
			float: left;
			width: 110px;
			margin-right: 7px;
			margin-left: 3px;
			margin-bottom: 12px;
		}
			#partners div.logo {
				text-align: center;
				font-size: 1.4em;
				font-weight: bold;
			}
			#partners div.description {
				display: none;
				padding: 5px 0px 20px 2px;
			}
			#partners div.description span.title {
				display: none;
			}
			#partners div.description span.url {
				display: none;
			}
			
			
	#blogPosts {
		clear: both;
	}
		#blog {
			margin-top: 20px;
			padding-right: 20px;
			padding-bottom: 40px;
		}
			#blog span.postDate {
				font-size: 1.1em;
				display: block;
				margin-bottom: 8px;
				color: #333333;
				margin-top: 10px;
			}
			#blog span.bodyCopy {
				font-size: 1.1em;
				line-height: 1.3em;
			}
			#blog img {
				float: left;
				padding: 0px 10px 2px 0px;
			}
div.pressRelease {
	margin-left: 41px;
	margin-bottom: 12px;
}


.mainColRight {
	width: 350px;
	float: right;
	position: relative;
	top: -15px;
	padding-bottom: 40px;
}
	#topNav {
		border-left: 1px solid #C3C2B1;
		border-right: 1px solid #C3C2B1;
		border-bottom: 1px solid #C3C2B1;
		background-color: #F6F5EF;
		padding: 13px 18px;
		font-size: 1.1em;
	}
		#topNav ul li {
			display: inline;
		}
			#topNav ul li a {
				padding: 0px 5px 0px 7px;
				border-left: 1px solid #4A6268;
			}
				#topNav ul li a.first {
					padding-left: 0px;
					border-left: none;
				}
				#topNav ul li a:hover {
					text-decoration: underline;
				}
				
	#search {
		background-image: url(../images/bg_darkbluegradient.jpg);
		background-repeat: repeat-x;
		border-left: 1px solid #C3C2B1;
		border-right: 1px solid #C3C2B1;
		height: 41px;
		padding-top: 20px;
	}
		#search input.button {
			background: none;
			color: white;
			font-weight: bold;
			padding: 4px 10px 4px 0px;
			margin-left: 24px;
			font-size: 1.1em;
		}
		
	#newsEvents {
		/*border: 1px solid #C3C2B1;*/
		background-color: #F6F5EF;
		padding-top: 28px;
		padding-bottom: 16px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
		#newsEvents h2 {
			padding: 12px 20px;
			border-bottom: 2px dotted #D7DEDB;
		}
		#newsEvents a.item, #newsEvents div.event {
			display: block;
			padding: 8px 50px 8px 20px;
			border-bottom: 2px dotted #D7DEDB;
		}
			#newsEvents a:hover.item, #newsEvents div.event:hover {
				background-color: #EBEAE2;
			}
			
		#newsEvents span.date, #newsEvents span.eventDate {
			display: block;
			font-weight: bold;
			color: #862D34;
			margin-bottom: 4px;
		}
		#newsEvents span.eventLocation, #newsEvents span.eventTime, #newsEvents span.eventCost, #newsEvents span.eventDescription, #newsEvents span.eventMoreInfo {
			display: none;
		}
		#newsEvents p {
			display: none;
		}
		#newsEvents div.footer {
			padding: 6px 20px;
		}
			#newsEvents div.footer a {
				background-image: url(../images/bg_arrowsredlt.gif);
				background-position: right 5px;
				background-repeat: no-repeat;
				padding-right: 20px;
			}
				#newsEvents div.footer a:hover {
					text-decoration: underline;
				}
			#newsEvents div.footer span.left {
				float: left;
			}
			#newsEvents div.footer span.right {
				float: right;
				text-align: right;
			}
		
	div.breakoutBox {
		margin-top: 12px;
		padding: 12px 20px;
		height: 174px;
	}
		div.breakoutBox.top {
			background-image: url(../images/bg_darkbluegradienttall.jpg);
			background-repeat: repeat-x;
		}
			div.breakoutBox.top input.button {
				color: #0A394B;
				font-weight: bold;
				font-size: 1.1em;
				margin-left: 8px;
				padding: 3px 10px;
			}
		div.breakoutBox.bottom {
			background-image: url(../images/bg_darkredgradienttall.jpg);
			background-repeat: repeat-x;
		}
		div.breakoutBox h3 {
			margin-top: 0px;
			margin-bottom: 12px;
			color: #E3E2D6;
			font-weight: bold;
			font-family: "Bookman Old Style", "Times New Roman", Times, serif;
			font-size: 30pt;
			line-height: 0.85em;
		}
		div.breakoutBox p {
			color: #E3E2D6;
			font-size: 1.2em;
			line-height: 1.2em;
			padding-right: 20px;
		}
		div.breakoutBox a {
			color: #E3E2D6;
		}

#footer {
	clear: both;
}
	#footer div.top {
		background-color: #F6F5EF;
		border: 1px solid #C3C2B1;
		height: 14px;
		padding: 4px 10px;
	}
		#footer div.top span.left {
			float: left;
		}
		#footer div.top span.right {
			text-align: right;
			float: right;
		}
	#footer div.bottom {
		clear: both;
		text-align: right;
		font-style: italic;
		margin: 6px 10px 50px 0px;
	}
	#footer ul {
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
				padding: 0px 5px 0px 7px;
				border-left: 1px solid #4A6268;
			}
				#footer ul li a.first {
					padding-left: 0px;
					border-left: none;
				}
				#footer ul li a:hover {
					text-decoration: underline;
				}

.clearBoth {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#canvas .printOnly {
	display: none;
}



/* CSS BELOW APPLIES TO CMS Only */
div#cmsbody .mainCol.left #banner {
	height: 480px;
}
div#cmseditarea td {
	padding: 2px;
}
	div#cmseditarea input.cmsinputstyle {
		background-color: #990000;
		color: white;
		cursor: pointer;
	}
	
	
	
/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
}
