@charset "utf-8";
/* CSS Document */

/* global */
body {
	background-image:url(images/bg.gif);
}
.clear {
	clear:both;
}

/* structure */
#wrapper {
	width:825px;
	margin-right:auto;
	margin-left:auto;
}
#top {
	width:825px;
	height:60px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#main {
	width:825px;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
}
#bottom {
	width:825px;
	height:67px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	padding:0;
}
#logo {
	width:309px;
	height:58px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/logo.png);
}
#asha {
	width:200px;
	height:80px;
	background-image:url(images/asha.gif);
	float:right;
	margin-top: -72px;
}
#content {
	width:776px;
	padding:24px;
	background-image:url(images/texture.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}
#footer {
	width:520px;
	margin-top:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5a4a42;
	font-size:11px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#footer a {
	font-weight:bold;
	color:#5a4a42;
	text-decoration:none;
}
/* nav */
#nav {
	margin-top:40px;
	padding-bottom:50px;
	width:532px;
	margin-left:auto;
	margin-right:auto;
}
.navitem {
	float:left;
	margin-right:12px;
}
.navitemr {
	float:left;
}
.footernav {
	font-size:10px;
	margin-top:15px;
	text-transform:uppercase;
	font-weight:normal;
}
/* slideshow */
.slideshow {
	height: 302px;
	width: 771px;
	margin-left:-2px;
	margin-top:20px;
}


/* content styles */

#content a, #content a:link { color: #a89a7d; }
#content a:active, #content a:visited { color: #84785f; }
#content a:hover { color: #5a4a42; }

#content h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a4a42;
	font-weight: normal;
	margin: 10px 30px;
	font-size: 24px;
}
#content h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a4a42;
	font-weight: normal;
	margin: 0px;
	font-size: 24px;
}
#content .padding { padding: 0 30px 10px 30px; }
#content h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #28576d;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
#content h5 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a4a42;
	font-size: 13px;
	margin: 0;
}

#content h6 { 
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	letter-spacing: 2px;
	margin: 0;
}

#content .hr { margin: 10px 0; border-bottom: 1px solid #cccccc; }
#content .hr hr { display: none; }
