@charset "utf-8";
/* CSS Document */

/*------------ begin default css styles ------------*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;

	background-image: ;
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 14px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/Background_BlackGrey.jpg);
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
}

h2 {
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	font-weight: lighter;
}

h3 {
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #005059;
}

img {
	background-color: ;
	border: thin solid #CCC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #06F;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #03f;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #36C;
	text-decoration: underline;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
/*------------ end default css styles ------------*/



/*------------ begin css styles for page structure elements ------------*/
/*-- styles are arranged in the order that their 
corresponding elements appear on the page --*/

/*-- begin css for masthead --*/
.masthead {
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 960px;
}

.mastheadimage {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-- end css for masthead --*/

/*-- begin css for logo --*/
.logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	position: absolute;
	top: 39px;
	padding: 0px;
}
/*-- end css for logo --*/

/*-- begin css for header --*/
.header {
	margin: 0px;
	height: 93px;
	width: 960px;
	padding: 0px;
}

.headerimage {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerlogo {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-- end css for header --*/

/*-- begin styles for main menu --*/
/*style the main menu*/
.myMenu {
	margin: 0;
	padding: 0;
	z-index: 10000000;
	font-size: 12px;
}

.myMenu li {
	list-style: none;
	float: left;
	font: 12px Arial, Helvetica, sans-serif #111;
	text-align: center;
	z-index: 1000000;
	width: 159px;
}

.myMenu li a:link, .myMenu li a:visited {
	display: block;
	text-decoration: none;
	background-color: #F9F9F9;
	padding: 4px 3px;
	margin: 0;
	border-right: 1px solid #fff;
	color: #111;
	z-index: 1000000;
}

.myMenu li a:hover {
	background-color: #EAEAEA;
	z-index: 1000000;
}

/*style the sub menu*/
.myMenu li ul {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	z-index: 1000000;
	width: 160px;
}

.myMenu li ul li {
	display: inline;
	float: none;
	z-index: 1000000;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color: #F9F9F9;
	width: auto;
	z-index: 1000000;
	padding-bottom: 4px;
	padding-top: 2px;
}

.myMenu li ul li a:hover {
	background-color: #EAEAEA;
	z-index: 1000000;
}
/*-- end css for main menu --*/

/*-- begin css for hero --*/
.hero {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	clear: right;
}

.heroimage {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
/*-- end css for hero --*/

/*-- begin css for content and containers --*/
/*-- this fixed width container surrounds the other divs --*/
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	 /* the auto value on the sides, coupled with the width, centers the layout */
}

.containerbackground {
	background-color: #FFF;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 5px 0px;
	box-shadow: 0px 0px 5px 0px;
	padding-bottom: 10px;
}

.contentmargin_15px {
	margin-left: 15px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/*-- end css for content and containers --*/

/*-- begin css for footer --*/
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #CCC;
	margin-top: 10px;
}

.footerimage {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_p {
	color: #CCC;
	line-height: 2px;
	margin: 15px;
}

.footerwrapper {
	background-color: #CCC;
	padding-top: 10px;
}

.footer ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

.footer li {
	font-weight: normal;
	color: #CCC;
}

.footer a, .footer a:visited {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #09F;
	text-decoration: underline;
}
/*-- end css for footer --*/
/*------------ end css styles for page structure elements ------------*/



/*------------ begin css for custom headings and paragraphs------------*/
.h1box {
	background-color: #868686;
	margin-right: 360px;
	color: #FFF;
	margin-top: 0px;
	padding: 0px;
}

.h1footer {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.h1grey {
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
}

.h1_30px {
	font-size: 30px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
	margin-top: 30px;
}

.h1_white_30px {
	font-size: 30px;
	font-weight: lighter;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
}

.h1_36px {
	font-size: 36px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
	margin-top: 30px;
}

.h1_white_36px {
	font-size: 36px;
	font-weight: lighter;
	color: #fff;
	padding-top: 10px;
	margin-top: 30px;
}

.pmargin100 {
	margin-left: 100 px;
	margin-right: 100 px;
}

.pnomargin {
	margin: 0px;
	padding: 0px;
}

.pwhite {
	color: #fff;	
}

.pwhite_button {
	color: #fff;	
	padding-top: 3px;
	padding-bottom: 3px:
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	font-weight: bold;
}

.fontbold {
	font-weight: bold;
}
/*------------ end css for custom headings and paragraphs ------------*/



/*------------ begin css for images and captions ------------*/
.iconimage {
	margin: 0px;
	padding: 0px;
	border: none;
}

.imgnoboarder {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: ;
}

.imgnoboarder_nomargin {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imgnoboardershadow {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 2px 2px 5px -3px;

}

.linkimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

.bannerimage {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}

.SimpleImage {
	padding: 0px;
	border: 2px solid #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.gspgroupmapimage {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gspgroupmap {
	padding-bottom: 5px;
	float: left;
	width: 386px;
	padding-left: 9px;
	padding-top: 15px;
}

.figcaption {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.MyCaption {
	font-size: small;
}
/*------------ end css for images and captions ------------*/



/*------ begin styles for section breaks ------*/
.sectionbreak {
	border-top: thin solid #777777;
}

.sectionbreak_bottommargin25px {
	border-top: thin solid #777777;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

.sectionbreakmargin25 {
	border-top: thin solid #777777;
	margin-top: 25px;
	margin-bottom: 25px;
}

.sectionbreakwhite_padding50 {
	border-top: thin solid #fff;
	margin-left: 50px;
	margin-right: 50px;
}

.sectionbreak_space40px {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sectionbreak_space50px {
	margin-top: 50px;
	margin-bottom: 50px;	
}
/*------ end styles for section breaks ------*/



/*------------ begin css for warning, note and emphases blocks ------------*/
.emphasesblock {
	background-color: #E4E4C2;
	padding: 10px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 2px 2px 3px -3px;
}

.emphasesblockshadow {
	background-color: #E4E4C2;
	padding: 10px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 2px 2px 3px -3px;
}

.emphasesblockgrey {
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.emphasesblockgrey550 {
	width: 550px;
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.emphasesblock_marginleft20px {
	background-color: #F3F3F3;
	/* ~~ padding order is top, right, bottom, left ~~ */
	padding: 10px 10px 20px 10px;
	margin: 0px 20px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
}

.NoteBlock {
	color: #FFF;
	background-color: #C60;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin: 10px;
	padding: 10px;
}

.WarningBlock {
	background-color: #F00;
	margin: 10px;
	padding: 10px;
}

.textboxgreen {
	background-color: #009966;
}
/*------------ end css for warning, note and emphases blocks ------------*/