/* CSS Document */

/* Global Styles */

body {
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	background-color:#E3DFD5;
}

p, span, ul, li, input, select, h1, h2, h3, h4, h5, h6, form, a {
	margin:0;
	padding:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	font-size: 12px;
}

a, a:link, a:visited, a:hover {
	color:#A47B4B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #4b4b4b;
}

#wrapper {
	width:800px;
	margin:auto;
	margin-top: 30px;
	border-top:none;
	background-color:#FFFFFF;
}

/* Masthead Elpxents */

#wrapper #header {
	width:800px;
	height:118px;
	margin:0;
	padding:0;
	padding-top:0px;
	background: url(../images/banner.jpg) no-repeat;
}

*html #wrapper #header {
	margin-left:-1px;
	width:801px;
	}


/* Global Navigation Elpxents */

#header #global {
	width:500px;
	margin:0;
	padding:0;
	float:right;
}

#header #logo {
	width:280px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:15px;
	float:left;
}

#header #logo a {
	width:270px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:0px;
	float:left;

}

#logo span {
	display:none;
}

#header #myuhc {
	width:130px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:100px;
	float:left;
}

#header #myuhc a {
	width:130px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:0px;
	float:left;

}

#myuhc span {
	display:none;
}


#header #uhc {
	width:180px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:50px;
	float:left;
}

#header #uhc a {
	width:180px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:0px;
	float:left;

}

#uhc span {
	display:none;
}

#global ul {
	list-style-type:none;
	float:right;
}

#global ul li {
	list-style-type:none;
	float:left;
	font-size:11px;
	padding:9px;
	padding-top:0;
	padding-bottom:0;
	background:url(../images/nav_divider.gif) no-repeat right center;
}

#global ul li.last {
	background:none;
}

#global #search {
	width:580px;
	margin:0;
	padding:0;
	padding-top:15px;
	margin-right:10px;
	float:right;
	text-align:right;
}

#search p {
	font-size:12px;
}

/* Main Navigation Elpxents */

#wrapper #mainnav {
	width:800px;
	height:36px;
	margin:0;
	margin-top:2px;
	padding:0;
	clear:both;
}

/* Commented out attempt to dynamically vertical align inside the tab (TEJ)

.v-outer {
            display: table;
            #position: relative;
            overflow: hidden;
            height: 40px;
            width: 100%;
        }

            .v-middle {
                display: table-cell;
                #position: absolute;
                #top: 50%;
                vertical-align: middle;
            }

                .v-inner {
                    #position: relative;
                    #top: -50%;
                }*/

 #mainnav ul {
	width:788px;
	margin-left:5px;
	list-style-type:none;
	float:left;
}

*html  #mainnav ul {
	margin-left:3px;
}

#mainnav ul li {
	list-style-type:none;
	height:40px;
	width: 131px;
	float:left;
	font-size:11px;
	font-weight:bold;	
}

#mainnav ul li a {
	list-style-type:none;
	float:left;
	width: 106px;
	height:30px;
	padding:12px;
	padding-top:6px;
	padding-bottom:4px;
	border-bottom:none;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/navTab.gif) left bottom no-repeat;
}

#mainnav ul li a.singleLine {
	height:22px;
	padding-top:14px;
}


#mainnav ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/navTab_on.gif) left bottom no-repeat;
}

#mainnav ul li#current {
	list-style-type:none;
	width: 131px;
	float:left;
	border-bottom:none;
}

#mainnav ul li#current a {
	background:url(../images/navTab_on.gif) left bottom no-repeat;
	color:#FFFFFF;
}

#mainnav ul li#current a:hover {
	text-decoration:none;
	cursor:text;
}


/* Main Body Elements */

#wrapper #bodycontent {
	width:790px;
	margin:0;
	padding:0;
	clear:both;
	margin-left: 5px;
	margin-top: 5px;
	background:#efefef;
}

div.container {
	width:790px;
	margin:0;
	padding:0;
	margin-left: 5px;
	float:left;
	margin-top: 2px;
}

#bodycontent #bg2 {
	background: url(../images/contentBG2.jpg) no-repeat;
}

#bodycontent #bg3 {
	background: url(../images/contentBG3.jpg) no-repeat;
}

#bodycontent #bg4 {
	background: url(../images/contentBG4.jpg) no-repeat;
}

#bodycontent #bg5 {
	background: url(../images/contentBG5.jpg) no-repeat;
}

#bodycontent #bg6 {
	background: url(../images/contentBG6.jpg) no-repeat;
}

div.container_btm {
	width:790px;
	margin:0;
	padding:0;
	margin-left: 4px;
	float:left;
	background: url(../images/contentBG_btm.gif) no-repeat;
}

*html div.container {
	margin-left: 3px;
}

*html div.container_btm {
	width:791px;
	margin-left: 2px;
	background: url(../images/contentBG_btm.gif) .1em no-repeat;
}


/* Center Column Elpxents */

#center {
	width:468px;
	margin:0;
	padding:30px;
	float:left;
	border-top:none;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 22px;
	margin-bottom: 5px;
	background: #FFFFFF;
}


#center h1 {
	padding-top: 7px;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}

#center h2, #center h2 a {
	padding-top: 7px;
	padding-bottom: 4px;
	font-size:12px;
	font-weight:bold;
	color: #865C2A;
	text-decoration:none;
}

#center h2 a:hover {
	text-decoration:underline;
}

#center p {
	font-size:12px;
	color: #4b4b4b;
}

#center ul {
	margin-left: 10px;
	list-style:none;
	margin-top: 10px;
}

#center ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	padding: 2px; 
	padding-left: 11px;
	font-size: 12px;
	color: #4b4b4b;
}
	
#center ul.anchors li {
	background: url(../images/bulletArrow.gif) left 6px no-repeat;
	padding-left: 20px;
	font-weight:bold;
}
	

div.button {
	width: 166px;
	height: 40px;
	}
	
#buttonLeft a {
	position: absolute;width: 166px;
	height: 35px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	background: url(../images/contentButton.gif) no-repeat;
	text-decoration:none;
	}
	
#buttonRight a {
	position: absolute;width: 166px;
	height: 35px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	background: url(../images/contentButton.gif) no-repeat;
	text-decoration:none;
	}	


	
#buttonLeft a:hover, #buttonRight a:hover {
	background: #cc0000 url(../images/contentButton_ro.gif) no-repeat;
	}
	
#buttonLeft {
	width: 166px;
	float:left;
	}

#buttonRight {
	float:right;
	margin-right: 120px;
	}

*html #buttonRight {
	float:right;
	margin-left: 10px;
	margin-right: 55px;
	}



/* Right Sidebar Elpxents */

#bodycontent #right {
	width:238px;
	min-height: 380px;
	margin:0;
	padding:0;
	float:right;
	padding-left: 14px;
	margin-right: 5px;

}

*html #bodycontent #right {
	width:240px;
	margin-right: 5px;
	padding-left: 3px;
}

.arr16 {
	font-size: 16px;
	}

#right h1 {
	font-size:12px;
	font-weight:bold;
	width: 222px;
	color:#FFFFFF;	
	margin-top:30px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	background: url(../images/h1rtBG.gif) no-repeat;
}

#right #promo {
	font-size:12px;
	font-weight:bold;
	width: 222px;
	color:#FFFFFF;	
	margin-top:130px;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

#right p, #right ul {
	font-size:12px;
	width: 213px;
	padding:10px;
	border-bottom: 2px solid #e7edf1;
	border-left: 1px solid #e7edf1;
	border-right: 1px solid #e7edf1;
	border-top: 1px solid #e7edf1;
	color: #4b4b4b;
	background: url(../images/transparentWhite.png) repeat;
}

#right ul {
	list-style:none;
}

#right ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	padding: 4px; 
	padding-left: 11px;
	font-size: 12px;
	color: #4b4b4b;
}


/* Clearer div */

#wrapper .clearer {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	height:0;
}

/* Footer Elpxents */

#wrapper #footer {
	width:780px;
	height:33px;
	clear:both;
	margin-top:7px;
	color:#999999;
	margin: 5px;
	padding-left:10px;
	padding-top:5px;
	background:url(../images/footerBG.gif) repeat-x left center;
}

#footer ul {
	width:760px;
	list-style-type:none;
	float:left;
	margin-top: 6px;
}


#footer ul li {
	list-style-type:none;
	float:left;
	padding:8px;
	padding-top:0;
	padding-bottom:0;
	background:url(../images/nav_divider.gif) no-repeat left center;
}

#footer ul li.first {
	padding-left:0;
	background:none;
}

#wrapper #footer a {
	font-size: 12px;
	font-weight: bold;
}

/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 div { behavior: url(iepngfix.htc) }