/* basic elements */

* {
    margin:0;
    padding:0;
}

body {
margin: 0;
padding: 0;
height: 100%;
background: #fff;
color: #666;
font-family: arial, sans-serif;
font-size: 0.85em;
}

html>body #outer_wrapper {
height:100%; /* 100 % height */
}

h1 {
font-family: arial, sans-serif;
font-style: italic;
font-size: 0.9em;
color: #297cb0;
text-align: center;
line-height: 1.2em;
padding: 20px 8px 0 8px;
margin: 0px;
margin-bottom: 20px;
}

h1 a {
color: #297cb0;
text-decoration: none;
}

h2 {
font-family: arial, sans-serif;
font-size: 1.6em;
font-weight: bold;
color: #476e8d;
text-align: left;
letter-spacing: -0.05px;
line-height: 1.0em;
margin: 0px;
margin-bottom: 10px;
}

h3 {
font-family: arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
color: #476e8d;
letter-spacing: .5px;
margin: 35px 0px;
}

h3 a {
font-family: arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
color: #476e8d;
letter-spacing: .5px;
margin: 35px 0px;
}

h4 {
font-family: arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
color: #476e8d;
letter-spacing: .5px;
margin: 0px;
margin-top: 30px;
border-bottom: solid 1px #297cb0;
}

h4 a {
color: #476e8d;
}

h5 {
font-family: arial, sans-serif;
letter-spacing: 1px;
margin-bottom: 0px;
color: #666;
text-align: left;
}

h6 {
font-family: arial, sans-serif;
line-height: 1.8em;
font-size: 100%;
text-align: center;
color: #FFFFFF;
background: #297cb0;
margin-bottom: 10px;
}

h7 {
font-family: arial, sans-serif;
line-height: 1.8em;
font-size: 100%;
text-align: center;
color: #FFFFFF;
background: #297cb0;
margin-bottom: 10px;
}

p {
font-family: arial, sans-serif;
font-size: 80%;
font-weight: normal;
color: #000;
line-height: 1.4em;
margin-right: 40px;
text-align: justify;
}

a {
text-decoration: none;
color: #476e8d;
}

.subheading {
color: #476e8d;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
text-align: left;
}

.listing {
vertical-align: top;
}

/* ------------------------------------------------------------- */

/* specific divs */

#outer_wrapper {
width: 93%;
height: 100%;
float: left;
margin-top: 35px;
margin-left: 35px;
}

#header {
width: 100%;
height: 114px;
border-top: solid 1px #297cb0;
border-bottom: solid 1px #297cb0;
background: url(hoodpd-header-bg.gif);
}

#header img {
margin-top: -40px;
margin-left: -13px;
}

#content {
width: 100%;
height: 100%;
margin-top: 25px;
border-left: solid 1px #297cb0;
}

#intro {
float: left;
margin-left: 225px;
padding: 0 0 0 25px;
border-left: solid 1px #297cb0;
background: url(micrometer.png) no-repeat 50% 50%;
z-index: -1;
min-height: 600px;
}

#innerpage {
float: left;
margin-left: 225px;
padding: 0 0 0 25px;
border-left: solid 1px #297cb0;
background: url(micrometer.png) no-repeat 50% 20%;
z-index: -1;
min-height: 575px;
min-width: 600px;
}

.services {
width: 250px;
margin: 10px auto;
margin-bottom: 20px;
}

#topic {
width: 900px;
text-align: left;
line-height: 35px;
}

#innerpage a {
color: #404040;
font-weight: normal;
text-decoration: underline;
}

#innerpage ul {
margin-left: 5px;
padding-left: 25px;
}

#innerpage ul li {
color: #404040;
font-size: 98%;
font-weight: bold;
margin-top: 6px;
color: #476e8d;
}

#innerpage ul li a {
color: #476e8d;
}

#intro p, #innerpage p {
color: #404040;
font-size: 98%;
margin-bottom: 12px;
padding-right: 10px;
}

#quote {
font-size: 90%;
line-height: 1.4em;
text-align: justify;
font-style: italic;
font-weight: bold; 
color: #476e8d; 
margin: 0 295px 0 20px;
}

.quoter {
font-size: 95%;
font-weight: normal;
font-style: normal;
color: #476e8d; 
display: block;
text-align: right;
margin-bottom: 20px;
}

#menuholder {
z-index: 1000;
margin: 0px;
width: 225px;
height: 400px;
position: absolute;
left: 36px;
margin: 0;
background-color: #fff;
}

#menuholder p {
color: #404040;
font-size: 98%;
margin: 0;
padding: 0 8px;
}

.menu {
width: 225px;
background: #297cb0;
letter-spacing: -0.2px
}

.menu, .menu ul {	/* remove all list stylings */
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
display: block;
}

.menu li {
margin: 0;
padding: 0;
padding-left: 5px;
border: 0;
display: block;
position: relative; /* position each LI, thus creating potential IE.win overlap problem */
z-index: 5;	/* thus we need to apply explicit z-index here... */
background: #297cb0 url(grid_bg.png) no-repeat 50% 50%;
text-align: left;
}

.menu li:hover {
z-index: 10000;
/* ...and here. this makes sure active item is always above anything else in the menu */
white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present) */
background: #297cb0;
color: #c0c0c0;
}

.menu ul {
visibility: hidden;	/* initially hide all submenus. */
position: absolute;
z-index: 10;
left: 0;	/* while hidden, always keep them at the top left corner, */
top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
visibility: visible;	/* display submenu them on hover */
left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear -- force containment of floated LIs inside of UL */

.menu:after, .menu ul:after {
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
background-image: url(empty.gif);
	/* required for sticky to work in IE6 & IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/* background: #f00; */
	/* uncomment this if you want to see the "safe" area.
	you can also use to adjust the safe area to your requirement */
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #ffffcc;
	background: #297cb0;
}

.menu {
	width: 225px;
}

.menu ul {
	width: 225px;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: .4em 0em;
	display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
width: 235px;
}

.menu a:hover  {
	color: #c0c0c0;
}

.menu li:hover>a {
	color: #c0c0c0;

}

.menu li {	/* create borders around each item */
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.menu li:hover {	/* create borders around each item */
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -1px;

}

.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 85%;
	width: 250px;
}

.menu li:hover>ul li {	/* inset submenus, to show off overlapping */
	border: 1px solid #fff;
	border-top: 0;
	color: #c0c0c0;

}

.menu li:hover>ul li:hover {	/* inset submenus, to show off overlapping */
	background: #297cb0 url(grid_bg.png) no-repeat 0% 50%;
	background-color: #799ebb;
	border-top: 1px solid #fff;
border-right: 1px solid #ffffff;

}

.menu li:hover>ul li:hover a {	/* inset submenus, to show off overlapping */
	color: #fff;
	-moz-box-sizing:border-box;box-sizing:border-box;

}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #fff;
}
.menu>li:first-child>a:hover, .menu li + li + li li:first-child>a {
	color: #c0c0c0;
}
.menu>li:first-child>a:hover, .menu li + li + li li:first-child>a {
	color: #fff;
}


.strong {
font-weight: bold;
color: #476e8d;
}

#intro a {
color: #297cb0;
text-decoration: underline;
}

#flashcontent {
margin: 0 auto;
}

#photoholder {
height: 167px;
margin-bottom: 15px;
background-color: #779cba;
text-align: center;
}

#photoholder_small {
width: 275px;
float: right;
margin-left: 20px;
text-align: center;
}

#photoholder_small img {
margin-bottom: 5px;
border: solid 1px #297cb0;
padding: 1px;
}

#clientlistholder {
width: 225px;
float: right;
margin-left: 20px;
padding-left: 10px;
border-left: solid 1px #297cb0;
line-height: 16px;
color: #476e8d;
}

#newsholder {
width: 275px;
height: 105px;
float: right;
margin-left: 20px;
border: solid 1px #297cb0;
text-align: center;
position: relative;
z-index: 10;
}

#scroller_box {
clip: rect(0, 275px, 68px, 0);
background: #fff;
height: 68px;
overflow: hidden;
position: absolute;
left: 0;
width: 275px;
z-index: 1;
}

#scroller_content {
position: absolute;
z-index: 1;
}

#scroller_content div.item {
color: #e8e500;
height: 55px;
width: 275px;
list-style-type: none;
margin-top: 5px;
text-align: left;
}

.newsdate {
font-size: 90%;
font-weight: normal;
color: #666;
margin-left: 5px;
}

.news {
font-size: 90%;
font-weight: bold;
text-align: left;
color: #297cb0;
padding: 0;
margin-left: 5px;
display: block;
}

#scroller_content a {
text-decoration: underline;
outline: none;
}

#scroller_content a:hover {
color: #297cb0;
text-decoration: none;
outline: none;
}

#clients {
clear: both;
width: 275px;
height: 105px;
float: right;
margin-left: 20px;
margin-top: 5px;
border: solid 1px #297cb0;
}

.client {
height: 20px;
width: 270px;
font-weight: bold; 
text-align: left; 
color: #297cb0; 
padding: 0; 
margin-left: 10px;
font-size: 90%;
}

#partslist {
width: 80%;
margin: 20px auto;
}

.partstable {
border: 0;
border: solid 1px #297cb0;
padding: 15px;
}

.partstable td {
padding: 5px;
}

.parts {
vertical-align: top;
padding-top: 15px;
}

#subscribe {
clear: both;
width: 275px;
height: 50px;
float: right;
margin-left: 20px;
margin-top: 15px;
}

.title {
width: 100%;
font-size: 110%;
height: 25px;
line-height: 25px;
text-align: center;
font-weight: bold;
color: #FFF;
background-color: #297cb0;
}

.subscribe-text {
font-size: 90%;
font-family: arial, non-serif;
font-style: italic;
font-weight: bold;
text-align: left;
color: #297cb0;
display: block;
padding: 0;
margin-left: 5px;
}

#memberships {
clear: both;
width: 100%;
margin-top: 55px;
}

#memberships img {
padding-right: 10px;
vertical-align: top;
}

#testing-times {
width: 450px;
margin: 0 auto;

}

.pub {
height: 100px;
text-align: center;
font-family: sans-serif;
font-size: 10pt;
font-weight: normal;
line-height: 25px;
vertical-align: top;
border: solid 1px #297cb0;
padding: 0 10px;
}

.pubtitle {
width: 120px;
color: #FFFFFF;
background: #297cb0;
margin-bottom: 10px;
text-align: center;
}

.fieldlabel {
width: 150px;
text-align: right;
}

#footer {
clear: left;
height: 88px;
width: 100%;
color: #297cb0;
margin-top: 25px;
border-top: solid 1px #c0c0c0;
}

#footer a {
color: #297cb0;
text-decoration: none;
}

#footer_block_left {
float: left;
width: 55%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
color: #297cb0;
text-align: left;
line-height: 1.2em;
}

#footer_block_right {
float: right;
width: 40%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
color: #297cb0;
text-align: right;
line-height: 1.2em;

}

.cleardiv {
clear: both;
}


