@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#CCFFFF;
	background-image:url(/img/soap.jpg);
	background-position: 0px;
	background-repeat:repeat;
	text-align:center;
	color:#000;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
}
#pageContainer{
	margin: 0 auto;
	width:100%;
	max-width:960px;
}
#header{
	margin:0 2%;
	width:96%;
	background-color:#000;
	padding-top: 10px;
}
#sopypaaLogo{
float:left;
font-size:5em;
font-weight:bold;
letter-spacing:-12px;
}
#sopypaa{
color:#fff;
float:left;
text-align:center;
letter-spacing:2px;
font-size:1.8em;
margin-top:10px;
}

/*navigation*/
div#navBar{
	margin:0 2%;
	width:96%;
	overflow:hidden;
}
	.navigation, .navigation *{
		margin:0;
		padding:0;
		list-style-type: none;
		text-align:left;
	}
	 ul.navigation{
		margin-bottom:25px;
	}
	.navigation li{
		cursor:pointer;
		background:#fff;
	}
	.navigation li a{
		display:block;
		float:left;
		font-weight:bold;
	}
	.navigation li a.navHead{
		margin-right:55px;
		text-decoration:none;
		display:block;
		float:left;
		font-size:1.3em;
		font-weight:bold;
		letter-spacing:5px;
	}
	.navigation li a.navHead:hover{
	color:#990000;
	}
	.navigation li a.navSub{
		padding-right:20px;
		text-decoration:none;
		display:block;
		float:left;
		font-size:1.3em;
		font-weight:normal;
	}

/*#navigation{
	margin:3px 2% 30px;
	width:96%;
	text-align:left;
}
*/
/*#navigation a{
	margin-right:50px;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:5px;
}
*/
/*#navigation a:hover{
	text-decoration:none;
}
*/



#mainContent{
	width:100%;
}
.intro{
	margin:0 0 30px 0;
}
.intro h2{
	margin-bottom:15px;
}
.intro p{
	padding: 0 15px;
	line-height:1.4em;	
	font-size:14px;
}
#dynamicContent{
	float:left;
	/*position:relative;*/
	width:60%;
	min-width:400px;
	padding: 0 2%;
	text-align:left;
}
#staticContent{
	float:left;
	width:32%;
	min-width:200px;
	padding: 0 2%;
	text-align:left;
}
#footer{
	color:#FFFFFF;
	margin:0px 2% 20px 2%;
	width:96%;
	background-color:#000;
	padding:20px 0;
}

.event{
	margin-top:10px;
	/*border-top:dashed thin #666666;*/
	padding:10px;
	background-color:#DDD;
}
.sideAsset{
	color:#bbb;
	margin-bottom:20px;
	border:none;
	padding:10px;
	background-color:#000;
	line-height:1.5em;
	font-size:1em;
}
.sideAsset h2 {
	margin-bottom:10px;
	font-size:1.7em;
	letter-spacing:2px;
}
.sideAsset h4 {
	font-size:1.4em;
	margin-bottom:10px;
	line-height:1.4em;
}
.sideAsset img {
	float:right;
}
h2{
font-size:2em;
}
a, a:visited{
text-decoration:none;
color:#445566;
outline:none;
}
a:hover{
text-decoration:underline;
color:#990000;
}
.blackBackground a, .blackBackground a:visited{
text-decoration:none;
color:#00FFFF;
outline:none;
}
.blackBackground a:hover{
text-decoration:underline;
color:#ff3333;
}
h2 a:hover{
text-decoration:none;
}
table{
	border-collapse:collapse;
}
td{
padding:2px 5px;
border:#CC6600 1px dotted;
border-spacing:0px;
}
span.sopypaa_event{
	color:#FF0000;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	
	margin:0 15px;
	/* vertical scrollers have typically larger height than width */	
	height: 566px;	 
	/*width: 700px;*/
	border-top:1px solid #bbb;	
	border-bottom:1px solid #bbb;
	background-image:url(../img/scroll_background_2.jpg);
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	/*margin:10px 0;*/
	padding:15px 5px;
	font-size:1em;
	/*height:180px;*/
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:5px 0;
	font-size:2em;
	color:#456;
	font-weight:normal;
}
.items h4 {
	margin:5px 0;
	font-size:1.8em;
	color:#456;
	font-weight:normal;
}
.items h5 {
	margin:5px 0;
	font-size:1.4em;
	color:#000;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	/*width:700px;*/
	margin:5px 0 10px;
	padding:0 15px;
}

#actions a {
	font-size:.9em;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	
.prevPage {
	float:left;
}	

.scrollHover{
background-color:#DDD;
cursor:pointer;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    /*z-index:10000;*/ 
     
    /* styling */ 
    /*background-color:#333;*/ 
    background-image:url(../img/transparent4.png); 
    color:#efefef; 
    height:450px; 
	padding:40px;
	width:576px;
 
    /*width:655px;*/     
    /*min-height:200px;*/ 
    /*border:1px solid #666;*/ 
	
	/*left:0 !important;*/
	/*padding:10px;*/
     
    /* CSS3 styling for latest browsers */ 
    /*-moz-box-shadow:0 0 90px 5px #000;*/ 
    /*-webkit-box-shadow: 0 0 90px #000;*/     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* styling for elements inside overlay */ 
.details { 
	padding-top:5px;
    font-size:1.1em; 
	line-height:1.4em;
    color:#fff; 
    height:441px; 
    overflow-y:auto; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:2em; 
	margin-bottom:20px;
}
.details h4 { 
    font-size:1.2em; 
	margin-bottom:7px;
}
.details h5 { 
    font-size:1.1em; 
}
.details a{
color:#FF9900;
text-decoration:none;
}
.details a:hover {
text-decoration:underline;
}
