/*Reset Rules to assist in cross-browser stuff*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Layout */

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 8px;
}

/* Header */
#header {
	position: relative;
	height: 110px;
}

#header #logo {
	position: relative;
	top: 13px;
	left: 10px;
	margin-bottom: 13px;
}

#header #tagline {
    bottom:20px;
    font-size:24px;
    font-style:italic;
    position:absolute;
    right:20px;
    color: #6C92A7;
    line-height: 1.5em;
}

/*Sidebars */
/*#rightbar {
	float: right;
	width: 190px;
	margin: 0px 20px;
}*/
#meetings {
  bottom: 1px;
	margin: 25px 5px 0px;
  padding: 5px;
  border: 2px ridge #6C92A7;
}


#meetings h1,#meetings h2,#meetings h3,#meetings h4,#meetings h5,#meetings h6	{
	margin: 0 0 1em;
}

#rightbar #certification,#rightbar #nav {
	margin-bottom: 30px;
}
#news {
	width: 45%;
	margin-right: 5%;
	float:left;
	margin-top: 15px;
}
/* Main Content */
#contentContainer {
  position: relative;
	padding-top: 20px;
}

#content {
	padding: 0px 10px 10px 250px;
}

.product {
	float: left;
	width: 250px;
	margin-bottom: 30px;
	background: url('../images/product-bg.jpg') right no-repeat;
}
.quote_product {
	float:left;
	width: 250px;
	margin: 5px 0;
	height:2.2em;
}

/* Footer */
#footer {
	text-align: center;
	clear: both;
	padding: 10px 0px 0px;
	margin-top: 30px;
}

#footer #partnerlinks {
	margin-top: 10px;
}

/*Drop down CSS*/
#menubar {
  background: url('../images/menu-bg.jpg') repeat-x;
  height: 9px;
  z-index: 10;
  padding-left: 115px;
}

#sidebar {
  width: 235px;
  float:left;
  font-size: 16px;
}
#nav, #nav ul {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  z-index: 10;
}
#nav li ul li a {
  font-size: 15px;
	position: relative;
}

#nav li ul {
	display:none;
	position: relative;
  z-index:100;
  left: 10px;
  margin-bottom: 5px;
}

#nav li a {
  margin-right: 20px;
	position: relative;
}

#nav li {
  position:relative;
  margin: 5px 0;
  list-style: disc inside;
}
#nav li ul li {
  list-style: circle inside;
}
/*
#nav > li:hover ul li a {
  display: block;
	position: relative;
}

#nav > li:hover ul {
	display: block;
	position: relative;
}

#nav > li:hover ul li {
	float: none;
	width: auto;
	position:relative;
  border-bottom: dashed 1px #515151;
  padding-bottom: 3px;
}

#nav li ul li.last {
	border:none;
}

#nav li ul li a {
	width: auto;
	text-align: left;
  font-size: 0.9em;
}
*/
.morelink {
	margin-bottom: 10px;
	padding-right: 100px;
	text-align: right;
}

.morelink a {
	text-decoration:none;
}

#content p.news {
	margin-bottom: 0;
}

.pager a {
  margin: 0 10px;
}

#content ul {
	margin: 0 25px;
	padding-left: 5px;
	list-style: disc;
}