/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin:10px;
	font-size: 12px;
	background-color: #E1E1E1;
}

/* link styles */

a:link {
	text-decoration: none;
	color: #000066;

}

a:active {
	color: #FF0000;
	text-decoration: underline;

}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}

a.nav:visited {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

a.nav:hover {
	color: #000066;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3px;
}
a.navactive:link {
	color: #000066;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3px;
}
a.navactive:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.subnav:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

/* end of link styles */

.globalactive {
	color: #000066;
	font-weight: bold;
}

.copyright {
	margin-bottom: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}
.navbar {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	background-image:  url(/images/bar_bg.jpg);
	padding: 5px;
}

/* form formatting */


textarea {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

/* end of form formatting */

.mel {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.boxheading {
	font-size: 14px;
	background-color: #000066;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 130px;
	margin: 2px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
}

.boxitems {
	font-size: 12px;
	border: 1px solid #666666;
	height: auto;
	width: 130px;
	margin: 2px;
	color: #000000;
	background-image:  url(/images/civil_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	display: block;
	vertical-align: top;
}

.textonbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 5px;
}

H1  {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px}

H2  {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px}

H3  {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px}

H4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

H5  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 5px;
	margin-left: 5px;
}

.mainpage {
	list-style-image: none;
	list-style-type: decimal;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 10px;
	height: auto;


}



.bullets {
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
	font-size: 12px;
}

.boxheadingmilitary {
	font-size: 14px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 130px;
	margin: 2px;
	color: #FFFFFF;
	background-image:  url(/images/olivedrab.gif);
	background-repeat: repeat;
	display: block;
	font-weight: bold;
}

.boxitemsMilitary {
	border: 1px solid #666666;
	height: auto;
	width: 130px;
	margin: 2px;
	background-image:  url(/images/military_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	display: block;
	vertical-align: top;
}

.menucivil {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 1px;
	font-size: small;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	width: 10px;
	height: auto;
}

.menuheading {
	font-size: small;
	background-color: #000066;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 106px;
	margin: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding: 1px;
}

.leftborderM {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image:  url(/images/box_bg2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.menuheadingM {
	font-size: small;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	height: auto;
	width: 106px;
	margin: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-image:  url(/images/olivedrab.gif);
	background-repeat: repeat;
}

.productsM {
	font-size: small;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #999999;
}

.MilitaryHeading {
	background-image:  url(/images/olivedrab2.gif);
	background-repeat: repeat;
	border-color: #666666;
}

.boxheadingComm {
	font-size: 14px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 130px;
	margin: 2px;
	color: #FFFFFF;
	background-repeat: repeat;
	background-image:  url(/images/commercial.gif);
	display: block;
	font-weight: bold;
}

.boxitemsComm {
	font-size: 12px;
	border: 1px solid #666666;
	height: auto;
	width: 130px;
	margin: 2px;
	color: #000000;
	background-image:  url(/images/commercial_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	display: block;
	vertical-align: top;
}

.menuheadingComm {
	font-size: small;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	height: auto;
	width: 106px;
	margin: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-image:  url(/images/commercial.gif);
	background-repeat: repeat;
}

table {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cats {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.scats {
	font-size: 12px;
	font-weight: normal;
	text-indent: 5pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
.submenu {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.submenu2 {
	text-indent: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: x-small;
}
.story {
	margin-top: 3px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.navbarmilitary {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	background-image:  url(/images/bar_bg2.jpg);
	padding: 5px;
}
.navbarcommercial {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	background-image:  url(/images/bar_bg3.jpg);
	padding: 5px;
}
.leftbordercomm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image:  url(/images/box_bg3.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.subactive {
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #999999;
}

.tableborder {
	border-bottom-style: double;
	border-bottom-width: thick;
	border-top-color: #666666;
	border-top-style: double;
	border-top-width: thick;
	border-right-color: #666666;
	border-right-style: double;
	border-right-width: thick;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-left-style: double;
	border-left-width: thick;
}
.banner-left {
	background-image: url(/images/banner_gmbh.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 111px;
}
.Banner3 {
	background-image: url(/images/banner4.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	vertical-align: bottom;
}

.banner-centre {
	background-image: url(/images/banner_c.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 111px;
}
.banner-right {
	background-image: url(/images/banner_r.jpg);
	background-repeat: no-repeat;
	width: 241px;
	height: 111px;
}
.gbar-left {
	background-image: url(/images/gbar_l.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;
}
.gbar-right {
	background-image: url(/images/gbar_r.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;
}
.gbar-centre {
	background-image: url(/images/gbar_c.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.sbar-left {
	background-image: url(/images/sbar_l.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
}
.sbar-centre {
	font-size: 12px;
	text-align: center;
	background-image: url(/images/sbar_c.jpg);
	background-repeat: repeat-x;
	width: 730px;
	height: 35px;
	color: #FFFFFF;
}
.sbar-right {
	background-image: url(/images/sbar_r.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
}
.footer-l {
	background-image: url(/images/footer-l.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 40px;
}
.footer-r {
	background-image: url(/images/footer-r.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 40px;
}
.footer-c {
	background-image: url(/images/footer-c.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 730px;
}
.TableHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.TableRow {
	font-size: 12px;
	background-color: #DADADA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.jobaddtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}
h6 {
	font-size: 14px;
	color: #000000;
}

.militaryh4 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(/images/olivedrab.gif);
	background-repeat: repeat;
}
.greytext {
	color: #666666;
}
.largebullets {
	font-size: 14px;
	color: #000000;
	list-style-type: none;
	list-style-image: url(/images/large-bullet.gif);
	list-style-position: outside;
}
.calendar {
	background-color: #CCCCCC;
	border: thin solid #666666;
}
.calendar2 {
	background-color: #CCCCCC;
	border: none;
}
.calendarcell {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.calendardays {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
}
a.fnav:link {
	color: #666666;
	text-decoration: none;
}

a.fnav:visited {
	color: #666666;
	text-decoration: none;
}

a.fnav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

th {
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #666666;
	text-align: center;
}

.ThinImageBorder {
	border: 1px solid #666666;
}
.BannerRightTrent {

	background-image: url(/images/banner_r_trent.jpg);
	background-repeat: no-repeat;
	width: 241px;
	height: 111px;
}
#RequestFormSpamTest {
	display: none;
}

/* Print styles */

@media print {
body {
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
h4 {
	font-size: 16pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 14pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
}

/* End of Print styles */
