/*Gary Hollands - Solriche 2008*/
*{
	margin: 0;
	padding: 0;
}
	html,body{
	font-family: verdana,helvetica,arial,sans-serif;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	line-height: 1.5;
}
#container{
	width: 90%;
	margin: 0 0 0 0;
	padding: 0.75em 0 0 0;
}
/*----------------------Page Top---------------------------------- */
#top{
	width: 100%;
	height: 2em;
	margin: 0 0 1em 0;
}
#top .logo{
	float: left;
	padding: 0 0 0 1%;
}
#top .page_title{
	margin: 0 0 0 15%;
}
#top .hide{
	display: none;
}
#top .page_title h1{
	text-align: center;
}
#top p{
	text-align: center;
}
#top .title_hide{
	display: none;
}
/*----------------------Side Menu---------------------------------- */
#menu{display: none;
	width: 10%;
	float: left;
	position: fixed;
	top: 4em;
	left: 1%;
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	font-size: 90%;
	background-color: rgb(170,170,180);
}
#menu ul li a{
	width: 100%;
	background-color: rgb(170,170,180);
	padding: 0 0 0 0.5em;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover{
	color: rgb(50,50,60);
	background-color: rgb(235,235,240);
}
#menu .selected{
	background-color: rgb(225,225,235);
}
/*----------------------Edit Area Container---------------------------------- */
#content{
	width: 84%;/*MSIE6 - footer shifts positioning on menu item hover if no width given*/
	margin: 0 0 1% 15%;
	padding: 0 0 0 0;
}
/*----------------------Edit Area---------------------------------- */
#edit_area{
	width: 100%;
}
#edit_area .box{
	float: left;
	width: 100%;
	clear: both;
}
#edit_area .column{
	float: left;
	width: 45%;
	margin: 0 0 0.5em 0;
}
#edit_area p{
	font-size: 90%;
	margin: 0 0 0.5em 0;
}
#edit_area h3{
	font-size: 115%;
	margin: 0 0 0.5em 0;
}
#edit_area ul{
	list-style-type: circle;
	margin: 0.5em 0 0.5em 1em;
}
#edit_area ul li{
	padding: 0 0 0 0.25em;
}
/*----------------------Footer---------------------------------- */
#footer{display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 15%;
	margin: 5% 0 0 0;
	background-color: rgb(170,170,180);
}

#footer ul{
	list-style-type: none;
}

#footer ul li{
	display: inline;
	font-size: 80%;
	background-color: rgb(200,200,210);
}
#footer ul li:before{
	content: '|';
}
#footer ul li:after{
	content: '|';
}

/*----------------------General HTML---------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: georgia, "times new roman", times, serif;
	color: rgb(36,66,116);
}

h1{font-size: 145%;}
h2{font-size: 135%;}
h3{font-size: 125%;}
h4{font-size: 115%;}
h5{font-size: 105%;}
h6{font-size: 100%;}

abbr,acronym{
border-bottom: dotted 1px rgb(0,0,0);
cursor: help;
}

a{
	color: rgb(57,92,97);
}

img{
	border: 0;
}
/*-----------------------------------Accordion-----------------------------------*/
#edit_area .button{
cursor:pointer;
padding: 0.2em;
background: rgb(238,238,238);
border-bottom: 1px solid rgb(221,221,221);
border-right: 1px solid rgb(221,221,221);
border-top: 1px solid rgb(245,245,245);
border-left: 1px solid rgb(245,245,245);
}

#edit_area h3.button{
	font-size: 100%;
}
#edit_area .bellows p{
	margin: 0;
}
#edit_area .go_left{
	float: left;
	width: 1em;
	padding: 0 0.5em 0 0;
	font-size: 80%;
}
#edit_area .bellows{
	padding: 0 0 0.5em 0.5em;
}
#edit_area .bellows a{
	color: rgb(36,66,116);
	font-size: 70%;
	margin: 0 0 0.5em 0;
}