/* Beta Blue */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
background-color: #707070;
text-align: center;
}

img { 
  #border-style: none;
}

#page-container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 3700px;
padding: 1px;
text-align: left;
background-color: #ffffff;

}

.bluecontent {
 	height : 80px;
	background: url(../pics/blue.png);
	padding: 0px 15px 0px 15px;
	
}


.header
{
  height : 30px;
  padding: 0px 10px 0px 10px;
 
}

#menu 
{
	padding-top: 0px;
	width: 820px;
	text-align: center;
	word-spacing: 86px;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #ffffff;
}


.greybox {
  /* background: #b7b7b7; */
   background: #a9a9a9; 
}
.greybox_top div {
   background: url(../pics/gtl.png) no-repeat top left;
}
.greybox_top {
   background: url(../pics/gtr.png) no-repeat top right;
}
.greybox_bottom div {
   background: url(../pics/gbl.png) no-repeat bottom left;
}
.greybox_bottom {
   background: url(../pics/gbr.png) no-repeat bottom right;
}

.greybox_top div, .greybox_top, 
.greybox_bottom div, .greybox_bottom {
   width: 100%;
   height: 4px;
   font-size: 1px;
}
.greybox_content { margin: 0 4px; }

.orange
{
	color: #DF7000;
	
}

.grey-box
{
	left: 50px;
	width: 650px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
}


#page-content
{
	position: absolute;
	top: 200px;
	width: 750px;
	margin-left: -1px;
	padding-left: 60px;
	padding-right: 42px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
	float: left;
	/* border: 1px solid #DF7000; */
}


#page-content a:link {text-decoration: underline; color: #DF7000;}
#page-content a:visited {text-decoration: underline; color: #DF7000;}
#page-content a:hover {text-decoration: underline; color: #DF7000;}



#container {
  width:590px;
  text-align:left;
}




#ad
{
	position:absolute;
	left: 60px;

}

#ad a:link {text-decoration: none; color: #DF7000;}


/*h2 { color: #DF7000; } */


h2
{
	color: #70A100;
}

h3
{
	color: #DF7000;
}

#info {
	
	font-style:italic;
	position:relative;
	width:40%;
}


/* Comment add message box color */

#jb_message {
	color: #ffffff;
	text-align:center;
}
#jb_message.error {
	background-color:#360;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
}

#primary {
  padding:10px;
  margin-bottom:1em;
  border: 1px solid #CCCCCC;
}
#secondary {
	padding:10px;
	border: 1px solid #CCCCCC;
}

/*   Box labels in bold not the actual box  */
#jb_addComment label 
{
  display:block;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

#jb_addComment input, #jb_addComment textarea{
	font-size:0.9em;
	font-family: arial, helvetica, sans-serif;
	margin-bottom:5px;
	padding-left:2px;
	width:50%;
}
#jb_addComment textarea{
	height:80px;
	width:100%;
}
#jb_addComment .button{
	font-size:1.2em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
.comment{
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:20px;

}

/* Comment Header */

.comment .header {
	font-weight:bold;
	padding:2px 1px;
	color: #707070;
	background-color: #EEF0F1;
}
.comment .header a{
	color: #DF7000;
}

/* Comment content color  */

.comment .content {
	padding:5px;
	line-height:1.5em;
	color: #707070;
	background-color: #F9FAFA;
}


.comment .content a {
  color:#70A100;
}

/* Comment Date  */

.comment .date {
	font-size:0.8em;
	text-align:right;
	color: #70A100;
	font-family: arial, helvetica, sans-serif;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
}
#footer a{
	color: #DF7000;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color: #DF7000;
}
#jb_addComment .hidden, .hidden{
	display:none;
}


#sign
{

	font-family: Arial;
	font-size: 11pt;
	color: #5D5D5D;
	font-weight: bold;
	text-align: left;
}


/* All Hyperlinks */
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #DF7000;}

