﻿@charset "utf-8";
/* CSS Document */

/* Basic Elements */

html {
	margin: 0;
	padding: 0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
	color: #333333;
    	margin: 0;
	padding: 0;
}

/* To prevent the background from showing up in the RadEditor */
body#caringbody {
	background: url(/images/caring/bgnd_5pix.gif);
	background-repeat: repeat-x;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color:#0066FF;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #990000;
}

/* -------Specific Divs--------*/

#wrapper {
	width: 919px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

#clear {
	clear: left;
}

/*----------header----------------*/	
#headercontainer {
    position: relative;
	margin: 0px;
	width: 919px;
	height: auto;
}

#topborder {
	float: left;
	margin: 0px;
	width: 919px;
	height: 8px;
	background:url(/images/caring/ua_top_border.gif);
	background-repeat:no-repeat;
}

#lefttopborder {
	float: left;
	margin: 0px;
	width: 4px;
	height: 106px;
	background:url(/images/caring/ua_left_top_border.gif);
	background-repeat: no-repeat;
}

#logo {
	background: url(/images/caring/ua_logo.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	width: 911px;
	height: 106px;
	margin:0px;
	float: left;
}

#righttopborder {
	float: left;
	margin: 0px;
	width: 4px;
	height: 106px;
	background: url(/images/caring/ua_right_top_border.gif);
	background-repeat: no-repeat;
}

/*----------navigation bar ----------------*/	
#navcontainer {
	position: relative;
	margin: 0px;
	width: 919px;
	height: auto;
}

#navleftborder {
	float: left;
	margin: 0px;
	width: 4px;
	height: 40px;
	background: url(/images/caring/ua_left_top_border.gif);
	background-repeat: repeat-y;
}

#navbox {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #7dc253;
	float: left;
	margin: 0px;
	width: 911px;
	height: 40px;
}

#navrightborder {
	float: left;
	margin: 0px;
	width: 4px;
	height: 40px;
	background: url(/images/caring/ua_right_top_border.gif);
	background-repeat: repeat-y;
}

/*----------content----------------*/	

#contentcontainer {
	float: left;
	margin-top: -1px;
	width:919px;
	height:auto;
	background: url(/images/caring/ua_content_bgnd.gif);
	background-repeat: repeat-y;	
}

#maincontent {
	float: left;
	width: 850px;
	height: auto;
	margin-left: 20px;
	padding: 10px;
	background: #FFFFFF;
}

/*-----------bottom footer-------------*/

	


#mainbottomborder{
float: left;
	width: 919px;
	height:8px;
	background:url(/images/caring/ua_bottom_border_002.gif);
	background-repeat: no-repeat;
	}

#footercontainer{
	position: relative;
	clear: both;
	width:919px;
	margin-bottom: 10px;
	}


#footertopborder{
margin-top: 10px;
float: left;
background:url(/images/caring/ua_footer_top_border.gif);
background-repeat: no-repeat;
height: 5px;
width: 919px;
}

#footercontent{
float: left;
background:#95da6b;
width: 919px;
height: 80px;
font-size:13px;
}

#footertext{
float: left;
margin-top: 10px;
margin-left: 10px;
width: 253px;
height: 63px;
}

#footerlogo{
float: right;
margin-top: 10px;
width:253px;
height: 63px;
background:url(/images/caring/mercer_wordmark.gif);
background-repeat:no-repeat;
}

#footerbottomborder{
float: left;
background:url(/images/caring/ua_footer_bottom_border.gif);
background-repeat: no-repeat;
height:5px;
width: 919px;
}



