@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

/*Structure*/
body {
	background-image:url(images/general/page-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color:#053452;
}

#page-container {
	margin:auto;
	width:993px;
}
#page-shadow-top {
	height:14px;
	width:100%;
	background-image: url(images/general/shadow-top.png);
	background-repeat:no-repeat;
}
#page-top {
	height:11px;
	width:100%;
	background-image:url(images/general/page-top.png);
	background-repeat:no-repeat;
}
#wrap {
	background-image:url(images/general/page-shadow.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:100%;
}
#header {
	height:141px;
	background-image:url(images/general/header-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	margin-left:14px;
	margin-right:15px;
}
#header .left {
	float:left;
	width:204px;
	height:141px;
	margin-left:15px;
	background-image: url(images/general/lifeline-logo.png);
	background-repeat:no-repeat;
	background-position:0 -5px;
	
}
#header .right {
	float:right;
	width:712px;
	height:141px;
	background-image: url(images/general/scrolling-text-bg.png);
	background-repeat:no-repeat;
}
#header p {
	padding:0;
	margin:0;
}
#nav {
	float:left;
	height:40px;
	width:942px;
	margin-right:11px;
	background-image:url(images/general/nav-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	position:relative;
	z-index:2;
}
#nav-left {
	float:left;
	width:11px;
	height:40px;
	margin-left:14px;
	background-image:url(images/general/nav-left-cnr.png);
	background-repeat:no-repeat;
	background-position:left;
}
#nav-right {
	float:right;
	margin-right:15px;
	background-image:url(images/general/nav-right-cnr.png);
	background-repeat:no-repeat;
	background-position:right;
}
#body {
	margin-left:14px;
	margin-right:15px;
}
#intro {
	clear:both;
	width:964px;
	height:327px;
	overflow:hidden;
	background-image:url(images/general/intro-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:bottom;
}
#news-top {
	background-image:url(images/general/news-block-top-shadow.png);
	height:9px;
	margin-top:-9px;
	background-repeat:no-repeat;
	background-position:center;
}
#body .left-wrap {
	width:67%;
	float:left;
}
#body .left-wrap .left {
	float:left;
	width:50%;
}
#body .left-wrap .left .latest-news-top {
	background-image:url(images/general/latest-news-top.jpg);
	width:314px;
	height:10px;
	background-repeat:no-repeat;
}
#body .left-wrap .left .latest-news-btm {
	width:314px;
	height:10px;
	background-image: url(images/general/latest-news-btm.jpg);
	background-repeat:no-repeat;
}
#body .left-wrap .left .latest-news {
	background-image:url(images/general/latest-news-bg.jpg);
	min-height:256px;
	width:312px;
	border-left: solid 1px #319aef;
	border-right: solid 1px #319aef;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#0f75ca;
	overflow:hidden;
}
#body .left-wrap .middle {
	float:right;
	width:50%;
	padding-top:10px;
}
#body .right {
	float:right;
	width:33%;
	padding-top:10px;
}
#body #sponsors {
	background-image: url(images/general/sponsor-bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:295px;
	padding-right:95px;
}
#footer {
	height:32px;
	background-image:url(images/general/footer-bg.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
#page-bottom {
	min-height:26px;
	padding-top:20px;
	background-image:url(images/general/page-bottom.png);
	width:993px;
	background-repeat:no-repeat;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
/*End Structure*/

/*Header*/

/*End Header*/

/*Navigation*/
#nav a.no-padding-lft {
	padding-left:0;
	padding-right:11px;
	background-image:none;
	float:left;
}
#nav a.no-padding-rgt {
	padding-right:0;
	padding-left:10px;
	float:left;
}
#nav ul, li {
	margin:0;
	padding:0;
}
#nav li{
	float: left;
	line-height: 40px;
	list-style:none;
	position: relative;
	text-align: left;
}
#nav li ul {
	left: -999em;
	position: absolute;
	top: auto;
	background-image:url(images/general/drop-down-bg.png);
	border:1px solid #128cd5;
	border-top:none;
}
#nav li ul li {
	float:none;
	line-height:16px;
}
/* Styles for Menu Items */
#nav li a{
	margin:0;
	padding:0;
	padding-right:11px;
	padding-left:13px;
	color:#ffe5b7;
	font-size:17px;
	background-image: url(images/nav/div-line.jpg); 
	background-repeat:no-repeat;
	background-position:left;
	display: block;
	text-decoration: none;
}
* html #nav li a {
	height: 1%
}
/* hovered lists */
#nav li:hover a{
	color:#ffffff;
}
#nav li:hover li a:hover {
	color:#ffe5b7;
}
/* set dropdown to default */
#nav li:hover li a {
	background:none;
	line-height: normal;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
}
#nav li ul li a {
	font-size: 12px; /* Sub Menu Styles */
	padding: 3px 5px;
	min-width: 120px;
}
#nav li:hover ul {
	left: 0 /* show menu*/
}

/*End Navigation*/

/*Typography and Colors*/
#header .right marquee {
	margin-left:120px;
	padding-top:50px;
	margin-right:120px;
}
#header .right p {
	padding:0;
	margin:0;
	font-size:30px;
}
#body h1, h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	text-align:left;
	padding-left:10px;
	margin-bottom:10px;
}
#body h1 {
	margin-top:20px;
	font-size:28px;
	color:#033e69;
}
#body h2 {
	font-size:22px;
	color:#fb9925;
}
#body a {
	text-decoration:none;
	color:#135cae;
}
#body a:hover {
	text-decoration:underline;
}
#body strong {
	color:#135cae;
}
#body li {
	list-style:none;
	background-image:url(images/general/list-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:20px;
	padding-left:20px;
}
#body .right ul {
	padding:0;
	margin:0;
}
#body .right li {
	background-image:none;
	list-style:none;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-left:20px;
	font-size:16px;
	color:#fb9925;
	font-weight:bold;
}
#body .right li li {
	padding-left:15px;
	font-size:14px;
	color:#135cae;
	font-weight:normal;
}

#body #news-block h2 {
	margin:0;
	padding:0;
	text-align:center;
}
#body #news-block p {
	font-size:14px;
}
#body p {
	text-align:justify;
	padding:0;
	margin:0;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:#313131;
}
#body small.date {
	padding-right:10px;
	color: #666;
	margin-top:20px;	
	float:right;
	line-height: 27px;
}
#body .news-heading {
	float:left;
	margin-top:20px;
}

#body .left-wrap .left .latest-news h2 {
	text-align:left;
	padding-left:10px;
}
#body .left-wrap .left .latest-news h3 a {
	text-align:left;
	color:#fb9925;
	padding-left:10px;
}
#body .left-wrap .left .latest-news p a {
	text-align:left;
	color:#fb9925;
}
#body .left-wrap .left .latest-news p {
	color:#FFFFFF;
}
#body .left-wrap .left .latest-news strong {
	color:#FFFFFF;
}

#body .left-wrap .left .latest-news hr {
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(images/general/hr.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:2px;
	width:100%;
	border:0;	
}
#footer p {
	padding:0;
	margin:0;
	color:#c4c4c4;
	text-align:center;
	font-size:14px;
	padding-top:14px;
}
#footer a {
	color:#c4c4c4;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
#page-bottom p {
	padding:0;
	margin:0;
	text-align:center;
	color:#7b7b7b;
	font-size:12px;
}
/*End Typography and Colors*/

/* =Images
-------------------------------------------------------------- */
#body img {
	margin: 0;
	border:none;
	height: auto;
	width: auto;
}
#body .attachment img {

}
#body .alignleft,
#body img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#body .alignright,
#body img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#body .aligncenter,
#body img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#body img.alignleft,
#body img.alignright,
#body img.aligncenter {
	margin-bottom: 12px;
}
#body .wp-caption {
	line-height: 16px;
	margin-bottom: 15px;
	padding: 4px;
	text-align: center;
}
#body .wp-caption img {
	margin:0;
}
#body .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	text-align:center;
	font-style:italic;
	margin: 5px;
}
#body .wp-smiley {
	margin: 0;
}
#body .gallery {
	margin: 0 auto 18px;
}
#body .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#body .gallery img {
	border: 2px solid #cfcfcf;
}
#body .gallery .gallery-caption {
	color: #666666;
	font-size: 12px;
	margin: 0 0 12px;
}
#body .gallery dl {
	margin: 0;
}
#body .gallery img {
	border: 2px solid #f1f1f1;
}
#body .gallery br+br {
	display: none;
}
#body .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*Begin Post Styling*/

/*End Post Styling*/

/*Sidebar*/
#sidebar h2 {
	font-size:14px;
}
#sidebar li {
	list-style:none;
	background-image:none;
	font-size:14px;
	padding:0;
	margin:0;
}
/*Form*/
form {
	width:95%;
	margin-left:5%;
	margin-bottom:5%;
}
.input {
	width:300px;
	margin-right:10px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/general/input-field-bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:12px;
	color:#808080;
}
form label {
	color:#135cae;
	font-size:14px;
}
.textarea {
	width:300px;
	max-width:300px;
	height:80px;
	max-height:80px;
	border:0;
	background-image: url(images/general/field-bg.jpg);	
	background-repeat:no-repeat;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}
/*End Forms*/
/*Begin Tables*/
table#wp-calendar {
	border:1px solid  #CCCCCC;
	width:67%;
	margin-left:30%;
	margin-bottom:10px;
	font-size:12px;
}
table#wp-calendar caption{
	font-style:normal;
	text-align:right;
	padding-right:15px;
	color:#033e69;
}
table#wp-calendar td {
	color: #333333;
}
table#wp-calendar th {
	color:#033e69;
}
#body table {
	margin-left:10px;
	border-collapse:collapse;
	border:1px solid #313131;	
	width:100%;
}
/*end tables*/
#slides {
	height:327px;
	width:964px;
	overflow:hidden;
	float:left;
	z-index:0;
}
#myController span{
	text-indent:-10000px;
	display: none;
}

#jFlowSlide{ float: left;}

#myController span.jFlowSelected {
}

.jFlowPrev{
	float: left;
	width: 38px;
	height:38px;
	position:relative;
	top:-180px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/general/topslideleft.png) top left no-repeat;
}

.jFlowNext{
	float: right;
	width: 38px;
	height:38px;
	position:relative;
	top:-180px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/general/topslideright.png) top left no-repeat;
}
#slide1 {
	background-image:url(images/general/need-support.png);
	background-repeat:no-repeat;
	height:327px;
	width:964px;
	z-index:0;
}
#slides a {
	width:964px;
	height:327px;
text-indent:-10000px;
display:block;
}
#slide2 {
	background-image:url(images/general/face-to-face.png);
	background-repeat:no-repeat;
	height:327px;
	width:964px;
}

/*Begin Roster Styling*/
#mi_roster {
	margin-left:10px;	
}
/*End Roster Styling*/
