/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	background:url(../images/bg/bg-index.jpg) repeat-x;
	margin:0;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
}

h1 {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#000;
}

h2 {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	line-height:12px;
	color:#355e4a;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#000;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

img {
	border:0;
}

html .hollyhack {
	width: 1%; 
}




/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width:950px;
	height:800px;
	margin:0px auto;
	padding:0;
}

#header {
	width:950px;
	height:225px;
	background:url(../images/bg/bg-head.jpg) top right no-repeat;
}

#headleft {
	width:335px;
	height:225px;
	background:url(../images/bg/bg-headleft.jpg) no-repeat;
	float:left;
}

#headflash {
	width:613px;
	height:115px;
	float:right;
	padding:110px 0 0 2px;
}

#contentcontainer {
	width:950px;
	height:419px;
	background:url(../images/bg/bg-content-container.jpg) top left no-repeat;
}

#contenttxt {
	width:585px;
	height:369px;
	padding:10px 15px 10px 350px;
}

.bdytxt {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#000;
	font-weight:normal;
}

.bdytxt a {
	color:#ed8b00;
	font-weight:bold;
	text-decoration:none;
}

.bdytxt a:hover {
	color:#ed8b00;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/


#footerleft {
	width:350px;
	height:145px;
	background:url(../images/bg/bg-foot-left.jpg) top left no-repeat;
	float:left;
}

#footerright {
	width:600px;
	height:37px;
	padding:38px 0 70px 0;
	float:right;
}

.foottxt {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#495e0d;
	line-height:20px;
}

.foottxt a {
	text-decoration:none;
	color:#495e0d;
}

.foottxt a:hover {
	text-decoration:underline;
	color:#000;
}



/*--------------------------------------------------------------------------------------------------------
				NAV classes
--------------------------------------------------------------------------------------------------------*/

#navigation {
	width:700px;
	height:30px;
	padding-left:250px;
	clear:both;
}


#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;
	height:30px;
}


#navigation li a {
   display:inline-block;
   height:18px;
   font-family:Century Gothic, Verdana, Helvetica, sans-serif;
   font-size:10px;
   font-weight:normal;
   line-height:10px;
   text-align:center;
   text-decoration:none;
   color:#8b6200;
   padding:12px 10px 0px 12px;
}

#navigation a:hover, #navigation a.selected {
   background:url(../images/nav/nav-roll.jpg) repeat-x;
}
