/*this is to keep page from shifting to left on load in safari and firefox*/

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

html { 
	overflow: -moz-scrollbars-vertical !important; 
}
	
/* 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: #fff;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  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. */
}
/* Commonly used to style page titles. */
h1 {
  color: #064486;
  font-size: 14pt;
  font-weight: bold;
  line-height: 14pt;
}
/* Commonly used to style section titles. */
h2 {
  color: #064486;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}


/* 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: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 950px;
}

/*header*/

#outerWrapper #header {
  background-color: #fff;
  font-size: 18px;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  border: 0px;
  margin-bottom: -1px;
  width: 950px;
}

/*begin wrappers*/

#outerWrapper #contentWrapper {
  background-repeat: repeat-y;
/*  float: left;
*/  overflow: hidden;
}


#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #064486;
  color: #FFFFFF;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  padding: 20px 20px 30px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 193px;
  border: 0px;
  margin-top: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 h1 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
#outerWrapper #contentWrapper #rightColumn1 h2 {
  color: #66ccff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
#outerWrapper #contentWrapper #rightColumn1 h3 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
}
#outerWrapper #contentWrapper #rightColumn1 a, #outerWrapper #contentWrapper #rightColumn1 a:link {
  color: #66CCFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #contentWrapper #rightColumn1 a:hover {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
/* 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 {
  background-color: #ffffff;
  margin: 0px 233px 0px 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  height: auto;
  border: 0px;
}
#outerWrapper #contentWrapper #content img{
  background-color: #ffffff;
  float: right;
  height: auto;
  border: 0px;
}
#outerWrapper #contentWrapper #mainText {
  margin: 0px 233px 0px 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 14pt;
  padding: 60px 20px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: auto;
  border: 0px;
}

#outerWrapper #contentWrapper #mainText a {
  color: #064486;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 14pt;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #mainText a:hover {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 14pt;
  text-decoration: underline;
}

#outerWrapper #contentWrapper #mainText #footer a {
	background-color: #ffffff;
  color: #064486;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  line-height: 14pt;
  padding: 0 0 0 0px;
}
#outerWrapper #contentWrapper #mainText #footer a:hover{
	background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  line-height: 14pt;
}
.copright_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.photo_cutlines {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	line-height: 9pt;
}
#outerWrapper #contentWrapper #mainText .email a{
	color: #064486;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
}
#outerWrapper #contentWrapper #mainText .email a:hover{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
	padding: 0 0 0 0px;
}

.subhead {
  color: #064486;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.subhead10pt {
  color: #064486;
  font-size: 10pt;
  font-weight: bold;
  line-height: 14pt;
}
.subhead12pt {
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
}


ul#ServiceMenu {width: 468px;}
ul#ServiceMenu > li:hover > ul {width: 10px; top: 0px; left: 160px;}

#outerWrapper #contentWrapper #ServiceColumn {
	display: block;
	background-color: #ffffff;
	float: left;
	padding: 1px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 532px;
	border: 0px;
	position: absolute;
	margin-top: 0px;
	height: 1199px;
}

#servicelist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	margin: 0px 0px 0px 0px;
    list-style:none;
	width: 168px;
}
#servicelist a {
    display:block;
    width:280px;
    color:#fff;
    text-decoration:none;
    background:url(../images/tab2.gif) no-repeat;
    padding:7px 10px 13px 30px;
}
#servicelist a:hover { 
    background-position:0 -35px;
    color: #ffffff;
}
#subservicelist {
	font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	color:#FFFFFF;
	background: #999999;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
	z-index: 2;
}

#subservicelist a {
    display:block;
    width:320px;
    color:#fff;
    text-decoration:none;
    background: #999999;
    padding:7px 10px 13px 20px;
}

#subservicelist a:hover { 
    background: #cccccc;
	color: #064486;
}

