body {
	margin:0;
	padding:0;
	width: 15250px;
	height: 509px;
	color:#CCCCCC;
	background-color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Sans-Serif;
	font-size: 100%;
	line-height: 150%;
}

h2 {font-size: 20 px}
h3 {font-size: 15px}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}

#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:300px; 
}

#leftsider h1 {font-size: 10px;}

#menu {
	margin-top: 160px; 
	padding-left: 6px;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #CCCC00;
}

#menu a:hover{
	border-bottom: 1px solid #CCCC00;
}

#content {
	margin: 75px 0 0 40px; 
	float: left;
	font-size: 15px; 
}

#content h4 {font-size: 19px;}

.par {
	margin: 0px 30px 0 0px;
	padding-left: 30px;
	float: left;
	width: 415px;
	height: 300px;
	text-decoration: none;
}
.post {
    margin: 0px 10px 0 0px; 
    padding: 23px 5px 5px 30px; 
	position: relative;
	float:left;
	width: 350px;
    height: 330px; 
    
    z-index:70;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}
p.donbot a{
	text-decoration: none;
}
p.donbot a:hover {
	text-decoration: none;
}
p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #CCCC00;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:12px;
}

p.secbot a:hover {
	border-bottom:1px solid #CCCC00;
}

#arrows {
	position: fixed;
	top: 470px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 9px;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#rightsider {
	margin: 0; 
	padding: 0 10px 0px 0;
	float: left;
}	

#rightsider a{
	color: #CCCC00;
	text-decoration: none;
}
.rightfader {
	background-image:url(../img/whitefader.png);
	position: fixed;
	z-index: 2;
	height: 70%;
	width: 100%;
	margin-top: -25px;
	margin-right: 0;
	margin-bottom:0;
	margin-left: 695px;
	

}
#header {
	float:left;
	width:300px;
	height:650px;
	background-attachment: scroll;
	background-image: url(../img/leftside3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	.myborder {
border : 1px solid #aaa;
margin : 15px 10px 10px 10px;
padding : 5px;
background-image: url(../img/leftside.gif);
}
.storycontent {
	margin: 0px 0 0 22px;
	padding-left: 8px;
	width: 300px;
	height: 255px;
     
}

.storycontent a img {
	margin:0 5px 2px 0;
	padding:3px;
	float:left;
    border:1px solid #ccc;
 }

.storycontent a:hover img {
    border:1px solid #666;
 }

.storycontent h4 {
	margin: 10px 0 -10px 0;
	padding: 0px;
	border:none;
	font: bold 11px Verdana,sans-serif;
	background:none;
	text-align:left;
}

.storycontent a{
    border-bottom: 1px dashed #888a8b;
	color:#9F4D35;
    text-decoration:none;
}

.storycontent a:hover{
    border-bottom: 1px solid #888a8b;
    color:#9F4D35;
}

.storycontent ul {
    list-style: url(images/bullett.gif);
}
/* accordion*/	
	div#test-accordion{
    border: 1px solid #990000;
	background-color:#000000;/*main box color*/
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:400px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;
	cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;
	background-color: #660000;/*mouse off coulor*/
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/on.jpg);
	background-color:#990000;/*mouse on and active color*/
	border-top:1px solid #a06b55;
}

div.accordion-content{
	overflow: hidden;
	padding:9px 24px 6px 24px;
	color:#FFFFFF;/*text color*/
	border-bottom:1px solid #000000;
	background-color: #333333;/*background of text color*/
}
/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 680px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
/*rico accordion*/
.panelheader {
  background-color : #900;
  height: 26px;
  color : #ced7ef;
  font-weight : normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight : normal;
  padding-left: 5px;
}

.mdHover {
	background-color : #930;
	color : #ffffff;
}
.mdSelected {
	background-color : #900;
	color : #ffffff;
	font-weight : bold;  
}
.panelContent {
	border-top-width    : 0px;
	border-bottom-width : 0px;
	font-size: smaller;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
#accordionExample {
  margin-top : 6px;
  border : 1px solid #4f4f4f;
  width: 400px;
}
