/*
Design by Dave Ferguson
*/

/* ----- global elements ----- */

body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FFF;
	background-image: url(images/navbar-background.gif);
	background-repeat: repeat-x;
	border-width: 0;
	border-style: none;
	float: none;
}

.body {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
	text-align: left;
	color: #000;
}


/* ----- header elements ----- */

.header {
	width: 975px;
	height: 145px;
	margin-top: 0;
	margin-bottom: 0;
}

#compass {
  width: 108px;
  height: 138px;
  float: left;
}

#logo {
  width: 501px;
  height: 85px; 
  margin-top: 30px;
  float: left;
}

#search-box {
  width: 150px;
  float: right;
  margin-top: 50px;
}

#cse-search-box {
  float: right;
}

.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: transparent;
	font-size: 0px;
	line-height: 0px;
}

/* COPYRIGHT © CHRISTIANTEMPLATESONLINE.COM ALL RIGHTS RESERVED */

/*TOP MENU */
.dropmenu a { color:#fff; background-image: url(../images/l-menu.png); text-decoration:none; outline:none }
.dropmenu li {
	background-image: url(images/r-menu.png);
	outline:none
}

.dropmenu { /* main class for module */
	margin:0;
	float:left;
	padding:8px 0 0 5px;
	height:40px;
	width:100%;
	position:inherit;
	z-index:50 !important;
	list-style:none;
	display:block; 
}
.dropmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	z-index:50 !important
}
.dropmenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	z-index:50 !important
}
.dropmenu a, .dropmenu li.active a {
	white-space:nowrap;
	display:block;
	float:center;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-weight:normal;
	font-size:1.15em;
	overflow:hidden;
	z-index:50 !important
}
.dropmenu a {
	background-position: 0 -40px;
	background-repeat: no-repeat;
	z-index:50 !important
}
.dropmenu li {
	background-position: 100% -40px;
	background-repeat: no-repeat;
	z-index:50 !important
}
.dropmenu li:hover a {
	background-position: 0 0;
	z-index:50 !important
}
.dropmenu li:hover {
	background-position: 100% 0;
	z-index:50 !important
}
.dropmenu li.active a {
	background-position:0 0;
	z-index:50 !important
}
.dropmenu li.active {
	background-position:100% 0;
	z-index:50 !important
}


/* ---- LINKS ----*/
/* all menu links */
#nav ul {	
	/*border around submenu goes here*/	 
	background:#6d6f71;
	border-right:1px solid #a7c963;
	border-left:1px solid #a7c963;
	border-bottom:1px solid #a7c963;
	left:0;
	margin:0; padding:0;
	display:none /* initially hide the entire list hierarchy */
}
#nav a { display:block }
#nav li {
	display:block;
	float:left;
	position:relative;
	text-align: center;
}

/* submenu item */
#nav li li {
	display:block;
	float:none;
	width:13em;
	height:27px;
	line-height:27px;
	background-image:none;
	border-top:1px solid #a7c963;
}
#nav li li a { /* Just submenu links*/	
	position:relative;
	float:none; 
	background-image:none;
	line-height:27px;
	height:27px;
	text-align:left;
	font-size:13px
}
#nav li li a:hover, #nav li li:hover { background:#99b95b }
#nav li ul { /* first-level lists */
	position: absolute;
	top: 40px; /* first level ul top margin */
	left: 9.5em;
	margin-left: -1000em;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* second-third-and-above-level lists */
#nav li ul ul { margin: -4em 0 0 -1000em; background-image:none }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul { margin-left: -1000em }

 /* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {	margin-left: -120px; background-image:none; display:block  }

#nav li li:hover ul, /* second level */
#nav li li li:hover ul, /* 3rd level */
#nav li li li li:hover ul /* 4th level */
{ margin-left:4.5em; margin-top:-40px; background-image:none } 


ol {
}

a:hover {
	text-decoration: none;
}

small {
}

img {
	border: 0px solid #B2B2B2;
	padding-right: 10px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
}

#logo a {
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 290px;
	padding-top: 40px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
}

#searchsubmit {
}


/* Page */

#page {
	clear: both;
	width: 975px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 20px;
	padding-right: 0px;
}

.title {
	padding-bottom: 5px;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	color: #FFF;
	background-color: #6d6f71;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #ffffff;
}
.test {
	color: #FFF;
}

#footer .address {
  color: #FFFFFF;
  font-size: 14px;
}

/* --------- content slider ------------- */
#slider-wrapper {
	margin:0 auto;
	padding: 30px 0 6px 0;
	position:relative;
	width:975px;
}

#contentSlider ul, #contentSlider li {
	margin:0;
	padding:0;
	list-style:none;
}
#contentSlider li { 
	width: 975px;
	height: 365px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display:block;
	width:20px;
	height:48px;
	position:absolute;
	left:-20px;
	top:165px;
}	
#nextBtn { 
	left:965px;
}														
#prevBtn a, #nextBtn a {
	overflow: hidden;
	position:relative;
	background: url(images/prev-btn.png) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	top: 20px;
	left: -25px;
	z-index: 10000;
}	
#nextBtn a { 
	background: url(images/next-btn.png) no-repeat top;
}	
#nextBtn a:hover { 
	background: url(images/next-btn.png) no-repeat top;
}

/* --------- ad slider ------------- */
#adSliderWrapper {
	margin:0 auto;
	padding: 5px 0 0px 0;
	position:relative;
	width:975px;
}

#adSlider ul, #adSlider li {
	margin:0;
	padding:0;
	list-style:none;
}
#adSlider li { 
	width: 975px;
	height: 120px;
	overflow:hidden; 
}	
/* --------- ad Nav -------------- */

#adNav {
  width: 975px;
  margin: 10px 410px;
}
#adNav li {
  padding: 0px 10px 10px;
  float: left;
  text-decoration: none;
  background: url(images/offBullet.gif) no-repeat top;
  list-style: none;
}

#adNav li.current {
  background: url(images/onBullet.gif) no-repeat top;
}

#adNav li a {
  text-decoration: none;
}
.box {
	background-color: #FFF;
	padding-top: 30px;
	color: #600;
	font-size: 12px;
}
.box2 {
	background-color: #600;
}
.boxfill {
	background-color: #a9cc66;
	position: relative;
	height: 35px;
	width: 975px;
}
.boxmain {
	background-color: #DCDCDC;
	height: inherit;
	width: 630px;
	border-right-color: #BEBDBD;
	border-right-style: solid;
	position: relative;
	left: auto;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	font-size: large;
}
.sidebar {
	background-color: #F5F4F5;
	height: inherit;
	width: 325px;
	position: relative;
	float: right;
	letter-spacing: normal;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 14px;
}
.boxbelow {
	height: 0px;
	width: 975px;
	padding-top: 40px;
}
.image {
}
boximage {
}
.body .sidebar p {
}

