/* Faye's master system stylesheet for the new StC website*/

* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial;
	padding-bottom: 25px;
	font-size: 62.5%;
	color: #000;
	background:#ECEBED;
	margin: 0; 
	padding: 0;	
	}

	
#wrapper {
	background:#fff;
	width:778px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
		border:1px solid #cccccc;
	}
		
#header {
	width: 758px;
	margin:10px;
	height:100px;
	
	}

						
#header a {
	padding-left:0em;
	}
				
#triblock {
	background-image: url(../../../../images/triblock2.jpg);
	float: left;
	height: 100px;
	width: 390px;
	background-repeat: no-repeat;
	
	}
		
#logo {
	background-image: url(../../../../images/caflogo.gif);
	float: right;
	height: 100px;
	background-repeat: no-repeat;
	width: 170px;
	
	}

#menu {
	clear:both;
	float:left;
	margin:1px 0 0;
	background-color: #FCFAE0;
	font-size:1.3em;
	width:778px;
	border-top: 1px solid #cccccc;
	border-right: 0;
	border-bottom: 1px solid #cccccc;
	border-left: 0;
	line-height: 2.6em;
	
	}
			 
#menu dl {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #552488;
	display:block;
	
	}

#menu dl dt {
	float: left;
	text-align: center;
	background-color: #FCFAE0;
	padding: 0;
	margin: 0;
	}
		

		
#menu a {
	color: #552488;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top:10px;
	line-height: 2.6em;
	}
		
#menu dl dt a.on {
	background-color: #552488;
	color:#ffffff;
		}	

#menu dt a:hover {
	background: #552488;
	color:#FCFAE0;
		}

#menu dt a	{
	float: none
	}
														
* html dl dt { 
	float: left; 
	}
	
* html dl dt a {
	height: 1%; 
	}
		
#pageBody {
	
	margin: 10px;
	width: 758px;
	}
			
#pageBody ul {
	line-height: 2em;
	list-style-type:none;
	}
				
#breadCrumb {
	clear:both;
	font-size:1.2em;
	padding-bottom:0.6em;
	margin-left:150px;
	width:34.8em;
	}
				
#breadCrumb a {
	text-decoration:underline;
	}
					
#breadCrumb a:hover{
	text-decoration:none;
	}
										
#content {
	float: left;
	width: 400px;
	margin-bottom:5px;
	}
	
#rightBar {
	display:block;
	float:right;
	width:25%;
	margin-left:10px;
	}

#rightBar p {
	font-size: 1.3em;
}

#footer {	
	clear:both;
	float:none;
	padding-bottom:10px;
	font-size:1.1em;
	border-top:1px solid #cccccc;
	width:758px;
	padding-top:1em;
	line-height:1.5em;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer p {
	font-size: 1em;
	line-height: 1.1em;
}
	
#content p {
	font-size: 1.3em;
	margin: 0 0 1em; 
	padding: 0; 
	line-height:1.5em;
	}
	                     
#content h1 {
	font-size: 2.4em;
	color: #552488;
	margin: 0;
	padding:0;
	font-weight:normal;
	margin-bottom:0.6em;
	}
	
#content h2 {
	font-size: 1.8em; 
	color: #552488;
	margin:7 0 7px; 
	padding:0; 
	font-weight:normal;
	}
	
#content h3 {
	font-size: 1.3em;
	margin:0;
	padding:7px 0 5px;
color: #552488;
	}

#content h4 {
	font-size: 1.3em;
	margin:0; 
	padding:0; 
	padding-bottom: 0.5em;
	}
	
	

a:link {
	
	font-size: 100%; 
	text-decoration: none; 
	color:#552488;
	}
	
a:visited {
	
	font-size: 100%; 
	text-decoration: none; 
	color:#552488;
}

a:active {
	
	font-size: 100%; 
	text-decoration: none; 
	color:#552488;
	}
	
a:hover {
	
	font-size: 100%;
	text-decoration: underline;
	color:#552488;
	}
	
#content a:link, #rightBar a:link {
	
	text-decoration: underline; 
	color:#552488;
	}
	
#content a:visited, #rightBar a:visited {
	
	text-decoration: underline; 
	color:#552488;
}

#content a:hover, #rightBar a:hover {
	
	text-decoration: none;
	color:#552488;
	}

#content a:active, #rightBar a:active {
	
	text-decoration: none; 
	color:#552488;
	}
	
caption {
font-size: 1.2em;
font-weight: bold;
}

#leftNav {
	float:left;
	width:130px;
	background-color: #fff;
	color: #522488;
	border-top: 1px solid #cccccc;
	font-size: 95%;
	margin-right: 20px;
	font-weight: bold;
	}
#leftNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#leftNav li {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	list-style-type: none;
		}
#leftNav li a {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #522488;
	text-decoration: none;
	font-size: 90%;
		}

	html>body #leftNav li a {
		width: auto;
		}

	#leftNav li a:hover {
		
		background-color: #FCFAE0;
		
		}
				
html>body #leftNav {
	font-size:100%;
	}
				
#leftNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
#leftNav ul li a:hover {
	font-weight:bold;
	text-decoration: underline;
	
	
}
	
#leftNav ul li a.off0nc, #leftNav ul li a.off0hc 

	{
	padding-left:10px;
}

#leftNav ul li a.on0hc 
	{
	padding-left:10px; background: url(../../../../images/arrow_small_on.gif) no-repeat 0% 50%;
	}

#leftNav ul li a.on0nc {
	padding-left:10px; background: url(../../../../images/arrow_small.gif) no-repeat 0% 50%;
}

#leftNav ul li a.off1nc, #leftNav ul li a.off1hc {
	padding-left:20px;
	}

#leftNav ul li a.on1hc {
	padding-left:20px; background: url(../../../../images/arrow_small_on.gif) no-repeat 5px 50%;
	}
#leftNav ul li a.on1nc {
	padding-left: 20px; background: url(../../../../images/arrow_small.gif) no-repeat 5px 50%;
	}

#leftNav ul li a.off2nc, #leftNav ul li a.off2hc {
	padding-left: 30px;
	}

#leftNav ul li a.on2hc {
	padding-left: 30px; background: url(../../../../images/arrow_small_on.gif) no-repeat 10px 50%;
}
#leftNav ul li a.on2nc {
	padding-left: 30px; background: url(../../../../images/arrow_small.gif) no-repeat 10px 50%;
}
		
ul, ol {
	font-size: 1.3em;
	margin: 0 0 7px;
	padding-left:2em;
	list-style-type: square;
	padding-top: 1em;
	}
	
ul li {
	padding: 0em 0.1em;
	list-style-type: square;
	line-height: 1.4em;
	}
	
.box {
	width: 190px;
	border: 1px solid #552488;
	margin-bottom: 1em;	
background-color: #FCFAE0;
	
	}
	
.box p, .box h1, .box h2, .box h3, .box h4 {
	padding: 5px;
}
#left, #centre, #right {

background-color: #FCFAE0;}

.box h2 {
color: #ffffff;
background-color: #552488;
font-size: 1.6em;
font-weight: bold;

}

#left p, #left h1, #left h2, #left h3, #left h4,
#centre p, #centre h1, #centre h2, #centre h3, #centre h4,
#right p, #right h1, #right h2, #right h3, #right h4
 {
	padding: 5px;
}

#left h2, #centre h2, #right h2 {
color: #ffffff;
background-color: #552488;
font-size: 1.6em;
font-weight: bold;

}

.listingImage {
	margin: 3px;
	float: left;
	
}

h3.listing a {
	font-weight: bold;
	text-decoration: underline;
}

.clear {
clear: both;
}

.article {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	clear: both;
	margin-top: 5px;

}

.article a:link, .article a:visited, .article a:hover, .article a:active {

font-weight: bold;
text-decoration: underline;
}

.article img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.callout {
	width: 200px;
	padding: 7px;
	margin: 2px 2px 2px 5px;
	float: right;
	/*border: 1px solid #cccccc;*/
	background-color: #FCFAE0;
	background-image: url(../../../../images/open-quote.gif);
	background-repeat: no-repeat;
}

.callout img {
float: right;
}

#content .callout p.first {
	padding-top: 30px;
}

#content .callout p.last {
	background-image: url(../../../../images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 55px;
	font-weight: bold;
}

#content h2.listing

{
	font-size: 1.3em;
}

