* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #133d8d;
	text-decoration: none;
}

	a img {
		border: none;
	}

a:hover {
	color: #bf2b26;
}

.download {
	padding-left: 20px;
	background: url(../images/ANG-download-arrow.gif) center left no-repeat;
}

.alignLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignRight {
	float: right;
	margin: 0 0 10px 10px;
}

h1.title {
	clear: both;
	margin: 0 0 10px 40px;
	padding-top: 20px;
	color: #133d8d;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

h2.smltitle {
	clear: both;
	font-size: 13px;
	line-height: 13px;
	color: #133d8d;
	text-transform: uppercase;
}

#content .highlight, #content .highlight a {
	color: #bf2b26;
	font-weight: bold;
}

#wrapper,#SANS {
	position: relative;
	margin: 0 auto;
	width: 964px;
	/*background: url(../images/ANG-line.gif) 0 147px repeat-x;*/
}


/***********************/
/*  Header / Main Nav  */
/***********************/
#header {
	padding-top: 15px;
}
	#header #logo {
		float: left;
	}
	/****  Top Nav (in line with logo)  ****/
	#header #topNav {
		float: right;
	}
		#header #topNav a span {
			visibility: hidden;
		}
		#header #topNav #nav_home {
			display: block;
			float: left;
			margin-right: 20px;
			width: 35px;
			height: 50px;
			background: url(../images/ANG-nav-home.gif) 0 33px no-repeat;
		}
		#header #topNav #nav_home:hover {
			background-image: url(../images/ANG-nav-home-o.gif);
		}
		#header #topNav #nav_careers {
			display: block;
			float: left;
			margin-right: 20px;
			width: 51px;
			height: 50px;
			background: url(../images/ANG-nav-careers.gif) 0 33px no-repeat;
		}
		#header #topNav #nav_careers:hover {
			background-image: url(../images/ANG-nav-careers-o.gif);
		}
		#header #topNav #nav_faq {
			display: block;
			float: left;
			margin-right: 20px;
			width: 31px;
			height: 50px;
			background: url(../images/ANG-nav-faq.gif) 0 33px no-repeat;
		}
		#header #topNav #nav_faq:hover {
			background-image: url(../images/ANG-nav-faq-o.gif);
		}
		#header #topNav #nav_corp {
			display: block;
			float: left;
			margin-right: 20px;
			width: 129px;
			height: 50px;
			background: url(../images/ANG-nav-corppart.gif) 0 33px no-repeat;
		}
		#header #topNav #nav_corp:hover {
			background-image: url(../images/ANG-nav-corppart-o.gif);
		}
		#header #topNav #nav_contactus {
			display: block;
			float: left;
			margin-right: 22px;
			width: 216px;
			height: 50px;
			background: url(../images/ANG-nav-contact.gif) bottom right no-repeat;
		}
		#header #topNav #nav_contactus:hover {
			background-image: url(../images/ANG-nav-contact-o.gif);
		}
	/****  Main Nav (long silver bar)  ****/
	#header #mainNav {
		clear: both;
		position: relative;
		padding-left: 14px;
		background: url(../images/ANG-nav-left.gif) top left no-repeat;
	}
		#header #mainNav #searchBox {
			/*float: right;*/
			position: absolute;
			top: 0;
			right: 0;
			margin-right: 3px;
			width: 235px;
			height: 70px;
			background: url(../images/ANG-sub-search.jpg) top left no-repeat;
		}
			#header #mainNav #searchBox #searchForm {
				width: 235px;
				height: 70px;
				background: url(../images/ANG-nav-right.gif) top right no-repeat;
			}
				#header #mainNav #searchBox #searchForm #keywords {
					float: left;
					margin: 35px 0 0 15px;
					width: 150px;
				}
				#header #mainNav #searchBox #searchForm #submitSearch {
					float: left;
					margin: 33px 0 0 5px;
				}

/***********************/
/*    Content Panel    */
/***********************/
#content {
	float: left;
	padding: 10px 0 20px 0;
	width: 640px;
}
	#content #tagline {
		position: absolute;
		top: 148px;
		left: 0;
	}
	#content #tagline2 {
		display: none;
	}
	#content #breadcrumb {
		clear: both;
		margin-left: 35px;
		padding-top: 20px;
		list-style: none;
	}
		#content #breadcrumb li {
			float: left;
			padding-left: 5px;
			color: #133d8d;
		}
			#content #breadcrumb li a {
				display: block;
				padding-right: 5px;
				border-right: #999999 1px solid;
				color: #999999;
			}

/************************/
/*  Right-hand Sidebar  */
/************************/
#sidebar {
	float: right;
	margin-top: -3px;
	padding-bottom: 20px;
	width: 300px;
	text-align: right;
	background: url(../images/ANG-mask.gif) 260px 20px no-repeat;
}
	#sidebar .subnav {
		position: relative;
		margin-left: 62px;
		padding-bottom: 8px;
		width: 216px;
		background: url(../images/ANG-sub-rnd-btm.gif) bottom left no-repeat;
		text-align: left;
		list-style: none;
		text-transform: uppercase;
		font-size: 11px;
		z-index: 1000;
	}
	* html #sidebar #subnav {
		position: relative;
		margin-right: 1px;
		margin-left: -40px;
	}
		#sidebar .subnav li {
			background: #133d8d url(../images/ANG-sub-bg.gif) top left repeat-y;
		}
			#sidebar .subnav li a {
				display: block;
				margin: 0 3px;
				padding: 4px 15px 4px 10px;
				background: url(../images/ANG-sub-arrow-blue.gif) 200px 7px no-repeat;
				color: #FFFFFF;
				line-height: 16px;
			}
			#sidebar .subnav li a:hover, #sidebar .subnav .sel  {
				background: #00085b url(../images/ANG-sub-arrow-red.gif) 200px 7px no-repeat;
			}
			#sidebar .subnav li ul {
				margin-left: 0;
				padding-bottom: 0;
				background: none;
				border-bottom: 1px #0b346b solid;
				list-style: none;
				text-transform: none;
			}
				#sidebar .subnav li ul li a, #sidebar .subnav li ul li a:hover, #sidebar .subnav li ul li .sel {
					padding-left: 20px;
					background-position: 10px 7px;
				}
				* html #sidebar .subnav li ul li a, * html #sidebar .subnav li ul li a:hover, * html #sidebar .subnav li ul li .sel {
					background-position: 10px 5px;
				}
	
	#sidebar #emptySubNav {
		margin: 0 0 1px 62px;
		height: 7px;
		background: url(../images/ANG-sub-rnd-btm.gif) bottom left no-repeat;
	}
	#sidebar #donatenow {
		position: relative;
		margin-top: -80px;
		margin-right: -30px;
		z-index: 10;
	}
	#sidebar #donatenow1 {
		position: relative;
		margin-top: -10px;
		margin-right: -30px;
		z-index: 10;
	}
	#sidebar #donatenow2 {
		position: relative;
		margin-top: -50px;
		margin-right: -30px;
		z-index: 10;
	}
	#sidebar #donatenow_nonav {
		margin: 12px 0 0 4px;
	}
	#sidebar #donatenow.form {
		margin-top: -55px;
	}
	#sidebar #socialPic {
		margin-top: 50px;
	}
	#sidebar #serviceBox {
		margin: 30px 0 0 62px;
		width: 216px;
	}

/************************/
/*        Footer        */
/************************/
#footer {
	clear: both;
	padding: 15px 0;
	border-top: #133d8d 10px solid;
}
	#footer #copyright {
		float: right;
		width: 650px;
		color: #133d8d;
		text-align: right;
	}
	#footer a {
		padding-right: 40px;
		color: #133d8d;
		text-transform: uppercase;
	}
	#footer a:hover {
		color: #bf2b26;
	}
	
	
	/********* SANS ***************/
	

			.SAN_table {
			background-color: #7e7e7e;
			height: 22px;
			width: 100%;
			}

			.SAN_logo {
			font: bold 10px verdana, sans-serif;
			color: #ffffff;
			}

			.SAN_logo a, .SAN_logo a:link, .SAN_logo a:visited, .SAN_logo a:active {
			color: #ffffff;
			text-decoration: none;
			}

			.SAN_logo a:hover {
			color: #ffffff;
			text-decoration: underline;
			}

			.SAN_links {
			font: bold 10px verdana, sans-serif;
			color: #ffffff;
			}

			.SAN_links a, .SAN_links a:link, .SAN_links a:visited, .SAN_links a:active {
			color: #FFFFFF;
			text-decoration: none;
			}

			.SAN_links a:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}

			.SAN_select {
			font: 10px verdana, sans-serif;
			font-weight: bold;
			text-decoration: none;
			background-color: #7e7e7e;
			color: #FFFFFF;
			margin-left: 10px;
			
			}
