body, ul, li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

#menu {
	list-style:none;
	width:auto;  /* 100% */
	margin: -5px 2px 0px 2px;   /* Adjust the Navigator Link up and down*/
	height:43px;
	padding:0px 95px 0px 95px;   /* Adjust the Navigator Link to left or right*/


	/* Rounded Corners */
  /*	border-radius: 10px;  for Safari only */

	/* Background color and gradients */
	background: #168AD4; /* Blue */

	/* Borders */
	border: 1px solid #002232;

}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:1px solid #002232; /*none;*/
    z-index: 2;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;

	/* Background color and gradients */
	background: #F4F4F4;

	/* Rounded corners */
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;

}

#menu li .drop {
	padding-right:21px;
//	background: #168AD4 url("image/drop.png") no-repeat right 8px;
	color: #FFFFFF;

}
#menu li:hover .drop {
	background: url("images/drop.gif") no-repeat right 7px;
	color: #168AD4;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;

	/* Gradient background */
	background:#F4F4F4;   /* Drop down Background Color   */

	/* Rounded Corners */
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 590px;}
.dropdown_5columns {width: 720px;} /* Set the dropdown box width to 800px  */

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-20px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;

}

.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;} /*  690px  */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:10px;   /* font size for link */
	color:#000000; /*#015b86;*/
	display:inline-block;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
	font-size:12px;
	color: #900909;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:16px;   /* drop down font size for heading*/
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/*#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;   */

	/* Rounded Corners */
/*	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


/* --------------------------------------------------------------------------*/
/* Wrapper.	*/
#wrapper-1
{ position: relative; top:  0px; left: 0px; width: 100%;}


/* General.	*/
.d1, .d2, .d3, .d4, .d5, .d6, .d7
{ font: 1px cursive; overflow:hidden;	}

/* Backgrounds.	*/
.d1, .d2, .d3, .d4, .d8  { background: #168AD4; 	}
.d5, .d6, .d7, .d9	{ background: #FCFCFC;	}

/* Heights.	*/
.d1, .d2, .d3, .d5, .d6	{ height: 1px;	}
.d4, .d7		{ height: 2px;	}

/* Margins.	*/
.d1			{ margin: 0px 5px;	}
.d2, .d5		{ margin: 0px 3px;	}
.d3, .d6		{ margin: 0px 2px;	}
.d4, .d7		{ margin: 0px 1px;	}

/* Borders.	*/
.d2, .d5
{ border-right:2px solid #168AD4; border-left:2px solid #168AD4; }

.d3, .d4, .d6, .d7, .d8, .d9
{ border-right:1px solid #168AD4; border-left:1px solid #168AD4; }

/* Heading Area. */
.d8
{ color:#FFFFFF; text-align:left; padding-left: 10px;font: small "Futura Medium";font: bold; }

/* Content Area. */
.d9			{ padding: 5px; font: 14px; font:"Futura Medium", "Myriad Pro", "Gill Sans", "Helvetica", "Verdana", "Arial";}

/* --------------------------------------------------------------------------*/
.wrapper1{
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", "Helvetica", "Verdana", "Arial", "sans-serif";
	margin: 0;
/*	padding: 4px 0 0;*/


	}
	.wrapper1 a{
		color: #E5F2FB;
		text-decoration: none;

	}
	.wrapper1 a:hover {
		color: #09548B;

	}
	.wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;

	}
.wrapper {
	width: 450px;   /* Heading String Length=385px and margin 10px */
	margin: 10px 7px auto;
	height:250px;

}
.nav {
	background: #fff url(images/nav_bg.png) repeat-x;   /* Images folder is in Style Sheet folder */
	float: left;

}
.nav-wrapper {
	clear: both;
	float: left;


}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;

}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 385px;   /* Heading String Length */
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;

}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(images/split.png) no-repeat right center;
	position: relative;
	z-index: 0;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width:93%;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 15px;
	text-align: left;
}

.content td {
    border-bottom: dashed 1px;
    border-bottom-color: #777777;
    padding: 10px;
	font: 13px;
	font:Verdana;
	text-align: left;
	vertical-align: top;
}

.content1 {
	width:97%;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 15px;
	text-align: left;
}

.content1 td {
    padding: 5px;
	font: 13px;
	font:Helvetica, sans-serif,Arial;
	text-align: left;
	vertical-align: top;
	border: solid 1px #DDDDDD;
}

.content2 {
	width:97%;
	float: left;
	padding: 0px 20px;
	text-align: left;

}

.content2 td {
	font: 13px;
	font:Verdana;
	text-align: left;
	vertical-align: top;
	border: none;
}

.content3 {
	width:97%;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 0px 20px;
	text-align: left;

}

.content3 td {
	font: 13px;
	font:Verdana;
	text-align: left;
	vertical-align: top;
	border: none;
}

.content4 {
	width:93%;
	height: 170px;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 10px;
	text-align: left;

}

.content4 td {
    padding: 10px;
	font: 13px;
	font:Verdana;
	text-align: left;
	vertical-align: top;
}

.content5 {
	width:99%;
	float: left;
	padding: 10px 5px;
	text-align: left;

}

.content5 td {
	font: 13px;
	font:Verdana;
	text-align: left;
	vertical-align: top;
    border-bottom: dashed 1px;
    border-bottom-color: #777777;
   	padding: 10px 0px;
}

.content a{
	color: #161616;
	text-decoration: none;

}
		
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: left;

}

.p1 {
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;

}
.content-bottom {
	width: 100%;
	background: transparent url(images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}

/* --------------------------------------------------------------------------*/
/* set general thumbnail styles */
#pixIE	{ position: relative; top: 0px; left: 0px; z-index: 3;}
#pix	{ position: relative; top: 0px; left: 0px;}
/*dt	{ margin: 10px	}*/
img	{ border: none; }

/* MouseOut state (default) - hide larger picture */
#pixIE a img.hid {
	width: 280px; height:320px;
	position: absolute; top: 115px; left: 0px;
	visibility: hidden;
	}

#pix a img.hid {
	width: 280px; height:320px;
	position: absolute; top: 115px; left: 0px;
	visibility: hidden;
	}

/* MouseOver state (hover)- reveal larger picture */
#pixIE a:hover { background: white;}
#pixIE a:hover img.hid { visibility:visible;}
#pix a:hover { background: white; z-index: 3;  }
#pix a:hover img.hid { visibility:visible; z-index: 3;  }

