/* Table of Contents:

	CSS Reset
	Typography
		- Links
		- Headers
		- Text
		- Lists
	Layout
		- Header
		- Home
		- Menu
		- Center Column
		- Left Column
		- Right Column
		- Footer
*/

/* CSS Reset
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
--------------------------------------------------------------------------------------- */

/* Links */
a:link {
	color:#384958;
	}
a:visited {
	color:#777;
	}
a:hover, a:active {
	color:#900;
	}

.linkclass a:link {
        color:#963137;
        }
.linkclass a:visited {
        color:#777;
        }
.linkclass a:hover, a:active {
        color:#0c53a2;
        }


/* Headers */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	}
h1 {
	font-size:2em;
	}
h2 {
	font-size:1.7em; 
	margin:15px 0 15px 0; 
	clear:both;
	}
.contentheading h2 {
	background:url(/images/content_bg.png) 0 0 no-repeat;
	font-size:25px;
	letter-spacing:-1px;
	line-height:normal;
	margin:0;
	padding:0.2em 0 0.5em;
	}
h3 {
	font-size:1.4em;
	}
h4 {
	font-size:1.1em;
	margin:10px 0 0px 0;
	}
h5, h6 {
	font-size:1em;
	}
.contentheading, .componentheading {
	border-bottom:1px solid #a2b9cf;
	}
.componentheading {
	font-size:1.7em; 
	margin:0 0 15px;
	padding:0.2em 0 0.5em;
	}

.componentheading2 {
        font-size:1.7em;
        margin:0 0 15px;
        padding:0.2em 0 0.5em;
	border-bottom:0px;
        }

	
.headingborder {
	border-top:1px solid #fff;
	padding:0 0 20px;
	}

/* Text */
p {
	line-height:150%;
	margin:0 0 1em;
	}
pre {
	background:#fff;
	border:1px dashed #ccc;
	font-size:1.2em;
	height:auto;
	overflow:auto;
	padding:10px; 
	width:90%;
	}
code {font-size:1.2em;
	background:white;
	padding:0.3em;
	border:1px dashed #ccc;
	}
hr {
	visibility:hidden; 
	clear:both;
	}
pre, blockquote, ul, ol, dl, address {
	margin:10px 0;
	}
dd, blockquote {
	margin-left: 1em;
	}
form label {
	cursor:pointer;
	}
input, select, textarea {
	font-size:1em;
	}
dt {
	font-weight:bold;
	}
.small {
	font-size:0.8em;
	}
.createdate, .modifydate {
	color:#a2b9cf;
	}

/* Lists */
ul, ol {
	margin:10px 0;
	padding:0 0 0 1.5em;
	}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	}

/* Images */
img.img389 {
	background:#fff url(/images/imgshadow-389.png) left bottom no-repeat;
	padding:4px 5px 9px 6px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	}
img.img318 {
	background:#fff url(/images/imgshadow-318.png) left bottom no-repeat;
	padding:4px 5px 9px;
	}
img.img242 {
	background:#fff url(/images/imgshadow-242.png) left bottom no-repeat;
	padding:4px 5px 9px 5px;
	}
img.img134 {
	background:#fff url(/images/imgshadow-134.png) left bottom no-repeat;
	padding:4px 5px 9px 6px;
	}
img.imgflex {
	background:#fff url(/images/imgshadow-flex.png) right bottom no-repeat;
	padding:4px 6px 9px 5px;
	}

/* Added constant image spacing
.contentpaneopen img {padding: 10px;}

/* Layout
--------------------------------------------------------------------------------------- */
body {
	background:#0C53A2 0 -46px repeat-x;
	color:#384958;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:150%;
	}
#pc_page {
	margin:0 auto;
	position:relative;
	width:970px;
	}
table.contentpane, table.contentpaneopen {
	width: 100%;
	}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}

/* Menus */
ul.menu {
	width:227px;
	}
ul.menu li {
	display:inline;
	width:100%;
	}
ul.menu a, ul.menu a:hover {
	background:url(/images/modules_bg.png) -1167px 0 no-repeat;
	/*background: #963137;*/
	color:#374759;
	display:block;
	font-weight:bold;
	margin:0 0 .5em 0;
	padding:3px 0 4px 25px;
	text-decoration:none;
	width:202px;
	}
ul.menu li.active a, #pc_right ul.menu a:hover {
	/*background:url(/images/modules_bg.png) -1394px 0 no-repeat;*/
	background: #963137;
	color:#fff;
	} 
ul.menu ul {
	list-style:none;
	margin:.5em 0;
	padding:0;
	}
ul.menu li.parent ul a {
	background:transparent;
	color:#374759;
	font-size:0.9em;
	}
ul.menu li.parent ul a:hover {
	text-decoration:underline;
	}
#pc_right ul.menu {
	margin:0 0 0 -11px;
	padding:0 0 7px 0;
	}
#pc_right ul.menu li {
	display:block;
	padding-left:11px;
	position:relative;
	}
#pc_right ul.menu li.active {
	background:url(/images/arrows.png) 0 -24px no-repeat;
	}
#pc_right ul.menu a {
	font-weight:normal;
	text-decoration:underline;
	}

/* Content */
#content {
	background:#fff;
	float:right;
	font-size:1.2em;
	margin:0 0 50px;
	overflow:hidden;
	padding:0 0 4px;
	width:696px;
	}
.navsub {
	color: #ecc87c;
	display: block;
}
.breadcrumbs {
	background:url(/images/breadcrumbs_bg.jpg) 0 0 no-repeat;
	color:#fff;
	display:block;
	height:22px;
	margin:-1px 3px 0;
	padding:5px 6px 0 30px;
	}
.breadcrumbs a, .breadcrumbs a:visited {
	color:#fff;
	float:left;
	text-decoration:none;
	}
.breadcrumbs a:hover {
	text-decoration:underline;
	}
.breadcrumbs .separator {
	background:url(/images/arrows.png) 0 0 no-repeat;
	display:block;
	height:5px;
	margin:6px;
	text-indent:-999em;
	width:5px;
	}
.breadcrumbs span {
	float:left;
	}
#columns {
	background:#ecc87c  0 -36px repeat-x;
	border:1px solid #a2b9cf;
	float:left;
	margin:4px 4px 0;
	padding:10px;
	width:666px;
	}
* html #columns, * html #columns .left {
	display:inline;
	}
#columns .left, #columns .right {
	float:left;
	width:318px;
	}
#columns .left {
	margin:0 15px 0 10px;
	}
#pc_bottom {
	background:#dae8f4 url(/images/home_bg.png) -1352px 100% no-repeat;
	margin:0 5px;
	width:656px;
	}
#pc_bottom .content {
	background:url(/images/home_bg.png) -696px 0 no-repeat;
	padding:10px;
	width:636px;
	}
#pc_bottom .column {
	float:left;
	margin:0 10px;
	width:192px;
	}
* html #pc_bottom .column {
	display:inline;
	}

/* Center Column */
#pc_center {
	border-right:1px solid #A2B9CF;
	float:left;
	padding:0 23px 0 10px;
	width:386px;
	}
.nocolumns #pc_center {
	border:0;
	padding:0 10px;
	width:646px;
	}

/* Right Column */
#pc_right {
	border-left:1px solid #EFF8FF;
	float:left;
	padding-left:10px;
	width:235px;
	}
.nocolumns #pc_right {
	border:0;
	display:none;
	}

/* Left Column */
#logo {
	margin:0 0 10px;
	}
#pc_left {
	float:left;
	color:#202A33;
	font-size:1.2em;
	margin:0 0 50px;
	overflow:hidden;
	width:245px;
	}
#sidebar {
	background:#fff url(/images/modules_bg.png) 0 0 no-repeat;
	margin:0 1px;
	width:243px;
	}
#sidebar .content {
	background:url(/images/modules_bg.png) -243px 100% no-repeat;
	padding:9px 8px 30px;
	}

/* Footer */
#footer {
	background:url(/images/body_bg.png) 0 0 repeat-x;
	clear:both;
	color:#a6aaad;
	font-size:1.1em;
	height:31px;
	padding:15px 0 0;
	text-align:center;
	}

/* Modules
--------------------------------------------------------------------------------------- */

#pc_left .module, #pc_left .module_box {
	border-bottom:1px dotted #374759;
	margin:0 0 10px;
	padding:2px 0 8px;
	width:227px;
	}
#pc_left .module_box div {
	background:url(/images/modules_bg_white.png) -713px 0 repeat-y;
	width:227px;
}
#pc_left .module_box div div {
	background:url(/images/modules_bg_white.png) -940px 100% no-repeat;
	width:227px;
	}
#pc_left .module_box div div div.nav {
	background:url(/images/ScriptofDayBig.jpg) -35px 0 no-repeat;
	padding:0px 0px;
	width:233px;
	height:33px;
	}
#pc_left .module_box div div div div {
	background:transparent;
	padding:0;
	}

#pc_right .moduletable {
	margin:0 0 15px;
	}
.moduletable h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.3em;
	text-transform:uppercase;
	}
.moduletable h2 {
	font-size:18px;
	color: #963137;
	font-weight:bold;
	margin-bottom:0.3em;
	text-transform:uppercase;
	}	
.search_box {
	height:22px;
	}
input.inputbox_box {
	border:0 none;
	float:left;
	font-size:10px;
	margin:0 0 2px;
	padding:4px 5px;
	width:156px;
	}
input.button_box {
	background:transparent url(/images/magnifyingglass.png) 0 0 no-repeat;
	border:0;
	float:right;
	height:23px;
	text-indent:-999em;
	width:20px;
	}
#columns .moduletable {
	margin:0 0 20px;
	font-size:15px;
	}
#columns .heading {
	border-bottom:1px solid #fff;
	margin:0 0 10px;
	}
#columns h3 {
	/*color:#86a4bf;*/
	color:#963137;
	border-bottom:1px solid #c6d6e4;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0 0 5px;
	text-transform:uppercase;
	}
#pc_bottom .moduletable {
	margin:0 0 10px;
	}
#pc_bottom .heading {
	border:0;
	height:35px;
	margin:0;
	}
#pc_bottom h3 {
	border:0;
	padding:5px 0 15px;
	}

.calendar {
	display:block;
	/*background: #0c53a2;*/
	background: #ecc87c;
	font-weight: 600;
	border: none;
	/*color: #fff;*/
	line-height: 35px;
}
.calendar .location{
	display:block;
	/*color: #0c53a2;*/
	color: #000;
	/*background: #0c53a2;*/
	font-size:24px;
	font-weight:1200;
}
.calendar .address {
	display:block;
	/*color: #fff;*/
	color: #000;
	/*background: #0c53a2;*/
	font-size:14px;
	font-weight:400;	
	
}
.calendar .time {
	display:block;
	/*color: #fff;*/
	color: #000;
	/*background: #0c53a2;*/
	font-size:14px;
	font-weight:400;	
}
.calendar .phone {
	display:block;
	white-space: pre;
	/*color: #fff;*/
	color: #000;
	/*background: #0c53a2;*/
	font-size:16px;
	font-weight:400;	
}
.calendar .topic {
	display:block;
	/*color: #ecc87c;*/
	color: #000;
	/*background: #0c53a2;*/
	background: white;
	font-size:16px;
	font-weight:800;	
	margin-left: 5px;
}
.calendar .topic2 {
	display:block;
	/*color: #ecc87c;*/
	color: #0c53a2;
	/*background: #0c53a2;*/
	background: white;
	font-size:16px;
	font-weight:800;
        margin-left: 5px;	
}
.calendar .topic3 {
	display:block;
	/*color: #ecc87c;*/
	color: #0c53a2;
	/*background: #0c53a2;*/
	background: white;
	font-size:20px;
	font-weight:800;
        margin-left: 5px;	
}
.calendar .descrip {
	display:inline;
	/*color: #fff;*/
	color: #000;
	/*background: #0c53a2;*/
	font-size:14px;
	font-weight:400;	
}

.lotsoftext {
	/*word-spacing: 30px;*/
	line-height: 25px;
	/*white-space: pre;*/
}

#book .header {
	display:inline;
	color: #963137;
	background: #ecc87c;
	font-size:16px;
	font-weight:800;
}
#book .title {
	display:inline;
	color: #ecc87c;
	background: #0c53a2;
	font-size:16px;
	font-weight:800;	
}
#book .toc {
	display:block;
	color: #ecc87c;
	background: #0c53a2;
	font-size:12px;
	font-weight:800;
	text-align:center;
	font-style: italic;
}
#book .toctitle {
	display:block;
	color: #ecc87c;
	background: #0c53a2;
	font-size:16px;
	font-weight:800;
	text-align:center;
	font-style: italic;
}	
#book .tocbg {
	background: #0c53a2;
}
#book .book_image {
	width: 300;
	height: 300;
	float: left;
}
#book .book_descrip {
	width: 600;
	height: 300;
	/*float: right;*/
	padding-left: 20px;
	margin-left: 20px;
}
#book .spacer {
	width: 30;
	height: 300;
}

.style6 .componentheading .componentheading2{
        color:#963137;
}

