/* CSS Document */

/* -- splash styles -- */

.splashBody {
	font-family: Agency FB, Arial, sans-serif;
	font-size:14px;
	background:#CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; /* remember to left align our text farther down otherwise all text will be centered */
	color: #000000;
}

#splashContainer {
	width:900px;
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #747474;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#splashContent {
	padding: 5px;
}

#splashContent p {
	font-variant:small-caps;
	font-size:18px;
	text-align:center;
}

/* -- end splash styles -- */

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	border:0;
	}

p {
	text-align:center;
	padding:15px 10px 0 10px;
	margin:0;
	}
u {
	text-decoration:underline;
	color:#488080;
	font-weight:
	}

ul {
	padding:0;
	margin:0;
	text-indent:0;
	}
ul li {
	font-weight:bold;
	}
	
.pageUL {
	padding:10px 0 0 20px;
	margin:0;
	text-indent:0;
	color:#993300;
	}
ol {
	padding:0;
	margin:0;
	text-indent:0;
	}

a {
	font-family: Century Gothic, Arial, sans-serif;
	font-size:12px;
	color:#488080;
	line-height:20px;
	letter-spacing:.1;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}

#iBody {
	font-family: Agency FB, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
	letter-spacing:.1em;
	background-image:url(images/bg-3.jpg);
	background-repeat:repeat;
	margin: 0;
	border:0;
	padding: 0;
	text-align: center; /* remember to left align our text farther down otherwise all text will be centered */
	}

#iContainerFrame {
	position:relative;
	background-color:#FFFFFF;
	width:934px;
	margin:auto;
	padding-top:2px;
	}

#iContainer {
	background-color:#FFFFFF;
	width:930px;
	padding-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	}

#iHeader {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:82px;
	width:930px;
	text-align:left;
	}

.headerLogo {
	position:absolute;
	padding-left:20px;
	padding-top:7px;
	float:left;
	}
.headerTagline {
	position:relative;
	width:600px;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	color:#993300;
	padding:50px 0 0 290px;
	}

#iSplashPics {
	width:930px;
	margin:0;
	padding:0;
	border:0;
	}
#iSplashPics img {
	padding:2px 1px 2px 1px;
	margin:0;
	border:0;
	vertical-align:bottom;
	}

#iMenu {
	background-image:url(../images/footer.jpg);
	margin-bottom:2px;
	width:930px;
	height:47px;
	}

#iContentContainer {
	background-image:url(images/content_body.jpg);
	background-repeat:repeat-y;
	width:930px;
	}

#iContentTop {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	height:36px;
	}

#iContentLeft {
	width:450px;
	float:left;
	padding-left:10px;
	}

#iContentMain {
	width:440px;
	text-align:left;
	}

#iContentRight {
	width:450px;
	float:right;
	padding-right:10px;
	}

#iContentSide1 {
	width:220px;
	float:left;
	text-align:left;
	}

#iContentSide2 {
	width:220px;
	float:right;
	text-align:left;
	}

.sideBar {
	padding:0;
	}
.sideBar h3 {
	background-image:url(images/sideBarLiner.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:2px 0 5px 10px;
	font-size:18px;
	line-height:24px;
	letter-spacing:.125;
	font-weight:bold;
	}
.sideBar p {
	text-align:left;
	padding:0px 10px 0 10px;
	margin-top:10px;
	}
.sideBar img {
	padding:0;
	margin:0;
	border:0;
	}
.sideBar ul {
	margin-top:10px;
	}
.sideBar li {
	padding-left:10px;
	list-style:none;
	background-color:#CCCCCC;
	}

.smallLinks {
	display:block;
	font-family: Century Gothic, Arial, sans-serif;
	font-size:12px;
	color:#488080;
	line-height:16px;
	letter-spacing:.1;
	text-decoration:none;
	font-weight:normal;
	text-align:right;
	padding-right:10px;
	}

#iContentBottom {
	clear:both;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	height:36px;	
	}

#iFooter {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:32px;
	width:930px;
	padding-top:15px;
	margin-top:2px;
	font-size:14px;
	text-align:center;
	}

.blurbql {
	
	}

.blurb {
	background-image:url(images/left-quotes.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:justify;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	letter-spacing:.125;
	padding:25px 25px 0 25px;
	}
.blurbqr {
	background-image:url(images/right-quotes.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:25px;
	width:440px;
	}
	
/* -- page styles -- */

#pContentSide1 {
	width:220px;
	text-align:left;
	padding-left:25px;
	float:left;
	}

#pContentMain {
	width:600px;
	text-align:left;
	float:left;
	padding-left:15px;
	}

#pContentSide2 {
	width:185px;
	text-align:left;
	padding-right:25px;
	float:right;
	}

.pageHeader {
	background-image:url(images/sideBarLiner.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	letter-spacing:.125;
	padding:5px 0 7px 15px;
	}
.pageSubHeader {
	background-image:url(images/sideBarLiner.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.125;
	padding:5px 0 7px 15px;
	}
.pageHeaderB {
	background-image:url(images/right-quotes-sm.jpg);
	background-repeat:no-repeat;
	float:right;
	height:10px;
	width:10px;
	}

/* -- end styles -- */
