
/*********** CORE LAYOUT CSS START ***********/  



body{
    background-color:#000;
    	margin:auto;
    	/* new text-align: center; */
    	padding-top:10px;
    	font-family:helvetica,tahoma,verdana,arial,clean,sans-serif;
    	font-size:13px;
    	color:#fff;
}

#page {
	width: 770px;
	background-color:#000;
	margin: 0px auto;
	position:relative;
	clear:both;
}

/* new 

a{
	color:#000;
	text-decoration:none;
}

*/

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#bd{
	position:relative;
	margin-top:10px;
}

#sidebar{
	width:170px;
	position:absolute;
	padding:12px;
	top:0px;
	left:0px;
	background-image:url('/img/hatch.gif') !important;
	background-color:#f00;
}

#content{
float:right;
	width:550px;
}

.children{
	font-size:13px;
	color:#0cf;
	line-height:1.5em;
	margin-top:10px;
}

.children li{
	font-size:12px;
	line-height:1.5em;
}


#ft{
	text-align:center;
	padding:10px;
	width: 750px;
	background-color:#000;
	background-image:url('/img/hatch.gif') !important;
	margin: 0px auto 10px auto;
	height: 10px;
	font-size: 12px;
}

#ft2{
	text-align:center;
	padding:0px 10px;
	width: 750px;
	background-color:#000;
	margin: 0px auto 20px auto;
		font-size: 11px;
}

.freephone{
	color:#0cf;
	font-weight:bold;
}


.input{
	display:block;
}

.input label{
	display:block;
	float:left;
	width:200px;
	clear:both;
}

form{
	padding:0px;

}

.redbackground {
background: #ff0000;
}

#flashMessage{
	font-size:13px;
	color:#0cf;
	margin-bottom:10px;
}

.greybackground {
background-color:#292929;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
width: 330px;
width: 600px;
/*height: 290px;*/
}

.greybackgroundarchive {
background-color:#292929;
padding-right: 10px;
}

p {
margin-left: 0px;
font-size:11px;
line-height:16px;
}

h1 {
font-size: 35px;
}
h2 {
font-size: 15px;
}
h6 {
font-size: 15px;
font-weight: bold;
margin: 10px;
}

.footerbanner {
  font-weight: bold;
}

.black {
  color: #000;
}
