@import "css/reset.css";
@import "css/forms.css";
@import "css/tooltip.css";

.preloader { background:url(/packages/simplicity/themes/simplicity/images/loader.gif) center center no-repeat; display:inline-block;  }

/* General
-------------------------------------------------------------- */

body {
	background: #e6e6e6 url(/packages/simplicity/themes/simplicity/images/background.jpg);
}

#loading {
	display: block;
	width: 49px;
	height: 44px;
	position: absolute;
	top: 50px;
	left: 0;
	background: url(/packages/simplicity/themes/simplicity/images/loading_bg.png) no-repeat;
}

.indicator {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(/packages/simplicity/themes/simplicity/images/loader.gif) no-repeat;
	float: left;
	margin-left: 8px;
	margin-top: 11px;
}

#wrapper {
	width: 981px;
	margin: 20px auto;
}

#content-wrapper {
	width: 960px;
	padding: 11px;
	min-height: 100px;
	background: url(/packages/simplicity/themes/simplicity/images/layout_bg.png) repeat-y;
}

#header {
	background: url(/packages/simplicity/themes/simplicity/images/layout_top.png) no-repeat top left;
	height: 100px;
	position: relative;
}

.logo {
	position: absolute;
	top: 12px;
	left: 35px;
}

.logo a {
	text-decoration: none;
	color: #444;
	display: block;
	width: 371px;
	height: 100px;	
	position: relative;
	overflow: hidden;
}

.logo span {
	display: block;
		width: 371px;
	height: 98px;	
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ffffff url(/packages/simplicity/themes/simplicity/images/equitylogo.png) no-repeat;
	overflow: hidden;
}

.clr {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#slideshow {
	width: 960px;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

/* Box element */

.box-element {
	min-height: 150px;
	padding: 15px;
	width: 290px;
	float: left;
}

.box-element h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
	border-bottom: 1px dashed #ddd;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	position: absolute;
	right: 30px;
	bottom: 0px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	margin-left: 20px;
}
#navigation ul li a {
	display: block;
	text-align: center;
	padding: 8px 12px 8px 12px;
	color: #222;
	background: #f4f4f4;
	font-size: 1.1em;
}
#navigation ul li a:hover {
	background: #eaeaea;
	color: #000;
}

#navigation ul li a.nav-selected, #navigation ul li.nav-selected a {
	/* customize_navigation_bg */ background-color:#00a650; /* customize_navigation_bg */
	/* customize_navigation_text */ color:#fff; /* customize_navigation_text */
	text-decoration: none;
}

/* Other
-------------------------------------------------------------- */

/* CUSTOMIZE */

#stripe {
	width: 958px;
	margin: 0 auto;
	/* customize_stripe_color */ background-color:#00a650; /* customize_stripe_color */
	height: 3px;
}

/* Copyright */

#copyright {
	padding: 0px 15px;
	text-align: center;
	font-size: 1.0em;
	color: #222;
	font-weight: bold;
}
#copyright span {
	color: #999;
	font-weight: normal;
}

/* Text Resizer
-------------------------------------------------------------- */

#text-resizer {
	position: absolute;
	top: 27px;
	right: 210px;
}

#font-large {
	border: 0;
	background: transparent url(/packages/simplicity/themes/simplicity/images/aplus_bg.png) no-repeat;
	text-indent: -999999px;
	width: 26px;
	height: 21px;
}
#font-large:hover {
	cursor: pointer;
	background: transparent url(/packages/simplicity/themes/simplicity/images/aplus_bg_hover.png) no-repeat;

}
#font-small {
	border: 0;
	background: transparent url(/packages/simplicity/themes/simplicity/images/aminus_bg.png) no-repeat;
	text-indent: -999999px;
	width: 26px;
	height: 21px;
}
#font-small:hover {
	cursor: pointer;
	background: transparent url(/packages/simplicity/themes/simplicity/images/aminus_bg_hover.png) no-repeat;

}

/* Header Search
-------------------------------------------------------------- */

#search-form {
	position: absolute;
	top: 25px;
	right: 30px;
}

input.search-field {
	float: left;
	width: 110px;
	height: 21px;
	background: url(/packages/simplicity/themes/simplicity/images/search_bg.png) no-repeat;
	font-size: 0.9em;
	border: 0;
	margin: 0;
	padding: 6px 0px 0px 17px;
	color: #666;
}
input.search-button {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

/* Full Page
-------------------------------------------------------------- */

#content-full {
	padding: 20px;
	min-height: 500px;
}

#content-full h1 {
	border-bottom: #ddd 1px dashed;
	padding-bottom: 10px;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	width: 229px;
	margin-left: 1px;
}

#sidebar.right {
	width: 229px;
	margin-right: 1px;
	margin-left: 0px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	border-bottom: 1px solid #f2f2f2;
}
#sidebar ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 1.2em;
	color: #555;
}

#sidebar ul li a:hover {
	background: #f2f2f2;
	color: #222;
}

#sidebar ul li a.nav-selected, #sidebar ul li.nav-selected a {
	/* customize_subnav_bg */ background-color:#00a650; /* customize_subnav_bg */
	/* customize_subnav_text */ color:#fff; /* customize_subnav_text */
}

.sidebar-element {
	padding: 15px;
}

#content {
	width: 690px;
	padding: 20px;
	min-height: 500px;
}

.shadow-left {
	background: url(/packages/simplicity/themes/simplicity/images/shadow_left.png) no-repeat top left;
}
.shadow-right {
	background: url(/packages/simplicity/themes/simplicity/images/shadow_right.png) no-repeat top right;
}

/* Other CSS
-------------------------------------------------------------- */

/* customize_miscellaneous */  /* customize_miscellaneous */