@font-face {
 font-family: bebas;
 src: url("./BEBAS___.eot") /* EOT file for IE */
}
@font-face {
 font-family: bebas;
 src: url("./BEBAS___.TTF") /* TTF file for CSS3 browsers */
}


body{
	background:#333;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

#sectionhead{
	background:url(./images/child_04.jpg) no-repeat top; 
	height:61px;
	font-family:bebas;
    font-size:32px;
    padding-left:8px;
    color:#fff;
}

h1 {
	font-family:bebas;
	font-size:24px;
	word-spacing:6px;
	letter-spacing:0px;
}

#leftcol {
	width: 236px;
	background:#666;
	color:#FFF;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

#content{
	width: 788px;
	background:#666;
	color:#FFF;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	padding-right:30px;
}

#home_content{
	background:#666;
	color:#FFF;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	/*padding-right:30px;
	padding-left:30px;*/
}

#home_content h2{
	font-family:bebas;
	font-size:18px;
	color:#a7a7a7;
	margin-top:0px;
}

#leftnav{
	list-style:none;
	margin-left:0px;
	margin-top:-10px;
	padding-left:0px;
	width:214px;
}

#leftnav li{
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
	padding-left:15px;
	border-bottom:dashed 1px #fff;
	border-right:dashed 1px #fff;
	color:#FFF;
}

#leftnav a{
	color:#FFF;
	text-decoration:none;
}

#leftnav a:hover{
	color:#CFC;
}

#topbar{
	height:47px;
	background:url(./images/child_01.jpg) no-repeat top;
}

#topnav{
	list-style:none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	float:right;
	vertical-align:middle;
}

#topnav li{
	float:left;
	padding-left:15px;
	padding-right:15px;
	/*border-right:solid 1px #999;*/
	vertical-align:middle;
	
}

#ajaxmenu li.last a{
	border-color:#0C3;
	color:#09C;
}


#topnav a{
	color:#666666;
	text-decoration:none;
}


#footer{
	height:47px;
	background:#333;
	padding:15px;
	color:#666;
	font-size:12px;
}

#footernav{
	list-style:none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
	padding-left:0px;
	text-align:center;
	margin-left:-15px;
	padding-bottom:1px;
}

#footernav li{
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #666;
	vertical-align:middle;
	
}

#footernav li.last{
	border-right:none;
}


#footernav a{
	color:#CCC;
	text-decoration:none;
}

a {
	color:#CFC;
}

#button_wrapper {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	margin-top:5px;
	padding-left:10px;
	background:url(./images/button_bg.png) repeat-x top;
	line-height:18px;
	overflow:hidden;
	width:100px;
}

.button{
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}

