@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	background: #032977 url(../imgs/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h1 {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 20px;
}
p {
	margin: 0px;
	padding: 0px 0px 20px;
}
label {
	display: none;
}
#container {
	margin: auto;
	width: 931px;
}
#header {
	height: 157px;
	width: 931px;
	float: left;
	background: url(../imgs/header-bg.jpg) no-repeat right top;
}
#logo {
	border-style: none;
	float: left;
	padding: 20px 0px 0px 40px;
}
/*Start Increase/Decrease Icons*/
/*******************************/
#decrease {
	float: right;
	padding-top: 130px;
}
#decrease a {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../imgs/icon-decrease.gif) no-repeat;
}
#decrease a:hover {
	background: url(../imgs/icon-decrease-over.gif) no-repeat;
}
#increase {
	float: right;
	padding-top: 130px;
	padding-left: 7px;
	padding-right: 9px;
}
#increase a {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../imgs/icon-increase.gif) no-repeat;
}
#increase a:hover {
	background: url(../imgs/icon-increase-over.gif) no-repeat;
}
/*Start Navigation*/
/***************/
#navigation {
	float: left;
	width: 931px;
	height: 25px;
	padding-top: 8px;
	background: url(../imgs/navigation.gif) no-repeat;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 11px;
	list-style: none;
}
#navigation li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation .nav1 {
	width: 234px;
	text-align: center;
}
#navigation .nav2 {
	width: 103px;
	text-align: center;
}
#navigation .nav3 {
	width: 217px;
	text-align: center;
}
#navigation .nav4 {
	width: 197px;
	text-align: center;
}
#navigation .nav5 {
	width: 159px;
	text-align: center;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #071D57;
	text-decoration: none;
}
/*Start Containers*/
/***************/
#wrapper {
	float: left;
	width: 929px;
	background: url(../imgs/wrapper-rpt.jpg) repeat-y;
	padding-right: 1px;
	padding-left: 1px;
	border-top: 1px solid #304163;
}
#left-bg {
	background: url(../imgs/left-bg.jpg) no-repeat left bottom;
	width: 929px;
	float: left;
}
#right-bg {
	background: url(../imgs/right-bg.jpg) no-repeat right top;
	width: 929px;
	float: right;
}
/*Start Intro*/
/***************/
#flash {
	width: 477px;
	height: 225px;
}
#intro {
	width: 477px;
	float: left;
}
#intro p {
	color: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 0px 20px 20px;
}
/*Start Contact*/
/***************/
#contact {
	width: 176px;
	float: left;
	padding: 20px;
}
#contact h1 {
	color: #dbc34a;
}
#contact p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#contact address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 20px;
}
#contact a:link, #contact a:visited, #contact a:active {
	color: #dbc34a;
}
#contact a:hover {
	color: #dbc34a;
	text-decoration: none;
}
/*Start News*/
/************/
#news {
	float: left;
	width: 196px;
	padding: 20px;
}
#news h1 {
	color: #184986;
}
#news p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#news small {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 5px;
	display: block;
}
#news a:link, #news a:visited, #news a:active {
	color: #990000;
}
#news a:hover {
	color: #990000;
	text-decoration: none;
}
/*Start Footer*/
/**************/
#footer {
	background: url(../imgs/footer-rpt.jpg) repeat-x;
	float: left;
	height: 65px;
	width: 921px;
	color: #FFFFFF;
	text-align: right;
	padding: 15px 10px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #dbc34a;
}
#footer a:hover {
	color: #dbc34a;
	text-decoration: none;
}