/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #82D4ED;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#background_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg.jpg);
  
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 930px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#outerWrapper #header {
	width: 980px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 146px;
	margin-left: -25px;
}

#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #939598; /* Sets the right border properties for an element using shorthand notation */
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
	margin-left: 10px;
	height: 363px;
}
#inner_leftcol {
	background-color: #FFFFFF;
	padding-top: 4px;
	margin-top: 365px;
	width: 175px;
	margin-left: -175px;
	float: left;
}
#inner_leftcol_contact {
	background-color: #D5EFF9;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 155px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-left: 190px;
	text-align: left;
	padding-right: 80px;
	padding-left: 20px;
}
#content_main_image {
	padding-right: 10px;
	height: 355px;
	margin-left: 190px;

}

#footer  {
	width: 900px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-position: 5px top;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
}
p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #535353;
}
.p_text {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #535353;
}

h1 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 25px;
	color: #014898;
	margin-top: 10px;
	line-height: 30px;
}
h2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #014898;
	margin-top: 10px;
}


/*Menu Outer Wrapper*/
.p7PMMv01 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#background_container #footer #footer_links {
	float: right;
}

/*Hide Sub-Menu in Design View*/
.p7PMMv01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv01 li {
	list-style-type: none;
	margin-bottom: 6px;
}
/*Top Level Links*/
.p7PMMv01 a {
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	color: #FFFFFF !important;
	text-align: left;
}
.p7PMMv01 a:hover {
	color: #FFF !important;
	background-color: #333 !important;
}
/*Sub Level*/
.p7PMMv01 ul ul {
	z-index: 10000;
	width: 200px;
	background-color: #FFF;
}
.p7PMMv01 ul ul li {
	margin: 0;
}
.p7PMMv01 ul ul a {
	border: 0;
	padding: 6px 12px;
	text-align: left;
	overflow: hidden;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMv01 ul ul ul {}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv01 ul a.pmmfirst {
}
.p7PMMv01 ul a.pmmlast {
}
.p7PMMv01 ul li.pmmfirst {
}
.p7PMMv01 ul li.pmmlast {
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv01 img {
	border: 0;
}
.p7PMMv01 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*Special Multicolor Rules*/
.p7PMMv01 .root_1 li, .p7PMMv01 .root_1 ul a, .p7PMMv01 .root_1 a:hover,
.p7PMMv01 .root_1 a.trig_open, .p7PMMv01 .root_1 a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #7C7E81 !important;
}
.p7PMMv01 .root_2 li, .p7PMMv01 .root_2 ul a, .p7PMMv01 .root_2 a:hover,
.p7PMMv01 .root_2 a.trig_open, .p7PMMv01 .root_2 a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #FFFFFF !important;
}
.p7PMMv01 .root_3 li, .p7PMMv01 .root_3 ul a, .p7PMMv01 .root_3 a:hover,
.p7PMMv01 .root_3 a.trig_open, .p7PMMv01 .root_3 a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #7C7E81 !important;
}
.p7PMMv01 .root_4 li, .p7PMMv01 .root_4 ul a, .p7PMMv01 .root_4 a:hover,
.p7PMMv01 .root_4 a.trig_open, .p7PMMv01 .root_4 a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #7C7E81 !important;
}
.p7PMMv01 .root_5 li, .p7PMMv01 .root_5 ul a, .p7PMMv01 .root_5 a:hover,
.p7PMMv01 .root_5 a.trig_open, .p7PMMv01 .root_5 a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #7C7E81 !important;
}
.p7PMMv01   .root_6   li, .p7PMMv01   .root_6   ul   a, .p7PMMv01   .root_6   a:hover, .p7PMMv01   .root_6   a.trig_open, .p7PMMv01   .root_6   a.trig_open_left {
	background-color: #A2A4A6 !important;
	color: #7C7E81 !important;
}

.p7PMMv01 .root_1 ul a:hover, .p7PMMv01 .root_1 ul a.trig_open, .p7PMMv01 .root_1 ul a.trig_open_left {
	background-color: #666 !important;
	color: #FFF !important;
}
.p7PMMv01 .root_2 ul a:hover, .p7PMMv01 .root_2 ul a.trig_open, .p7PMMv01 .root_2 ul a.trig_open_left {
	background-color: #CCCCCC !important;
	color: #FFFFFF !important;
}
.p7PMMv01 .root_3 ul a:hover, .p7PMMv01 .root_3 ul a.trig_open, .p7PMMv01 .root_3 ul a.trig_open_left {
	background-color: #98BDD8 !important;
	color: #000 !important;
}
.p7PMMv01 .root_4 ul a:hover, .p7PMMv01 .root_4 ul a.trig_open, .p7PMMv01 .root_4 ul a.trig_open_left {
	background-color: #9EBE21 !important;
	color: #FFF !important;
}
.p7PMMv01 .root_5 ul a:hover, .p7PMMv01 .root_5 ul a.trig_open, .p7PMMv01 .root_5 ul a.trig_open_left {
	background-color: #333 !important;
	color: #FFF !important;
}
.p7PMMv01 .root_6 ul a:hover, .p7PMMv01 .root_6 ul a.trig_open, .p7PMMv01 .root_6 ul a.trig_open_left {
	background-color: #333 !important;
	color: #FFF !important;
}

/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMv01 ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul ul a.trig_closed {
	background-image: url(img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul a.trig_open, .p7PMMv01 ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
.p7PMMv01 ul ul a.trig_open, .p7PMMv01 ul ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMv01 .current_mark {
	font-weight: bold;
}
.p7PMMv01 ul ul .current_mark {
	font-weight: bold;
}
#home_box {
	width: 175px;
	background-color: #D5EFF9;
	padding-bottom: 40px;
	height: 190px;
	margin-right: 8px;
	float: left;
}
#home_box_text {
	padding-right: 12px;
	padding-left: 12px;
}

#home_container {
	margin-top: 15px;
}
#content_home {
	margin-left: 12px;
	margin-top: 0px;

}
.blue_text {
	font-family: Arial, Verdana, Helvetica;
	font-size: 35px;
	color: #0e65b2;
	margin-top: 10px;
	line-height: 45px;
}
.grey_text {
	font-family: Arial, Verdana, Helvetica;
	font-size: 24px;
	color: #939598;
	margin-top: 10px;
	line-height: 30px;
}
.grey_text_bold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #939598;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
}

a.footerlink:link {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #0066FF;
}
a.footerlink:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.bluelink:link {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #006AB4;
	text-decoration: none;
	font-weight: bold;
}
a.bluelink:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #80B3FF;
	text-decoration: none;
}
a.bluelink:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #5B9DFF;
	text-decoration: none;
}
.grey_text18 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #929497;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
}
.special {
	visibility: hidden;
	width: 1px;
}
#content_scroll {
	overflow: auto;
	height: 800px;
}
a.aboutlink:link {
	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	color: #006AB4;
	text-decoration: none;
	font-weight: bold;
}
a.aboutlink:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	color: #80B3FF;
	text-decoration: none;
}
a.aboutlink:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	color: #5B9DFF;
	text-decoration: none;
}
