/* @override 
	http://www.centerforchildrensinitiatives.org/templates/cci/css/site.css
*/

body {
	background: #d3c8b6 url(../images/bodyBg.jpg) repeat-x;
	margin: 0;
	color: #564646;
}

a { color: #689dc2; }

#s5_accordion_menu a {
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	
}
#s5_accordion_menu ul {
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px !important;
}
#s5_accordion_menu li {

	font-size: 13px;
	border-bottom: 1px dashed #fed889;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	margin: 0 13px;
	padding: 7px 11px 7px 11px;
	
}


#s5_accordion_menu ul a {
	color: #689dc2;
}

#header {
	position: relative;
	height: 190px;
	overflow: hidden;
}

h1#logo { outline: none; margin: 0; }

h1#logo a {
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	width: 330px;
	height: 140px;
	text-indent: -9999px;
	outline: none;
}

#banner {
	position: absolute;
	top: 0;
	right: 0;
}

img#curveBannerOverlay {
	position: absolute;
	right: -60px;
	z-index: 999;
}

#slideshowArea { position: absolute; right: 0;
	margin-right: -58px;
}

#menu {
	margin-top: -27px;
	position: relative;
	z-index: 9999;
	width: 100%;
}

ul#nav { margin: 0; list-style: none; }
ul#nav li { float: left; margin: 0 2px 0; }
ul#nav li.last { margin-right: 0; }

ul#nav li a {
	display: block;
	width: 155px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	background: url(../images/navBg.png) no-repeat;
	position: relative;
	font-size: 16px;
	line-height: 17px;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
	cursor: pointer;
}

ul#nav li a:hover { color: #0c2540; text-shadow: #fff 0 1px 1px; }

ul#nav li a span {
	display: block;
	width: 100%;
	padding-top: 13px;
	text-align: center;
}

ul#nav li.item88 a span { padding-top: 5px; }

#submenu {
	background: url(../images/subMenuBg.jpg) repeat-x;
	width: 100%;
	height: 34px;
	position: relative;
	border-bottom: 8px solid #5092cc;
}

#submenu .moduletable {
	position: relative;
	top: 7px;
	float: left;
}

#submenu ul { list-style: none; margin: 0; }

#submenu ul li { 
	margin: 0; 
	padding: 0 10px; 
	float: left; 
	border-right: 1px solid #e9f2f9;
}

#submenu ul li a {
	color: #7fa9d0;
	text-decoration: none;
	font-weight: bold;
}
#submenu ul li a:hover { color: #405d7b; }

#mainWrapper {
	box-shadow: 0 1px 5px #000;  
	-moz-box-shadow: 0 1px 5px #000;  
	-webkit-box-shadow: 0 1px 5px #000;
	background: #fff url(../images/contentWrapperBg.jpg) repeat-y right;
	width: 100%;
}

#contentArea {
	width: 654px;
	position: relative;
	float: left;
}

#contentArea h2, #socialContent h4, #newsArea h3 { color: #3a70a2;
	font-weight: normal;
	font-style: normal;
	font-size: 2.2em;
}

#content {
	margin: 20px;
}

#inset, #newsArea {
	background: url(../images/areaGradientBg.jpg) repeat-x 0 top;
	padding: 20px;
	border-top: 1px solid #e7e7e7;
}

#socialContent {
	padding:  0 20px 20px;
}

#socialContent h4 {
	margin: 0;
}

#socialContent h4 img {
	vertical-align: middle;
}

#inset a {
	text-decoration: none;
	color: #645d55;	
}

#inset ul, #inset p {
	margin: 0;
	padding-bottom: 5px;
}

#inset ul li {
	margin-left: 10px;
}

#inset .moduletable {
	width: 150px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	background: #f9fafc url(../images/contentModuleBody.jpg) repeat-y;	
}

#inset .moduletable h3 {
	background: url(../images/contentModuleTop.jpg) no-repeat;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	padding-top: 3px;
	margin: 0;
	height: 32px;
	text-shadow: #000 0 1px 1px;
}

#inset .moduletable .moduleBody {
	min-height: 300px;
	background: url(../images/contentModuleBottom.jpg) no-repeat 0 bottom;
}

#inset .moduletable .moduleBody h4 {
	color: #689dc2;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#inset .moduletable .moduleBody p, #inset .moduletable .moduleBody ul {
	font-size: 11px;
	margin: 6px 11px 0;
}

#inset .moduletable.first .moduleBody img {
	padding-left: 1px;
}

#socialContent .moduletable.youtube {
	background: url(../images/contentLargeBody.jpg) repeat-y;
	width: 596px;
}

#socialContent .moduletable.youtube h3 {
	background: url(../images/contentLargeBg.jpg) no-repeat 0 top;
	text-indent: -999px;
	margin: 0;
	height: 8px;
}

#socialContent .moduletable.youtube .moduleBody {
	background: url(../images/contentLargeBottom.jpg) no-repeat 0 bottom;
	padding: 0 20px 10px;
}

#sidebar {
	float: left;
	width: 306px;
}

#sidebar #search {
	height: 50px;
	background: url(../images/searchBg.jpg) no-repeat;
	position: relative;
}

#search form {
	position: absolute;
	top: 12px;
	right: 32px;
}

#search form.search label {
	display: none;
}

#search form.search input.inputbox {
	border: 1px solid #306db5;
	padding: 5px;
	color: #999;
	margin-right: 60px;
}

#search form.search input.button {
	background: url(../images/searchGo.jpg) no-repeat center center;
	border: none;
	text-indent: -999px;
	width: 52px;
	height: 29px;
	position: absolute;
	right: -10px;
	top: 0;
}

#sidebar .moduletable {
	margin: 20px 20px 40px;
}

#sidebar .moduletable.none {
	margin: 0;
}

#sidebar .moduletable h3 {
	color: #689dc2;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dashed #f8d28b;
}

#sidebar .moduletable #s5_accordion_menu h3 {
	font-weight: bold;
	font-style: normal;
	border: none;
	font-size: 15px;
}

ul.eventlistmod {
	list-style: none;
	margin: 0 5px;
}

ul.eventlistmod li {
	margin-bottom: 10px !important;
}

ul.eventlistmod li span.location a {
	font-size: 14px;
}

ul.eventlistmod li span.date {
	color: #999;
	font-size: 11px;
	display: block;
}

ul.eventlistmod li {
	margin: 0;
}

#s5_accordion_menu div.s5_accordion_menu_element{
	background: url(/templates/cci/images/menu_bg.png) no-repeat center top;
}

#s5_accordion_menu h3.s5_am_toggler {
	cursor: pointer;
	background: url(/templates/cci/images/menu_bg_red.png) left no-repeat;
	height:40px;
	line-height:45px;
	margin:0 0 0px;
	padding: 0px 30px 0px 30px;
	text-align: left;
}
	
	* html #s5_accordion_menu h3.s5_am_toggler {
		padding-bottom:0px;}
	
	
#s5_accordion_menu h3.s5_am_open {
	background: url(/templates/cci/images/menu_bg_blue.png) left no-repeat;
	margin: 0 0 4 px;
	}

#sidebar .moduletable.newsletter {
	background: transparent url(../images/signupNewsletter.jpg) no-repeat;
	height: 119px;
	position: relative;
	width: 270px;
}

#sidebar .moduletable.newsletter div {
	position: absolute;
	top: 20px;
	left: 10px;
}

#sidebar .moduletable.newsletter div input {
	display: block;
	margin: 10px 0;
	width: 170px;
	border: 3px #eee solid;
	color: #999;
}

#sidebar .moduletable.newsletter input#vrSubmit {
	position: absolute;
	border: none;
	background: none;
	top: 49px;
	right: -246px;
	width: 50px;
	color: #fff;
	font-size: 16px;
}

#sidebar .moduletable ul.eventlistmod_events {
	list-style: none;
	margin: 0;
}

#sidebar .moduletable ul.eventlistmod_events li {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fed889;
	color: #999;
	font-size: 11px;
}

#sidebar .moduletable ul.eventlistmod_events a {
	font-size: 14px;
	text-decoration: none;
}

#sidebar .moduletable.testimonials .moduleBody {
	background: url(../images/testimonialBg.jpg) no-repeat;
	width: 188px;
	height: 148px;
	padding: 40px;
	color: #777;
	font-style: italic;
	overflow: hidden;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
table.sample {
	border-spacing: 0px;
	border: 1px solid #000;
}
table.sample th {
	padding: 1px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #000;
}
table.sample td {
	padding: 1px;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #000;
}
