/* CSS Document */

a:link {
	color: #034979;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #034979;
}
a:active {
	text-decoration: underline;
	color: #034979;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
body {
	background-color: #A6D9FE;
}
#topnav {
	float: right;
	width: 150px;
	font-size: 11px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
}



#sidenav {
	color: #000000;
	margin-top: 20px;
	
}
#sidenav a {
	padding-left: 31px;
	display: block;
	color: #000000;
	text-decoration: none;
	width: 154px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
#sidenav a:hover {
	background-image: url(images/nav/nav-whitebg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-position: left;
	
	
}
.activeNav {
	background-image: url(images/nav/nav-whitebg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
#sidenav li {
	margin: 0px;
	color: #000000;
	padding: 0px;
	line-height: 18px;
	list-style-type: none;

}
#sidenav ul {
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sidesubnav {
	color: #000000;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 7px;
}
#sidesubnav p {
	margin: 0px;
}
#sidesubnav a {
	color: #000000;
	text-decoration: none;
	width: 147px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	padding-left: 30px;
	display: block;
	line-height: 14px;
	
}

#sidesubnav a:hover {
	background-image: url(images/sidesubnavarrow.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#subnav a {
	color: #000000;
	text-decoration: none;
	float: left;
	width: 91px;
	text-align: center;
	display: block;
	background-image: url(images/subnav_bg.gif);
	background-repeat: repeat-x;
	padding-top: 23px;
	padding-bottom: 24px;
	background-position: top;
	
}
.subnavblack {
	background-color: #000000;
	height: 79px;
	width: 16px;
}
.subnavred {
	background-color: #fe1919;
	height: 5px;
}
#subnav a:hover {
	background-image: url(images/subnav_bg_hover.gif);
	background-position: top;
	
}
.subnavblock {
	width: 90px;
	background-image: url(images/subnav_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 13px;
	float: left;
	height: 87px;
}
#subnavdivider {
	float: left;
}
#container {
	background-color: #FFFFFF;
	background-image: url(images/bg-maintable.gif);
	background-repeat: repeat-y;
}
#containerInterior {
	background-color: #FFFFFF;
	background-image: url(images/nav_bg_int.gif);
	background-repeat: repeat-y;
}

.topnav {
	color: #034979;
	font-size: 11px;
	text-align: right;	
}

.homecontent {
	padding: 37px;
	font-size: 12px;
	line-height: 18px;
}

.headers {
	font-size: 16px;
	color: #034979;
}

.contact {
	font-size: 10px;
	padding-left: 15px;

}

.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;

}

.footer {
	font-size: 10px;
	padding: 10px 30px;
	line-height: 18px;
}
#rightpanel {
	background-color: #F2F2F2;
	border-top-width: 2px;
	border-right-width: 9px;
	border-bottom-width: 2px;
	border-left-width: 9px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
	width: 140px;
}
#rightpanel p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	padding-right: 15px;
	padding-left: 10px;
}
.rightpanelred {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DA0000;
	border-left-color: #EB0001;
}
.redtext {
	color: #EE0000;
}
#breadcrumbs {
	font-size: 11px;
	padding-left: 38px;
	padding-top: 15px;
}
.sitecontent {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 15px;
	line-height: 18px;
}
.greybox {
	background-color: #EAEAEA;
	padding: 10px;
}
.greybox p {
	margin: 0px;
}

.greenbox {
	background-image: url(images/greenbox-bg.gif);
	padding: 10px;
}
.greenbox p {
	margin: 0px;
}

.greenboxheading {
	color: #006AA6;
	font-size: 14px;
	line-height: 15px;
}

.greenboxcopy {
	font-size: 11px;
	line-height: 15px;
}

#greenbox {
	background-image: url(images/greenbox-bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-left: 30px;
}

#greenbox img {
	padding: 0px;
	margin-right: 20px;
}


.doctable p {
	margin: 0px;
}

.doctableheading {
	color: #006AA6;
	font-size: 14px;
	line-height: 15px;
}

.doctablecopy {
	font-size: 12px;
	line-height: 15px;
}

#doctable {
	margin-left: 30px;
}


#doctable img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #034979;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #034979;
	border-right-color: #034979;
	border-left-color: #034979;
	margin-top: 6px;

}

#doctable td {
	padding-bottom: 20px;
	padding-right: 23px;

}

.docgrouptablecopy {
	font-size: 12px;
	line-height: 24px;
}


#docgrouptable {
	margin-left: 30px;
}



#docgrouptable td {
	padding-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #034979;
}
.sitecontent p, .sitecontent h1, .sitecontent div, .sitecontent ul {
	margin-right: 37px;
	margin-left: 30px;
	line-height: 18px;
}
#contact {
	margin-left: 30px;
}


.catalog {
	line-height: 20px;
}


.cabs {
	font-size: 11px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 3px;
	margin-left: 37px;

}

#cabs {
	font-size: 10px;
	padding-right: 15px;
	padding-bottom: 15px;

}.video {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
