/* 
================================================= RESET 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
/*	background: transparent;    */
}
/* remember to define an outline style! */


/* 
================================================= LINKS 
*/


:focus {
	outline: 0;
}

a:link {
	color: #339966;       /*  started with #009966  */
	text-decoration: none;
}

a:visited {
	color: #339966;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #339966;
	text-decoration: none;
}

a:active {
	color: #339966;
	text-decoration: none;
}


.intro {
	display:none;
} 

#dbug {
} 

.copyrightLine{
	color: #919191;
	text-align: center;
	margin: 30px 0px 30px 0px;
	font: 11px Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
}

.squiggle {
	position: fixed;
	margin-left:700px;
    z-index: 10;
}

.services {
	font-size: 1.2em;
	line-height:  150%;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
}
.services:before {
/*   	content: ""; */
}
.services ul {
	list-style: circle;
	margin-left: 25px;
	margin-bottom: 10px;
}

.border1 {
	border: ridge 4px #2d2d2d;
}

.border2 {
	padding: 0px 4px 0px 4px; 
	border: 4px solid #dedede;
}

.border3 {
	border: groove 5px #2d2d2d;
	border-style: inset;
}

.border4 {
	border: groove 5px #2d2d2d;
}


/*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/

.menucan {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	left:160px;
	z-index:10;
}

.menucan a,
.menucan a:link,             
.menucan a:active,             
.menucan a:visited { 
	background: #fff; 
}
.menucan a:hover {
	font-weight: bold;
} 

.dmenus {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	padding-bottom:100px;
	border:0;
/*	background:#dedede; */
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-weight: bold;

/*    border: 1px solid #333;  */
}

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

.dmenus ul {
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	list-style-type:none;          /* we don't want to view the list as a list */

}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.dmenus li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin-left:10px;
	margin-right:10px;
	margin-bottom:1px;
/*   border: 1px solid #333;  */
}

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

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

.dmenus ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	position:absolute;
	padding:1px;                               /* this is our box border width */
	padding-top:20px;
	font-weight: normal;
/*   border: 1px solid #333;  */
}

.dmenus ul li a,
.dmenus ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;

}

.dmenus ul li:hover a,
.dmenus ul li a:hover {                        /* selected top-level menu items */
	color:#339966;

/*  	background:#dedede;       /* this sets the drop-down menu background color */
}

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

.dmenus ul li:hover ul,
.dmenus ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
/*  border: 1px solid #b4b4b4;  */
}

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

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

.dmenus ul.rightmenu li:hover ul,
.dmenus 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) */
}

.dmenus ul li:hover ul li a,
.dmenus ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	padding-left:10px;
	height:auto;
/*	background:#dedede;       /* this sets the drop-down menu background color */
/*	background:#fff;  */
	background: transparent; 
	width:14em;
}

.dmenus ul li:hover ul li:hover a,
.dmenus ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#339966;
	font-weight: bold;
/*		background:#339966;  */
}

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

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

.dmenus ul li:hover ul li ul,
.dmenus ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.dmenus ul li:hover ul li:hover ul,
.dmenus 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:8.08333em;
	width:14em;
}

.dmenus ul li:hover ul li:hover ul li a,
.dmenus ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
/*	background:#d8d8d8; */
	background:#fff; 
}

.dmenus ul li:hover ul li:hover ul li a:hover,
.dmenus ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:white;
}


/* 
================================================= GENERAL HTML TAGS 
*/

body {
	color: white;
	font-size: 1.2em;
	background: #333333;		
	padding: 0px 20px 0px 20px;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif; 
/*	font-family: Helvetica, sans-serif;*/
	background-repeat: no-repeat;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

p {
	text-align: justify;
	font-size: 1.2em;
	line-height:  150%;
	margin:0px 120px 9px 30px;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
/*	font-family: Helvetica, sans-serif;*/
	color: #fff;
}

h1 {
	margin: 5px;
	text-align: center;
	font-weight: bold;
	font: 18px Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
}

h2 {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font: 16px Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
}

hr {
	color: #339966; 		
	background-color: #339966;
	height:2px;
	border:none;	
}

#container {
	width: 800px;
}

#content {
	clear: left;
	width: auto; 
	width: 800px;
	min-width: 800px;
	min-height: 500px;
 	height: auto !important;
/*	height: 700px;              */
	background:  #33333; 		
	color: white;
	font-size: 12px;
	line-height: 1.2;
}

#main {
	margin-left:60px;
}

#banner {
	margin-left:17px;
}
/* 
================================================= NAVIGATION 
*/

#menuOptions {
	width:668px;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
	margin-top: 15px;
	font-size:  1.3em;
	color: #fff;
	font-weight: normal;
}


#menuOptions a {
	color: #fff;
}

#menuOptions a:hover {
	color: #fff;	
}

ul#navlist {
	border: 0;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	text-transform: lowercase;
	font-family: Century Gothic, Arial, Helvetica, Tahoma, Geneva, sans-serif;
/*	padding: 0.5em 20px;    */
}

ul#navlist li {	
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 0;
}

div#menuOptions ul#navlist li.selected {
	color: #339966;
	padding: 0 7px;
}

ul#navlist li a {
	text-decoration: none;
	color: #fff;
	padding: 0 7px;
}

/**/
