/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	color: rgb(2,72,132);
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: .5em;
	padding: 0;
	background-color: rgb(204,204,204);
/*	background: url(/themes/x1339/images/ice060.jpg); */
}

/* block element styles */
TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: rgb(2,72,132);
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

a:link, a:active, a:visited {
  color: rgb(0,0,102);
}

a:hover {
  color: rgb(0,0,102);
  text-decoration: underline;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 13pt;
	text-align:center;
}
h2, .pn-title {
	font-weight: bold;
	font-size: 13pt;
}

h3 {
	font-weight: bold;
	font-size: 11pt;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/
A {
	color: #0000FF;
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: 9pt;
	color: rgb(2,72,132);
	border: .5px solid rgb(200,0,0);
}

/* PostNuke specific classes */
.pn-menu {
	text-align:center;
}

/* news styles */
.newssummary1 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.newssummary2 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:0px solid #000;
	border-right:1px solid #000;
}
.newswrapper {
	margin-bottom: 5px;
}

/* block styles */
.sideblock {
	width: 140px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

/* styles to create table-less layout */

#pagecontainer {
	width: 770px;
	border: 1px solid rgb(102,102,102);
	padding: 0px;
	margin: 0 auto;
	background-image: url(/themes/x1339/images/left_back.gif);
	background-repeat: repeat-y;
}

#header {
	width: 770px;
	height: 127px;
  background-image: url(/themes/x1339/images/raymond_engineering_ga_sc.gif);
  background-repeat: no-repeat;
}

#header2 {
}

#address {
	float: left;
	display: block;
	width: 300px;
	padding: 70px 20px 0px 450px;
	height: 50px;
	text-align:right;
}

#address1 {
  float: left;
  text-align: center;
  width: 385px;
  font-size: 9pt;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#address2 {
  float: left;
  text-align: center;
  width: 385px;
  font-size: 9pt;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#navbar {
	width: 770px;
	float:left;
	display:block;
	height: 37px;
	padding: 0px;
	background-image: url(/themes/x1339/images/navback_bg.gif);
	background-repeat: repeat-x;
}

#left {
	float: left;
  width: 179px;
	padding: 0 0 0 0;
  color: rgb(0,0,102);
}

#left-main {
	float: left;
  width: 0px;
	padding: 0 0 0 0;
}

#left a:link, #left a:visited, #left a:hover, #left a:active  {
  color: rgb(0,0,102);
  font-weight: normal;
  font-size: 10pt;
}

#left a:hover  {
  color: rgb(50,50,50);
  text-decoration: underline;
  font-weight: normal;
  font-size: 10pt;
}

#roofing101 { 
  width: 149px;
  padding-right: 10px;
  padding-left: 0px;
  color:rgb(0,0,102);
}

#roofing101 fieldset { 
  border:1px solid rgb(51,51,51);
  padding-bottom: 10px;
}

#roofing101 legend {
  padding: 0.2em 0.5em;
  border:1px solid rgb(51,51,51);
  color:rgb(254,254,254);
  font-weight: bold;
}

#admin-menu { 
  width: 149px;
  padding-right: 10px;
  padding-left: 0px;
  color: rgb(0,0,102);
  text-align:left;
}

#admin-menu fieldset { 
  border:1px solid rgb(51,51,51);
  padding-bottom: 10px;
}

#admin-menu legend {
  padding: 5px 5px;
  border:1px solid rgb(51,51,51);
  color:rgb(254,254,254);
  font-weight: bold;
}

#bidder-login { 
  width: 149px;
  padding-right: 10px;
  padding-left: 0px;
  color:rgb(0,0,102);
  text-align:left;
}

#bidder-login fieldset { 
  border:1px solid rgb(51,51,51);
  padding-bottom: 10px;
}

#bidder-login legend {
  padding: 5px 5px;
  border:1px solid rgb(51,51,51);
  color:rgb(254,254,254);
  font-weight: bold;
}

#home_center {
	width: 591px;
	background: rgb(204,204,204);
	margin-left: 179px;
	display: block;
}

#home_page_caption {
	width: 591px;
	margin-left: 179px;
	margin-right: -79px;
	background: rgb(250,250,250);
	display: block;
}

#front_page_images_container {
	float: left;
  width: 591px;
  height: 385px;
	display: block;
	background: rgb(250,250,250)  no-repeat url(/themes/x1339/images/raymond_engineering_mainpage.jpg);
}

div.front_page_image {
  float:left;
  width:293px;
  height:192px;
  position:relative
}

#topleft {
  width:150px;
  height:150px;
  border-top:0px solid rgb(254,254,254);
  border-right:1px solid rgb(254,254,254);
  border-bottom:0px solid rgb(254,254,254);
  border-left:1px solid rgb(254,254,254);
  margin-left:141px;
  margin-top:41px;
}

#topright {
  width:150px;
  height:150px;
  border-top:0px solid rgb(254,254,254);
  border-right:1px solid rgb(254,254,254);
  border-bottom:0px solid rgb(254,254,254);
  border-left:1px solid rgb(254,254,254);
  margin-left:0px;
  margin-top:41px;
}

#botleft {
  width:150px;
  height:150px;
  border-top:0px solid rgb(254,254,254);
  border-right:1px solid rgb(254,254,254);
  border-bottom:0px solid rgb(254,254,254);
  border-left:1px solid rgb(254,254,254);
  margin-left:141px;
  margin-top:0px;
}

#botright {
  width:150px;
  height:150px;
  border-top:0px solid rgb(254,254,254);
  border-right:1px solid rgb(254,254,254);
  border-bottom:0px solid rgb(254,254,254);
  border-left:1px solid rgb(254,254,254);
  margin-left:0px;
  margin-top:0px;
}

#center {
	width: 566px;
	float: left;
	display: block;
	border-top: 1px solid black;
	padding: 10px 10px 10px 10px;
	background: rgb(254,254,254);
}

#themefooter {
	width: 570px;
  height: 50px;
	text-align: center;
	background-image: url(/themes/x1339/images/footer_back.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 179px;
	color: rgb(50,50,50);
	display: block;
}

#themefooter-home {
	width: 770px;
  height: 50px;
	text-align: center;
	background-image: url(/themes/x1339/images/footer_back.gif);
	background-repeat: no-repeat;
	margin-left: -179px;
	padding: 10px 0px 0px 70px;
	color: rgb(50,50,50);
}

#main {
	width: 770px;
	float: left;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	background-image: url(/themes/x1339/images/watermark.gif);
	background-repeat: repeat-y;
}

#admin {
	width: 750px;
	float:left;
	display:block;
	background: rgb(254,254,254);
	padding: 10px;
	border-top: 0px;
	border-right: 1px solid black;
	border-left: 0px;
	border-bottom: 0px;
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left: 2em;
	padding-left: 0em;
	text-indent: 0em;
}

/* Pagesetter styles */

#site-page-container {
	width: 770px;
	float: left;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	background-image: url(/themes/x1339/images/left_back.gif);
	background-repeat: repeat-y;
}

#site-page-left {
  float: left;
  width: 179px;
  padding: 0 0 0 0;
  display: block;
  position: relative;
}

#site-page-main {
  float: left;
  width: 550px;
  display: block;
  position: relative;
  padding: 10px 20px 10px 21px; 
}

.current_page {
  font-weight: bold;
  font-size: 110%;
}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   
	color: rgb(254,254,254);
	background-image: url(/themes/x1339/images/navback_bg.gif);
	background-repeat: repeat-x;
}

.horizitem	{  
	color: rgb(254,254,254);
	float: left;
	white-space: nowrap;
	background-image: url(/themes/x1339/images/button_back.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 9px;
}

.horizitem a { 
	color: rgb(254,254,254);
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
	font-weight: bold;
	}

.horizitem a:link, .horizitem a:visited 	{ 
	color: rgb(254,254,254);
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
	}

.horizitem a:hover	{ 
	color: rgb(0,0,102);
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
}

.horizitem a:active	{ 
	color: rgb(254,254,254);
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}

.staff1 {
	width: 600px;
	border: 1px dashed rgb(0,0,102);
	padding: 10px;
	margin: 10px;
}

.staff2 {
	padding-left: 0px;
}

.staff {
	float: left;
	width: 175px;
	height: 275px;
	border: 1px dashed rgb(0,0,102);
	padding: 10px;
	margin: 10px;
	text-align: center;
}

#themesearch {
	float: left;
	width: 175px;
	height: 45px;
	padding-top:15px;
	text-align: center;
}	

.news-list, a.news-list  {
	font-size: 9pt;
	text-decoration: none;
}

a.news-list:hover  {
	font-size: 9pt;
	text-decoration: underline;
}

.list-header {
	padding-left: 0px;
	text-align:left;
}

.clear5 {
  clear: both;
  height: 5px;
  font-size: 1px;
  line-height: 5px;
}

.clear {
  clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}

.clear-right {
  clear: right;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}

.clear-left {
  clear: left;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}
/*                   */
/* Domtab CSS Styles */
/*                   */		

div.domtab {
	float: left;
	width: 50%;
	padding:0 0 0 0;
	font-size:9pt;
}

ul.domtabs {
	margin:0 0 0 0;
}

ul.domtabs li {
	padding: 0 0 1em 0;
	list-style: none;
  padding-left: 10px;
  background-image: url(/themes/x1339/images/triangle.gif);
  background-repeat: no-repeat;
  
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	padding: 0 0 0 0;
	font-weight:bold;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover {
}

ul.domtabs a:hover {
}

div.domtab div {
	padding: 0 0 0 0;
}
div.domtab div ul.domtabs li {

  list-style: none;
}


ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 9pt;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active {
	padding: 0 0 0 0;
	font-size: 11pt;
	font-weight: bold;
}

.project-list-header {
  width:750px;
  float:left;
}

.project-headers5 {
  width:10px;
  float:left;
  font-weight: bold;
}

.project-headers10 {
  width:80px;
  float:left;
  font-weight: bold;
}

.project-headers15 {
  width:120px;
  float:left;
  font-weight: bold;
}

.project-headers30 {
  width:200px;
  float:left;
  font-weight: bold;
}

.project-headers35 {
  width:300px;
  float:left;
  font-weight: bold;
}

.project-list-items5 {
  width:10px;
  float:left;
}

.project-list-items10 {
  width:80px;
  float:left;
}

.project-list-items15 {
  width:120px;
  float:left;
}

.project-list-items30 {
  width:200px;
  float:left;
}

.project-list-items35 {
  width:300px;
  float:left;
}

#client-page {
  width:550px;
}

#client-body {
  float:left;
  width: 430px;
  padding-right: 20px;
}

#client-images {
  float:left;
  width:100px;
  background-color: rgb(102,102,102);
  color: rgb(255,255,255);
}

a.client-image:link, a.client-image:active, a.client-image:visited, a.client-image:hover {
  color: rgb(255,255,255);
}
