/* 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;
}

html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #000;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #FFF url(../images/sapphire/blue-background-image.jpg) repeat-x top;
}

a, a:link {
	color: #005ab0;
	text-decoration: none;
}
a:visited {
	color: #5300a8;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:focus {
	color: black;
}
a:active {
	color: black;
}
.clear {
	clear:both;
}
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right {
	text-align: right;	
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
	
.arrow {
	background: url(../images/sapphire/blue-arrow.png) no-repeat left top;
	display: block;
	padding-left: 18px;
	margin-top: 8px;
}
.abmlogo {
	background: url(../images/abm/logo-abm-a.png) no-repeat left top;
	display: block;
	height: 45px;
	padding-left: 40px;
	margin-top: 25px;
}
h5.abmlogo {
	color: #A70E00;
	padding-top: 12px;
}

/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
	height: 33px;
	padding-left: 30px;
}

#headerlinks {
	float: right;
	width: 300px;
	text-align: right;
	padding: 11px 44px 0 0;
	background: transparent;
	color: white;
}
#headerlinks a, #headerlinks a:link, #headerlinks a:visited {
	color: white;
}
#headerlogo {
	
}
#topbanner { 
	background-image: url(../images/sapphire/blue-header-image.png);
	height: 202px;
	width: 962px;
 }
#topbanner h1 {
	padding: 35px 25px 0 325px;
	margin: 0;
	text-align: center;
	font-size: 3em;
	color: white;
	background-color: transparent;
}
#topbanner h2 {
	padding: 10px 25px 0 325px;
	margin: 10px 0;
	text-align: center;
	font-size: 2.5em;
	color: white;
	background-color: transparent;
}
/* 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: transparent;
	margin: 0 auto 0 auto; 
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}

#twoColumnRight { 
	overflow: hidden;
}
#content {
	
}
#twoColumnRight #rightColumn {
	float: right;
	padding: 15px 15px 10px 10px; 
	width: 275px;
}
/* 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. */
#twoColumnRight #content {
	margin: 0 325px 0 15px; 
	padding: 20px 10px 30px; 
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 10px 10px 30px; 
	background: url(../images/sapphire/blue-footer-image.png) no-repeat left top;
	height: 63px;
	color: #FFF;
	clear: both;
}
/* ---------- Navigation CSS ---------- */

#navcontainer {
	position: relative;
	height: 40px;
	width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position: relative;
	height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/sapphire/blue-nav-bg-container.png) no-repeat top center;
	padding: 0 0 0 25px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0px;
}
#nav ul li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 40px;
}
#nav ul li a span {
	padding: 12px 20px 0 0;
	height: 28px;
	float: left;
}
#nav ul li a:hover {
	color:#fff;
	background: transparent url(../images/sapphire/blue-nav-bg-over.png) repeat-x left bottom;
}
#nav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}
#nav ul li a.current, #nav ul li a.current:hover {
	color: #fff;
	background: transparent url(../images/sapphire/blue-nav-left-on.png) no-repeat top left;
	line-height: 325%;
}
#nav ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: transparent url(../images/sapphire/blue-nav-right-on.png) no-repeat top right;
	height: 40px;
}

/* ---------- Navigation Bottom CSS ---------- */


#navBottom  {
	text-align: center;
	}
	
#navBottom ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navBottom ul li {
	margin-left: 0;
	padding: 0px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
			
#navBottom ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#navBottom a:link, div#navBottom a:visited {
	font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent; 
	padding: 2px; 
	text-decoration: none;
	}
#navBottom a:link {
	color: #444444;
	}
#navBottom a:visited {
	color: #878787;
	}
#navBottom a:link:hover {
	color: black; 
	background-color: transparent;
	text-decoration: underline;
	}
#navBottom a:visited:hover {
	color: #656565; 
	background-color: transparent;
	text-decoration: underline;
	}
	
/* ---------- Typography CSS ---------- */

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #4682b4;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
.spaced ol, .spaced ul, .spaced li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #f3f3f3;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #cccccc;
}
/* Note: Use sup for Service Mark (sm) Styling */
sup { 
	font-size: 0.55em; 
	font-weight: normal; 
	letter-spacing: normal; 
	text-align: justify; 
	word-spacing: normal; 
	vertical-align: super
}

.narrow1 {
	line-height:1.1em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}
/* ---------- Three Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_3 {
	margin: 0;
	float: left;
	width:31%;
}
#col_two_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
#col_three_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
/* ---------- Four Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_4 {
	margin: 0;
	float: left;
	width:23%;
}
#col_two_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_three_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_four_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
/* ---------- Side column menu styles ---------- */

.styledmenu {
	width: 100%; /*width of menu*/
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: white;
	background: #164982 url(../images/sapphire/blue-down-arrow.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #cfe1f2;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #1a6fd2;
}
.simplemenu {
	width: 100%; /*width of menu*/
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; 
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; 
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; 
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #eaeaea;
}

/* alternate colors for simplemenu background colors */
.simplemenu ul li.greybg a:hover { /* grey hover state CSS*/
	color: #000;
	background: #ccc; 
}
.simplemenu ul li.rosebg a:hover { /* rose hover state CSS*/
	color: #000;
	background: #f6a7c1; 
}
.simplemenu ul li.sagebg a:hover { /* sage hover state CSS*/
	color: #000;
	background: #b4d7b0; 
}
.simplemenu ul li.sapphirebg a:hover { /* sapphire hover state CSS*/
	color: #000;
	background: #cfe1f2; 
}
/* end alternate colors for simplemenu background */



.sidebarlt {
	padding: 6px;
	border: 1px solid #164982;
	background-color: #cfe1f2;
}
.sidebardk {
	color: #ffffff;
	border: 1px solid #cfe1f2;
	padding: 6px;
	background-color: #164982;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #ffffff;
	text-decoration:underline;
}
.sidebar-abm {
	
	
}
.sidebar-abm-bg {
    background-color: #ffdfd9;
    border: 1px solid #ffdfd9;
	border-bottom: 5px solid #a80f00;
}
.sidebar-abm a {
	color: #4682b4;
} 
.sidebar-abm h3 {
	/*padding: 0px 5px;*/
}

/* niftyCorners sylings */
div .niftybox {
	/*width: 19em;*/ 
	padding: 6px; 
	margin: 0 auto 1em;
   background: #cfe1f2;
   border-bottom: 5px solid #164982;
}
.niftybox a {
	color: #4682b4;
}


/* ---------- These are the styles for the contact form ---------- */
Label {
}
.inputValue {
	width:50%;
	margin-top:5px;
}
.inputText {
	width:85%;
	height:180px;
	margin-top:5px;
}
.inputButton {
}
.required {
	font-size:9px;
	color:#C00;
}

