/* 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(18,24,99);
  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(50,50,50);
}

#wrapper {
  width: 891px;
  margin: 0 auto;
  background: rgb(255,255,255);
}

#container {
  background: rgb(255,255,255);
  margin: 0 auto;
  padding: 5px;
  width: 891px;
}

.band {
  background: rgb(200,200,200);
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#header {
  width: 891px;
}

#logo {
  background: rgb(200,200,200);
  display: block;
  float:left;
  height:130px;
  margin: 0 auto;
  margin-right: 10px;
  text-align: center;
  width: 289px;
}

#logo img {
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  width: 248px;
  height: 114px;
}

#header-right {
  display: block;
  float:right;
  text-align:right;
  width: 591px;
}

#member {
  display: block;
  float:right;
  text-align:right;
  width: 600px;
  height: 86px;
}

#submitB {
  background-color:transparent;
  border:none;
  padding:0;
  margin:0;
  color: rgb(18,24,99);
  cursor: pointer;
  font-size: 11px;
} 

#submitB a:hover {
  background-color:transparent;
  border:none;
  padding:0;
  margin:0;
  text-decoration: underline;
  color: rgb(18,24,99);
  cursor: pointer;
  font-size: 11px;
} 

#member a:link, #member a:visited, #member a:active, #member a:hover {
  font-size: 11px;
}

#topmenu {
  background: rgb(200,200,200);
  height: 32px;
  padding-right: 10px;
  width: 581px;
}

#topnav ul {
  margin: 0;
  white-space: nowrap;
  padding: 0;
}

#topnav li {
  display: inline;
  list-style-type: none;
  background-image: url(../images/four_square.png);
  background-color: rgb(200,200,200);
  background-repeat: no-repeat;
  margin-right: 4px;
}

#topnav a {
  color: rgb(18,24,99);
  font-size: 12px;
  line-height: 32px;
  padding: 0 0 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

#maincontent {
  width: 851px;
  background: rgb(200,200,200);
  padding: 20px;
}

#quicklinks {
  background: rgb(200,200,200);  
  display:block;
  float:left;
  height: 345px;
  padding-top: 40px;
  text-align:center;
  width: 289px;
  margin-right: 10px;
}

#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;
}

#associations {
  background: rgb(200,200,200);
  float:left;
  padding: 5px 0 5px 0;
  width:891px;
}

#newsitems {
  background: rgb(200,200,200);
  float:left;
  width: 891px;
}

.nbouter1 {
  background: rgb(255,255,255);
  display: block;
  float:left;
  width:301px;
}

.nbouter2 {
  background: rgb(200,200,200);
  display: block;
  float:left;
  width:296px;
}

.nbouter3 {
  background: rgb(255,255,255);
  display: block;
  float:left;
  width:294px;
}

.newsblock1 {
  background: rgb(200,200,200);
  display: block;
  float:left;
  padding: 10px;
  width:269px;
}

.newsblock2 {
  background: rgb(200,200,200);
  display: block;
  float:left;
  padding: 10px;
  width:269px;
}

.newsblock3 {
  background: rgb(200,200,200);
  display: block;
  float:left;
  padding: 10px;
  width:269px;
}

.newsimage {
  width:265px;
  margin: 0 auto;
}

#footer {
  background: rgb(200,200,200);
  width: 891px;
  display: block;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
}

.footer1 {
  border-right: solid 2px rgb(150,150,150);
  display: block;
  float:left;
  padding: 5px 4px 5px 15px;
  width: 275px;
}

.footer2 {
  border-right: solid 2px rgb(150,150,150);
  display: block;
  float:left;
  padding: 5px 10px 5px 13px;
  width: 275px;
}

.footer3 {
  display: block;
  float:left;
  padding: 5px 5px 5px 30px;
  width: 245px;
}

#footer3 ul {
  padding:0;
  margin:0 0 0 20px;
  list-style-type: square;
}

.footer3a {
  display: block;
  float:left;
  padding: 0;
  width: 123px;
}

.footer3b {
  display: block;
  float:left;
  padding: 0px 0px 0px 5px;
  width: 115px;
}

#nav {
}

#nav a {
  font-size: 11pt;
}

/* 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: 12pt;
}

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 */

#roofing101 { 
  width: 199px;
  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;
}


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


#master-content {
	width: 790px;
	float: left;
	padding: 0;
	display: table-cell;
	background: transparent;
}

#admin {
	width: 969px;
	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: 891px;
	padding: 0;
  float: left;
}

#site-page-left {
  float: left;
}

#site-page-main {
  float: right;
  width: 720px;
  display: table-cell;
  padding: 10px 20px 10px 21px; 
}

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

.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 {
	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 div{display:none;}

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: 15px;
  background-image: url(../images/blue_box.png);
  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);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.slides { height: 150px; width: 150px; padding:0; margin:0; overflow: hidden }

.slides img { height: 150px; width: 150px; padding: 0; border: 0px; top:0; left:0 }

.pn-module-Users { margin: 20px 0 20px 20px;}

#copyright {
  width: 891px;
  margin:0 auto;
  text-align:center;
}

#projects_top {
  display: table;
  float:left;
  width: 891px;
}

.projects_menu {
  background: rgb(200,200,200);  
  display: table-cell;
  margin-right: 10px;
  float:left;
  padding: 40px 20px 40px 20px;
  text-align:center;
  width: 249px;
}

a.projects_menu hover {
  text-decoration: underline;
}

.projects_main_image {
  background: rgb(255,255,255);  
  display: table-cell;
  float:left;
  width: 591px;
}

.projects_main_image img {
  width: 591px;
}

#projects_bottom {
  float:left;
  width: 891px;
}

.projects_thumbs {
  background: rgb(200,200,200);
  float:left;
  margin-right: 10px;
  padding: 20px;
  width: 249px;
  height: 240px;
}

.projects_thumbs img {
  height: 110px;
  width: 110px;
  margin: 5px;
}

.projects_description {
  background: rgb(200,200,200);
  display: table-cell;
  float:left;
  padding: 0 10px 10px 10px;
  width: 571px;
}

.projects_description h1 {
  text-align: left;
}

.hidden {display: none;}
.unhidden {display: block;}
