@charset "UTF-8";
/* CSS Document */

strong {
	font-weight:bold;
}

body {
	background-color: #17080b;
	font: 10pt Arial, Helvetica, sans-serif;
	color:white;
}

a {
	text-decoration:none;
	color:#8c6239;
}

ul li {
	list-style-type:disc;
	margin-left:20px;
}

/* HEADER */

#header {
	width: 100%;
	height: 63px;
	margin:0 auto;
	background:top left repeat-x url(../images/header_gradient.jpg);
}

#logo {
	height: 158px;
	width: 302px;
	background:left top no-repeat url(../images/lifeline_logo.jpg);
	float:left;
}

#logo a {
	display:block;
	width:100%;
	height:100%;
}

#navigation {
	letter-spacing:3px;
	width:100%;
}

#navigation a {
	color:white;
}

#navigation ul {
	text-align:center;
	padding:12px 0 0 0;
}

#navigation ul li {
	display:inline;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	margin:0;
	letter-spacing:0px;
	border-right:1px solid #465e8c;
}

#navigation ul li:last-child {
	padding-right:0;
	border:0;
}

#navigation ul li a:hover {
	border-bottom:2px solid #FFFFFF;
	cursor:pointer;
}

/* MAIN CONTENT */

#content {
	width:1010px;
	margin:0 auto;
}

#heading {
	display:block;
	font:34px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	clear:both;
	float:right;
	margin:0;
	background:top left repeat-x url(../images/heading_gradient.jpg);
	padding:3px 280px 3px 10px;
	text-transform:lowercase;
}

#content_menu {
	letter-spacing:3px;
	width:100%;
	background:top left repeat-x url(../images/content_menu_gradient.jpg);
}

#content_menu a {
	color:black;
}

#content_menu ul {
	text-align:left;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #000000;
}

#content_menu ul li {
	display:inline;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	margin:0;
	letter-spacing:0px;
	border-right:1px solid #000000;
}

#content_menu ul li:last-child {
	padding-right:0;
	border:0;
}

#content_menu ul li a:hover {
	border-bottom:2px solid #000000;
	cursor:pointer;
}

#main_content {
	display:block;
	width:940px;
	margin:0 0 50px 0;
	float:left;
}

#content_menu {
	clear:both;
}

#content_body {
	width:940px;
	/* min-height:300px; */
	margin:0;
	padding:15px;
	font-size:14px;
	letter-spacing:-1px;
	color:black;
	background:top left repeat-x url(../images/lifeline_content_box_bg.jpg);
	background-color:#B2A054;
	margin:0;
	line-height:1.2em;
	float:left;
}

#main_content p {
	margin:0 0 15px 0;
}

#inner_content a {
	color:#39496D;
}

#inner_content {
	margin:15px;
	float:left;
	width:95%;
}

#photo_gallery_page {
	position:absolute;
	display:block;
	width:312px;
	height:220px;
	margin:30px 0 0 680px;
}

#inner_content h3 {
	font-weight: bold;
	padding:0 0 5px 0;
}

#inner_content h4 {
	font-weight: bold;
	padding:2px 0;
}	

#backtotop {
	width:100%;
	text-align:right;
	font-size:12px;
}

/* PHOTO GALLERY */
#photo_top_border {
	display:block;
	width:311px;
	height:16px;
	background:top left no-repeat url(../images/photo_border_top.png);
	float:left;
}

#photo_left_border {
	display:block;
	width:13px;
	height:189px;
	background:top left no-repeat url(../images/photo_border_left.png);
	float:left;
}

#photo_content {
	display:block;
	width:287px;
	height:189px;
	background:top left no-repeat url(../images/photo_content_area.png);
	float:left;
	overflow:hidden;
}

#photo_right_border {
	display:block;
	width:11px;
	height:189px;
	background:top left no-repeat url(../images/photo_border_right.png);
	float:left;
	clear:right;
}

#photo_bottom_border {
	display:block;
	width:311px;
	height:15px;
	background:top left no-repeat url(../images/photo_border_bottom.png);
	float:left;
}

/* FOOTER */

#footer {
	height:146px;
	width:100%;
	background:top left repeat-x url(../images/footer_gradient.jpg);
	font:11px Arial, Helvetica, sans-serif;
	clear:both;
	color:white;
	text-align:right;
	letter-spacing:0px;
	line-height:1.2em;
}

#footer a#social_twitter {
	float: left;
	width: 32px;
	height: 32px;
	margin: 6px 0 0 50px;
	background:top left repeat-x url(../images/twitter.png);
}

#footer a#social_facebook {
	float: left;
	width: 32px;
	height: 32px;
	margin: 6px 0 0 20px;
	background:top left repeat-x url(../images/facebook.png);
}

#footer form {
	float: right;
	width: 73px;
	height: 44px;
	margin: 0 50px 0 0;
}

#footer span#contact {
	display:block;
	text-align:center;
	font-size:14px;
	padding:15px 0 0 0;
	letter-spacing:0px;
	width: 940px;
	margin: 0 auto;
	line-height: 3em;
}

#footer span#about {
	display:block;
	padding:20px 30px 0 0;
	width:1010px;
	margin:0 auto;
}

#footer span#copyright {
	display:block;
	padding:15px 30px 0 0;
	width:1010px;
	margin:0 auto;
}

	
