/* ---- Lodi Gas Storage, LLC ---- */

/* Undo Defaults
----------------------------------------------------- */
* { /* -- removes default padding, margin & border -- */
  margin: 0px;
  padding: 0px;
  border: 0px;
}
img, a img {
  border: none; 
} 
/* General Stuff
----------------------------------------------------- */
body {
	background: #FFFFFF url(../images/bgnd_main.gif) repeat-x;
	color: #49617a;
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
}
.clearit {
 clear: both;
	height: 1px;
}
/* Main Boxes
----------------------------------------------------- */
#container {
	width: 746px;
	margin: 25px auto 0px auto;
	padding: 11px 11px 0px 11px;
	background: url(../images/bgnd_container.gif) no-repeat;
}
#top {
	width: 746px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	border-bottom: 8px solid #6b9dd2;
}
h1 { 
 display: none; /* -- hide Welcome msg -- */
}
#main {
	width: 725px;
	padding-left: 21px;
	margin: 0px;
	background: url(../images/bgnd_main_top.gif) repeat-x;
	border-top: 1px solid #bbd2ea;
}
/* Logo Box
----------------------------------------------------- */
#logobox {
	float: left;
	text-indent: -9999px;
	width: 212px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo_bgnd.jpg) no-repeat;
}
#logobox h2.logo{
	background: url(../images/Lodi_Gas_Storage.jpg) no-repeat left top;
	width: 172px;
	height: 69px;
	display: block;
	margin: 35px 0px 0px 21px;
	padding: 0px;
}
#logobox h2.logo a{
	background: url(../images/Lodi_Gas_Storage.jpg) no-repeat left top;
	width: 172px;
	height: 69px;
	display: block;
	outline: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#logobox h2.logo a:hover {
	background: url(../images/Lodi_Gas_Storage.jpg) no-repeat -172px top;
	width: 172px;
	height: 69px;
}
/* Top Image
----------------------------------------------------- */
#img-home {
	float: left;
	width: 534px;
	height: 139px;
	background: url(../images/img-home.jpg) no-repeat;
}
/* Nav - Primary
----------------------------------------------------- */
#nav {
	float: left;
	width: 534px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	background: url(../images/bgnd_nav.gif) repeat-x left bottom;
}
#nav ul{
	font-weight: bold;
	list-style-type: none;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
#nav ul li {
	display: inline;
}
#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	font-size: 13px;
	color: #f0f2f5;
	cursor: hand;
	cursor: pointer;
	padding: 7px 15px 8px;
	text-decoration: none;
	outline: none;
}
#nav ul li a:hover {
	color: #fff;
	padding: 7px 15px 8px;
	text-decoration: none;
	background: url(../images/bgnd_nav_hover.gif) repeat-x left bottom;
}
/* telerik override 
--------------------- */
#nav ul li ul li a, #nav ul li ul li a:active, #nav ul li ul li a:visited {
	cursor: hand;
	cursor: pointer;
	color: #f0f2f5;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 8px;
	width: auto;
	height: 16px;
	background: #164476 url(../images/menu_bgnd.gif) repeat-x;
	border-top: solid 1px #285585;
	border-bottom: solid 1px #153e6b;
	text-align: left;
}
#nav ul li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #1f5a91 url(../images/menu_bgnd_x.gif) repeat-x;
	padding: 2px 8px;
	border-top: solid 1px #477aa8;
	border-bottom: solid 1px #b3a116;
}
/* Annc Box
----------------------------------------------------- */
#anncbox {
	width: 242px;
	margin-left: 21px;
	padding: 0px;
	float: left;
	background: url(../images/bgnd_anncbox_top.gif) no-repeat;
}
#anncbox h3.annc-label {
	font-size: 18px;
	color: #b3a116;
	height: 32px;
	margin-top: 51px;
	padding-left: 48px;
}
.annc {
	display: block;
	margin: 20px 0px 0px;
	padding: 12px 6px 12px 15px;
	background: #f9f8ed;
}
#anncbox h5 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#anncbox h5 a, #anncbox h5 a:active, #anncbox h5 a:visited{
	color: #b3a116;
	text-decoration: none;
	outline: none;
}
#anncbox h5 a:hover {
	color: #49617a;
	text-decoration: underline;	
}
#anncbox p {
	padding: 0px;
	font-size: 11px;
	color: #49617a;
	margin: 0px;
	line-height: 16px;
}
.anncimg {
	float:left;
	margin-right: 8px;
	border: 1px solid #fff;
}
/* Main Content
----------------------------------------------------- */
#contentbox {
	width: 441px;
	float: left;
	background: url(../images/bgnd_contentbox_top.gif) no-repeat;
}
#contentbox-sub {
	width: 704px;
	float: left;
	background: url(../images/bgnd_contentbox_top_sub.gif) no-repeat;
}
.content {
	font-size: 13px;
	line-height: 19px;
	padding: 0px 14px;
}
.content h3 { /* themes & topics */
	font-size: 18px;
	color: #b3a116;
	margin-top: 30px;
	padding: 21px 0px 5px 40px;
	height: 32px;
	background: url(../images/icon_h3.gif) no-repeat left 17px;
}
.content h3.theme { /* themes only */
	padding: 21px 0px 25px 40px;
}
.content h3 a, .content h3 a:active, .content h3 a:visited {
	color: #b3a116;
	text-decoration: none;
	outline: none;
}
.content h3 a:hover {
	color: #49617a;
	text-decoration: underline;
}
.content p, .content table {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.content a, .content a:active, .content a:visited {
	color: #b3a116;
	text-decoration: underline;
	outline: none;
}
.content a:hover {
	color: #49617a;
	text-decoration: underline;
}
p .add a, p .add a:active, p .add a:visited {
	color: #b3a116;
	text-decoration: underline;
	background: url(../images/additional.gif) no-repeat left 4px;
	padding-left: 17px;
	outline: none;
}
p .add a:hover {
	color: #49617a;
	text-decoration: underline;
	background: url(../images/additional_on.gif) no-repeat left 4px;
	padding-left: 17px;
}
.content ul, .content ol {
	padding: 5px 26px;
	display: block;
	clear: left;	
}
/* Sub Nav
----------------------------------------------------- */
#subnav {
	width: 242px;
	margin-left: 21px;
	padding: 0px;
	float: left;
	background: url(../images/bgnd_anncbox_top.gif) no-repeat;
}
#subnav h3.label {
	font-size: 18px;
	color: #b3a116;
	height: 32px;
	margin-top: 51px;
	padding-left: 46px;
}
#subnav h3.label-safety {
	font-size: 18px;
	color: #b3a116;
	height: 32px;
	margin-top: 51px;
	padding-left: 46px;
	letter-spacing: -1px;
}
#subnav ul {
	font-size: 13px;
	display: block;
	margin: 20px 0px;
	padding: 12px 0px;
	background: #f9f8ed;
	width: 242px;
}
#subnav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#subnav ul li a, #subnav ul li a:active, #subnav ul li a:visited {
	color: #b3a116;
	text-decoration: none;
	padding: 2px 0px 2px 16px;
	outline: none;
	display: block;
	height: 16px;

}
#subnav ul li a:hover {
	color: #49617a;
	text-decoration: none;
	padding: 2px 0px 2px 16px;
	background: #fff;
}

/* Images
----------------------------------------------------- */
.imgright {
	float:right;
	padding: 1px;
	margin: 0px 0px 6px 10px;
	background: #fff;
	border: 1px solid #aeb8c9;
}
.imgleft {
	float:left;
	padding: 1px;
	margin: 0px 10px 6px 0px;
	background: #fff;
	border: 1px solid #aeb8c9;
}
.imgright-noborder {
	float:right;
	margin: 0px 0px 6px 10px;
}
.imgleft-noborder {
	float:left;
	margin: 0px 10px 6px 0px;
}
/* Footer
----------------------------------------------------- */
#footer {
	font-size: 12px;
	height: 68px;
	padding-top: 50px;
	margin: 0px 21px 30px;
	clear: both;
	background: url(../images/bgnd_footer.gif) repeat-x left bottom;	
}
#footer p {
	padding: 40px 14px 0px;
}
#footer a, #footer a:active, #footer a:visited {
	color: #b3a116;
	text-decoration: underline;
	padding: 15px 5px;
}
#footer a:hover {
	color: #597593;
	text-decoration: underline;
	padding: 15px 5px;
}
.copy {
 float: left;
}
.siteby {
 float: right;
}
/* Buttons, Forms, Alternating Rows, Required, Notify, etc.
------------------------------------------------------------------ */
.btn {
	font-size: 12px;
	color: #fff;
	margin: 1px;
	background: #FFFFFF url(../images/bgnd_button.gif) repeat-x;
	padding: 0px 5px;
	height: 20px;
	border: 1px solid #e8e3b9;
}
.back {
 width: 100px;
}
.alternatingrow {
 background-color: #000;
}
.reqd {
	font: 15px Arial, Helvetica, sans-serif;
	color: #f14400;
}
input, option, textarea, select, .forminput{
	font-size: 12px;
	color: #49617a;
	background: #f6fafe url(../images/bgnd_input.gif) repeat-x;
	padding: 2px 5px;
	margin: 0px 0px 2px 4px;
	border: 1px solid #c4d6ea;
}
.notify { /* Evite Successful send message */
	font-size: 13px;
	color: #f41010;
	background: #dfe1e6;
	padding: 10px; 
}
/* CM - CSS Styles
----------------------------------------------------- */
.titlereg{
	font-size: 18px;
	color: #b3a116;
	padding-bottom: 5px;
}
.titlesmall{
	font-size: 15px;
	color: #b3a116;
	padding-bottom: 5px;
}
.titleblue{
	font-size: 18px;
	color: #49617a;
	padding-bottom: 5px;
}
.regtext {
	color: #49617a;
	font: 14px Arial, Helvetica, sans-serif;
}
.smalltext {
	color: #49617a;
	font: 11px Arial, Helvetica, sans-serif;
}
.specialtext {
	font: 14px Arial, Helvetica, sans-serif;
	color: #f14400;
}
.greentext {
	font: 14px Arial, Helvetica, sans-serif;
	color: #269522;
}
.goldtext {
	font: 14px Arial, Helvetica, sans-serif;
	color: #b3a116;
}
/* Hacks
------------------------------------------------------ */
