html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-color: #FFF;
font-size: 11px;
font-family: helvetica, sans-serif;
padding:0px;
margin:0px;
}

a {color:#c62726;}
a:visited {color:#c62726;}
a:hover {color: #000;}
a:active { color:#c62726;}

h1 {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px }

#wrapper { 
width: 950px;
margin: 0px auto;
top: -120px;
z-index: 100;
position:relative;
}

/* -------------NAVIGATION-------------- */

#navigation {
width: 100%;
height: 20px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:39px;
	position: relative;
	background-image:url(images/nav_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#main-nav {
	margin: 0px 0px 0px 5px;
	text-align: left;
	padding-top: 19px;
	padding-left: 0px;
}
#main-handle {
	width: 605px;
	float: right;
	margin-top: 0px;
}
#main-nav li {
	display: inline;
	list-style: none;
}
#main-nav li a {
	margin-right: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 9px;
	position: relative;
	top: -2px;
}
#main-nav li a:hover, #main-nav li a.active {
	background: #800a12;
}
#sub-link-bar {
	background: #ad1f25;
	height: auto;
}
.sub-links {
	display: none;
	position: absolute;
	width: 100%;
	top: -24px;
	text-align: right;
	right: 198px;
}
#main-nav li .sub-links li a:hover{
	background: #800a12;
}
#main-nav li a.close{
	display: none;	
	position: absolute;
	top: 9px;
}
#main-nav li a.close:hover{
	background: #800a12;
}

/* ----------container to center the layout-------------- */

#container {
width: 900px;
height:auto;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

/* ----------FLASH BANNER-------------- */

#banner {
position:inherit;
background-image:url(images/flash_bg.jpg);
background-position:center;
background-repeat:no-repeat;
width: 100%;
height:398px;
margin-top: 0px;
top: 39px;
}

/* --------------LOGO-------------- */
  .lifest_logo
{
	height:142px;
	width: 301px;
	position:relative;
	z-index: 101;
}

.logo
{
	display:block;
	float:left;
}

/* --------------TOP BAR-------------- */

#topbar {
background-image:url(images/topbar_bg.gif);
background-position:center;
background-repeat:no-repeat;
position:inherit;
width: 100%;
height:103px;
margin: 0px;
padding: 0px;
}

#ticker {
width:304px;
height:61px;
margin: 0px;
padding: 0px;
position:relative;
top: -105px;
left: 340px;
}

/* -----------------CONTENT--------------------- */

#leftcolumn {
position:relative;
width:629px;
height:auto;
margin: 0px;
padding: 0px;
float:left;
top: -80px;
}

#leftcolumn p, pre{
font-size:11px;
text-align:justify;
line-height:18px;
padding: 5px 0px 0px 10px;
margin:0px;
}

#leftcolumn td{
font-size:11px;
line-height:18px;
text-align:center;
}

#rightcolumn {
position:relative;
background-image:url(images/rightcolumn_bg.jpg);
background-repeat:no-repeat;
width:267px;
height:652px;
margin: 0px;
padding: 0px;
float:right;
top: -149px;
}

#rightcolumn p, pre {
font-size:11px;
text-align:justify;
line-height:18px;
padding: 5px 0px 0px 10px;
margin:0px;
}

/* ------------------------IMAGE SLIDERS--------------------------- */

				.boxgrid{ 
				width: 267px; 
				height: 163px; 
				margin:0px; 
				float:left; 
				background:none; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				top: 5px;
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 267;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				} 

/* ------------------------SOCIAL--------------------------- */

#social {
position:relative;
margin:0px;
padding: 0px;
width:260px;
height: 65px;
top:-167px;
left:680px;
background-color: transparent;
}


/* ----------------------------footer--------------------------- */

#footerwrap {
height:39px;
width: 950px;
margin: 0px auto;
padding: 0px;
}

#footerleft {
height:39px;
width: 400px;
margin: 0px auto;
padding: 0px;
text-align:left;
float:left;
}

#footerright {
height:30px;
width: 400px;
margin: 0px auto;
padding: 0px;
text-align:right;
background-color:#FFFFFF;
float:right;
}

#footerleft p{
padding: 0px;
margin-left:5px;
text-align:left;
font-size:10px;
font-weight: bold;
color:#2D2D2D;
}

#footer a {color: #7a1213;}
#footer a:visited {color:#7a1213;}
#footer a:hover {color: #cdcdcd;}

/* ------------------------------BOTTOM BAR---------------------------------- */

#bottombar {
background-image:url(images/bottombar_bg.jpg);
background-repeat: repeat-x;
background-position:center;
width:100%;
height:266px;
padding: 0px 0px 0px 0px;
}

#bottomInner {
width: 950px;
margin: 0px auto;
position:relative;
height: 225px;
}

#bottombar1 {
width:303px;
height:209px;
left: 0px;
top: 8px;
padding:0px;
position:relative;
}

#bottombar2 {
width:303px;
height:209px;
left: 324px;
top: -200px;
position:relative;
padding:0px;
background-image:url(images/contest.jpg);
background-repeat:no-repeat;
}

#bottombar3 {
width:303px;
height:209px;
left: 647px;
top: -409px;
position:relative;
padding:0px;
border: thin #FFFFFF solid;
}

/* ------------------------IE - PNG FIX--------------------------- */

img, div { 
  behavior: url(iepngfix.htc);
}
