/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
}

.evolutra {
	display: none;
}

img{
	border:none;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	color: #0067b2;
}

h3 {
color:#0067B2;
}
a:link, a:visited, a:active { 
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #2380de;
	text-decoration: none;
}

#wrapper {	
	width: auto;
}


#header{ 
	display:none;
}


#header_menu {
	display: none;
}

#top_nav {
	display: none;
}
#middle_wrapper_top {
	display: none;
}
#middle_wrapper {
	width: auto;

}


#nav_bottom_gradient {
	display: none;
}

#middle_wrapper_bottom {
	width: auto;
}

#left_side {
	display: none;
}
	
#menu {
	margin: 0px 15px;
}

#branch_sidebar {
	display:none;
}

/* --- Beginning of Content & Inside Divs --- */

#content {
	width: auto;
}
#content_height{
	display: none;
}

#breadcrumbs {
	display: none;

}

#addthis {
	display: none;
}

/* --- End of Content & Inside Divs --- */

/* --- Beginning of Right Side & Inside Divs --- */	

#right_side {
	display: none;
}

#location {
	display: none;
}

#calendar {
	display: none;
}

#support {
	display: none;
}
/* --- End of Right Side & Inside Divs --- */	
#main {
	font-size:0.8em;
}

#footer {
	width: auto;
}

a.footer:links, a.footer:visited, a.footer:active {
	font-weight: 100;
	color: black;
	text-decoration: underline;
}

a.footer:hover {
	color: #2380de;
	text-decoration: none;
}

#back_top {
	float:left;
	position:relative;
	right: 80px;
	width:20px;
	bottom:-80px;
}