body {
	color:#000;
	background: #000 url('http://www.rodneycollinswebs.com/images/cbeck_concrete_780_01_02_bg.jpg') 50% 0% no-repeat;
    background-attachment:fixed;
    margin:0;
	padding:0;
	font:11px verdana, arial, helvetica, sans-serif;
    text-align:center;
	}
	
/* Hides from IE-mac \*/
* html .hollyhack {height: 1%;}
/* End hide from IE-mac */

td {font:11px/20px verdana, arial, helvetica, sans-serif;
color:#000;
}

img {
	border-color: #33365d;
	border-width: 1px;
  border-style: solid;
  padding:1px;
	 }

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:600;
	color:#d19e02;
	}
	
h2 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:800;
	color:#33365d;
	}
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:700;
	color:#000;
	}
	
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color:#000;
	}
.Content>p {margin:5px;}
.Content>p+p {text-indent:30px;}


p.navBetaFont {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
			  color:#000;
			  }
p.contentFont {
	color:#000;
	font:11px verdana, arial, helvetica, sans-serif;
			  }
p.footerFont {
	font-size:11px;
	line-height:14px;
	color:#fff;
    text-shadow: black 1px 1px 1px;
			  }

a {
	color:#d19e02;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#d19e02;}
/*a:visited {color:#07a;}*/
a:hover {color:#33365d}

#frame {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

#contentSideAndMain {
  position: relative;
  margin-top:15px;
  padding:5px;
  /*border: 0px solid rgb(152,39,0);*/
  width: auto;
  /*overflow: hidden;*/
  background:#8b848b;
  }
#contentSideAndMainInner {
	/*float: left;*/
	position: relative;
  padding:0;
	width: auto;
	 background:#fff;
	 }

#main {
  position: relative;
  width: auto;
  margin:0;
  padding:10px;
}

.bigImage {position:relative; top:0; left:0; width:auto;}
.bigImage a.p1, .bigImage a.p1:visited {display:block; width:auto; height:auto; top:0; left:0; border:0;}
.bigImage a.p1:hover {text-decoration:none; background-color:rgb(188,1,2); color:rgb(84,53,31);}
.bigImage a .large {display:none;}
.bigImage a.p1:hover .large {display:block; background-color:#fcf6d4; border-width:1px;border-style:solid;border-color:#33365d;}

.contentPopUp {
  position: relative;
  width: auto;
  min-height: 0;
  padding: 10px;
  background-color: #fff;
  border:1px solid #33365d;
}

#editorFrame {
  color: #000;
  text-align: left;
  background-color: #fcf6d4;
  background-image:none;
  font: 11px verdana, arial, helvetica, sans-serif;
}

.contentTopBox {
  position: relative;
  padding:10px;
  width: auto;
  margin: 0;
  background-color: #fcf6d4;
  border:1px solid #33365d;
}

.contentSecondRemand {
  position: relative;
  padding:10px;
  width: auto;
  margin: 10px 0px 0px 0px;
  background-color: #fcf6d4;
  border:1px solid #33365d;
}

#footerOuter {
position: relative;
	margin:0;
height: auto;
width:auto;
padding:0px 5px 5px 5px;
background: #8b848b;
	 /*overflow: hidden;*/
	 }

.contentFooter {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	color:#fff;
	width:auto;
	margin:0;
	background: #8b848b url('http://www.rodneycollinswebs.com/images/cbeck_concrete_780_01_02_footerBg.gif') 0% 0% repeat-x;
	padding:5px 0px 1px 0px;
	}
	
.contentFooter a {
    color:rgb(255,255,255);
	}
.contentFooter a:hover {
    text-decoration:none;
    color:rgb(255,255,255);
	}
div.hrFooter {
}
div.hrFooter hr {
  display: none;
}

#contentListBox {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:50%;
	border:0px solid rgb(96,151,255);
	background-color:transparent;
	padding:10px;
	text-align: left;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
#contentListBox ul { 
        padding: 0; 
        margin: 0; 
        line-height: 20px; 
} 
#contentListBox li { 
        list-style: none; 
        margin: 0; 
} 
#contentListBox a { 
        display: block; 
        text-decoration: none; 
		position:relative; 
		color: maroon; 
		font-weight:600; 
		font-size: 14pt; 
		font-family: arial; 
} 
#contentListBox a:hover { 
        color:white; 
}
	
input.formField {
width: 98%;
color: rgb(123,73,98); /* text color */
background: rgb(224,206,170);
font-weight: normal;
}

input.formFieldMandatory {
width: 98%;
color: rgb(252,239,195); /* text color */
background: rgb(80,92,56);
font-weight: normal;
}

checkbox.formFieldMandatory {
background: rgb(80,92,56);
}

textarea.formField {
width: 98%;
color: rgb(123,73,98); /* text color */
background: rgb(224,206,170);
font-weight: normal;
}

textarea.formFieldMandatory {
width: 98%;
color: rgb(252,239,195); /* text color */
background: rgb(80,92,56);
font-weight: normal;
}


select.formField {
width: 98%;
color: rgb(123,73,98); /* text color */
background: rgb(224,206,170);
font-weight: normal;
}

select.formFieldMandatory {
width: 98%;
color: rgb(252,239,195); /* text color */
background: rgb(80,92,56);
font-weight: normal;
}

.tblButton {
font-size: 10px;
font-family: verdana;
font-weight: bold;
text-align: center;
margin-bottom: 2px;
margin-top: 2px;
}

.tblButton a {
text-decoration: none;
color: rgb(34,64,89); /* text color */
background-color: rgb(181,201,226);
border-top: 2px rgb(204,227,255) solid;
border-left: 2px rgb(204,227,255) solid;
border-bottom: 2px rgb(49,85,127) solid;
border-right: 2px rgb(49,85,127) solid;
display: block;
width: 98%;
padding: 1px;
}

.tblButton a:hover {
background-color: rgb(153,170,191);
border-top: 2px rgb(49,85,127) solid;
border-left: 2px rgb(49,85,127) solid;
border-bottom: 2px rgb(204,227,255) solid;
border-right: 2px rgb(204,227,255) solid;
}

input.formButton {
color: rgb(79,91,55); /* text color */
background:rgb(179,191,155);
text-decoration: none;
font-weight: bold;
}

input.fileButton {
color: #fff; /* text color */
background:#6b6f94;
font-weight: normal;
width: 98%;
}

p.formButton {
color: #000; /* text color */
background:#d19e04;
font-weight: bold;
}

input.cartButton {
padding:7px 10px 7px 5px;
text-align:left;
color: rgb(102,51,0); /* text color */
		background:rgb(226,222,213) url(images/cartBlack.gif) 0 0 no-repeat;
		background-position:right;
font-weight: bold;
}

p.cartButton {
padding:7px 10px 7px 5px;
text-align:left;
color: rgb(102,51,0); /* text color */
		background:rgb(248,244,232) url(images/cartBlack.gif) 0 0 no-repeat;
		background-position:right;
font-weight: bold;
}

#newNavAlpha1 {
  position: relative;
  width: auto;
  padding: 0;
}

#newNavAlpha1Info {
  position: relative;
  width: auto;
  min-height: 16px;
  text-align: center;
  font: bold 100% arial, verdana, helvetica, sans-serif;
  margin: 0;
  z-index: 1;
}

#newNavAlpha1Info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height:16px;
  position:relative;
}

#newNavAlpha1Info li {
  float: left;
  margin: 0;
  padding: 2px 3px 2px 3px;
}

#newNavAlpha1Info a {
  display: block;
  color: #d19e02;
  font-size: 8pt;
  font-weight: 800;
  text-decoration: none;
  padding: 3px 5px 3px 5px;
}

#newNavAlpha1Info a:hover {
  color: #33365d;
}

#newNavAlpha1Info #current {
  color: #33365d;
}

#newNavAlpha1Info #current a {
  color: #33365d;
}

#newNavAlpha1BannerAds {
  position: relative;
  width: auto;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
#newNavAlpha1BannerAds ul {
  margin:0;
  list-style: none;
  text-align: left;
  padding: 0px;
}
#newNavAlpha1BannerAds li {
  float: left;
  margin:0;
  width: 120px;
  height: 90px;
  padding: 0px;
  margin-bottom: 2px;
  margin-right: 4px;
  text-decoration: none;
}
#newNavAlpha1BannerAds span {
  font: 10px/16px verdana, arial, helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  color: #fff;
}

#sectionbar {
    /*position:relative;*/
	width:98%;
	font-size:10pt;
	font-weight:500;
	line-height:10px;
	margin-bottom:0px;
	/*z-index:1;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

	}	
/* body>#sectionbar {width:98%;} */
	
	#sectionbar ul {
	margin:0;
	padding:0px 10px 0px;
	list-style:none;
	}
	
	#sectionbar li {
	float:left;
	color:rgb(0,0,0);
	margin:0;
	padding:0px 5px 0px 5px;
	}

	#sectionbar a {
	display:block;
	color:#fff;
	text-decoration:none;
	background-color: #8b8587;
	padding:5px 5px 5px 5px;
	}
	
#sectionbar a:hover { 
	text-decoration:underline;
} 	
	#sectionbar #currentTab {
	text-decoration:underline;
	}
	
	#sectionbar #currentTab a {
	text-decoration:underline;
	padding-bottom:5px;
	}
	
#sectionbarFooter {
  display:table;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  white-space:nowrap;
  }
#sectionbarFooter li {
  display:table-cell;
  }
* html #sectionbarFooter li {
  float:left;
  }
#sectionbarFooter a {
  width:auto;
  display:block;
  padding: 0px 5px 0px 5px;
  color:#fff;
  text-decoration:none;
  text-shadow: black 1px 1px 1px;
  }
* html #sectionbarFooter a {
  float:left;
  }
#sectionbarFooter a:hover {
  color:#fff;
  text-decoration: underline;
  }

.container {
  clear: both;
  text-decoration: none;
}

* html .container {
  display: inline-block;
}

#sectionbarBlog {
    /*position:relative;*/
	float:left;
	width:100%;
	font-size:10pt;
	font-weight:500;
	line-height:10px;
	margin-bottom:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

	}	
/* body>#sectionbarBlog {width:98%;} */
	
	#sectionbarBlog ul {
	margin:0;
	padding:0px 10px 0px;
	list-style:none;
	}
	
	#sectionbarBlog li {
	float:left;
	color:rgb(132,127,105);
	margin:0;
	padding:0px 5px 0px 5px;
	}

	#sectionbarBlog a {
	display:block;
	color:rgb(132,127,105);
	text-decoration:none;
	/*background-color: rgb(238,238,209);*/
	padding:5px 5px 5px 5px;
	}
	
#sectionbarBlog a:hover { 
	color:rgb(132,127,105);
	text-decoration:underline;
} 	
	#sectionbarBlog #currentTab {
	color:rgb(132,127,105);
	text-decoration:underline;
	}
	
	#sectionbarBlog #currentTab a {
	color:rgb(132,127,105);
	text-decoration:underline;
	padding-bottom:5px;
	}
	
div.hr {
  display: none;
}
div.hrThin {
  display: none;
}
div.hr hr {
  display: none;
}

#info {text-align:center;}

#info p {clear:both; font-weight:500; text-align:center;}

#thumbs2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#thumbs2 li {
  display:table-cell;
  }
* html #thumbs2 li {
  float:left;
  }
#thumbs2 a {
  width:160px;
  height:150px;
  display:block;
  /*padding:4px 16px;*/
  border:0px solid #fff; 
  text-decoration:none;
  }
* html #thumbs2 a {
  float:left;
  }

.thumbcontainer {clear:both; text-decoration:none;}
* html .thumbcontainer {display:inline-block;}

.cleaner2 {
clear:both;
border: none 0;
color:rgb(11,32,137);
height: 1px;
}	 
fieldset {
  width: 95%;
  margin:  0 1.5em 1.5em 0;
  padding: 0;
}
legend {
  margin-left: 1em;
  color: #33365d;
  font-weight: bold;
}
fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}
fieldset li {
  float: left;
  clear: left;
  width: 80%;
  padding-bottom: 1em;
}
.text {
width: 60%;
color: #fff;
background: #6b6f94;
font-weight: normal;
}
.textarea {
width: 60%;
color: #fff;
background: #6b6f94;
font-weight: normal;
}
.select {
width: 50%;
color: #fff; /* text color */
background: #6b6f94;
font-weight: normal;
}
fieldset.submit {
  width: 90%;
  border: 0 none #FFF;
}
.submitbutton {
color: #000;
background:#d19e04;
text-decoration: none;
font-weight: bold;
}
label {
  float: left;
  width: 15em;
  margin-right: 1em;
  text-align: right;
}
label em {
  color: #d19e04;
  font-size: 85%;
  font-style: normal;
}
fieldset fieldset {
  margin-bottom: -2.5em;
  border-style: none;
  background-color: transparent;
  background-image: none;
}
fieldset fieldset legend {
  margin-left: 0;
  width: 10em;
  text-align: right;
  font-weight: normal;
}
fieldset fieldset legend em {
  color: #d19e04;
  font-size: 85%;
  font-style: normal;
}
fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 11em;
  padding: 0;
}
fieldset fieldset label {
  float: none;
  width: auto;
  margin-right: auto;
}

