/* Styles for content pages */

/************************************************************
Splash box */

#splash-box {
	font-family:'Century Gothic',Tahoma,Arial,sans-serif;
	color:#222222;
	overflow:hidden;
	background:transparent url('../images/site/splashbox-bg.jpg') no-repeat scroll center top;
	padding:2em 0 3.5em 0;
	position:relative;
	height:436px;
}
#splash-box h1 {
	font-size:24pt;
	margin-left:-0.3em;
}
#splash-box p {
	font-size:9.5pt;
}
#splash-box .leftCol {
	margin-left:5em;
	width:45%;
}
#splash-box .rightCol {
	margin:0 2em 0 0;
	width:42%;
}

/* Signature */
#splash-box .signature {
	margin:1em 0 0 0;
	font-size:12pt;
}
#splash-box .signature strong {
	font-family:'Saginaw-Bold',cursive !important;
	font-size:18pt;
	color:#0d5cab;
	font-weight:normal;
}

/* Ribbon */
#ribbon {
	background:transparent url('../images/site/ribbon.png') no-repeat scroll center center;
	width:447px;
	height:135px;
	position:absolute;
	bottom:100px;
	right:15px;
}


/************************************************************
Sub-page banner/header */

/*#banner {
	background:#fff;
	padding:1em;
	margin:0.5em auto 1em auto !important;

	-moz-box-shadow:0 0 0.5em #ccc;
	-webkit-box-shadow:0 0 0.5em #ccc;
	box-shadow:0 0 0.5em #ccc;
}
#banner>div {
	background:#FFF2CC;
	padding:1em 1.5em;
}
*/
#banner h1,
#banner h2,h3 {
	margin:0;
	display:inline;
	padding-right:0.25em;
}
#banner h2 {
	font-size:22pt;
}

#banner h3 {
	color:#6e6459;
	font-size:12pt;
}



/************************************************************
Home page columns */

.three-col.home {
	margin:0 2em;
}
.three-col.home .col.one,
.three-col.home .col.three {
	width:28%;
}
.three-col.home .col.two {
	width:32%;
}
.three-col.home .col.three {
	padding-right:0;
}

/* First column: Services */
.three-col.home .col.one ul {
	margin:0.5em 0 0 0;
	padding:0 0 0 2em;
	font:10.5pt/1.3 'Century Gothic',Tahoma,Arial,sans-serif;
}
.three-col.home .col.one li {
	margin:0.5em 0;
}
.three-col.home .col.one ul+p { /* "Learn More" */
	padding-left:1.5em;
}



/************************************************************
Blog list */

dl.blog-list {
	margin:0;
	position:relative;
}

/* Date */
dl.blog-list dt {
	position:absolute;
	background:transparent url('../images/icons/page-corner.png') no-repeat scroll center center;
	font-style:italic;
	text-align:center;
	width:4em;
	margin-top:1em;
	padding:0.7em 0;
	font-size:9pt;
	line-height:1.2;
}
dl.blog-list dt strong {
	font-weight:normal;
	font-size:16pt;
	display:block;
}

/* Description */
dl.blog-list dd {
	border-top:1px solid #eee5d0;
	margin:0 0 0.8em 0;
	padding:0.5em 0 0 5em;
	min-height:5em;
}

dl.blog-list dd p a {
	display: block;
}
dl.blog-list h3 { /* Headings */
	font-size:12pt;
}

dl.blog-list p {
	margin:0.2em 0;
	font-size:9.5pt;
}



/************************************************************
Quote box */

.quote {
	margin-top:1em;
	background:transparent url('../images/site/quote-top.png') no-repeat scroll center top;
	padding-top:12px;
	max-width:250px;
}
.quote blockquote {
	background:transparent url('../images/site/quote-bottom.png') no-repeat scroll center bottom;
	margin:0;
	padding:0 2em 1em 1.8em;
	font:italic bold 11pt/1.5 'Times New Roman',Times,serif;
}
.quote blockquote p {
	margin:0;
}
.quote blockquote+p { /* Below quote */
	background:transparent url('../images/site/quote-triangle.png') no-repeat scroll left top;
	margin:0 0 0 3.5em;
	padding:0.7em 0 1em 2.5em;
}
.quote cite {
	color:#0D5CAB;
	font-style:normal;
	display:block;
}


/************************************************************
Odds and Ends */


