/* CSS Document */



html {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}
body{
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	text-align:center;
	background: url(images/siteframework/backdrop.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#buffer {
	width: 100%;
	height: 50%;
	float: left;
	margin-top: -250px;
}

/*	browser window frame starts here */

@media 

/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#topEdge, #bottomEdge, #leftEdge, #rightEdge { display: none; }
	#text { overflow: scroll; -webkit-overflow-scrolling: touch; }
}


#topEdge {
	background: #afae9b;
	position: fixed;
	left: 0;
	right: 0;
	height: 3px;
	top: 0;
	z-index: 9;
	clear: both;
}
#bottomEdge {
	background: #afae9b;
	position: fixed;
	left: 0; right: 0;
	height: 3px;
	bottom: 0;
	z-index: 9;
	clear: both;
}
#leftEdge {
	background: #afae9b;
	position: fixed;
	top: 0; bottom: 0;
	width: 3px;
	left: 0;
	z-index: 9;
	clear: both;
}
#rightEdge {
	background: #afae9b;
	position: fixed;
	top: 0; bottom: 0;
	width: 3px;
	right: 0;
	z-index: 9;
	clear: both;
}


/*	browser window frame end here */

/* content starts here */


#content {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 450px;
	width: 700px;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:
	.80;
	opacity:
	.80;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 700px;
}
#title {
	margin: 29px 0px 0px 30px;
	padding: 0px;
	height: 11px;
	width: 250px;
	float: left;
	background-image: url(images/siteframework/title.jpg);
	background-repeat: no-repeat;
}

/*	main nav starts here */
#navZone {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float: right;
	height: 45px;
	width: 270px;
}
#navButtons {
	text-align: right;
	margin: 24px 0px 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	color: #4b4931;
	font-size: 10px;
}
#navButtons ul {
	margin: 0px;
	padding: 0px;
}
#navButtons li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#navButtons ul li a {
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	text-align: center;
	padding: 5px;
	display: block;
}
#navButtons ul li a.current {
	color: #958e41;
	text-decoration: none;
	cursor: default;
	background-color: #f8f6ee;
}

/*	main nav ends here */

#text {
	margin: 0px;
	padding: 30px 100px 0px 0px;
	height: 300px;
	width: 500px;
	text-align: left;
	float: right;
	overflow: auto;
}
::-webkit-scrollbar {
    width:9px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
}


/*	contact info starts here */
#footer {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 700px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 20px;
	clear: both;
}
#contact1 {
	margin: 15px 0px 0px 30px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 150px;
	text-align: left;
}
#contact2 {
	margin: 15px 30px 0px 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 150px;
	text-align: right;
}
/*	contact info ends here */
/* content ends here */


h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #e83900;
	font-weight: bold;
	font-style: normal;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #4b4931;
	text-align: left;
	letter-spacing: 0px;
	word-spacing: 1px;
}
.bold {
	font-weight: bold;
}
.general {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4b4931;
	font-style: normal;
	font-weight: lighter;
}
.small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #4b4931;
	font-style: normal;
	font-weight: lighter;
}
a:link {
	color: #252525;
	text-decoration: none;
}
a:visited {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #ea4901;
	text-decoration: none;
}



