/* CSS Document */

body {
top:0;
left:0;
right:0;
background-image: url(../images/bgGradient.gif);
background-repeat: repeat-x;
background-color: #63a9cd;
font-family: arial, helvetica, serif;
padding: 0;
margin: 0;
}
table, tr, td {
margin: 0;
padding: 0;
}
.x-switch {
	font-size:12px;
	color: #120d26;
	background-color:#FFF;
}

.blue12 {
font-family: Arial;
font-size: 12px;
color: #0072ae;
font-weight: none;
font-style: none;
}

.brown11 {
font-family: Arial;
font-size: 11px;
color: #483908;
font-weight: none;
font-style: none;
line-height: 13px;
}

.dkblue10 {
font-family: Arial;
font-size: 10px;
color: #094a6b;
font-weight: none;
font-style: none;
line-height: 13px;
}

.small_font {
	font-size:0.9em;
font-family: Arial, Helvetica, sans-serif;
color: #120d26;
}
.medium_font {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #120d26;
}
.large_font {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #120d26;
}
.font_sizer a {
text-decoration: none;
color: black;
font-family: Arial, Helvetica, sans-serif;
color: #120d26;
}
.smallBreak {
line-height: 6px;
}
.8break {
line-height: 8px;
}

a:link.footerlinks {
font-family: Arial;
font-size: 10px;
color: #094a6b;
text-decoration: none;
font-weight: none;
}
a:active.footerlinks {
font-family: Arial;
font-size: 10px;
color: #094a6b;
text-decoration: none;
font-weight: none;
}
a:visited.footerlinks {
font-family: Arial;
font-size: 10px;
color: #094a6b;
text-decoration: none;
font-weight: none;
}
a:hover.footerlinks {
font-family: Arial;
font-size: 10px;
color: #094a6b;
text-decoration: none;
font-weight: none;
}
/* -----------------
	Added for Header
----------------- */
#content {
	border: 2px solid #A1C7DE;
	background:#CDE3ED;	
	width:800px;
	margin:0 auto;
}
html>body #content {
} 

#container {
	border: 2px solid #A1C7DE;
	background:#CDE3ED;	
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:135px;
	background: #F1CF5B url(../images/VNAheader.png) no-repeat;
	}
	#header img{
		top:0;
		left:0;
		margin:0;
		float:left;
}
.header-links {
	margin:94px 0 0;
	padding:0;
	float:right;
	}	
	.header-links img {
		border:0 none;
	}

a {
	text-decoration: none;
}

a:link {
	color:#684A06;
}

a:visited {
	color:#684A06;
}

a:active {
	color: red;
}

a:hover {
	color:#684A06;
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	font-size:11px;
	list-style: disc;
}
#header ul#nav {
	display: none !important;
	clear:right;
	float:right;
	margin:0;
	padding:0;
	width:548px;
	height:19px;
	color:#684A06;
	list-style: none;
}

#nav a {
	font-weight: normal;
	color:#684A06;
}

#nav a {
	text-decoration: none;
}
#header #nav li:hover {
	background: url(../images/nav_over.png) top right no-repeat;
}
#header #nav li li a {
	display: block;
	border-bottom: 1px solid #A1C7DE;
	background:#FFF;
	padding:6px 3px;
	margin:0;
}

#header #nav li li a:hover {
	display: block;
	border-bottom: 1px solid #A1C7DE;
	background:#FFF;
	background-image:none;
	padding:6px 3px;
	text-decoration:underline;
	margin:0;
}

#header li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	margin:0;
	padding:3px 9px;
}

#header li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width:176px;
	margin:2px 0 0;
	padding:0;
	font-weight: normal;
	border-left: 1px solid #A1C7DE;	
	border-right: 1px solid #A1C7DE;	
	list-style: none;
}

#header li>ul {
	display: none;
	top: auto;
	left: auto;
}
#header li ul li {
	padding:0;
}
#header li li {
	display: block;
	float: none;
	font-size:12px;
	border: 0;
	margin:0;
}

#header li:hover ul, li.over ul {
	display: block;
	background:#FFF;
}
