/* CSS Document */

body {
	background-image:url(../images/css-images/bg4.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-color:#bd3600;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px auto 30px auto;
}

form, input, ul, li {
	margin:0px;
	padding:0px;
}

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

img { 
	border:0; 
	margin:0;
	padding:0;
	position:relative;
}

span.imgtxt {
	display:none;
}

textarea {
	width:98%;
}

h1,h2, h3, h4 {
	font-size:20px;
	padding:0;
	margin:0;
}

h1 {
	
}

h2 {
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	text-align:left;
}

h3 {
	color:#C8623A;
	font-size:18px;
	font-weight:normal;
}

h4 {
	color:#4a4949;
	font-size:12px;
	font-weight:normal;
	height:15px;
	text-align:left;
}



/*HEADER*/
#header {
	height:165px;
	margin:0 auto;
	position:relative;
	width:930px;
}

#logo {
	background-image:url('../images/css-images/H-logo1.png');
	background-repeat:no-repeat;
	display:block;
	height:170px;
	left:0px;
	position:relative;
	top:0px;
	width:400px;
}

#statuette-flash {
	height:625px;
	margin:0 auto;
	position:absolute;
	top:-190px;
	right:75px;
	width:200px;
}

/* END HEADER */

/* NAVIGATION */
#sitemap {
	height:325px;
	margin:0 auto;
	position:relative;
	width:200px;
}

#sitemap ul {
	height:300px;
	margin:0px auto;
	position:relative;
	width:200px;
}

#sitemap ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:35px;
	list-style-type:none;
	margin:5px auto 0 auto;
}

#sitemap ul li a.off {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:30px;
	padding:5px 0 0 20px;
	position:relative;
	text-align:left;
	width:180px;
}

#sitemap ul li a.on {
	background-image:url('../images/css-images/navbg1.png');
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:30px;
	padding:5px 0 0 20px;
	position:relative;
	text-align:left;
	width:180px;
}

#sitemap ul li a:hover {
	background-image:url('../images/css-images/navbg1.png');
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:30px;
	padding:5px 0 0 20px;
	position:relative;
	text-align:left;
	width:180px;
}

/* END OF NAVIGATION */

/* MAIN */
#wrapper {
	margin:0px auto;
	position:relative;
	width:930px;
}

#main-wrapper {
	margin:0 auto;
	position:relative;
	width:930px;
}

#container {
	margin:0 auto;
	position:relative;
}

#container-top {
	background-image:url('../images/css-images/bodybg-top1.png');
	background-repeat:no-repeat;
	float:left;
	height:30px;
	position:relative;
	width:930px;
}

#container-mid {
	background-image:url('../images/css-images/bodybg-mid1.png');
	background-repeat:repeat-y;
	float:left;
	min-height:465px;
	padding:0 30px;
	position:relative;
	width:870px;
}

#container-btm {
	background-image:url('../images/css-images/bodybg-btm1.png');
	background-repeat:no-repeat;
	float:left;
	height:35px;
	margin:0 auto;
	position:relative;
	width:930px;
}

#content1-container {
	float:left;
	margin:0 auto 0 10px;
	position:relative;
	width:375px;
}

#content1-top {
	background-image:url(../images/css-images/content1-top1.png);
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	padding:0;
	width:375px;
}

#content1-mid {
	background-image:url(../images/css-images/content1-mid1.png);
	background-repeat:no-repeat;
	float:left;
	height:330px;
	margin:0 auto;
	padding:0 10px;
	width:355px;
}

#content1-btm {
	background-image:url(../images/css-images/content1-btm1.png);
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	padding:0;
	width:375px;
}

#content-logo {
	background-image:url(../images/css-images/logo1.png);
	background-repeat:no-repeat;
	float:left;
	height:120px;
	margin:-5px auto 0 auto;
	position:relative;
	width:870px;
}

#statuette {
	background-image:url('../images/css-images/statuette1.png');
	background-repeat:no-repeat;
	height:400px;
	right:114px;
	position:absolute;
	top:-196px;
	width:150px;
	z-index:100;
}

#text1 {
	background-image:url(../images/css-images/honoring-txt1.png);
	background-repeat:no-repeat;
	float:left;
	height:180px;
	left:50px;
	margin:0 auto;
	position:relative;
	top:130px;
	width:180px;
}

#sidebar1 {
	float:left;
	margin:0 auto;
	position:relative;
	width:200px;
}

#sidebar1-top {
	background-image:url('../images/css-images/sidebar-top1.png');
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	width:200px;
}

#sidebar1-mid {
	background-image:url('../images/css-images/sidebar-mid1.png');
	background-repeat:repeat-y;
	float:left;
	margin:0 auto;
	min-height:330px;
	width:200px;
}

#sidebar1-btm {
	background-image:url('../images/css-images/sidebar-btm1.png');
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	width:200px;
}

#box1 {
	float:left;
	margin:0 auto;
	position:relative;
	width:355px;
}

#box1-top {
	background-image:url('../images/css-images/box1-top1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:355px;
}

#box1-mid {
	background-image:url('../images/css-images/box1-mid1.png');
	background-repeat:repeat-y;
	color:#ff7900;
	font-size:18px;
	float:left;
	min-height:145px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	text-align:center;
	width:335px;
}

#box1-mid a {
	text-decoration:underline;
}

#box1-btm {
	background-image:url('../images/css-images/box1-btm1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:355px;
}

#box2 {
	float:left;
	margin:10px auto 0px auto;
	position:relative;
	width:355px;
}

#box2-top {
	background-image:url('../images/css-images/box1-top1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:355px;
}

#box2-mid {
	background-image:url('../images/css-images/box1-mid1.png');
	background-repeat:repeat-y;
	float:left;
	min-height:155px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	width:335px;
}

#box2-mid h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 5px auto;
}

#box2-mid p {
	font-size:16px;
	margin-left:50px;
	color:#b2b2b2;
}

#box2-mid a {
	color:#c94000;
	text-decoration:underline;
}

#box2-btm {
	background-image:url('../images/css-images/box1-btm1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:355px;
}

#content2-container {
	float:left;
	margin:0 auto 0 10px;
	position:relative;
	width:655px;
}

#content2-top {
	background-image:url('../images/css-images/content2-top.png');
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	position:relative;
	width:655px;
}

#content2-mid {
	background-image:url('../images/css-images/content2-mid.png');
	background-repeat:repeat-y;
	float:left;
	min-height:330px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	width:635px;
}

#content2-btm {
	background-image:url('../images/css-images/content2-btm.png');
	background-repeat:no-repeat;
	float:left;
	height:10px;
	margin:0 auto;
	position:relative;
	width:655px;
}

#box3 {
	margin:0 auto;
	position:relative;
	width:635px;
}

#box3-top {
	background-image:url('../images/css-images/box3-top1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	position:relative;
	width:635px;
}

#box3-mid {
	background-image:url('../images/css-images/box3-mid1.png');
	background-repeat:repeat-y;
	color:#b2b2b2;
	float:left;
	font-size:12px;
	min-height:320px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	text-align:justify;
	width:615px;
}

#box3-mid h2 {
	color:#ff7900;
	border-bottom:1px solid #ff7900;
}

#box3-mid h3 {
	color:#ff7900;
	text-align:center;
}

#box3-mid a {
	text-decoration:underline;
}

#box3-btm {
	background-image:url('../images/css-images/box3-btm1.png');
	background-repeat:no-repeat;
	float:left;
	height:5px;
	margin:0 auto;
	position:relative;
	width:635px;
}

#box3-mid p.categories {
	color:#fff;
	font-size:14px;
}

ul.entry-info {
	float:left;
	font-size:14px;
	list-style-type:none;
	margin:10px auto 0 10px;
	width:200px;
}

ul.entry-info li {
	margin:10px auto;
}

ul.categories {
	margin:0 auto;
	width:100%;
}

ul.categories li {
	list-style-type:none;
}

a.enter-button {
	background-color: #333;
	border: 1px solid #fff;
	padding: 5px 20px;
	text-decoration: none;
	width: 80px;
}

a.enter-button:hover {
	background-color: #BD3600;
	border: 1px solid #000;
	color:#fff;
	padding: 5px 20px;
	text-decoration: none;
	width: 80px;
}

.certificate img {
	background-color:#444;
}

table.info tr th {
	color:#FF7900;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #FF7900;
}

/* END MAIN */



/* FOOTER */
#footer {
	clear:both;
	color:#fff;
	font-size:10px;
	margin:0 auto;
	padding:0 30px;
	position:relative;
	width:870px;
}

#copyright {
	float:left;
}

#poweredby {
	float:right;
}

#poweredby a {
	color:#D67C59;
}

#poweredby a:hover {
	color:#EDC3B7;
}


