/* CSS Document */
/** {margin:0;padding:0} */
html {
overflow: auto;
}
body {
	padding : 0;
	margin : 0;
	border: 0; 
	background-color: #FFFFFF;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/layout/bkgrd_left2.jpg);
	background-repeat: repeat-y;
	
	/*scrollbar-base-color:#333300;*/	
	
}
A:link {
	text-decoration: underline;
	color: #134E9A;
}
A:visited {text-decoration: underline; color: #134E9A;}
A:active {text-decoration: underline; color: #134E9A;}
A:hover {text-decoration: none;  color: #134E9A;}

/* header styles */
#header {
	background: url(../images/layout/Header_bk.jpg);
	text-align:right;
	height: 84px;
	
	 /* creates the top overlap of the right column */
}
#headerlft {
	background: url(../images/logo.jpg);
	width: 204px;
	height: 177px;
	position: absolute; 
	top: 0px; 
	left: 0px;	
	 /* creates the top overlap of the right column */
}
#headerrt {
	background: url(../images/header.jpg);
	width: 777px;
	height: 84px;
	position: absolute; 
	top: 0px; 
	right: 0px;	
	 /* creates the top overlap of the right column */
}
#main {
	/* margin-left:10.2em;
        margin-right:10.2em;
        padding-left:1em;
        padding-right:1em;
		position: absolute;
	top: 84px;
	left: 204px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	margin-right: 267px;*/
}
#main2col {
	position: absolute;
	top: 84px; 
	left: 204px; 
	bottom: 0px;
	right: 0px;
	z-index: 100;
	
}
#main-top {
		background: url(../images/red_bar_center.jpg);
		height: 44px;
		
}
#main-top-text {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	position: fixed;
}
#main-board {
	color: navy;
	text-align: left;
	vertical-align: top;
	margin-left: 2px;
	margin-right: 1px;
	padding-top: 3px;
	
}
#main-text {
	font-size: 1em;
	color: #333333;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;	
	
}
#main-foot {
		background: url(../images/red_frame_bot_center.jpg);
		height: 11px;
		
}
/* and then we put each list on its place */
#list1 {
	position: absolute;
	top: 177px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 205px;
	background: url(../images/bkgrd_left.jpg);
	background-color: #CCCCCC;
	height: 900px;
}
#list1b {
	position: absolute;
	top: 177px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 205px;
	background: url(../images/bkgrd_left.jpg);
	background-color: #CCCCCC;
	height: 1300px;
}

#list2 {
	padding-left:0px;
	padding-top:5px;
		
}
#list2b {
		position: absolute; 
		top: 84px; 
		right: 0px; 
		bottom: 0px; 
		right: 0px; 
		background: url(../images/blue_box.jpg);
		background-repeat: repeat-y;
		background-color: #134E9A;
		width: 267px;
		height: 1393px;
		
}
#list2_title {
	width: 267px;
	vertical-align: bottom;
	padding-left: 20px;
}
#list2 ul {
	color: #FFFFFF;
	text-align: left;
}
#list2 li {
	color: #FFFFFF;
	text-align: left;
	padding-right: 14px;	
}
.list2_titletext {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

#list2_text {
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
}
.leftmenu
{
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

.leftmenu li
{
	padding-left: 10px;
	padding-bottom: 0px;
	/* 
	background: url(../images/arrow.gif) no-repeat 0 .3em;*/
}
#list2_text a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing:1px;
	padding-left:10px;
}

#list2_text a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#doclist {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;	
}
#doclist a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#doclist a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li a
{
background: url(../images/layout/Nav_button.jpg) #fff bottom left;
background-repeat: no-repeat;
height: 34px;
line-height: 34px;

width: 194px;
display: block;
color: #0d2474;
text-decoration: none;
text-align: left;
padding-left: 10px;
}
#nav-menu li a:hover
{
	background: url(../images/layout/Nav_button_roll.jpg) #fff bottom left;
	background-repeat: no-repeat;
	height: 34px;
	line-height: 34px;
	width: 194px;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{

}
#footer {

}
#vid {

 text-align: center;
 }

img.floatRight {
	float: right;
	vertical-align: top;
	margin: 5px;
}
img.floatLeft { 
    float: left; 
	vertical-align: top;
	margin-right: 0px;
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    clear: right; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
	clear: right;
}
img.floatLeftClear2 { 
    float: left; 
    clear: left; 
    margin: 0px;
}
img.floatLeftClearClear { 
    float: left; 
    clear: left; 
	clear: right;
	margin-right: 5px;
}
img.floatLeftClearClearrt { 
    float: right; 
     
	padding-right: 20px;
}
img.bot {
	vertical-align: bottom;
	}
.bigred {
	color: #990000;
	text-align: left;
	font-weight: bold;
}
.PatientHeader {
	font-size: 16px;
	
}
input
{
	border: 1px solid #000;
}
.bigwhitetxt {
	color: #FFFFFF;
	font-size:18px

}
#redbar {
	height: 28px;
	vertical-align: middle;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#blusec {
	background-image: url(../images/layout/blue_back_top.jpg);
	background-repeat: no-repeat;
}
#list2 #listnews_text {
	font-family: Arial, Helvetica, sans-serif;
	size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
#listnews_text {
	font-family: Arial, Helvetica, sans-serif;
	size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
#list2 #listnews_text a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:1px;
	padding-left:10px;
}

#list2 #listnews_text a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
pubDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #878883;
	padding: 3px;
}
#redbar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#redbar h1 {
	
	margin: 0;	padding: 0;	border: 0; outline: 0;	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;

}
