/* CSS Document */

body {
background-color: #CCFFFF;
margin: auto;
}

div {
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	}

div.gallery {
	width: 80px;
	height: 80px;
	float: left;
}

div.gallery-container {
	width: 425px;
	height: auto;
	background:none;
	float: left;
}

div.header {
width: 692 px;
}

div.content {
	width: 692px;
	height: auto;
	background-image: url(../images/content-bg.jpg);
	float: left;	
	}
	
#sidebar {
	float: left;
	display : block;
	width: 170px;
	margin : 0px;
	height: 100%;
}
	
div.featured {
	width: 500px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(../images/bg.gif);
	}

p {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.MedLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #669900;
	text-decoration: none;
}

.MedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.li1 {
width: 350px;
background-color: #66CCCC;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-bottom: 15px; 
padding-left: 15px;
padding-right: 3px;
border-bottom: medium dashed #FFFFFF;
}

.li2 {
width: 350px;
background-color: #66CCCC;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 3px; 
border-top: medium dashed #FFFFFF;
border-bottom: medium dashed #FFFFFF;
}


.MedLinks2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:  #990000;
	text-decoration: none;
}

/* Footer */

#footer{
background: url(../images/footer-bg.jpg) no-repeat center top;
	float: left;
	height: 40px;
	width: 692px;
	clear: both;
	margin: auto;
}

/* End Footer */

/* Accordion */

.categories 
{
        margin: 0;
        padding: 0;
}
.label
{
	background-color: #003;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	margin: 0 20px;
	padding: 10px;
	text-align: center;
	width: 400px;
}
.label a
{
	color: #fff;
	text-decoration: none;
}
.elements
{
	background-color: #CCD9FF;
	margin: 0 20px;
	width: 420px;
        overflow: hidden;
}
.control
{
	display: none;
	float: right;
}
legend
{
        display: none;
}
input 
{
        display: block;
        margin-bottom: 5px;
}
input[type="checkbox"]
{       
        display: inline;
}

aaManageEvent(window,"load", function() {
   document.getElementById('one').style.display='none';
   document.getElementById('two').style.display='none';
   document.getElementById('three').style.display='none';

   document.getElementById('oneplus').style.display='block';
   document.getElementById('twoplus').style.display='block';
   document.getElementById('threeplus').style.display='block';
});

// expand accordion block
function expand(newItem) {
   document.getElementById(newItem).style.display='block';
   document.getElementById(newItem + 'plus').style.display='none';
   document.getElementById(newItem + 'negative').style.display='block';
}

// collapse accordion block
function collapse(newItem) {
   document.getElementById(newItem).style.display='none';
   document.getElementById(newItem + 'plus').style.display='block';
   document.getElementById(newItem + 'negative').style.display='none';.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
