/* RESET CSS STYLES */

body, div, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}

/* STYLES */

body {
	background: #0b2438;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#main {
	background: #FFFFFF;
	margin: 0px auto;
	width: 940px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0px none;
	border-bottom: 0px none;
}

.menu {
	text-transform: uppercase;
	color: #FFFFFF;
}

.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu-main {
	text-align: right; 
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
	background: #0b2438;
}

#menu-dest {
	border-top: 1px solid #8CA9D1;
	text-align: center;
	background: #0b2438;
}

#menu-type {
	border-top: 1px solid #8CA9D1;
	border-bottom: 1px solid #8CA9D1;
	text-align: center;
	background: #0b2438;
}

#content {
	padding: 20px;
}

#content a:link, #content a:active, #content a:visited {
	color: #007FA0;
	text-decoration: none;
}

#content a:hover {
	color: #007FA0;
	text-decoration: underline;
}

#breadcrumbs {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#content-inner {
	padding: 15px 0px 0px 0px;
}

h1 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	background: url(/images/bnvbg.jpg) top left repeat-x;
	height: 47px;
	line-height: 47px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

p.literature-container {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#___plusone_0 {width: 70px !important;}

/* ========== WEB APP ========== */

.web-app-table td {
	padding: 4px 8px;
	border-bottom: 1px solid #007fa0;
	background: #DDD;
}

.web-app-table tr:first-child td {
	background: #FFF !important;
	padding: 0 !important;
}

.web-app-table tr:nth-child(2n+1) td {
	background: #CCC;
}

#rightcolumn h2 {
	color: #FFF;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

#rightcolumn p {
	color: #FFF;
	padding: 0;
}

#rightcolumn ul {
	padding: 0 20px;
}

#rightcolumn li {
	padding: 0 0 0 2px;
	margin: 0 0 5px;
	color: #FFF;
}

.need-help {
	display: block;
	background: url(/images/need-help.jpg);
	height: 85px;
	width: 218px;
	padding: 10px;
	margin: 0 0 20px;
}

.need-help a {
	color: #fff !important;
	text-decoration: underline !important;
}

.how-we-can-help {
	display: block;
	background: url(/images/how-we-can-help.jpg);
	height: 365px;
	width: 218px;
	padding: 10px;
	margin: 0 0 20px;
}

.need-help-form {
	display: block;
	background: url(/images/web-app-more-info.jpg);
	height: 550px;
	width: 218px;
	padding: 10px;
}

.need-help-form form {
	padding: 0;
	margin: 0;
}

.need-help-form table {
	padding: 0;
	margin: 0;
}

.need-help-form td {
	padding: 0;
	margin: 0;
	color: #FFF;
}

.need-help-form input[type="text"] {
	width: 211px;
	height: 14px;
	margin: 2px 0 4px;
	padding: 2px;
	font-size: 14px;
	font-family: verdana;
	background: #FFF;
	border: 0;
}

.need-help-form textarea {
	width: 211px;
	height: 45px;
	margin: 2px 0 4px;
	padding: 2px;
	font-size: 14px;
	font-family: verdana;
	background: #FFF;
	border: 0;
}

.need-help-form input[type="submit"] {
	margin: 2px 0 4px;
	padding: 2px;
	height: auto;
	background: #FFF;
	border: #666;
	color: #666;
}

.need-help-form #CaptchaV2 {
	width: 211px !important;
}

.need-help-form a {
	color: #fff !important;
	text-decoration: underline !important;
}

.web-app-contact {
	display: block;
	background: url(/images/web-app-contact-section.jpg);
	height: 230px;
	width: 600px;
	padding: 10px;
	margin: 20px 0 0;
	color: #FFF;
}

.web-app-contact h2 {
	color: #FFF;
}

.web-app-contact input[type="text"] {
	width: 191px;
	height: 14px;
	margin: 2px 0 4px;
	padding: 2px;
	font-size: 14px;
	font-family: verdana;
	background: #FFF;
	border: 0;
}

.web-app-contact textarea {
	width: 191px;
	height: 45px;
	margin: 2px 0 4px;
	padding: 2px;
	font-size: 14px;
	font-family: verdana;
	background: #FFF;
	border: 0;
}

.web-app-contact input[type="submit"] {
	margin: 2px 0 4px;
	padding: 2px;
	height: auto;
	background: #FFF;
	border: #666;
	color: #666;
}

.web-app-contact #CaptchaV2 {
	width: 191px !important;
}

.web-app-contact a {
	color: #fff !important;
	text-decoration: underline !important;
}

