/* Start of CMSMS style sheet 'Elements' */
#navigation ul{
	list-style:none;
}

#navigation li{
	float:left;
}

img{
	border:none;
}

div.newsWrapper{
margin-bottom:20px;
}

br.clearBoth{
clear:both;
}

div.imageBorderGallery{
float:left;
background-image:url('images/layout/border.jpg');
background-repeat:no-repeat;
padding:4px;
margin:10px;
}








/*
			Vertical Accordions
		
		.accordion_toggle {
			display: block;
			height: 37px;
			background: url(images/accordion/accordion_toggle.jpg) no-repeat top right;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion/accordion_toggle_active.jpg) no-repeat top right;
			color: #ffffff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

*/
/* End of 'Elements' */

