@charset "utf-8";
body {
	font: normal 78% Arial, sans-serif; 
	background: #d0cecc;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
}

a {
cursor:pointer;
}


p { 
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.4em;
}

img
{  border-style: none;
}

div.footnote{
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
border-top:1px solid #d0cecc;
margin-top:10px;
padding-top: 10px;
font-style:italic;
}
	
div.hr { 
width: 100%; 
height: 1px; 
background: #d0cecc; 
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}


.clear{
clear:both;
height:1px;
}

sup{
font-size:.6em;
}
 	
/***********************STRUCTURES***********************************/
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #d0cecc;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #231f20;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1em;
}
.oneColLiqCtrHdr #header {
	width:100%;
	min-width:900px; 
	position:relative;
	overflow:visible;		
	background: #ffffff;
	background-image:url(../images/submenu_bg2.jpg);
	background-position:bottom;
	background-repeat:repeat-x; 
	padding: 10px 0px 0px 10px;  /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColLiqCtrHdr #header #hdcontainer{
	width:860px;
	height:115px;
	margin:0px auto;
	padding:0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#231f20;
	position:relative;
	overflow:visible;
	background-image:url(../images/DR_logo_new.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: transparent;
/*	border:solid 1px orange;*/
}

.oneColLiqCtrHdr #billboard {
	color: #ffffff;
	min-width:900px; 
	height: 420px;
	background-image: url(../images/DR_banner_bg.gif);
	background-repeat:repeat-x;
/*	border:solid 1px orange;*/
	background-color: #00344e;
	background-position: center;
	position:relative;
	overflow:visible;
	margin:0px;
	padding:0px;
	/*padding: 0 20px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColLiqCtrHdr #billboard #bbcontainer{
	width:860px;
	height: 400px;
	margin:0px auto;
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	border:solid 1px yellow;*/
	background-color: transparent;
	position:relative;
	overflow:hidden;
	color:#FFFFFF;
}


/* BillBoard slider */

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:3px;
	top:90px;
	float:right;
	}	

#nextBtn{ 
	left:870px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:30px;
	background:url(../images/11.png) no-repeat 0 0;	
	border: none;
	text-decoration:none;
	}	
#nextBtn a{ 
	background:url(../images/10.png) no-repeat 0 0;	
border: none;
	text-decoration:none;
	
	}								
	
div.detail_transback{
	width: 830px; 
	height:192px; 
	padding:0px; 
	margin:0px; 
/*	background:url(../images/transparency35.png);*/
	background-color:#00344e;
	overflow:hidden;
/*	border:solid 1px red;*/
}
div.detail_transbox{
	float:right;
	width:258px;
	background-color:#00344e;	
	height: 172px;
	padding:10px;
	margin:0px;
	font-size:.9em;

}

div.detail_transbox a{
	color: #00CCFF;
	text-decoration:none;
	}

div.detail_transbox a:hover{
	text-decoration:underline;
	}

div.detail_transbox h1{
	color: #ffffff;
	font:1.44em  Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:0px;
}


/* // slider */	


.oneColLiqCtrHdr #sbillboard {
	min-width:900px;
	color: #ffffff;
	background-image: url(../images/sbboard_blue_bg.jpg);
	background-repeat:repeat-x;
	/*border:solid 2px orange;*/
	background-color: #00344e;
	position:relative;
	overflow:visible;
	margin:0px;
	padding:0px;
	/*padding: 0 20px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #sbillboard #small_bbcontainer{
	width:840px;
	height: 50px;
	margin:0px auto;
	padding: 20px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*border:solid 1px yellow;*/
	background-color: transparent;
	position:relative;
	color:#FFFFFF;
}


.oneColLiqCtrHdr #sbillboard #small_bbcontainer H1{
font-family: Arial, sans-serif;
font-size:2em;
margin:0px 0px;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	width:840px;  /* changing width will affect the dropshadow background*/
	margin:0px auto;
	padding: 10px 30px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/dr_main_rice_bg.gif);
	background-repeat:repeat-y;
	position:relative;
	overflow:hidden;
	font-size:1em;
}

.oneColLiqCtrHdr #footer { 
	color:#FFFFFF;
	width:840px; /* changing width will affect the dropshadow background*/
	height: 50px;
	text-align:left;
	font-size:.85em;
	margin:0px auto;
	background-image: url(../images/dr_footer_bg.gif);
	background-repeat:repeat-y;
	padding: 10px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	overflow:hidden;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

/***********************END OF STRUCTURES***********************************/

/***********************grayrightbox elements***********************************/
.grayrightbox{
	width:266px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 3px 0px;
	float: right;
	text-align:left;
	/*border:solid 3px #d0cecc;*/
	/*padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#D0CFCC;
	overflow:visible;
	color:#00344e;
	font-size:.95em;
}

.grayrightbox .header {
	background-color: #5F6061;
	padding: 5px 10px;
	}

.grayrightbox .header h1{
	color: #fff;
	font:bold 1.2em Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
}

.grayrightbox dl{
width:240px;
position:relative;
margin:5px auto;

}

.grayrightbox dl dt{
		width: 20px; 
		text-align:right;
		font-size:.95em; 
		float:left; 
		padding:10px 5px;
}

.grayrightbox dl dd{
		width: 180px; 
		text-align:left;
		font-size:.95em; 
		padding:10px;
		float:left; 
		clear:right;
		margin-left:0px;
}

.grayrightbox a{
	color:#231f20;
	font-size:1em;
	text-decoration:none;
	}

.grayrightbox a:hover{
	color:#842b37;
	text-decoration:underline;
	}
	


	


/***********************lightbluerightbox elements***********************************/
.lightbluerightbox{
	width:266px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 3px 0px;
	float: right;
	text-align:left;
	/*	border:solid 3px #d0cecc;*/
	/*padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#487CA0;
	overflow:visible;
	color: #F5F5F5;
	font-size:.9em;
}

.lightbluerightbox ul{
/*	border:1px solid red;*/
	margin-top:5px;
	margin-bottom:5px;
}

.lightbluerightbox li{
	list-style: url(../images/arrow_icon.gif);
	vertical-align:top;
	padding: 4px;
}


.lightbluerightbox .header {
	background-color: #00192A;
	padding:5px 10px;
	}
	
.lightbluerightbox .header h1{
	color: #ffffff;
	font:bold 1.2em Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
}

.lightbluerightbox a{
	color: #ffffff;
	font:1em Arial, sans-serif;
	text-decoration:none;
}

.lightbluerightbox a:hover{
	color: #842b37;
	font: 1em Arial, sans-serif;
	text-decoration:underline;
	
}

.lightbluerightbox dl{
width:240px;
position:relative;
margin:5px auto;
padding-top:0px;
}

.lightbluerightbox dl dt{
		width: 50px; 
		text-align:right;
		font-size:.95em; 
		float:left; 
		padding:3px 0px;
}

.lightbluerightbox dl dd{
		width: 150px; 
		text-align:left;
		font-size:.95em; 
		padding:3px 0px 3px 10px;
		float:left; 
		clear:right;
		margin-left:0px;
}

	
/***********************END OF lightbluerightbox elements***********************************/


/***********************whiteLEFTbox elements***********************************/

.whiteleftbox{
	width:535px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 0px 0px;
	float: left;
	text-align:left;
	border:solid 1px #d0cecc;
	padding:15px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	overflow:visible;
	font-size:1em;
}


.whiteleftbox a{
	color: #286EA0;
	text-decoration:underline;
	}

.whiteleftbox a:hover{
	color: #842b37;
	text-decoration:underline;
	}
	
.whiteleftbox h1{
	color: #842b37;
	font:bold 1.4em Arial, sans-serif;
	border-bottom:1px solid #d0cecc;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:5px;
}



.whiteleftbox h2{
	color: #00344e;
	/*border-bottom:1px solid #d0cecc;*/
	font:bold 1.2em Arial, sans-serif;;
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.whiteleftbox h3{
	color: #00417c;
	font:bold 1em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;

}

.whiteleftbox h4{
 	color: #286EA0;
	font:bold 1em Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 0px;
}

.whiteleftbox dl{
	width:525px;
	padding:0px 0px 10px 20px;
	position:relative;
	overflow: visible;
}

.whiteleftbox dl dt{
	width:50px;
	float:left;
	text-align:left;
	margin-right:0;
	padding: 0px 5px 3px 0px;

}


.whiteleftbox dl dd{
	width:440px;
	padding:0px 10px 3px 0px;
	margin-left:0;
	float:left;
	clear:right;
}


.whiteleftbox dl dt.header{
    color: #286EA0;
	font:bold 1em Arial, sans-serif;
	width:440px;
	float:left;
	overflow:visible;
	text-align:left;
	margin-right:0;
	padding: 10px 5px 0px 0px;
}


.whiteleftbox dl dd.header{
	width:50px;
	padding:10px 10px 0px 0px;
	margin-left:0;
	float:left;
	clear:right;
}



.whiteleftbox dl.check{
	width:505px;
	padding:0px 10px 10px 10px;
	position:relative;
	overflow: visible;
}

.whiteleftbox dl.check dt{
	width:20px;
	height:15px;
	float:left;
	text-align:right;
	position:relative;
	margin-right:0;
/*	border:solid 1px red;*/
	padding: 5px 0px;
}

.whiteleftbox dl.check dd{
	width:465px;
	padding:5px 10px 15px 10px;
	margin-left:0;
	postion:relative;
/*	border:solid 1px blue;*/
	float:left;
	clear:right;

}

/***********************END OF whiteLEFTbox elements***********************************/


/***********************whiteFULLbox elements***********************************/
.whitefullbox{
	width:820px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 0px 0px;
	border:solid 1px #d0cecc;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	overflow:visible;
	font-size:1em;
}

.whitefullbox a{
	color: #286EA0;
	text-decoration:underline;
	}

.whitefullbox a:hover{
	color: #842b37;
	text-decoration:underline;
	}

.whitefullbox h1{
	color: #842b37;
	border-bottom:1px solid #d0cecc;
	font:bold 1.4em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom: 5px;
}

.whitefullbox h2{
	color: #00344e;
	border-bottom:1px solid #d0cecc;
	font:bold 1.3em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:5px;
}

.whitefullbox h3{
	color: #00417c;
	font:bold 1em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
}

.whitefullbox dl{
	width:810px;
	padding:0px 0px 10px 20px;
	position:relative;
	overflow: visible;
}

.whitefullbox dl dt{
	width:20px;
	float:left;
	text-align:left;
	margin-right:0;
	padding: 0px 5px 3px 0px;

}


.whitefullbox dl dd{
	width:760px;
	padding:0px 10px 3px 0px;
	margin-left:0;
	float:right;
	clear:right;
}

/***********************END OF whiteFULLbox elements***********************************/

.wLeftbox{
	width:385px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 0px 0px;
	float: left;
	clear: left;
	text-align:left;
	border:solid 1px #d0cecc;
	padding:5px 15px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	overflow:visible;
	font-size:1em;
}

.wLeftbox h2{
	color: #00344e;
	border-bottom:1px solid #d0cecc;
	font:bold 1em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:5px;
}


.wRightbox{
	width:385px;  /* changing width will affect the dropshadow background*/
	margin:0px 0px 0px 0px;
	float: right;
	clear: right;
	text-align:left;
	border:solid 1px #d0cecc;
	padding:5px 15px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	overflow:visible;
	font-size:1em;
}

.wRightbox h2{
	color: #00344e;
	border-bottom:1px solid #d0cecc;
	font:bold 1em Arial, sans-serif;
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:5px;
}

.wRightbox a, .wLeftbox  a{
	color: #286EA0;
	text-decoration:none;
	}
	
.wRightbox a:hover, .wLeftbox  a:hover{
	color: #842b37;
	text-decoration:underline;
	}
	
/*sort table style*/
table.sortable {
width:820px;
border-left:solid 1px #d0cecc;
border-top:solid 1px #00344e;
margin-bottom:20px;
}

table.sortable tr {
background-color:#ffffff;
}

table.sortable tr.alt {
background-color: #F0F0F0;
}

table.sortable td {
border-bottom:solid 1px #d0cecc;
border-right:solid 1px #d0cecc;
/*background-color: #E2E6E8;*/
text-align:left;
font-size:1em;
padding: 5px 10px;
color:#000;
}

table.sortable td a {
text-decoration:none;
}

table.sortable td a:hover {
text-decoration:underline;
}

table.sortable th {
    background-color:#00344e;
	padding: 10px;
	border-right:solid 1px #d0cecc;
	text-align:left;
    color:#ffffff;
	font-size:1.1em;
    font-weight: bold;
    cursor: default;
}

											

