.contentbox
{
   width:100%;
   min-width:80px;
   max-width:1280px;
   
}
.img_look a.visited
{
	
}

body
{
	margin : 0px 0px 0px 0px;
	/*background:#D3F1DE; */
	/*background-image: url(34727f15ca856e73a60762af88e5b48f44f80622.png) ; */
	background-repeat:repeat;
	}
	
body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

.header
{
	margin-top::auto;
	 width:100%;
	 height:100px;
	  	

	}
	.headmenu
	{
	margin-top::auto;
	width:100%;
	height:16px;
 /*   background-color:skyblue;	*/
	}
	.hm1
	{
	margin-top::auto;
	width:100%;
	height:15px;
   /* background-color:skyblue; */


	left:60%;	
	}
	
	.headleft
	{
	width:15%;	
    float:left;
 	height:85px;
	margin-top:-1px;
    background-color:white;	
		}
	
		.headright{
				width:85%;	
		/* background-color:#09F; */
		 	 height:85px;
		 float:left;
	margin-top:-1px;
		
		 				}


/* Navigation Bar */

#menuWrapper {
width:99%; /* Menu width */
height:35px;
padding-left:14px;
//background:#014464; /* Background color */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%);
border-radius: 0px; /* Menu's border roundedness */
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
margin-top: 2px;
}
.menu {
padding:0;
margin:0;
list-style:none;
height:35px;
position:relative;
z-index:5;
font-family:arial, verdana, sans-serif;
}
.menu li:hover li a {
background:none;
font-size:12px;
font-weight:bold;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
display:block;
float:left;
height:35px;
line-height:34px;
color:#fff;
text-decoration:none;
font-family:"Verdana", sans-serif;
font-size:12px; /* Tamaño de la fuente */
font-weight:100;
padding:0 0 0 2px;
cursor:pointer;
}
.menu li a.top_link span {
float:left;
display:block;
padding:0 24px 0 3px;
height:35px;
}
.menu li a.top_link span.down {
float:left;
display:block;
padding:0 24px 0 3px;
height:35px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {color:#fff; }
.menu li:hover {position:relative; z-index:2;}
.menu ul,
.menu li:hover ul ul,
.menu li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
.menu li:hover ul.sub {
left:0;
top:35px;
//background:#014464; /* Submenu background color */
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%);
padding:3px;

width:190px;
height:auto;
z-index:3;
}
.menu li:hover ul.sub li {
display:block;
height:auto;
position:relative;
float:left;
width:190px;
font-weight:100;
}
.menu li:hover ul.sub li a{
display:block;
height:auto;
width:190;
line-height:30px;
text-indent:0px;
margin-left:1px;
color:#fff;
text-decoration:none;
}
.menu li ul.sub li a.fly {
/* Submenu Background Color */
//background:#014464 url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;

/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464)) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
}
.menu li:hover ul.sub li a:hover {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464)); /* Background Color on mouseover */
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%);
color:#fff;font-weight:100;
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Background on Mouseover */
//background:#014464 url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat; 
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464)) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
color:#fff;font-weight:100;}
.menu li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
left:190px;
top:-4px;
//background: #014464; /* Background Color of the Submenu */
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%);
padding:3px;

width:190px;
z-index:4;
height:auto;
}

.menu li ul.sub li a.hm {
display:block;
height:auto;
position:relative;
float:left;
width:190px;
font-weight:100;
margin-left:3px;
}
.menu li ul.sub li a.hm {
/* Submenu Background Color */
//background:#014464 url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464)) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
}
.menu li:hover ul.sub li a.hm:hover, .menu li:hover ul li:hover > a.hm {
/* Background on Mouseover */
//background:#014464 url(e5cfa01c15b71d3c5bda6e525bcd589e9ca47850.gif)  1px 10px no-repeat; padding-left:10px; color:#fff;font-weight:100;width:180px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464)) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%) url(26097ed23aa8bf1aa2565d7ea4d695ab2a3a94ce.gif)  180px 10px no-repeat;
}

.menu li:hover ul li.hm:hover ul{
left:-195px;
top:-4px;
//background: #014464; /* Background Color of the Submenu */
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #016AA3 0%, #014464 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016AA3), color-stop(1, #014464));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #016AA3 0%, #014464 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #016AA3 0%, #014464 100%);
padding:2px;

width:190px;
z-index:4;
height:auto;
}


.news
{
margin-top:0px;
padding: 0px 0px 0px 0px;
height:25px;
background-color:none;
color:#3071af;
width:100%;
valign:top;
font-size:12px;
}

.container
{
	height:440px;
	margin-top:-1%;
	margin-left:0px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	border:solid; 
	border-color:#3071af;
	background-color:white;

	}
.firstcol
{
	margin-top:auto;
	padding:0;
	width:20%;	
	height:100%;
	/*background-color:#DDECFF;*/

	margin-left:auto;
	float:left;
	
}
.secondcol
{
text-align:center;
	margin-top:auto;
	left:20%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:auto;
	float:left;
}
.thirdcol
{
	margin-top:auto;
	left:30%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:auto;
	float:left;
}
.fourthcol
{
	margin-top:auto;
	left:40%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:0px;
	float:left;
}
.fifthcol
{
	margin-top:auto;
	left:50%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:0px;
	float:left;
}
.sixthcol
{
	margin-top:auto;
	left:60%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:0px;
	float:left;
}
.seventhcol
{
	margin-top:auto;
	left:70%;
	padding:0;
	width:10%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:0px;
	float:left;
}
.eighthcol
{
	margin-top:auto;
	left:80%;
	padding:0;
	width:20%;	
	height:100%;
/*	background-color:#DDECFF; */
	margin-left:0px;
	float:left;
}

.leftnav
{
	margin-top:0px;
	padding:0;
	width:80%;	
	height:440px;
	/*background-color:#C6DDF4; */
	margin-left:0px;
	float:left;
	border-right:solid; 
	border-color:#3071af;

}
.content
{
	margin-top:0px;
	padding:0;
	width:19%;
	height:440px;
	/*	background-color:#E9F3FE;*/
	margin-left:auto;
	/* [disabled]float:left; */
	padding:0px 0px 0px 0px;
	

}
.search
{
	margin-top:5px;
	padding:0;
	height:16px;
/*	background-color:#0CF; */
	margin-left:auto;	
		margin-right:5px;	
	padding:0px 0px 0px 0px;
		border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
.search a{text-decoration:none;}

.contop
{
	margin-top:5px;
	padding:0;
	height:150px;
/*	background-color:#0CF; */
	margin-left:auto;	
		margin-right:5px;	
	padding:0px 0px 0px 0px;
		border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.contop2
{
	margin-top:5px;
	padding:0;
	height:150px;
/*	background-color:#0CF; */
	margin-left:auto;	
		margin-right:5px;	
	padding:0px 0px 0px 0px;
	border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}

.contop1
{
	margin-top:5px;
	padding:0;
	height:110px;
	width:100px;
	background-color:#3071af; 
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:12px;
	color:white;
	border:solid; 
	border-color:#3071af;
	border-radius:3px;
	vertical-align:middle;
	
	
	

}

.contop3
{
	margin-top:5px;
	padding:0;
	height:330px;
	width:auto
/*	background-color:#0CF; */
	margin-left:auto;	
		margin-right:0px;	
	padding:0px 0px 0px 0px;
	border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}

.conmid
{
	margin-top:0px;
	padding:0;
	height:70px;
/*	background-color:#6CC; */
	margin-left:auto;	
		margin-right:5px;	

	vertical-align:bottom;	
		padding:0px 0px 0px 0px;
	}

.conmid2
{
	margin-top:0px;
	padding:0;
	height:70px;
	/*background-color:#6CC; */
	margin-left:auto;	
		margin-right:5px;	

	vertical-align:bottom;	
	padding:0px 0px 0px 0px;
	padding-top:10px;
	}

.conbothead{
	margin-top:5px;
	padding:0;
	height:165px;
	margin-left:auto;	
		margin-right:5px;	

/*	background-color:#6C9; */
	padding:0px 0px 0px 0px;
		border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
.visit{
	margin-top:5px;
	padding:0;
	height:35px;
	margin-left:2px;	
		margin-right:5px;	
	
/*	background-color:#6C9; */
		border:solid; 
	border-color:#3071af;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
	vertical-align:middle;
	padding-left:3px;
	}




.conbottom{
	margin-top:auto;
	padding:0;
	height:150px;
/*	background-color:#6C9; */
	margin-left:auto;	
	
	}
.rightnav
{
	margin-top:auto;
	padding:0;
	width:33%;	
	height:400px;
/*	background-color:#C6DDF4; */
	margin-left:auto;
	float:left;

	}

ul#navigation 
{
	list-style:none;
	position:relative; 
	z-index:2;top:1px;
	display:table;
	border-left:1px solid #f5ab36;
	width:100%;
	}
	ul#navigation li 
	{
		float:left;

		}
		ul#navigation li a 
		{

/*			background:#ffd89b; */
			color:#222;
			display:block;
			padding:6px 15px;
			text-decoration:none;
			border-right:1px solid #f5ab36;
			border-top:1px solid #f5ab36;
			border-right:1px solid #f5ab36;
			margin:0;
			}
			ul#navigation li a.selected 
			{
				border-bottom:1px solid #fff;
				color:#344385;
/*				background:#fff;*/
				}
				.footermenu
				{
					margin-top:auto;
padding: 0px 0px 0px 0px;
height:20px;
/*background-color:#036; */
color:red;
width:100%;
valign:top;
					}
					
					#tablink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#015b86;
	display:block;
	outline:0;
	text-decoration:none;
	}
#tablink a:hover {
	font-size:12px;
	color:#039;
}

.tabarea
{
	list-style-type:none;
	height:auto;
	margin-top:auto%;
	margin-left:0px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
}

.lefttable
{
	margin-top:2px;
	margin-left:2px;
	margin-bottom:2px;
	padding:0;
	width:49%;	
	height:100%;
	float:left;
	border-right-style:solid;
	border-color:#003;
}
.righttable
{
	margin-top:2px;
	margin-right:2px;
	margin-left:1px;
	margin-bottom:5px;
	padding-left:2px;
	width:49%;	
	height:100%;
	float:left;
	border-left-style:solid;
	border-color:#003;
}
.maintable
{
width:100%;
border: 0px solid red;	
}
.whatsnew
{
font-size:11px; 
margin-left:2px;
margin-right:2px;
}
.bottomlinks 
{
margin-top:-5px;
padding: 0px 0px 0px 0px;
height:100px;
margin-left:0px;
margin-right:0px;
background-color:#3071af;
color:white;
width:100%;
font-size:10px;
}
.footer
{
margin-top:-5px;
padding: 0px 0px 0px 0px;
height:10px;
margin-left:0px;
margin-right:0px;
color:gray;
width:100%;

text-align:center;
font-size:10px;
}

.styled-button-1 
						{
						
						color:#FFC;
						/*background-color:#06C;*/
						
						border:1;
						border-color:black;
						font-family:'Helvetica Neue',Arial,sans-serif;
						font-size:11px;
						text-decoration: underline;
						height:20px;
						
						
						width:100px;
						margin-top:0px;						
						}
						
.block1
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:200;
width:auto;
padding:0px 0px;
margin-top:0px;

padding:0;
height:180px;
width:auto;

margin-left:auto;	
margin-right:0px;	
padding:0px 0px 0px 0px;
border:solid; 
border-color:#BBBBBB;
border-radius:15px;
}

.block2
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
					
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:none;
font-weight:10;
height:auto;
padding:2px 2px;
width:220px;
margin-top:8px;
}

.block3
{

color:#FFC;
//background-color:#BBBBBB;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #EDEFED));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #E6E6E6 0%, #EDEFED 100%);						
-webkit-border-radius: 12px 12px 0 0;
-moz-border-radius: 12px 12px 0 0;
border-radius: 12px 12px 0 0;
border:none;
font-weight:200;
height:auto;
margin-top:0px;
margin-left:0px;
margin-right:0px;
width:auto;
padding:4px;
/*border:solid;
border-color:#BBBBBB;*/
}

.block4
{

color:#FFC;
background-color:#BBBBBB;						
-webkit-border-radius: 0 0 12px 12px;
-moz-border-radius: 0 0 12px 12px;
border-radius: 0 0 12px 12px;
border:none;
font-weight:200;
height:70;
padding:4px;
width:162px;
}

.block5
{

color:#FFC;
//background-color:#DAD8DA;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #EDEFED));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #E6E6E6 0%, #EDEFED 100%);						
-webkit-border-radius: 12px 12px 0 0;
-moz-border-radius: 12px 12px 0 0;
border-radius: 12px 12px 0 0;
border:none;
font-weight:200;
height:auto;
margin-top:0px;
width:auto;
padding:4px;
/*border:solid;
border-color:#BBBBBB;*/
}

.block6
{

color:#FFC;
background-color:#DAD8DA;						
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 5px;
border-radius: 0 0 15px 15px;
border:none;
font-weight:200;
height:70;
padding:4px;
width:162px;
}

.block7
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:50;
height:80;
width:auto;
padding:3px 3px;
margin-top:0px;
margin-top:5px;
padding:0;

width:auto

margin-left:auto;	
margin-right:0px;	
padding:0px 0px 5px 0px;
border:solid; 
border-color:#BBBBBB;
border-radius:15px;
}

.block8
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:200;
width:auto;
padding:0px 0px;
margin-top:0px;
margin-top:5px;
padding:0;
height:210px;
width:auto

margin-left:auto;	
margin-right:0px;	
padding:0px 0px 0px 0px;
border:solid; 
border-color:#BBBBBB;
border-radius:15px;
}

.block9
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:200;
width:auto;
padding:0px 0px;
margin-top:0px;
margin-top:5px;
padding:0;
height:130px;
width:auto

margin-left:auto;	
margin-right:0px;	
padding:0px 0px 0px 0px;
border:solid; 
border-color:#BBBBBB;
border-radius:15px;
}

.block10
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#FFC;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:200;
width:auto;
padding:0px 0px;
margin-top:0px;
margin-top:5px;
padding:0;
height:160px;
width:auto

margin-left:auto;	
margin-right:0px;	
padding:0px 0px 0px 0px;
border:solid; 
border-color:#BBBBBB;
border-radius:15px;
}

.leftLinks 
{
display:inline-block;
color:#ccc;
background-color:#014464;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:bold;
height:20px;
padding:4px 12px;
width:95%;
border-bottom:solid 1px white;

}

.leftLinks:hover {
    background: #014464;
	color:#fff;
   }

.leftLinks1 
{
display:inline-block;
color:#4f4f4f;
background-color:#DAD8DA;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-size:12px;
font-weight:bold;
height:20px;
padding:4px 12px;
width:95%;
border-bottom:solid 1px white;

}

.leftLinks1:hover {
    background: #DAD8DA;
	color:#000000;
   }
 
.searchBox{
background-image: url(fc3d7f8131e9fb5790d4f47d97134d9d010f093c.gif) ;
background-repeat:no-repeat;
padding-left:20px;
}

.Ulist {
  list-style-type: none; 
  margin-left: 5pt;
}
 .Ulist li:before {
		content: "\00BB \0020";
		color:black;
	     }

.LiList {
  margin-top:0px;
  line-height: 1.2em;
}

table.MsoTableGrid
	{
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
 p.MsoNormal
	{mso-style-parent:"";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	font-size:9.0pt;
	font-family:"Arial","serif";
	font-weight:bold;
	}
 table.MsoNormalTable
	{mso-style-parent:"";
	line-height:115%;
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
p.MsoListParagraphCxSpFirst
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
p.MsoListParagraphCxSpMiddle
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
p.MsoListParagraphCxSpLast
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
p.MsoListParagraph
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Times New Roman","serif";
	}
	
.mainWindow
{
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:black;
background-color:white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid;
border-color:#BBBBBB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
font-weight:200;
width:auto;
padding:0px 0px;
margin-top:0px;
padding:0;
height:440px;
width:auto;
margin-left:auto;
margin-right:0px;
padding:0px 0px 0px 0px;
border:solid;
border-color:#BBBBBB;
border-radius:15px;
background: white;
}

.placeholder {color: #aaa;}

/* Define the body style */
body {
    font-family:Arial;
    font-size:12px;
}
 
/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper1 ul, #menuwrapper1 ul li{
    margin:0;
    padding:0;
    list-style:none;
	font-size:13px;
	
}
 
/* We apply background color and border bottom white and width to 150px */
#menuwrapper1 ul li{
    //background-color:#DAD8DA;
    background-image: -webkit-linear-gradient(bottom, rgba(241, 241, 241, 0) 0%, #EDEFED 100%);
    /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #EDEFED));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #EDEFED 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #E6E6E6 0%, #EDEFED 100%);
    border-bottom:solid 1px white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    width:98%;
    cursor:pointer;
	padding:1px 3px;
}
 
/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper1 ul li:hover{
    //background-color:#DAD8DA;
    background-image: -webkit-linear-gradient(bottom, rgba(241, 241, 241, 0) 0%, #EDEFED 100%);
    position:relative;
	font-weight:100;
}
 
/* We apply the link style */
#menuwrapper1 ul li a{
    padding:1px 3px;    
    display:inline-block;
    text-decoration:none;
	color:#4f4f4f;
	font-weight:100;
}

#menuwrapper1 ul li a:hover{
    padding:1px 3px;    
    display:inline-block;
    text-decoration:none;
	color:#000000;
}
 
/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper1 ul li ul{
    position:absolute;
    display:none;
	font-weight:normal;
}
 
/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper1 ul li:hover ul{
    left:150px;
    top:0px;
    display:block;
}
 
/* we apply different background color to 2nd level menu items*/
#menuwrapper1 ul li ul li{
    background-color:#DAD8DA;
}
 
/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper1 ul li:hover ul li:hover{
    background-color:#DAD8DA;
	color:#000000;
}
 
/* We style the color of level 2 links */
#menuwrapper1 ul li ul li a{    
    display:inline-block;
    width:200px;
	color:#4f4f4f;
	font-weight:bold;
}
 
/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper1 ul li:hover ul li ul{
    position:absolute;
    display:none;
}
 
/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper1 ul li:hover ul li:hover ul{
    display:block;
    left:150px;
    top:0;
}
 
/* We change the background color for the level 3 submenu*/
#menuwrapper1 ul li:hover ul li:hover ul li{
    background:#DAD8DA;
}
 
/* We change the background color for the level 3 submenu when hovering the menu */
 
#menuwrapper1 ul li:hover ul li:hover ul li:hover{
    background:#BBBBBB;
}
 
/* We change the level 3 link color */
#menuwrapper1 ul li:hover ul li:hover ul li a{
    color:black;
}
 
/* Clear float */
.clear{
    clear:both;
}
.middleLink{
color:#fff;
background:#014464;
}
.middleLink:hover{
color:#fff;
background:#014464;
}