/* Cascading Style Sheet */
/* CSS by Arif Wicahyanto wicahyanto@gmail.com */

body{
	background:url('img/bg_texture.jpg') center top repeat-x;
	background-attachment: fixed;
	margin:0px;
	font-family:verdana,"trebuchet ms",Arial,Tahoma,Georgia;
	line-height:18px;
	font-size:11.6px;
	color:#e7e7e7;
	padding:0px;
	font-style: normal;
}

img {border:none;}

#outer {
	width:900px;
	margin:0px auto;
}

#wrap {
	float:left;
	width:100%;
}

#head {
	width:100%;
	float:left;
	height:160px;
}

#logo {
	width:262px;
	height:198px;
	float:left;
	margin:10px;
}

#nav {
	float:right;
	width:545px;
	height:40px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:1px;
}

#nav li a {
	float:left;
	font-family:helvetica,sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#271818;
	padding:30px 6px 10px 6px;
	background:url('img/nav_bg.gif') repeat-x;
}

#nav li a#onnav{
	float:left;
	font-family:helvetica,sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	padding:30px 6px 10px 6px;
	background:url('img/nav_bg_hover.gif') repeat-x;
}

#nav li a:hover {
	float:left;
	font-family:helvetica,sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000;
	padding:30px 6px 10px 6px;
	background:url('img/nav_bg_hover.gif') repeat-x;
}

#mid {
	margin-top:70px;
	float:left;
	width:880px;
	background-position: 0px 50px;
	padding:10px;
}

#slide {
	float:right;
	width:400px;
	height:300px;
}

#text {
	width:445px;
	float:left;
	color:#d5b9a3;
}

#row {
	width:100%;
	float:left;
	padding-top:10px;
}

#contact {
	width:280px;
	float:left;
	border:1px solid #3B2709;
	border-top:15px solid #3B2709;
	padding:3px;
	margin-right:5px;
}

#contacttitle {
	width:280px;
	float:left;
	height:40px;
	background:url('img/contact.jpg');
	margin-bottom:10px;
}

#testimony {
	width:283px;
	float:left;
	border:1px solid #3B2709;
	border-top:15px solid #3B2709;
	padding:3px;
	margin-right:5px;
}

#testimonytitle {
	width:283px;
	float:left;
	height:40px;
	background:url('img/testimony.jpg');
	margin-bottom:15px;
}

#findus {
	width:280px;
	float:left;
	padding:3px;
	border:1px solid #3B2709;
	border-top:15px solid #3B2709;
}

#findustitle {
	width:280px;
	float:left;
	height:40px;
	background:url('img/findus.jpg');
	margin-bottom:15px;
}

#about {
	color:#E2D8D8;
}

#about h1 {
	font-weight:normal;
	font-size:25px;
	color:#E8BD33;
}

#footer {
	float:left;
	width:900px;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	color:#C38E24;
	padding-top:30px;
}

#footertext {
	float:left;
	width:900px;
	text-align:center;
	font-family:verdana;
	font-size:11.5px;
	color:#cbae27;
	padding-top:30px;
}

#application { padding: 15px; width: 800px; float:left;margin-bottom:100px;}

#application h2 {
	text-decoration:none;
	font-weight:normal;
}

#application img {border:none;}

#application a {color:#FFDC96;}
#application a:hover {color:#FF8C2C;}

#boxfolder {float:left;padding:10px;}

#applicationdetail h2 {
	font-weight:normal;
	font-size:25px;
}

#applicationdetail a {
	text-decoration:none;
	color:#9A9393;
}

hr {
	color: #cbae27;
	background-color: #cbae27;
	height: 1px;
	border:0px;
}

#error a{
	text-decoration:none;
	color:#CDF631;
}

#error h1 {
	font-weight:normal;
	font-size:25px;
}

#success h1 {
	font-weight:normal;
	font-size:25px;
	color:#CDF631;
	text-align:center;
}

#success h2 {
	font-weight:normal;
	font-size:18px;
	color:#FFAC07;
	text-align:center;
}

#contacttext h1,#testimonytext h1{
	font-size:25px;
	color:#E8BD33;
	font-weight:normal;
}

#testimonytext h2 {
	font-weight:normal;
	font-size:14px;
}

#testimonytext a {
	color:#FF7726;
}

#testimonytext img {border:0px;}

#testimonybox {
	width:880px;
	height:300px;
	overflow:auto;
	background:#FFE4C4;
	color:#490606;
}

#even {
	background:#FFF6CB;
	padding:10px;
}

#odd {
	background:#EADEA1;
	padding:10px;
}

.date {
	font-size:10px;
	color:#8c721a;
}