/* WEBSITE DEFAULT STYLES */

/* Body style. */
body {
  margin: 0;
  width: 100%;
  background: #f90;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* HTML element styles */
h2 { color: #c60; font-size: 12pt; }

h3 { margin-top: 25px; color: #f90; font-size: 10pt; }

h4 { color:#000; font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif;}

.italics { font-style:italic;}

.breadcrumb2 {
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

/* Link styling. */
a {
  text-decoration: none;
  border-bottom: 1px dotted; 
}

a:link { color: #f90; }

a:hover { color: #f00; }

a:visited { color: #f90; }

a.breadcrumb {
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

/* Page container. */
#page_container {
  position: absolute;
  margin-left: -388px;
  left: 50%;
  width: 794px;
}

/* Page header. */
#header {
  height: 130px;
  background: #c60;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  text-align: center;
}

/* Utility div. */
#utility_links {
  padding: 2px 5px;
  height: 16px;
  color: #fff;
  font-size: 10px;
  background: #000;
  text-align: left;
}

/* Images in the utility div. */
#utility_links img {
  border: 0;
  vertical-align: text-top;
}

/* Utility links. */
#utility_links a {
  color: #fff;
  border: none;
  font-weight: bold;
  text-decoration: none;
}

/* Utility links aligned right. */
#utility_links span.right {
  margin-left: 436px;
}

/* CEPP logo. */
#logo {
  position: absolute;
  clear: right;
  left: 4px;
  margin-top: 15px;
}

/* Address information. */
#header_address {
  padding: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

/* Navigation container. */
#nav {
  position: absolute;
  left: 4px;
}

/* Navigation links. */
a.nav {
  display: block;
  float: left;
  height: 14px;
  padding: 2px 5px 2px 16px;
  color: #630;
  background: #f90 url('../images/nav_button_bg.gif') no-repeat;
  border-width: 1px;
  border-color: #fc3 #630 #630 #fc3;
  border-style: solid;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

/* Content container. */
#content_container {
  clear: left;
  margin: 42px 0;
  border: 1px solid #000;
  background: #ffffea;
}

/* Page content. */
#content {
  padding: 0 25px;
  font-size: 10pt;
}

/* Contacts table. */
#tbl_contacts {
  border-collapse: collapse;
  width: 690px;
}

#tbl_contacts th {
  background: #c60;
  color: #fff;
  height: 32px;
}

#tbl_contacts td { height: 25px; }

#tbl_contacts td.job_group { background: #ebebeb; }

.contacts {
  padding: 0px;
  background-color: #CC6600;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

/* Flash message div. */
#flashMessage{
  background: #fec;
  color: #600;
  padding: 0.25em;
}

/* Page footer. */
#footer {
  margin-top: 50px;
  font-size: 8pt;
  text-align: center;
}

/* Footer links. */
#footer a { border: none; }

/* List Style.*/

.products {
	list-style-type:none;
	margin: 0px;
	padding:5px;
	line-height:17px;
}

li {
	padding:3px
	}
