body{
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 0;
	background-image: url('../images/scp-bg-strip.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.caption{
	font-size: 0.8em;
	font-style: italic;
	color: #3C1439;
}

.scp{
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 0;
	background-image: url('../images/scp-bg-strip.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.gsp{
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 0;
	background-image: url('../images/gsp-bg-strip.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
.clearer{
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0;
}

#site-container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height:162px;
}

#header-tab{
	position: relative;
	top:50px;
	left:721px;
}

.scp-header, .scp-tabs{
	background-color: #3C1439;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.scp-header{
	background-image: url('../images/scp-logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.gsp-header, .gsp-tabs{
	background-color: #4B1212;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.gsp-header{
	background-image: url('../images/gsp-logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}


#tabs{
	height:40px;	
}

#tabs ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 50px;
}
#tabs ul li{
	float: left;
}
#tabs ul li a{
	text-decoration: none;
	line-height:2.5;
}
.tab{
	width:129px;
	height:40px;
	text-align: center;
}

.scp-selected-tab{
	background-image: url('../images/scp-selected_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.scp-selected-tab a{
	color: #000;
}
.scp-deselected-tab{
	background-image: url('../images/scp-deselected_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.scp-hover-tab{
	background-image: url('../images/scp-hover_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;	
}
.scp-deselected-tab a{
	color: #fff;
}


.gsp-selected-tab{
	background-image: url('../images/gsp-selected_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.gsp-selected-tab a{
	color: #000;
}
.gsp-deselected-tab{
	background-image: url('../images/gsp-deselected_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.gsp-hover-tab{
	background-image: url('../images/gsp-hover_tab.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;	
}
.gsp-deselected-tab a{
	color: #fff;
}

#sub-header{
	height:240px;
	padding: 20px;
	background-color: #DFF3B3;
/*	border-right: 1px solid #C6D89E;
	border-left: 1px solid #C6D89E;
*/}
#sub-header-left-block{
	float: left;
	width:50%;
	margin-left: 20px;
}
#sub-header-right-block{
	float: left;
	width:45%;
}

#content{
	color: #13203D;
	font-size: 0.9em;
}
.scp-content{
	background-color: #FFF;
/*	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
*/	padding: 0 20px 20px 20px;
}
.content-block{
	float: left;
	width:45%;
	padding: 0 20px 20px 20px;
}
#footer{
	font-size: 0.6em;
	color: #777;
	padding: 20px;
	float: right;
}

.quote{
	color: #3C1439;
	font-size:2em;
	line-height:1;
	margin-bottom:0;
}

.smallquote{	
	font-size:1em;
	line-height:0.5;
}

.quote-author{
	font-size: 0.8em;
	color: #3C1439;
	float: right;
	padding-right: 40px;
}

.medunder{
	font-weight: bold;
	color: #333;
	font-size: 1.3em;
}
.meditalic{
	font-style: italic;
	color: #7CA180;
	margin-top: 10px;
}

dt{
	background-color: #D5FDDA;
	padding: 15px;
}

dd{
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	background-color: #7CA180;
	color: #FFF;
	padding: 5px;
}

dl{

}

/* VCARD */
a.fn.org.url{
	font-size: 20px;
	font-weight: bold;
	color: #6B8C73;
}

.adr{
	margin: 5px;
	font-size: 12px;
}

.vcard{
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 20px 0px 20px 0px;
}

.street-address{
	
}

.locality{
	
}

.postal-code{
	
}

.region{
	
}

.tel{
	margin: 5px;
/*	padding-bottom: 20px;*/
	font-size: 12px;
	font-weight: bold;
}   

#group-shot{
	margin-top: 60px;
}
