@charset "utf-8";
body { 
	margin: 0;
	padding: 0;
	border: 0;   
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #747373;
	height:100%;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
 
#pdf_btn{
	width:163px;
	height:32px;
	position:absolute;
	left: 716px;
	border: 0;
	top: 131px;
}

#flash {
	padding: 10px 0 0 10px;
	background: no-repeat url(../images/flash_bg.png) top left;
	width: 660px;
	height: 230px;
}

#center_table {
	background: url(../images/content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;   
}

#content_frame_s {
 	background:none;
}

#content {
	padding-left:10px;
	padding-right:10px;
}

#content span a img{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 7px;
}
#content span a img:hover{
	border-color: #06c;
}

.border{
	padding: 5px;
	border: 1px solid #B3CEEA;
	margin: 7px;
}




.bottom_text {
	color:#bbbbbb;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;	
}
/* Title text */
.contentheading, h1, h2, h3, h4 {
	color:#1d78b9;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;	
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Heading */
.contentheading{
	font-size: 180%;
	font-weight:550;	
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

#list ul {
	list-style: none;
}

#list ul li {
	margin-left: -30px;
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat 0px 4px;	
}

img{
	border: 0;
}

/* ---------------------- iFlash nav ---------------------- */



#flash_bottom {
position:absolute;
z-index:1;
}

#flash_top {
position:absolute;
z-index:50;
}




#iflashcontainer{
	position:relative;
	height:34px;
	/*background:#143D55;*/
	width:100%;
	font-family:Arial,Verdana,sans-serif;
	padding-bottom: 5px;
}
#iflashnav{
	position:relative;
	height:34px;
	font-size:12px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	background: url(../images/menu_bg.jpg) repeat-x bottom left;
	padding:0 0 0 0px;
}
#iflashnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#iflashnav ul li{
	display:block;
	float:left;
	margin:0 1px;
}
#iflashnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 10px;
	height:34px;
	line-height:140%;
}
#iflashnav ul li a span{
	padding:11px 10px 0 0;
	height:21px;
	float:left;
}
#iflashnav ul li a:hover{
	color:#fff;
	background:transparent url(../images/menu_bg-OVER.jpg) repeat-x bottom left;
}
#iflashnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
#iflashnav ul li a.current,#iflashnav ul li a.current:hover{
	color:#fff;
	padding:0 0 0 20px;
	background: url(../images/menu_left-ON.png) no-repeat top left;
	line-height:290%;
}
#iflashnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background: url(../images/menu_right-ON.png) no-repeat top right;
	height:34px;
}
/* ---------------------- END iFlash nav ---------------------- */

