/* page blocks */
#container {
	width: 980px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	background-color: #FFF;
	padding-right: 10px;
}

#header {
	width:980px;
	height:100px;
	background-color: #082E4A;
	background-image: url(../images/backgr_head.gif);
	background-repeat: repeat-x;

}
#headerlogo {
	float:left;
	width: 367px;
	height:100px;
	text-align: left;
}
#banner{
	width: 560px;
	float: right;
	height: 100px;
	text-align: right;
}



#mainpage{
	width:980px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 0px;
}
#bottom{
	width:980px;
	margin: 0px;
	padding: 0px;
}

#pageleft{
	width:200px;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-top: 5px;
	display: inline;
	overflow:hidden !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-bottom: 12767px;
	margin-bottom: -12767px;
	background-color: #FCFDE1;
}

#pagemiddle{
	width:558px;
	margin-left:8px;
	float:left;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
}
#pageright{
	width:200px;
	float:right;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	display: inline;
	overflow:hidden !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-bottom: 12767px;
	margin-bottom: -12767px;
	background-color: #FCFDE1;
	}

/* menu */
div#menubar
	{
	width:975px;
	height: 32px;
	padding-left: 5px;
	margin-top: 5px;
	background-color: #000;
	z-index: 999;
}

.menuminwidth0 {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:0;
	margin:0;
	padding:0;
	width:970px;
	height:32px;/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:560px;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }

* html .menuminwidth1 { /* this allows IE5/6 to simulate min-width capability */
	position:relative;  /* we can simulate a minimum width by creating a large */
	float:left;          /* border in this first div, then placing our content */
	height: 1px;          /* into a second nested div (see 2nd nested div next */
	border-left:560px solid #fff;    /* CSS box-model borders are a fixed size */
}

* html .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-560px;
	height: 1px;
}

#masthead {
	position:relative;      /* position our child objects relative to this div */
	float:left;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:0;
	margin:0;
	padding:0;
	width:100%;                                  /* grey-fill the entire width */
	height:36px;                  /* set the overall height above the menu-bar */
	background:#F3F3F3;                          /* a very light shade of grey */
}

#mastheadlogo {
	float:left;
	vertical-align:top;
	border:0;
	padding:0;
	margin:6px 0 0 7px;
}

#focus {                                                 /* GRC's focus label */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:15px;
	left:301px;
	width:121px;
	height:13px;
}

#search {                                                    /* search button */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:7px;
	right:6px;
	width:60px;
	height:19px;
}

#text {                                                 /* search text field */
	position:absolute;
	border:1px solid #404040;
	margin:0;
	padding:0 0 0 2px;				 /* move the left starting point a bit right */
	top:7px;
	right:65px;
	width:12em;														  /* search field width */
/*	height:1.215em;         we'll define this at the bottom of our style sheet */
	font-size:14px !important;
	background:#fefefe;
}

#indicator {                               /* surfing privacy tests indicator */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:-3px;
	right:2px;
	width:228px;
	height:22px;
}


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0px;
	height:22px;                                  /* the menu's overall height */
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;        /* give us a black border underneath */
	padding-top: 8px;
	background-color: #000;
	color: #FFF;
	z-index: 1000;
	font-weight: bold;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	list-style-type:none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
	font-weight: bold;
}

.drop {
	display:block;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

#research {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:364px;    /* which has a z-order sequencing bug with abs-pos elements */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;
	border: 1px solid #000;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	height:20px;
	text-decoration: none;
	color: #bd8315;
	background-color: #FFF;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:20px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:245px;
	color:black;
	background-color: #CCC;
	z-index: 999;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:240px;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
	width:400px;      /* with a 12px default font, this is 228px width (228/12) */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#d8d8d8;       /* this sets the drop-down menu background color */
	width:240px;
	margin: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#bd8315;
	background:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:224px;
	width:214px;
	z-index: 1000;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:210px;
	background:#d8d8d8;
	z-index: 1000;
	color: #000;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:210px;
	background:white;
	z-index: 1000;
	color: #bd8315;
}

#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */




 a.askdr,
 a.askdr:visited{
	display:block;
	text-align: center;
	font-size: 18px;
	color: #F00;
	text-decoration: none;
	background-color: #FCFDE1;
	width: 190px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
	margin-bottom: 10px;
}
 a.askdr:hover{
	color: #bd8315;
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
}

.linkbox,
.linkbox p{
	font-size: 0.9em;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}

.leftblock{
	width: auto;
	text-align: center;
	padding: 0px;
}

.boxcontent{
	text-align: center;
	padding: 2px;
}

.boxcontent p{
	text-align: center;
	margin: 0px;
}

.servicewrapper{
	padding-top: 2px;
	padding-bottom: 2px;
}

.imgbox{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	}
.imgtitle,
.imgtitle p{
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.sideadtext,
.sideadtext p{
	margin: 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.boxtitle{
	PADDING-LEFT: 8px;
	LINE-HEIGHT: 25px;
	height: auto;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(menu-off_black.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	width: auto;
}

.boxtitle a,
.boxtitle a:link,
.boxtitle a:visited{
	font-weight: normal;
	color: #FFF;
	text-align: right;
	text-transform: capitalize;
}


.boxtitle a:hover{
	font-weight: normal;
	color: #bd8315;
	text-align: right;
}

.boxcontent ul{
	list-style:none;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin: 0px;
}

.boxcontent li{
	LIST-STYLE-TYPE: disc;
	list-style-position: outside;
	display: list-item;
}

.midblock{  /* pure middle block, no border */
	width: 558px;
	text-align: left;
	float:left;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.midblock h1,h2,h3{
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.midblock ul{
	list-style:none;
	padding-left: 25px;
	padding-right: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.midblock li{
	LIST-STYLE-TYPE: disc;
	list-style-position: outside;
	display: list-item;
}

.midblock p{
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #000;
}

.midcontent{
	float:left;
	width: 556px;
	text-align: left;
	padding-bottom: 4px;
}
.midcontent h1,
.midcontent h2
{
	padding-left: 6px;
	font-family: Tahoma, Geneva, sans-serif;	
}
.midcontent p{
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
	font-size: 14px;
}
.midcontent ul{
	list-style:none;
	padding-left: 25px;
	padding-right: 15px;
	margin: 0px;
}

.midcontent li{
	LIST-STYLE-TYPE: disc;
	list-style-position: outside;
	display: list-item;
	margin: 0;
}

.rightblock{
	width: auto;
	text-align: center;
	background-color: #FCFDE1;
	margin-bottom: 4px;
}

.bottomblock{
	width:980px;
	padding-top: 2px;
	margin: 0px;
	font-size: 12px;
}

.footertext{
	font-size: 90%;
	color: #000;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

#mainpage #pagemiddle .midblock .boxcontent #company_name2 strong {
	color: #C90;
	font-weight: bold;
}


.mainblock{ /* middle block, with 1px border */
	width: 558px;
	float:left;
	text-align: left;
	background-color: #FCFDE1;
	border: 1px solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.midblock .mainleft{
	width:270px;
	float:left;
	border: 1px solid #960;
	height:200px;
	text-align: center;
}

.midblock .mainright{
	width:270px;
	float:right;
	border: 1px solid #960;
	height: 200px;
	text-align:center;
}

.videoboxl{
	width: 275px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.videoboxr{
	width: 275px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.welcomeleft{
	width: 270px;
	float:left;
	text-align:left;
	height: 196px;
}
.welcomeright{
	width: 280px;
	float: right;
	height: 196px;
	text-align: center;
}

#pageleft .leftblock .boxcontent .boxcontent strong {
	font-size: 16px;
}
#pageleft .leftblock .boxcontent .boxcontent {
}
/*search bar */
div#searchbar
	{
	width:968px;
	height: 38px;
	padding-left: 10px;
	margin-top: 5px;
	border: 1px solid #000;
}

#searchbar .right{
	float:right;
	width:300px;
	height:38px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
#searchbar .left{
	float:left;
	width: 650px;
	height:38px;
}

/* qcontacts */

#qcontacts {
margin:10px 0;
}
address {
	font-style:normal;
	margin:10px 0;
}
#contact-name {
	font-size: 125%;
	font-weight: bold;
}
#contact-position {
	font-size: 115%;
	font-style: italic;
}
#contact-image {
		
}
.aright {
	float: right;
	margin-right: 25%;
}
.aleft {
	float: left;
	padding: 5px 25px 25px 0;
}
#qcontacts #contact-address p {
	margin-left: 5px;
}
#qcontacts p {
	line-height:1em;
	margin: 3px 0 3px 0;
	padding: 0;
}
#emailForm {
	margin-top: 15px;
}
.contact-other {
	margin-bottom: 3px;
}
#qcontacts label {
	display:block;
	width: 400px;
}
#qcontacts label.chkbox {
	display:inline;
}
#qcontacts input.chkbox {
	display:inline;
	margin-bottom: 0;
}
#qcontacts label.required {
	color:#ff0000;
}
#qcontacts select {
	display: block;
}

span.marker {
margin:0 10px 0 0;
}

div.marker {
	float:left;
	padding-top: 1px;
}
.wtext {
	width:185px;
}
.wicon {
	width: 25px;
}

#qcontacts .form-validate {
	width:420px;
}

#qcontacts input, #qcontacts textarea, #qcontacts select, #qcontacts .fld-wrap {
	/*display: block;*/
	margin-bottom: 6px;
	width: 400px;
}
#qcontacts input.radio, 
#qcontacts input.chkbox{
	display: inline;
	margin-bottom: 0;
	width: 20px;
}
#qcontacts .contact-button {
	display: block;
	margin-top: 10px;
}

label.textarea {
	margin:7px 0;
	display:block;
}

#qcontacts-error {
	border: 1px solid #ff0000;
	margin-top: 12px;
	width: 300px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

#captcha-img {
	margin-top: 6px;
}
div.separator {
	margin-bottom: 6px;
}


/******* news headline ****************/
.headline{
	font-size:18px;
	text-align:center;
}


/**********added 2010-0815 *******/

 .hometop{
	width:980px;
	margin-top: 10px;
	height: 235px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

 .topleft{
	float: left;
	width: 330px;	
}
.topcenter{
	width:420px;
	float:left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.topright{
	width:200px;
	float:right;
}
 .flashbox{
	width:320px; /*was 320 *200*/
	height:200px;
	padding: 8px;
}
 .flashbox2{
	width:540px; /*was 320 *200*/
	height:255px;
	padding: 8px;
}
 .newsbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

