/* John Lockwood Plumbing */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #20456f url(images/bg.jpg) repeat-x top;

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, ol {
margin-top: 10px;
}

h1, h2, h3 {
	color: #20456f;
}

h1 {
	font-size: 3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #20456f;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #20456f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration:none;
	color: #20456f;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #20456f;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #20456f;
}

hr {
	display: none;
}


#main
{
   width: 760px;
   margin: 0 auto;
   background: #ffffff;
   border-left: 10px solid #ffffff;
   border-right: 10px solid #ffffff;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	height: 260px;
}

#menu {
	float: left;
	width: 710px;
	height: 49px;
	padding-left: 50px;
	background: url(images/button_menu.jpg) repeat-x;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	float: left;
	width: 115px;
	height: 43px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 10px;
	margin-right: 1px; /* distance between buttons */
	font-weight: bold;
   text-align: center;
}

#menu a:hover {
	text-decoration: underline;
	background: url(images/button_highlight.jpg) 0px 0px repeat-x;
}


/* Logo */

#logo {
	width: 760px;
	height: 230px;
	margin: 0 auto;
	text-align: right;
   background: url(images/header.jpg) no-repeat
}

#logowhite {
	width: 760px;
	height: 230px;
	margin: 0 auto;
	text-align: right;
   background: url(images/header-white.jpg) no-repeat
}

#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 40px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	border-top: none;
	padding-top: 5px
   background: #ffffff;
	border-top: 10px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	/* border:1px solid #000;  Dosen't work well in here */
}


/* Content */

#content {
	float: left;
	width: 510px;
	padding-top: 10px;
	/* background: #F0DDBF; */
	background: #d8e0f0;
	border:1px solid #000;
}

#content H2 {
   height: 22px;
   padding-top: 5px;
   padding-left: 1px;/* */
   width: 485px;
   font-size: 18px;
   color: #20456f;
}

#content H2 a {
   color: #20456f;
}

#content .entry {
   width: 480px;
   margin-bottom: 20px;
}

#content .pad {
   padding: 10px;
}

.devnote {font-weight: bold; color: #ff0000}
.needmore {color: #ff0000}
.approved {font-weight: bold; color: #009900}
.unapproved {font-weight: bold; color: #ff0000}
.blueprints {font-weight: bold; color: #006699}
/* td.signupRight {vertical-align: middle; text-align: right} */
/* td.signupLeft {vertical-align: middle; text-align: left} */
.alignmid {vertical-align: middle;}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}

.sidebar li {
	margin: 0;
}

#sidebar2 {
	width: 236px;
	margin-left: 10px;
}

#sidebar2 h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	padding-top: 12px;
	height: 32px;
	width: 234px;
	background: url(images/title.gif) left top no-repeat;
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
	/*border:1px solid #000;  */
}

#sidebar2 ul {
	line-height: normal;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

#sidebar2 li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	/* padding-left: 10px; */
}

#sidebar2 a:hover {
	border: none;
	font-size: 12px;
	/* padding-left: 10px; */
}

#sidebar2 H4 {
	font-size: 14px;
	/* border: 1px solid #000000; */
}

.news {
   padding: 20px 20px 15px 20px;
}

.tit_b {
   background: url(images/title_bottom.gif) left top no-repeat
}

.small {
   font-size: 10px;
   color: #787878;
}


/* Footer */

#footer {
   padding: 16px;
   background: url(images/footer.jpg) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

/* ## Video Player ## */

#video {
	/* border: 1px solid #000000; */
}

/* 320x240 on Popup Page */
a.MainPlayer {
	display:block;
	width: 320px;
	height:240px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* when container is hovered we alter the border color */
a.MainPlayer:hover {
	border:1px solid #000;
}
/*
Box width gets set as an in-line style for each instance
<span class="box-r" style="width: 170">
*/
.box-au {float: right; text-align: left; font-size: 8pt; clear: none; border-width: 0px; border-style: none; border-color: #000000; padding: 8px; padding-top: 30; padding-right: 30; padding-bottom: 30; padding-left: 30;}
.box-r {float: right; text-align: left; font-size: 8pt; clear: none; border-width: 0px; border-style: solid; border-color: #cccccc; padding-top: 10; padding-right: 10; padding-bottom: 10; padding-left: 30;}
.box-l {float: left; text-align: left; font-size: 8pt; clear: none; border-width: 1px; border-style: solid; border-color: #cccccc; padding-top: 10; padding-right: 10; padding-bottom: 10; padding-left: 10;}