@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/layout/bg.jpg);
	background-repeat: repeat-x;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(../../images/home/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 145px;
	width: 977px;
}
#header1 {
	background-image: url(../../images/layout/header1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 145px;
	width: 977px;
}
#nav {
	height: 17px;
	background-color: #B3B3B3;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #153DB5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav a {
	color: #1A3EB4;	
	text-decoration: none;
}
#nav a:hover {
	color: #1A3EB4;	
}
#nav a:visited {
	color: #1A3EB4;	
}
#base {
	background-image: url(../../images/layout/base.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 12px;
	background-position: bottom;
	background-color: #D3E2FE;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#base p {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#base p strong {
	font-size: 20px;
	color: #1B3EB4;
	line-height: 25px;
}
#base strong a {
	color: #1A3EB4;	
	text-decoration: none;
}
#base strong a:hover {
	color: #1A3EB4;	
	text-decoration: underline;
}
#base strong a:visited {
	color: #1A3EB4;	
	text-decoration: underline;
}

#nBase {
	background-image: url(../../images/layout/base.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 12px;
	background-position: bottom;
	background-color: #D3E2FE;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#nBase p {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
	font-weight: normal;
}
#nBase p strong {
	font-size: 20px;
	color: #1B3EB4;
	line-height: 25px;
}
#nBase td {
	font-size: 20px;
	color: #1B3EB4;
	line-height: 25px;
	font-weight: bold;
}
#nBase th {
	font-size: 20px;
	color: #666;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}
#nBase a {
	color: #1A3EB4;	
	text-decoration: none;
}
#nBase a:hover {
	color: #1A3EB4;	
	text-decoration: underline;
}
#nBase a:visited {
	color: #1A3EB4;	
	text-decoration: underline;
}


#footer {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}
#footer strong {
	color: #1A3EB4;	
	font-size: 16px;
	font-style: italic;
}
#footer strong a {
	color: #1A3EB4;	
	text-decoration: none;
}
#footer strong a:hover {
	color: #1A3EB4;	
	text-decoration: underline;
}
#footer strong a:visited {
	color: #1A3EB4;	
	text-decoration: underline;
}

ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 37px;
}
ul.topnav li a:hover {
}
ul.topnav li ul.subnav {
	border-top: solid 11px #B3B3B3;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;
	top: 18px;
	margin: 0;
	padding: 10px 0;
	display: none;
	float: left;
	width: 270px;
	background-color: #EEE;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	/* [disabled]width: 313px; */
}
ul.topnav li ul.subnav li:hover {
	background-color: #B3B3B3;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 37px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	text-decoration: none;
	/* [disabled]background: #222; */
}

