/*********************************************************
   CSS Reset
 *********************************************************/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
}

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
	text-align: left;
	background:#990000 url(images/layout/bg-body.gif) repeat-y top center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	color: #555;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #4c6267;
}

h1 {
  padding-bottom: 0.2em;
  font:1.6em arial, sans-serif;
  border-bottom: 12px solid #ddd;
}

h2 {
	font-size: 1.2em;
}

h3{
  font-size: 1.0em;
}
h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

p{
padding-bottom:10px;
}

a {
  border-bottom:1px dotted #990000;
  text-decoration:none;
  color: #990000;
}

a:hover {
	text-decoration:none;
	border:0;
}

a img {
  border: 0;
}

/*ul li {
  margin: 0;
  padding: 1px 5px 1px 20px;
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
}*/

/**************************************************************
   Header
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	width: 776px;
	background: #48525B url(images/layout/bg-header.gif) repeat-x bottom left;
	border-bottom: 2px solid #770000;
	background-color: #48525B;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header h1 a{
	display:none;
	}
#header h1{
	background:url(images/layout/ua_nameplate.png) 0 0 no-repeat;
	position:absolute;
	top: 5px;
	left:25px;
	width:172px;
	height:46px;
	border:0;
	}

#header h2 a{
	display:none;
	}
#header h2{
	background:url(images/layout/logo_health.png) 0 0 no-repeat;
	position:absolute;
	top: 20px;
	right:25px;
	width:364px;
	height:22px;
	border:0;
	}

/**************************************************************
   Header Image
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 133px;
  background: url(images/layout/header_image2.jpg) no-repeat top left;
  width: 766px;
  border:5px solid #fff;
}

/**************************************************************
   Menu
 **************************************************************/

#menu {
  margin: 0 auto;
  width: 776px;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0 0 15px 0; 
  padding: 0;
  text-align: left;
  background: #990000 url(images/layout/bg-menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%; 
/*  margin: 0 25px 0 0;
*/  height: 40px;
  font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
  font-size:1.2em;
  color: #fff;
  border-top: 7px solid #ac0909;
  text-align:center;
}

#menu ul li a:hover {
  background: #a19d9d;
  border-top: 7px solid #6c6a6a;
}

/**************************************************************
   Right column unordered list styles
 **************************************************************/

#rightcol ul{
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #AAD3DB;
}

#rightcol ul li{
  margin: 0 0 0 0px;
  padding: 1px 5px 1px 20px;
  list-style: none;
 /* background:url(images/layout/bullet.gif) 5px 8px no-repeat ;*/
  display:block;
}

#rightcol ul li a{
  height: 20px;
  border:0;
}
#rightcol ul li a:hover{
  text-decoration:none;
}
#rightcol ul li:hover {
  color: #426F85;
  background:#B3C6C4 /*url(images/layout/bullet.gif) */5px 8px no-repeat;
}

/**************************************************************
   Related links column unordered list styles
 **************************************************************/

#relatedlinks ul{
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #AAD3DB;
}

#relatedlinks ul li{
  margin: 0;
  padding: 1px 5px 1px 20px;
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
  display:block;
}

#relatedlinks ul li a{
  height: 20px;
  border:0;
}
#relatedlinks ul li a:hover{
  text-decoration:none;
}
#relatedlinks ul li:hover {
  color: #426F85;
  background:#B3C6C4 url(images/layout/bullet.gif) 5px 8px no-repeat;
}


/**************************************************************
   Container, content, and column widths/positioning
 **************************************************************/
 
#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 6em;
	text-align: left;
}

#columns {
  margin: 0 auto;
  width: 746px;
}

#leftcol{
float:left;
width: 73%;
}

#leftcol ul li {
  margin: 0 0 0 10px;
  padding: 1px 5px 1px 20px;
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
}

#rightcol{
float:right;
width:24%;
background-color: #EAF2F5;
}

#rightcol h2{
	margin:3px 0 3px 0;
	padding:0 5px 0 5px;
}

#relatedlinks{
float:right;
width:24%;
background-color: #EAF2F5;
}

#relatedlinks h2{
	margin:3px 0 3px 0;
	padding:0 5px 0 5px;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  margin-top: -5em;
  color:#FFFFFF;
}

#footer a{
	border:0;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #background {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(images/layout/bg-header.gif) repeat-x bottom left;
  width:776px;
}

#footer #background p{
	padding:10px;
	}


/**************************************************************
   Form Elements
 **************************************************************/
legend{
	font-weight:bold;
	font-size:15px;
	color:#4c6267;
	padding:2px 5px 2px 5px;
} 

label {
	display:block;
	margin:2px 0 2px 10px;
}

/*input, textarea, select {
	margin:2px 0 2px 10px;
	padding:5px;
	width:200px;
}

input.submit {
	display:block;
	margin:5px 0 10px 10px;
	background:transparent url(images/layout/submit.gif) 0 0 no-repeat;
	color:#4c6267;
	width:100px;
	height:35px;
	text-align:center;
	border:0;
	cursor:pointer;
}*/

