/* Start of CMSMS style sheet 'Layout: Brycoat leftnav rightcol' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
      
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #0F1C8F;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #0F1C8F;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #c4a248;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background-color: #c4a248;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width: 960px;
        height: 100%;
/* now that width is set this centers wrapper */
	margin: 0;
	background: #fff url(uploads/brycoat/header.jpg) no-repeat left top;
	color: black;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 153px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	text-indent: -999em;

}
div#header h1 a {
/* you can set your own image here */
	background: url(uploads/ngrey/spacer.gif) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/ngrey/spacer.gif) no-repeat left top;
}

#header p.headright {
font-size: 12px;
	color: #636466;
	width: 500px;
	text-align: right;
	display: block;
	float: right;
	padding-top: 145px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 14px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header p.headright a {
	font-size: 12px;
	color: #636466;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(uploads/brycoat/header-text-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header p.headright a:hover {
	color: #0E1B8D;
	text-decoration: underline;
}
#header p.headright span {
	margin-left: 5px;
	background-image: url(uploads/brycoat/header-text-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;

}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	/* background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom; */
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 80%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	

}
div.breadcrumbs a {
color: #c4a248;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
        color: #c4a248;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
/* this gets all the outside calls that were used on the div#main before  */
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 10px 15px;
        clear: right;
        float: left;
        width: 465px;
}
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 165px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px;
	padding: 10px;
}
div#sidebarb {
	padding: 10px 15px 10px 20px;
}
div#sidebarb div#news {
	margin: 2em 0 1em 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;

}

div#footer {
        clear: both;
        width: 100%;
        height: 320px;
	background:  url(uploads/brycoat/footer.jpg) no-repeat left top;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
#rightcontent {
	padding: 0;
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
}
#flashbox {
	padding: 0px;
	height: 200px;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 10px;

}
#rightcontent #rightcontentlist {
	padding: 0px;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcontent #rightcontentlist h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #C5A248;

}
#rightcontent #rightcontentlist p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}
#rightcontent #rightcontentlist ul {
	padding: 0px;
	width: 180px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#rightcontent #rightcontentlist li {
	font-size: 10px;
	color: #0F1C8F;
	background-image: url(images/rightliststarbullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;

	*background-position: 2px 8px;
	padding-left: 11px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#rightcontent #rightcontentlist a {
	color: #0F1C8F;
	text-decoration: underline;
}
#rightcontent #rightcontentlist a:hover {
	color: #C5A248;

}
#rightcontent li#rightcontentlistprodheading a {
	font-size: 12px;
}
#rightcontent li#rightcontentlistprodheading a:hover {

}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#main h2 {
	font-size: 15px;
	font-weight: normal;
	color: #C5A248;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#content h2#pagetitle {
	margin: 0px;
	margin-top: 3px;
	color: #0E1B8D;
	text-align: center;
	width: 757px;
	padding-right: 18px;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
       font-weight: bold;
}
div#content h2#subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #C4A248;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul
 {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
div#main ul li {
	font-size: 12px;
line-height: 14px;
	display: block;
	text-indent: 0px;
	color: #0F1C8F;
	margin: 2px;
	background-image: url(uploads/brycoat/small-blue-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/*bottom box */
div#bottombox {
clear: both;
	text-align: left;
	margin-bottom: 25px;
}
#bottombox img {
	margin-right: 55px;
	margin-left: 55px;
}
/* Footer */


#footertop p#footeraddress {
	color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 0 0 0 140px;
	font-size: 12px;
	font-weight: bold;
	padding: 80px 0 0 0px;
}
#footertop p#footeraddress span {
	font-size: 20px;
        line-height: 24px;
	font-weight: bold;
}
#footertop p#footeraddress a {
	color: #FFFFFF;
	text-decoration: none;

}
#footertop p#footeraddress a:hover {
	color: #C5A246;
	text-decoration: underline;

}
#footermiddle {
	background-image: url(images/footer-middle-bg.jpg);
	margin: 0px;
	height: 59px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        clear: both;
}
#footermiddle ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #0E1B8E;
	display: block;
}
#footermiddle ul#listone {
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footermiddle ul#listtwo {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
#footermiddle ul#listthree {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
}
#footermiddle li {
	color: #0E1B8E;
	font-size: 10px;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	float: left;
        line-height: 13px;
        list-style-type: none;
}
#footermiddle a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;

}
#footermiddle a:hover {
	color: #0E1B8E;

}
#footerbottom {
	background-image: url(images/footer-bottom-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0 0 0;
	height: 58px;
clear: both;
}
#footerbottom p {
	font-size: 10px;
	color: #C5A246;
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
/*tables */
table td#head {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0E1B8E;
        padding: 3px;
}
#main td {
padding: 3px;
}
table tr#odd {
	background-color: #CCCCCC;
}
table td#yellow {
	color: #000000;
	background-color: #CCCCCC;
}
#holder #header #swoop {
	margin: 0px;
	padding: 0px;
}
#main table {
	border: 1px solid #666666;
	margin-bottom: 15px;
}

table #bordered {
border: 1px solid #999999;
}
#bordered td {
	border: 1px solid #999999;
	margin: 0px;
}
td.leftborder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
#fullcontentprodlist {
	margin: 0px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#fullcontentprodlist ul {

	padding: 0px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#fullcontentprodlist a {
	font-weight: bold;
	color: #0F1C8F;
	text-decoration: none;

}
#fullcontentprodlist a:hover {

}
 #fullcontentprodlist li {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 130px;
      list-style-type: none;
}
#fullcontentprodlist li#longlist {
	width: 525px;
	margin-bottom: 10px;
	height: auto;
}
#fullcontentprodlist li#photo {
	float: left;
	width: 115px;
	height: 130px;
	display: block;
	margin: 0px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}
div#main #fullcontentprodlist li h2{
	color: #C4A248;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5A248;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
       list-style-type: none;
}
#fullcontentprodlist li h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;

}
#fullcontentprodlist li h2 a {
	color: #C4A248;
	text-decoration: none;
	font-weight: normal;

}
#fullcontentprodlist li h2 a:hover {
	color: #0F1C8F;
	text-decoration: none;

}
#fullcontentprodlist li p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #0F1C8F;

}
#fullcontentprodlist li ul {
	padding: 0px;
	width: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	color: #0F1C8F;

}
#fullcontentprodlist li ul li {
	height: 15px;
}
#fullcontentprodlist li ul li a {
	font-weight: normal;

}
#fullcontentprodlist li ul li a:hover {
	color: #C4A248;

}
#glossary {

}
#glossary p#directions {
	font-size: 12px;
	color: #0F1C8F;
	text-align: left;

}
#glossary p#directions a {
	color: #C5A248;
}
#glossary p#directions a:hover {

}
#glossary h3 {
	color: #C5A248;
	margin: 0px;
	padding: 0px;
}
#glossary h3 a {
	color: #C5A248;
	font-size: 16px;
	padding-left: 2px;
}
#glossary h3 a:hover{
	color: #0F1C8F;
}
#glossary dl {

}
#glossary dt{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0F1C8F;

}
#glossary dd{
	text-align: left;
	font-size: 12px;
	color: #0F1C8F;

}
#glossary h1 {
	margin: 0px;
	padding: 0px;

}
#glossary h1 a {
	text-align: left;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0F1C8F;
	border-bottom-color: #0F1C8F;
	font-size: 18px;
	font-weight: bold;
	color: #C5A248;
	margin: 0px;
	padding: 0px;

}
#glossary h1 a:hover {
	color: #000000;

}
#glossary h5 {
	margin: 0px;
	text-align: right;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
#glossary h5 a  {
	color: #0F1C8F;

}
#glossary h5 a:hover  {
	color: #C5A248;

}
/* QUALITY BUTTONS */
a#isobutton {
display: block;
height: 80px;
width: 180px;
margin-bottom: 10px;
background: #fff url(uploads/brycoat/ISO9001_Button.jpg) no-repeat left top;
}
a#isobutton:hover, a:hover#isobutton {
background: #fff url(uploads/brycoat/ISO9001_ButtonHit.jpg) no-repeat left top;
}
a#as9100button {
display: block;
height: 80px;
width: 180px;
margin-bottom: 10px;
background: #fff url(uploads/brycoat/AS9100_Button.jpg) no-repeat left top;
}
a#as9100button:hover, a:hover#as9100button {
background: #fff url(uploads/brycoat/AS9100_ButtonHit.jpg) no-repeat left top;
}
a#nadcapbutton {
display: block;
height: 80px;
width: 180px;
margin-bottom: 10px;
background: #fff url(uploads/brycoat/NadcapAccred_Button.jpg) no-repeat left top;
}
a#nadcapbutton:hover, a:hover#nadcapbutton {
background: #fff url(uploads/brycoat/NadcapAccred_ButtonHit.jpg) no-repeat left top;
}
#middlecontentlist h2 {
	font-size: 15px;
	font-weight: normal;
	color: #C5A248;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#middlecontentlist h2 a {
	font-size: 15px;
	font-weight: normal;
	color: #C5A248;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#middlecontentlist h2 a:hover {
	color: #0E1B8E;
}
#middlecontentlist ul {
	list-style-type: none;
	width: 370px;
	margin: 0px;
	padding: 0px;
}
#middlecontentlist li {
	font-size: 12px;
	width: 355px;
	display: block;
	text-indent: 0px;
	color: #0F1C8F;
	margin: 0px;
	background-image: url(images/small-blue-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
p#mainpara {
	text-align: justify;
	text-indent: 15px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	color: #0F1C8F;
}
/* End of 'Layout: Brycoat leftnav rightcol' */

