/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
    background: fixed;
    background-image: url(TMIbg.jpg);
    background-repeat: no-repeat;
}
#container {
    width:100%;
    margin:0px auto;
}

/* Links fx */
 a:link, 
a:visited { 
    color: #0e4c8c; 
    text-decoration: none;
    font-family: Verdana, Geneva;
    font-size: 14px;
    font-weight: regular;
	position:relative;
}
 a:hover{
    color:#4da652; 

}


div.links a, 
div.links a:link, 
div.links a:visited { 
    color: #0e4c8c; 
    text-decoration: none;
    font-family: Verdana, Geneva;
    font-size: 16px;
    font-weight: regular;
	position:relative;
}
div.links a:hover{
    color:#4da652; 
    border-bottom: #000000 3px solid;
}

p{
    clear:left;
    font-family: Verdana, Geneva;
    font-weight: lighter;
    font-size: 12px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px;
}

div#volunteer
{position:fixed;
bottom:100px;
right:75px;
}

/*MENU-BANNER*/
	
div#Navxtension {
	background-image:
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 200px;}
 div#Nav {
    background-image: url(images/lifeline_logo.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 900px;
    height: 200px;
}
div#Nav .links {
    float:right;
    margin:10px 10px;
    width:300px;
}
div#Nav .links table {
    width:100%;
}
div#Nav .links td {
    padding:3px;
}


/*Main Body Content*/
div#body_wrapper {
    width:900px;
    margin:0 auto;
}

div#logo_boxes {
	width: 514px;
	margin-right: 5px;
	position: absolute;
	left: 250px;
	top: 250px;
}

div#flash_home {
	width: 300px;
	margin-right: 5px;
	position: absolute;
	left: 777px;
	top: 250px;
}

div#nav_right {    
    float: right;
    clear:right;
}

div#body_text {
    float: right;
    width: 85%;
    margin-right: 5px;
}

div#body_text h4 {
    font-family: Verdana, Geneva;
    font-size: 16px;
    font-weight: bold;
    color: #4da652;
    margin:0px;
    float:left;
}
div#body_text h3 {
    font-family: Verdana, Geneva;
    font-size: 14px;
    font-weight: bold;
    color: #0e4c8c;
    margin:0px;
    float:left;}
	
div#body_text h4.style16 {
    color: #FF0099;
    margin:10px 0;
    float:left;
}
div#body_text p{
	clear:left;
	font-family: Verdana, Geneva;
	font-weight: lighter;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*intro*/

div#intro_text {
	float:right;
	width: 100%;
	padding-top: 10px;	
}
/*footer*/
div#footer {
	clear:both;
	width:100%;
	text-align: center;
	color:#00000;
	padding-bottom: 25px;	
	font:Verdana, Geneva;
}/* CSS Document */
