/* Converted px to ems to enable Text Resizing for accessibility. */

html {
	font-size:100%;
}

body {
	background:url(../images/top_bg.gif) top repeat-x #FFFFFF;
	margin:0px;
  	padding:0px;
	text-align:left;
	font-size:0.689em;
}

.wrapper {
	background:url(../images/bot_px.gif) bottom repeat-x; 
	text-align:center;
}

.wrap {
	margin:0 auto;
	padding:0;
	width:766px;
}

form {
	margin:0px;
	padding:0px;
}

div {
	margin:0; 
	padding:0; 
	text-align:left; 
	font-family:tahoma; 
	color:#4D4D4D; 
	line-height:1.09em; 
   font-size:1em;
}

.abs {
	vertical-align:middle;
}

#header {
	height:258px;
	width:766px;
	background:url(../images/bg1.gif) top left no-repeat;
	font-size: 11px;
}

a {
	color:#005885; 
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#header span a {
	color:#A6B8C2;
	text-decoration:none;
}

#header span a:hover {
	text-decoration:underline;
}

#header strong {
	color:#FFE400;
}

#header strong a {
	color:#FFE400; 
	text-transform:uppercase; 
	text-decoration:none;
}

#header strong a:hover {
	text-decoration:underline;
}

#header ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

#header li {
	margin:0;
	padding:0 0 0 8px;
	color:#BFE9FF;
	line-height:15px;
	background:url(../images/bull.gif) left center no-repeat;
}

#header li a {
	color:#BFE9FF; 
	text-decoration:none;
}

#header li a:hover {
	text-decoration:underline;
}

.content {
	background:url(../images/px.gif) left repeat-y;
	width:766px;
	height:380px;
	text-align:left;
	display:table;
}

.left_menu ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

.left_menu li {
	margin:0;
	padding-left:13px;
	line-height:2.727em;
	color:#1776AE;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 1.273em;
}

.left_menu li a {
	color:#1776AE; 
	text-decoration:none;
}

.left_menu li a:hover {
	text-decoration:underline;
}

.column_left {
	float:left;
	width:259px;
	height:100%;
	display:table;
	font-size: 1em;
}

.column_center {
	float:left; 
	width:281px; 
	height:100%; 
	display:table; 
	border-right:1px solid #CFCFCF; 
	background:url(../images/bg2.jpg) top right no-repeat;
}

.column_center1 {
	float:left; 
	width:500px; 
	height:100%; 
	display:table;
}

.column_right {
	float:left; 
	width:225px; 
	height:100%; 
	display:table;
}

.content h1 {
	color: #005885;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.089em;
	margin-top: 0;
	margin-bottom: 4%;
}

.content h2 {
	color: #005885;
	text-transform: capitalize;
	text-align: left;
	font-size: 1.089em;
	margin-top: 0;
	margin-bottom: 3%;
}

.content h3 {
	color: #005885;
	text-transform: capitalize;
	text-align: left;
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: 3%;
}

.content strong {
	color:#005885;
}

.content strong a {
	color:#005885; 
	text-decoration:underline;
}

.content strong a:hover {
	text-decoration:none;
}

.content span a {
	font-weight:bold; 
	text-transform:uppercase; 
	color:#A30000; 
	text-decoration:underline;
}

.content span a:hover {
	text-decoration:none;
}

.list1 ul {
	margin:0;
	padding:0;
	list-style:none;
}

.list1 li {
	margin:0; 
	padding-left:14px; 
	background-image:url(/images/arr1.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em; 
	font-weight:bold; 
	line-height:1.545em; 
	color:#373737;
}

.list1 li a {
	color:#373737; 
	text-decoration:none;
}

.list1 li a:hover {
	text-decoration:underline;
}

.list2 ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

.list2 li {
	margin:0;
	padding-left:14px; 
	background-image:url(/images/arr2.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em; 
	line-height:1.545em; 
	color:#00508E;
}

.list2 li a {
	color:#00508E; 
	text-decoration:underline;
}

.list2 li a:hover {
	text-decoration:none;
}

.list3 ul {
	margin:0; 
	list-style:none; 
	padding-left:1em; 
	text-indent:-0.818em;
}

.list4 ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	width:100%;
}

.list4 li {
	float:left;
	width:25%;
	margin: 0;
	padding: 0;
}

.list5 ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	width:100%;
}

.list5 li {
	margin:0; 
	padding:0; 
	float:left; 
	width:50%;
}

.overlap {
    position: relative;           /* establish new containing block */
    width: 200px; height: 200px;  /* must specify width/height */
}

.overlap .ne, .overlap .sw, .overlap .nw, .overlap .se { 
	position: absolute; 
}

.overlap .ne {    
	top: 0; 
	right: 0; 
	z-index: 1; 
}

.overlap .sw { 
	bottom: 0;  
	left: 0; 
	z-index: 2; 
}

.overlap .nw {    
	top: 0;  
	left: 0; 
	z-index: 1; 
}

.overlap .se { 
	bottom: 0; 
	right: 0; 
	z-index: 2; 
}

.overlap .ne2, .overlap .sw2, .overlap .nw2, .overlap .se2 { 
	position: absolute; 
}
.overlap .ne2 {    
	top: 25; 
	right: 25; 
	z-index: 1; 
}

.overlap .sw2 { 
	bottom: 0;  
	left: 0; 
	z-index: 2; 
}

.overlap .nw2 {    
	top: 0;  
	left: 50; 
	z-index: 1; 
}

.overlap .se2 { 
	bottom: 0; 
	right: 0; 
	z-index: 2; 
}

.overlapText {

    position: relative;           /* establish new containing block */
    width: 150px; height: 25px;  /* must specify width/height */
}

.overlapText .textleft, .overlapText .textright, .overlapText .textmiddle {

	position: absolute;
}

.overlapText .textright {

	top: 0px;  
	left: 85px; 
	z-index: 1;
}

.overlapText .textleft {

	top: 0px; 
	right: 0px; 
	z-index: 1;
}

.overlapText .textmiddle {


	top: 0px;  
	left: 40px; 
	z-index: 1;
}

.floatLeft { 
	float:left; 
	margin:0; 
	padding:0 7px 7px 0; 
}

.floatRight { 
	float:right; 
	margin:0; 
	padding:0 0 7px 7px; 
}

.border1 { 
	border:1px solid #CFCFCF; 
	padding:10px; 
}

.border2 { 
	border:2px solid #CFCFCF; 
	padding:10px; 
}

input, select, textarea {
	width:220px; 
	height:20px; 
	border:1px solid #929292; 
	color:#4D4D4D; 
	font-family:tahoma; 
	font-size:11px; 
	overflow:auto; 
	margin-top:2px
}

#footer {
	background:url(../images/bot.gif) center no-repeat;
	width:766px;
	height:73px;
	color:#A8BECB;
	font-size: 11px;
}

#footer a {
	color:#A8BECB; 
	text-decoration:none; 
}

#footer a:hover {
	text-decoration:underline; 
}
