/* CSS Document */

/* General */

* { margin: 0; padding: 0; }

/* html { font-size: 100% } */

body {
background: #666 url('/img/bg2.png') repeat-x 0 0;
text-align: center;
font:11px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.7;
}

ol {
margin:20px;
}

blockquote {
width: 90%;
background: #FC9;
text-align: justify;
font:12px Verdana, Arial, Helvetica, sans-serif;
margin: 20px auto 20px auto;
padding:10px;
/*border: 1px solid #006; */
}

a:link, a:visited {
color: #005890;
text-decoration: underline;
font-weight: bolder;
}

a:hover {
text-decoration: none;
}

#address {
position:absolute;
float: left;
margin: 80px 10px 0px 600px;
}

#address p {
line-height: 1.5;
font-size: 12px;
color: white;
text-align: right;
}

.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Skip menu */
.hidden {
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}

/* Images */
img {
border: 0;
padding: 0;
}

#page {
background: url('/img/bg-r2.png') no-repeat right 0;
}


/* Wrapper */

#wrapper {
width: 960px;
margin: 0px auto 0 auto;
padding-bottom: 10px;
background: #666 url('/img/bg-r2.png') repeat-x 0 0;
}


/* Headings, paragraphs */

h1 {
font-size: 36px;
color: #8DE0FF;
position: relative;
z-index: 2;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #8DE0FF;
}

h2 {
font: 28px Georgia, "Times New Roman", Times, serif;
color: #1473B0;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 1px dashed #1473B0;
padding-bottom: 3px;
}

h3 {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #1473B0;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 1px dotted #3493D0;
padding-bottom: 3px;
}

h3 a:link, h3 a:visited {
font-weight: normal;
text-decoration: none;
}

h3 a:hover {
text-decoration: underline;
color: #F90;
}

hr {display:block; height:1px; margin:10px 0; padding:0; border: 1px dotted #3493D0;}

p {
font-size: 12px;
}


/* Header */

#header {
width: 960px;
height: 150px;
margin: 0 auto;
position: relative;
text-align: left;
background:  url('/img/logo2.png') no-repeat 0 bottom;
}

#header-in {
position: absolute;
width: 960px;
height: 150px;
bottom: 0;
left: 0;

}

#header-in p.slogan {
font: 15px Georgia, "Times New Roman", Times, serif;
color: #F90;
position: absolute;
top: 70px;
left: 80px;
letter-spacing: 1px;
}


#top-links {
position: absolute;
top: 10px;
left: 590px;
z-index: 3;
}

#top-links p a {
color: #224E7A;
font-size: 11px;
font-weight: normal;
text-decoration: none;
padding-left:35px;
}

#top-links p a:hover {
text-decoration: underline;
}

#top-links img {
padding:0;
}

.bar {
width: 960px;
height: 5px;
background: #2B2B2B url('/img/bar.gif') repeat-x 0 0;
}


/* Menu */
#menu-box {
width: 960px;
height: 30px;
background: url('/img/bar.gif') ;
border-bottom: 1px solid #333;
border-top: 1px solid #333;
}

#menu {
position: relative;
top: 0px;
left: 0px;
z-index: 3;
background: #3c3c3c;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
	padding-right: 5px;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #FFFFFF;
font-size: 14px;
font-weight: normal;
text-decoration: none;
background-color: #224E7A;
padding: 0 0.8em;
height: 25px;
border-bottom: 5px solid #224E7A;

}

#menu li a.active  {
background-color: #F90;
color: #FFF;
text-decoration: none;
border-bottom: 5px solid #F90;
}

#menu li a:hover  {
background-color: #224E7A;;
color: #F90;
border-bottom: 5px solid #F90;
text-decoration: none;
}

#menu li a.active:hover  {
background-color: #F90;
border-bottom: 5px solid #224E7A;
color: #224E7A;
}


#menu-box2 {
width: 960px;
height: 5px;
background: #CCC;
border-bottom: 5px solid #999;
}

#menu-box form
{
	float: right;
	height: 100%;
	width: 230px;
	padding: 0px;
	line-height: 0;
	background: #F90;
	border-left: 5px solid #F90;
	border-right: 3px solid #F90;
}

#menu-box form fieldset
{
	margin-top: 4px;
	border:0;
	padding: 0px;
}

* html #menu-box form fieldset
{
	margin-top: 3px;
}

#menu-box #s
{
	height: 1.5em;
	width: 140px;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid;
	font-size: 1.1em;
	vertical-align: middle;
	border-color: #FFF9EA;
}

#menu-box #searchbutton
{
	height: 2em;
	width: auto;
	padding: 0 1px;
	border: 1px solid #F90;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background-color: #224E7A;
}
/* Content and columns */

.content {
width: 950px;
background: #fff url(/img/bg-c.png);
border-left: 5px solid #999;
border-right: 5px solid #999;
font-size: 12px;
color:#003;
text-align: left;
line-height: 1.5;

}

.content img {
border: 0;
padding: 10px;
}

/* left */

.column-left {
float: left;
margin-top:0;
margin-bottom:0;
width: 290px;
height:100%;
border-right: 2px solid #036;
margin: 0px;
}

.column-left-in {
margin: 0px;
background: #eee;
}


.column-left h2, .column-left h2 a {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #006;
background: #FC3;
font-weight: normal;
padding: 5px 10px 5px 10px;
text-decoration:none;
}

.column-left h2 a:hover {
text-decoration:underline;
}

.column-left h3, .column-left h3 a {
font: 15px Georgia, "Times New Roman", Times, serif;
color: #003;
background: #FEA;
font-weight: normal;
padding: 3px 15px 5px 30px;
text-decoration:none;
}

.column-left h3 a:hover {text-decoration:underline;}
.column-left ul {margin: 10px 10px 0 20px;list-style-type: none;}
.column-left ul li {display: block;}
.column-left ul li p {font-size: 12px;}
.column-left ul li a, .column-left ul li a:visited {
color: #224e7a;
font-size: 13px;
font-weight: normal;
text-decoration: none;
display: block;
padding: 5px 0 5px 0px;
border-bottom: 1px solid #CECECE;
}
.column-left ul li a:hover, .column-left ul li a.active {text-decoration: underline;color: #E60;}
.column-left ul li a.more {font-size: 11px;font-weight: normal;margin-left: 175px;padding-right: 20px;background: url(/img/more.gif) no-repeat right;border-bottom: 1px solid #EEE;}
.column-left ul li a.more:hover {background: url(/img/more-on.gif) no-repeat right;text-decoration: none;}
.column-left ul li a.moreA {font-size: 11px;font-weight: normal;margin-left: 145px;padding-right: 20px;background: url(/img/more.gif) no-repeat right;border:0;}
.column-left ul li a.moreA:hover {background: url(/img/more-on.gif) no-repeat right;text-decoration: none;}
.column-left ul.cons {font-size: 13px;}
/* Column right two boxes */

.column-right {float: right;width: 650px;}
.column-right-in {margin: 10px;text-align: left;}
.column-right-in  ol {padding-left: 20px;font-weight: normal;}
.column-right-in ul {padding-left: 40px;}

.firm{width:135px; height:103px; background:#FFF; float:left; margin:10px 7px 10px 10px; border:1px solid #ccc}
/* .firm h4 {position:relative;float:bottom;font-size:9px;font-weight: normal;text-align: center;text-decoration: none;margin:15px auto 0;}
.firm h4 a:hover {color:#F60} */
.firm p{font-size:9px;font-weight: normal;text-align: center;text-decoration: none;margin:15px auto 0;}
.firm a:hover {color:#F60}

.pic {width:250px; height:130px;}
.pic p{text-align: center;}
.pic img{margin:0 auto}


.picsmall { width:115px; height:50px;text-align: center;margin:10px auto;padding 0;}
.picsmall img{padding: 0;}



.prj {float: left;width: 150px;height: 70px;margin: 10px 3px 10px 0;}
.prj img {position: static;border: 0;}
.prj a {text-decoration: none;}
.prj a:hover {color:#F60}

.prjA {float: left;width: 450px;height: 60px;margin: 10px 3px 10px 0;padding-top:22px;padding-left:20px;}

.more a {
position: relative;
top: 6px;
left: 5px;
margin-bottom:10px;
}

.more a, .more a:visited{
font-size: 11px;
font-weight: normal;
margin: 0 5px;
padding-left: 530px;
padding-right: 20px;
background: url(/img/more.gif) no-repeat right;
text-decoration: none;
}

.more a:hover {
background: url(/img/more-on.gif) no-repeat right;
color: #E60;
text-decoration: none;
}

/* Footer */

#footer {
width: 960px;
height: 40px;
color: #003;
background: #999; /* url('/img/footer-bg.gif') no-repeat 0 0; 
border-bottom: 3px solid #101010; */
}

#footer a:link, #footer a:visited {
color: #003;
font-weight: normal;
}

#footer ul {
list-style-type: none;
color: #FFFFFF;
padding: 13px 0 0 10px;
text-align: left;
font-size: 0.9em;
float: left;
width: 430px;
}

#footer ul li {
float: left;
display: inline;
white-space: nowrap;
}

#footer ul li a, #footer ul li a:visited {margin: 0 6px;s}

#footer p.cop {
font-size: 0.9em;
color: #003;
float: right;
padding: 12px 16px 0 0;
margin: 0;
line-height: 1.6;
}


#site_map li, #site_map li a  {
text-transform: uppercase;
font-weight: normal;
list-style-type: none;
margin:0;
}

#site_map ol  {
margin-top:0;
margin-bottom:0;
}

ul.rsx-page-num-list{display:inline;list-style:none;margin:0px;padding:0px;}
ul.rsx-page-num-list li a:hover {color: #f90;}
ul.rsx-page-num-list li {display: inline}
.unlinked { font-weight: normal; font-size: 1.3em; }   /*  for the current page that is not a link */
