@charset "utf-8";

/*Whole Page*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #fff url(../images/bg-tile.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #000;
}
.clear {
	margin: 0;
	padding: 0;
	line-height: 20px;
	clear: both;
}
.ghost {
	visibility: hidden;
	line-height: 20px;
}
.comment {
	margin-top: 10px;
	display: block;
	font-size: .750em;	
}
#container {
	margin: auto;
	width: 970px;
}
#leftcol {
	float: left;
}
#main-content {
	width: 732px;
	float: right;
}
/*End*/

/*Links*/
a {
	color: #400b4f;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #5e3869;
}
a:hover {
	text-decoration: none;
}
/*End*/

/*Headings / Paragraphs*/
#logo {
	padding: 8px 0 0 50px;
}
#logo a {
	text-decoration: none;
}
img {
	margin: 25px;	
}
.wrap-left {
	float: left;
}
.wrap-right {
	float: right;
}
#site-name {
	display: block;
	width: 218px;
	height: 84px;
	background: url(../images/webspirit.png) no-repeat;
}
h1 {
	margin-bottom: 10px;
	color: #400b4f;
	font-size: 125%;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	margin-top: 30px;
	font-size: 100%;
	font-weight: bold;
}
p {
	margin-top: 25px;
	line-height: 175%;
}
p.half {
	margin-top: 15px;	
}
.centered {
	margin: auto;
	text-align: center;
}
/*End*/

/*Lists*/
ul {
	list-style-type: none;
}
ul.list1 li, ul.list2 li, ul.list3 li, ol li {
	margin: 7px 0;
}
ul.list1, ul.list2, ul.list3, ol {
	margin: 20px 0;	
}
ul.list1 {
	margin-left: 50px;
	line-height: 125%;
	list-style-type: disc;
}
ul.list2 {
	margin-left: 50px;
	list-style-type: circle;
}
ul.list3 {
	margin-left: 50px;
	list-style-type: circle;
}
ol {
	margin-left: 50px;
	line-height: 125%;
}
/*End*/

/*Tables*/
table {
	margin: auto;
	margin: 25px 0;
	width: 600px;
	font-size: 12px;
	line-height: 125%;
	border-collapse: collapse;

}
td, th {
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
}
th {
	font-weight: bold;
	background-color: #f0e7f2;
}
/*End*/

/*Expandable Text*/
.folder_link {
	padding-left: 15px;
}
.folder_link_collapsed {
	background: url(../images/icon-expand.gif) left no-repeat;	
}
.folder_link_expanded {
	background: url(../images/icon-collapse.gif) left no-repeat;	
}
.folder_excerpt, .folder_content {
	padding-bottom: 20px;
}
.exp-show {
	font-size: 10px;
	font-style: italic;	
}
/*End*/

/*Logo / Main Heading*/
#header {
	margin-bottom: 20px;
	width: 970px;
	height: 100px;
	background: url(../images/bg-head.png) no-repeat;
}
#logo a {
	width: 218px;
	height: 84px;
	display: block;
}
#site-name img, .title {
	display: none;
}
/*End*/

/*Searchbar / Twitter*/
#cse {
	margin: 30px 20px 0 0;
	line-height: 18px;
	font-size: 12px;
	float: right;
}
#cse-box {
	padding: 0 5px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #ccaed4;
}
#cse-button {
	padding: 0 8px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #400b4f;
	border: 1px solid #ccaed4;
	cursor: pointer;
}
#match {
	margin-top: 5px;
	display: block;	
}
#match .any, #match .all {
	margin-left: 5px;
	color: #fff;
}
#match .any {
	margin-right: 10px;
}
#twitter {
	margin-top: 20px;
	width: 165px;
	height: 20px;
	background: url(../images/bg-twitter.png) left no-repeat;
	text-align: right;
}
/*End*/

/*Search Results*/
#search-content {
	margin-bottom: 20px;
}
.zoom_searchform {
	font-size: .875em;
}
.zoom_searchbox {
	padding: 0 5px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	border: 1px solid #ccaed4;
}
.zoom_button {
	padding: 0 8px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #400b4f;
	border: 1px solid #ccaed4;
	cursor: pointer;
}
.zoom_results_per_page {
	margin-left: 20px;
}
.zoom_results_per_page select {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccaed4;
}
.zoom_match input {
	margin: 0 5px 0 10px;
}
.searchheading {
	margin: 20px 0 5px 0;
	color: #400b4f;
	font-size: 125%;
	font-weight: normal;
	text-decoration: none;
}
.summary {
	font-style: italic;
}
.result_block, .result_altblock {
	margin-top: 25px;
	line-height: 175%;
}
.result_title {
	line-height: 200%;
	font-size: 125%;
}
.infoline {
	font-size: .938em;
	font-style: italic;
	color: #400b4f;
}
.result_pages {
	margin-top: 50px;
	text-align: center;
}
.highlight {
	background: #ffff40;
}
/*End*/

/*Google Ads*/
#g-ads-160 {
	margin: 35px 0 0 29px;	
}
#g-ads-180 {
	margin: 35px 0 0 19px;
	display: block;
}
/*End*/

/*Main Content Box*/
.main-text {
	padding: 10px 30px 50px 30px;
	background-color: #fff;
	border-left: 1px solid #ccaed4;
	border-right: 1px solid #ccaed4;
}
.top-border {
	height: 20px;
	background: url(../images/bg-main-top.gif) no-repeat;
}
.btm-border {
	height: 20px;
	background: url(../images/bg-main-btm.gif) no-repeat;
}
.text-indent {
	padding-left: 50px;	
}
/*End*/

/*Related Pages Menu*/
#subpages {
	margin-top: 30px;
}
#subpages p {
	margin: 0;
	margin-left: 20px;
	display: inline;
	font-style: italic;
}
/*End*/

/*Side-by-side Boxes*/
.boxes {
	float: left;
	margin-top: 30px;
}
.boxes img {
	margin: 0;
	width: 149px;
	height: 99px;
}
.box1, .box2, .box3 {
	width: 209px;
	float: left;
}
.box2, .box3 {
	margin-left: 21px;
}
.box-text {
	padding: 10px 20px;
	background-color: #ccaed4;
	font-size: 12px;
	text-align: center;
}
.box-text p {
	margin-top: 15px;
	line-height: 125%;
}
.top-box-border {
	height: 20px;
	background: url(../images/bg-box-top.gif) no-repeat;
}
.btm-box-border {
	height: 20px;
	background: url(../images/bg-box-btm.gif) no-repeat;
}
/*End*/

/*Related Links*/
.related-links {
	margin-top: 20px;
}
.links-btm-border {
	height: 20px;
	background: url(../images/bg-links-btm.gif) no-repeat;
}
.links-top-border {
	height: 20px;
	background: url(../images/bg-links-top.gif) no-repeat;
}
.links-inner {
	padding: 0 30px;
	background-color: #ccaed4;
}
.link-heading {
	margin: 0;
	padding: 0;
}
.link-list {
	padding-bottom: 20px;
}
.link-list li {
	margin: 5px 0 0 30px;
}
/*End*/

/* Main Menu */
#menu {
	width: 218px;
	font-size: 14px;
}
a.current, a.current:hover {
	font-weight: bold !important;
}
.firstlevel, .secondlevel {
	width: 218px;
	list-style-type: none;
}
.firstlevel {
	margin-bottom: 20px;
	position: relative;
	z-index: 597;
	float: left;
}
.firstlevel li {
     float: left;
     line-height: 40px;
     text-align: right;
     vertical-align: middle;
     float: none !important;
}
.firstlevel li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.firstlevel li:hover > ul {
	visibility: visible;
}
.firstlevel li a {
	padding-right: 14px;
	width: auto;
	height: 40px;
	display: block;
	background: url(../images/bg-menu-item.gif) no-repeat;
	color: #020003;
	text-decoration: none;
}
.firstlevel li a:hover{
	font-weight: bold;
}
.secondlevel {
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 217px;
	z-index: 598;
	width: 100%;
}
.secondlevel li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.secondlevel li .current:before {
	content: "\00bb\00a0";
}
.secondlevel li a {
	display: block;
	padding-left: 14px;
	height: 24px;
	background: url(../images/bg-submenu-item.gif) no-repeat;
}
.secondlevel li a:visited {
	color: #5e3869;
}
.secondlevel li a:hover {
	font-weight: normal;
	text-decoration: underline;
}
li.top-l1 > a {
	background: url(../images/bg-menu-item-top.gif) no-repeat;
}
li.btm-l1 > a {
	background: url(../images/bg-menu-item-btm.gif) no-repeat;
}
li.top-l2 > a {
	background: url(../images/bg-submenu-item-top.gif) no-repeat;
}
li.btm-l2 > a {
	background: url(../images/bg-submenu-item-btm.gif) no-repeat;
}
/*End*/

/*Sub-menu / Sharing Icons*/
.menu2-top-border {
	height: 20px;
	background: url(../images/bg-menu2-top.gif) no-repeat;
}
.menu2-btm-border {
	height: 20px;
	background: url(../images/bg-menu2-btm.gif) no-repeat;
}
#sub-menu {
	width: 218px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	clear: left;
}
#sub-nav {
	padding-bottom: 2px;
	background-color: #ccaed4;
}
#share {
	margin: 20px 0 10px 0;	
}
#share a {
	margin-right: 10px;
}
#twitter {
	margin-top: 10px;
}
/*End*/

/*Footer / Alternate Menu*/
#footer {
	width: 970px;
	height: 70px;
	background: url(../images/bg-foot.gif) no-repeat;
	font-size: .750em;
	text-align: center;
}
#alt-nav1 ul {
	padding-top: 10px;
}
#footer li {
	display: inline;
	line-height: 150%;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	color: #020003;
	line-height: 200%;
}
/*End*/