/* Main CSS */

body{
	font-family: Verdana, sans-serif, Arial;
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
}

iframe{
	border: 0px;
	height: 450px;
	width: 570px;
	margin: 0px;
	border-collapse: collapse;
	border: 1px solid #E7E7E7;
	z-index: 1;
}
/* H's */

h1{
	margin: 0px;
	background: ;
	color: Gray;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .6em;
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 0px 10px 10px;
	background-image: url(http://devpasi.kobami.com/rwa/images/bg_head_top.png);
	background-position: top;
	background-repeat: repeat-x;
}
h2, h3, h4, h5, h6{
	text-align: left;
}

h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	padding: 10px;
}
h4 span{
	border-top: 2px solid #6699CC;
	border-bottom: 2px solid #6699CC;
	padding: 5px 5px;
}
h5{
	border-bottom: 1px solid Silver;
}

hr{
	height: 1px;
	width: 100%;
	border: 1px dashed Silver;
	margin: 10px;
}

/* Paragraphs */

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
}

/* Links */

a{
	color: #336699;
	letter-spacing: 0px;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}
a:hover{
	color: #6699CC;
}
#head a, #foot a{
	padding: 0px 5px;
}
table a, table a:hover{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#foot a{
	color: #FFC53A;
}
#foot a:hover{
	color: #6699CC;
}
h5 a{
	float: right;
}

/* Tables */

table{
	width: 95%;
	font-size: .8em;
}
table table{
	font-size: 1em;
}
td table{
	width: 100%;
}
th{
	background-color: #a8c1d8;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td{
	background: #ecf6ff;
	vertical-align: top;
}
th, td{
	padding-left: 5px;
	padding-right: 5px;
}
.rowhighlight td{
	background: #d9edff;
}

/* Lists */

ul{ 
	list-style-position: inside; 
	list-style-type: circle;
	margin: 0px; 
	padding: 0px;
}

/* Classes */

.box{
	border: 1px solid Gray;
}
.border_r{
	border-right: 1px dashed Gray;
}

#head{
	background-image: url("images/shadow_flag_top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	color: White;
	font-size: .8em;
	height: 70px;
	width: 790px;
	padding-top: -4px;
	margin: 0px auto;
	margin-top: 5px;
	border-bottom: 1px solid #FFF;
}
#head img{
	display: block;
	margin-left: 5px;
	text-align: left;
	/*
	margin-top: 5px; 
	border-top: 1px solid White;
	width: 100%; */
}
#head img#image_logo{
	height: 60px;
	margin-left: 20px;
}
#head #head_menu{
	margin: 0px 40px;
}
#head a{
	border: 1px solid Silver;
	margin: 0px 0px;
	background: #000;
	padding-top: 0px;
	padding-bottom: 2px;
	color: White;
}
#head a:hover{
	border-top: 1px solid White;
	border-left: 1px solid White;
	background: #6699CC;
}

/* container */
#contshadow{
	width: 790px;
	margin: 0px auto;
	padding-left: 13px;
	text-align: left;
	background-image: url(images/shadow_middle.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#container{
	width: 760px;
	border-left: 1px solid #E7E7E7;
}
#div_clear{
	clear: both;
}
/* container END */

/* Menu */

#menuwrap{
	float: left;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #E7E7E7;
	border-top: 8px solid #CC0001;
	border-left: 0px;
	width: 140px;
}

/* test menu START */
.buttonscontainer {
width: 140px;
}

.buttons a {
	display: block;
	width: 130px;
	color: #4A4A4A;
	padding: 2px 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E7E7E7;
	background-image:  url(http://devpasi.kobami.com/rwa/images/grd_th.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.buttons a:hover {
	background: #DCDCDC;
	color: #4A4A4A;
}

#news{
	padding: 2px;
	border: 1px solid #DCDCDC;
	margin: 5px;
	margin-top: 25px;
}
#news h5{
	background: #E7E7E7;
	border: 0px;
	margin: 0px;
	padding: 0px 3px;
}
#news p{
	font-size: .75em;
	padding: 0px 3px;
	margin: 3px auto;
}
/* test menu END */

/* Content */

#content{
}

#contentbody{
	margin-left: 140px;
}
.body{
	padding: 10px;
	text-align: left;
	font-size: .85em;
}

/* Sections */

#home{
	text-align: center;
}
#home p{
	font-size: .9em;
}
#hometable{
	font-size: 1em;
	width: 500px;
	border-collapse: collapse;
	background: #FFF;
	margin: auto;
}

#hometable td{
	color: Black;
}
#hometableleft{
	background: #E7E7E7;
	text-align: center;
	width: 1%;
	padding: 10px 0px 0px 10px;
}
#hometableleft img{
	display: block;
}
#hometableright{
	padding: 10px;
	background: #F5F5F5;
	border-left: 3px solid #D1D1D1;
}
#desctxt{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 1.5em;
}
#aboutus img{
	margin-right: 15px;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #D1D1D1;
}
#staff{
	text-align: center;
}
#staff img{
	padding: 5px;
	border: 1px solid #D1D1D1;
}
#staff p{
	text-align: left;
}
#services{
	text-align: center;
}
#services td
{
	text-align: left;
}
#services img{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #D1D1D1;
}
#directions{
	text-align: center;
}
#directions td {
	text-align: left;
}
#directions p{
	font-size: .9em;
	padding-bottom: 10px;
}
#directions table{
	font-size: .9em;
	margin: 10px auto;
}
#directions #direc_clean_table, #direc_clean_table table, #direc_clean_table td, #direc_clean_table th{
	border-collapse: collapse ;
	background: none;
}
#directions #direc_clean_table td{
	width: 50%;
}
#directions #direc_clean_table th{
	color: Black;
	font: bold;
	width: 1%;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}
/*
#directions 	#direc_links_td1l, #direc_links_td1r, #direc_links_td2l, #direc_links_td2r, #direc_links_td3l, #direc_links_td3r {
	padding: 0px 20px;
}

#directions #direc_links_td1l, #direc_links_td1r, #direc_links_td2l, #direc_links_td2r {
	border-bottom: 1px dashed DimGray;
}

#directions #direc_links_td1l, #direc_links_td2l, #direc_links_td3l {
	border-right: 1px dashed DimGray;
}
*/
#directions .direc_atob th, .direc_atob td{
	padding: .4em;
}
#directions .direc_atob th{
	text-align: right;
	padding-right: 5px;
}
#directions .direc_steps th{
	border-bottom: 1px solid DimGray;
	padding: .2em;
}
#directions .direc_steps td{
	height: 2.2em;
	padding: .3em;
	padding-bottom: .7em;
	vertical-align: middle;
	font-size: .9em;
}
#directions td img{
	margin-bottom: -.5em;
}
#links img {
	width: 90%;
	border: 0px;
}
#statelist a{
	border: 1px solid Black;
	text-align: center;
	color: Black;
	padding: 0px 3px;
}
#statelist a:hover{
	border: 1px solid #6699CC;
	color: #6699CC;
}
#microscope{
	height: 127px;
	width: 87px;
	float: right;
	padding: 0 0;
	margin: -45px -45px 0px 0px;
	position: relative;
}
#foot{
	clear: both;
	text-align: left;
	font-size: .8em;
	background-image: url(images/shadow_flag_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 37px;
	margin: 0px auto;
	width: 790px;
}
#foot #foot_content{
	text-align: center;
	width: 740px;
	padding: 5px 0px;
	filter:alpha(opacity=65); 
	-moz-opacity:0.65; 
	opacity:0.65; 
	-khtml-opacity:0.65; 
}
#foot a{
	color: #FFF;
}
#foot a:hover{
	color: #FFF;
}
#foot div.classmenudiv{
	display: inline;
}
#foot div.classmenudiv a{
	background: #000;
	margin: 1px;
	padding: 2px 5px;
}
#foot div.classmenudiv a:hover{
	background: #CC0001;
}
#foot p{
	margin: 5px auto;
	width: 90%;
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	padding: 5px 0px;
	background: #000;
	line-height: 1.5em;
}