/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #969B9E url(../images/page-bg.jpg) repeat-x top;
	font: 75%/1.4em Verdana, Tahoma, arial, sans-serif;
	color: #333333;
	text-align: center;
	margin:0;
}

/* links */
a, a:visited {
	color: #CD9934;
	background: inherit;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #000000;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 170%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #A27728;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px 5px;
	margin: 0;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
	border: 0px solid #DCDCDC;
	padding: 0px;
	outline:none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: url(../images/post.jpg) repeat 0 0;
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */

table {
	border-collapse: collapse;
	margin: 0px 0;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	color: #FFFFFF;
	text-align: left;
	border-left: 0px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	padding: 0px 0px 0;
}
tr {
	height: 30px;
}
td {
	padding-left:0px;
	padding-right: 0px;
	border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;
	border-right: 0px solid #E8E8E8;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:80px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.required {
	color:#FF0000;
	font-size:110%;
	font-weight:bold;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 889px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 889px;
	padding: 0;
	background: #fff;
	margin:0 0 20px 0;
	display: inline;
}
#header {
	width: 889px;
	position: relative;
	height: 140px;
	background: #CCC url(../images/header-bg.jpg) repeat-x center top;
	padding: 0;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 11px;
	left: 28px;
}
#header h1#logo span {
	color: #FF8000;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}
/* header address and email */
#header #address {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #C0C0C0;
	font-size: 11px;
	text-align:right;
	letter-spacing: 1px;
}
#header #address span {
	color: #CD9934;
}
#header #address a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #address a:hover {
	color: #CD9934;
}

/* header links */
#header #header-links {
	position: absolute;
	bottom: 2px;
	left: 20px;
	color: #838181;
	font-size: 10px;
}
#header #header-links a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #FF8000;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 117px;
	width: 889px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#nav {
	clear:both;
	background: url(../images/nav.jpg) repeat-x bottom;
	padding: 0;
	margin:0;
	width:889px;
}
#nav ul {
	float: right;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x bottom;
	width: 889px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: right;
	width: auto;
	margin: 0 15px 0 0;
	padding: 0 10px;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CD9934;
	background: url(../images/nav-hover.jpg) repeat-x bottom;
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x bottom;	
}

/* Main Column */
#main {
	float: left;
	width: 62%;
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #074085;
	padding: 0px 0 5px 5px;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

.post-footer {
	background: url(file:///D|/WebStuff/CSS/HigherGround1-0/HigherGround1-0/images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
/* About us main */
#aboutmain {
	float: left;
	width: 47%;
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline;
}
#aboutmain h1 {
	margin-top: 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #074085;
	padding: 0px 0 5px 5px;
}
#aboutmain ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 16%;
	padding: 0 5px 0 0px;
	margin: 0px;
}
#sidebar h2 {
	padding: 10px 5px 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CD9934;
}
#sidebar ul.sidemenu {
	text-align: left;
	font-size:95%;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background: url(../images/dots.gif) repeat-x left bottom;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 4px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #074085;
}
#sidebar ul.sidemenu li a:hover {
	color: #CD9934;
}

/* rightside Sidebar */	
#rightsidebar {
	background: #EFEFEF;
	float: right;
	width: 33%;
	padding: 0 5px 0 10px;
	margin: 0px;
}	
#rightsidebar h2 {
	padding: 10px 5px 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CD9934;
}
#rightsidebar img {
	background: #CD9934;
	padding: 2px;
}

#rightsidebar img.noborder {
	background: #CD9934;
	padding: 0px;
	border: none;
}
#rightsidebar p {
	font-size:80%;
	margin: 0;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 889px;
	font-size: 95%;
	height:87px;
	padding:0px 0;
	border-top: 3px solid #CD9934;
	background: url(../images/footer-bottom.jpg) no-repeat center top;
}
#footer-wrap a {
	text-decoration: none;
	color: #CD9934;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFFFFF;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}
.footeraddress {
	width:250px;
	height:35px;
	float:left;
	margin:10px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.footeraddress span {
	color: #CD9934;
}

.footeremail {
	width:300px;
	height:35px;
	float:right;
	margin:5px 10px;
	text-align:right;
	color:#FFFFFF;
	text-transform:uppercase;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 870px;
	padding: 10px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.newsacrive{font-size:80%;}

.newsacrive_border{
	border: 2px solid #CD9934;
}

.news, .news a:link, .news a:visited {
	color: #333333;
	text-decoration:none;

}
.news a:hover {
	color: #000000;
	text-decoration:none;	
}
.scroling_news, .scroling_news a:link, .scroling_news a:visited {
	color: #ffffff;
	text-decoration:none;

}
.scroling_news a:hover {
	color: #e4b835;
	text-decoration:none;	
}
