﻿
/* 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 {
  			border-style: none;
			border-color: inherit;
			border-width: 0;
			margin: 0;
			padding: 0;
			outline: 0;
  			font-size: 100%;
			text-align: center;
}

/* 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 {
			text-align: center; /* Centers the page content container in IE 5 browsers. */;
			padding: 10px 0 10px 0; /* (top, right, bottom, left) */			
			margin: 0 0 0 0; /* (top, right, bottom, left) */			
			background: url(images/bodybg.png) repeat-x;
}

p {
			padding: 10px 0 10px 0; /* (top, right, bottom, left) */			
			background-color: #fff;
			line-height: 14px;
			font-size: small;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			text-align: justify;
}

/* Commonly used to style page titles. */
h1 {
			line-height: 18px;
			font-size: xx-large;
			font-variant: small-caps;
			font-family: Tahoma, Geneva, sans-serif;
			color: #1f436e;
			font-weight: bold;
			text-align: left;
			text-indent: 20px;
			padding-top: 3px;
}

/* Commonly used to style section titles. */
h2 {
  			line-height: 16px;
  			font-size: x-large;
  			font-variant: small-caps;
 	 		font-family: Tahoma, Geneva, sans-serif;
  			color: #1f436e;
  			font-weight: bold;
  			text-align: left;
  			text-indent: 20px;
}

h3 {
  			line-height: 14px;
  			font-size: large;
  			font-variant: small-caps;
  			font-family: Tahoma, Geneva, sans-serif;
  			font-weight: bold;
  			color: #1f436e;
  			text-align: left;
			text-indent: 20px;
}

h4 {
			font-weight: bold;
			font-size: medium;
			font-variant: small-caps;
			font-family: Tahoma, Geneva, sans-serif;
			line-height: 14px;
			color: #1f436e;
			vertical-align: top;
			text-align: left;
			text-indent: 20px;
}

/* Sets the style for unvisited links. */
a,  a:link {
  			color: #1F436E;
  			text-decoration: none;
  			font-weight: bold;
			text-align: left;
}

a:visited {
  			color: #1F436E;
  			text-decoration: none;
  			font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  			color:  #A61A0F;
  			text-decoration: none;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
  			color: #000000;
  			text-decoration: none;
}

/* 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 {
  			padding: 10 10 10 10; /* (top, right, bottom, left) */
  			width: 900px;
 			color: #1f436e;
 			text-align: left; /* Redefines the text alignment defined by the body element. */
  			margin: 0 auto 0 auto; /*(top, right, bottom, left) */
}

#outerWrapper #header {
			background-image: url(images/header_bg5004.png);
			width: 900px;
			height: 150px;
			margin-top: 0px;
			z-index: 20;
			vertical-align: top;
			background-repeat: no-repeat;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: -10px;
}

.title {
			font-family: Tahoma, Geneva, sans-serif; /*  (top, right, bottom, left) */;
			font-size: 3em;
			font-weight: bold;
			font-style: italic;
			font-variant: small-caps;
			color: #FFFFFF;
			line-height: normal;
			line-height: 48px;
			padding-top: -10px;
			margin-top: -10px;
			margin-left: -200px;
}
.slogan {
			float: left;
			width: 459px;
			position: relative;
			left: 25px;
			padding-right: 15px;
			padding-left: 70px;
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: x-large;
			font-weight: bold;
			font-variant: small-caps;
			color: #EFEFEF;
			line-height: normal;
			font-style: italic;
			z-index: 20;
			text-align: left;
			margin-top: -10px;
			vertical-align: text-top;
			white-space: normal;
			padding-top: 20px;
}

#outerWrapper #contentWrapper #rightColumn {
			padding: 10px 10px 0px 10px; /* (top, right, bottom, left) */			
			height: 100%;
			float: right;
			border-left: solid 1px #7cbaaa;
			width: 180px;
			height: 925px;
			background-color: #EFEFEF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			color: #000000;
			border-left-style: double;
			border-left-width: 3px;
			border-left-color: #4D76A9;
			line-height: 100%;
			text-align: justify;
			background-repeat: repeat;
			display: block;
}

/* 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;
			padding: 10px 10px 0px 10px; /* (top, right, bottom, left) */
			height: 925px;
			margin: 0 200px 0 0; /* (top, right, bottom, left) */
}

/* Contains the main page content. This style is used for a page without the right column. */
#outerWrapper #contentWrapper #content_wide {
			background-color: #FFFFFF;
			padding: 10px 10px 0px 10px; /* (top, right, bottom, left) */			
			height: 925px;
			margin: 0 0 0 0; /* (top, right, bottom, left) */
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  			display: block;
  			clear: right;
}

#outerWrapper #footer {
			background-position: center center;
			background-color: #4D76A9;
			width: 900px;
			line-height: 10px;
			font-size: small; /* (top, right, bottom, left) */;
			color: #ffffff;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-variant: small-caps; /* (top, right, bottom, left) */;
			font-weight: bold;
			text-align: center;
			text-indent: 25px;
			padding-top: 10px;
			padding-right: 0;
			padding-bottom: 10px;
			display: inline-block;
			height: 25px;
			z-index: 4;
			position: relative;
			float: left;
			clear: both;
			top: -3px;
			vertical-align: middle;
}

/* Sets the style for links on mouseover. */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Styles for Navigation */
#outerWrapper #topNavigation {
			background-color: #4D76A9;
			width: 881px;
			height: 25px;
			font-size: small;
			padding: 10px 10px 10px 10px;  /* (top, right, bottom, left) */			
			
}

ul {
			list-style: square outside url('images/arrow.gif');
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			color: #000000;
			padding-left: 10px;
			margin-left: 40px;
}

	/* BELOW ARE THE STYLES FOR THE CONTACT FORM */
	fieldset {
			border:1px solid #000;
			padding:10px;
	}
	
	legend {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 90%;
			letter-spacing: -1px;
			font-weight: bold;
			line-height: 1.1;
			color:#fff;
			background: #666;
			border: 1px solid #333;
			padding: 2px 6px;
	}

	#cssform_p{
			width: 616px;
			float: left;
			clear: right;
			margin-left: auto;
			margin-right: auto;
			padding-left: 10px; /*width of left column containing the label elements*/
			border-top: 1px dashed gray;
			height: 1%;
			padding-right: 0;
			padding-top: 5px;
			padding-bottom: 8px;
}

	.cssform-label{
			font-weight: bold;
			float: left;
			margin-left: -155px; /*width of left column*/
			width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

	.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
			width: 180px;
	}

	.cssform textarea{
			width: 250px;
			height: 150px;
	}

	/*.threepxfix class below:
	Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
	to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
	*/

	* html .threepxfix{
			margin-left: 3px;
	}


/* CSS Tabs-Top Navigation */
#navcontainer {
        margin: 10px 0 10 10px;
        padding: 0;
        width: 870px;
        height: 20px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
			border: 1px solid #FFFFFF;
			background: #173862;
			width: 110px;
			height: 25px;
			padding: 0 5px 5 5px;
			margin: 0 0 10px 0;
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal small/25px Tahoma, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-variant: small-caps;
			vertical-align: middle;
}

#navcontainer ul li a:hover {
			color: #FFFFFF;
			background: #A61A0F;
}

#navcontainer a:active {
			background: #173862;
			color: #fff;
}

#navcontainer li#active a {
			background: #173862;
			border: 1px solid #FFFFFF;
			color: #fff;
}

.pxw3c {
			background-color: #9FBBD9;
			padding-left: 5px;
			margin-left: 5px;
}

