/* --- basic text and color properties ---*/
BODY  {
	background: white;
	color: silver;
	margin: 0;
}

P, DIV, BLOCKQUOTE, CAPTION, TD, TH, DL, UL, OL  {
	/* necessary only for Netscape */
	font-family : arial, sans-serif;
	color : silver;
}

.head  {
	font-size : 11px;
	color : black;
	text-decoration : none;
	font-weight : bold;
	margin : 0px;
	font-family : Arial, Helvetica;
}

.head2  {
	font-size : 11px;
	color : silver;
	text-decoration : none;
	font-weight : bold;
	margin : 0px;
	font-family : Arial, Helvetica;
}

.project-title {
	font-size: 11px;
	display: block;
}

.content {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #777;
	font: 10px/1.4 helvetica,arial,sans-serif; 
	/*
	width: 620px;
	*/
	width: 60%;
	margin: 35px 50px 50px;
}

.notes  {
	font-size : 12px;
	color : gray;
	text-decoration : none;
	font-weight : normal;
	margin : 0px;
	font-family : Arial, Helvetica;
}

.notessmall  {
	font-size : 10px;
	color : gray;
	text-decoration : none;
	font-weight : normal;
	margin : 0px;
	font-family : Arial, Helvetica;
	line-height: 90%;
}

.menu  {
	font-size : 11px;
	color : gray;
	text-decoration : none;
	font-weight : bold;
	margin : 0px;
	line-height : 1.5;
	font-family : Arial, Helvetica;
}


/* --- text --- */
.bgrey  {
	line-height : 18px;
	color : gray;
	font-weight : bolder;
	font-family : Arial, sans-serif;
	font-size : 12px;
	text-decoration : none;
	letter-spacing: 1px;
}

.bwhite  {
	line-height : 14px;
	color : white;
	font-weight : bolder;
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-decoration : none;
	letter-spacing: 0px;
}

.ngrey  {
	line-height: 18px;
	color: Gray;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.nblack  {
	line-height : 18px;
	color : #000000;
	font-weight : normal;
	font-family : Arial, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.xhead2  {
	line-height: 24px;
	color: #FF8D00;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 6px;
}

.xblack  {
	line-height: 24px;
	color: #000000;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 6px;
}

.bblack  {
	line-height: 18px;
	color: #000000;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
}

.sblack  {
	line-height : 18px;
	color : #000000;
	font-weight : normal;
	font-family : Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

.swhite  {
	line-height : 6px;
	color : white;
	font-weight : normal;
	font-family : Arial, sans-serif;
	font-size : 6px;
	text-decoration : none;
}

/* --- links ---*/
A:link  {
	color: default;
	text-decoration: none;
}

A:active  {
	color: Silver;
	text-decoration: none;
}

A:visited  {
	color: default;
	text-decoration : none;
}

A:hover  {
	color: Silver;
	text-decoration: none;
}


.cursorarrow  {
	cursor : default;
}

label  {
	cursor : hand;
}

/* --- banner backgrounds ---*/

.bannermainleft {
	background-color: #FFA500;
	layer-background-color: #FFA500;
	color: #FF8D00;
	
	font-weight: bolder;
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 6px;	
	
}

.bannermainright {
	background-color: Black;
	layer-background-color: #FF8D00;
	color: #FF8D00;
	
	font-weight: bolder;
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 6px;	
}

.bannerprojectsleft {
	background-color: #663366;
}

.bannerprojectsright {
	background-color: #4A264B;
}

.bannerprojectsnewleft {
	background-color: #FF0066;
}

.bannerprojectsnewright {
	background-color: #CC0052;
}

.bannerprojectsaltsleft {
	background-color: #99CC00;
}

.bannerprojectsaltsright {
	background-color: #7DA800;
}

.bannerprojectsotherleft {
	background-color: #778899;
}

.bannerprojectsotherright {
	background-color: #667788;
}

.bannercontactleft {
	background-color: #FFA500;
}

.bannercontactright {
	background-color: #FF8D00;
}

.bannerspacer {
	background-color: #FF0066;
}

.bannerblack {
	background-color: Black;
}

.bannerwhite {
	background-color: white;
}

.bannerblue {
	background-color: #575F7B;
}

.bannerred1 {
	background-color: #FF4524;
}

.bannercross01{
	background-color: #DC143C;
	background-image: url(../images/patt-02.gif);
	background-repeat: repeat;
}

/* Worst case (stretched img) */
.banner1{
  position:relative;
  width: 100%;
  height: 60px;
  float: left;
  clear: both;
}
.banner2{
  position:relative;
  width: 100%;
  height: 60px;
  float: left;
  clear: both;
}
.banner3{
  position:relative;
  width: 100%;
  height: 60px;
  float: left;
  clear: both;
}

.child{
  width: 100%;
  height: 60px;
  margin: 0 auto;
  text-align: right;
}

.bg {
    position:absolute;
    left:0px; top:0px;
    width:100%;
    height:100%;
    z-index:-1;
}

/* CSS Background Size (modernizr) */
html.backgroundsize .banner1 {
    background:url(../images/blue-white.jpg) repeat-y left top;
    background-size:100% 60px;
}

html.backgroundsize .banner2 {
    background:url(../images/black-red.jpg) repeat-y left top;
    background-size:100% 60px;
}

html.backgroundsize .banner3 {
    background:url(../images/blue-white.jpg) repeat-y left top;
    background-size:100% auto;
}





html.backgroundsize .bg {display:none;}