/****************************

Copyright the UCCF: The Christian Unions

Design CSS

Written by David Turner



NOTE: This code is copyrighted.  No unauthorized use

is allowed.  Don't steal code.  However, please feel free

to look at how we did something then write it yourself.


=== COLOR SCEME ===


*/

#main_container.SectionHome {
	background-image: url(/Images/layout/backgrounds/a_secret_theyve_tried_to_silence.gif);
	background-position: center 30px;
	
}

div.summary {
	background: #FFF;
	position: absolute;
	left: 315px;
	top: 255px;
	width: 270px;
	
}

div.summary p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
}

div.summary p em{
	font-weight: bold;
	font-style: normal;
}

div.summary p b{
	font-size: 1.2em; 
}

div.summary a {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.col p, .col blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 16px;

}



.col .pad h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 11px;
	margin: 0px 0px 5px 0px;
	text-transform: none;
}

.col h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 11px;
	margin: 80px 0px 5px 0px;
	text-transform: none;
}


div.glossary p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

div.glossary p.summary a{
 font-size: 1.2em;
 font-weight: bold;
 padding: 0.5em;
 padding-left: 0;
 white-space: nowrap;
}

div.glossary p.summary a:hover {
	color: #666666;
}

div.glossary .col .pad  h2 {
	padding-top: 1em;
	font-size: 1.5em;
}


/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(prototip_loader.gif);
	height: 14px;
	width: 14px;
}

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .default { width: 270px; color: #fff; background: #000; padding: 0.6em;}
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default h1 { font-size: 1.2em; text-transform: uppercase; font-family: "Arial Black", Arial, Helvetica, sans-serif; color: #FFF; margin: 0;}
.prototip .default .content p{ font-size: 1.2em; color: #FFF; margin: 0;}

.prototip .default .content ul, .prototip .default .content ul li { padding: 0; margin: 0; }
