/* CSS Document */

/*index page containers*/
#container-index-bg {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
#container-index {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #808285;
	background-image: url(../images/index-bg.jpg);
	background-repeat: repeat-x;
}
#background-index {
	background-image: url(../images/index.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 544px;
}
#content-index {
	width: 380px;
	margin-left: 375px;
	padding-top: 100px;
	color: #000000;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

/*container container...used for site container shadow*/
#container-bg {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

/*site container*/
#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #808285;
	background-color: #ffffff;
}

/*colors*/
.orange {color: #f15a29}
.tan {color: #cbb676}
.dark-grey {color: #808285}
	
/*navigation column*/
#navbar {
	float: left;
	width: 180px;
	height: 601px;
}

/*main content area*/
#content {
	margin-left: 180px;
	line-height: 22px;
}

/*header*/
#header {
	height: 50px;
	padding-top: 10px;
	padding-left: 20px;
}

/*footer*/
#footer {
	clear: both;
	height: 76px;
}

/*required class for searchbox.js*/
.default-value {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*navigation links*/
.navigation {
	color: #cbb676;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:link {
	color: #cbb676;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation a:visited {
	color: #cbb676;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation a:hover {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*navigation links - amember*/
.navigation-mem {
	color: #cbb676;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
}
.navigation-mem a:link {
	color: #cbb676;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation-mem a:visited {
	color: #cbb676;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation-mem a:hover {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.navigation-mem a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*page headers*/
.page-header {
	color: #cbb676;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.page-subheader {
	color: #000000;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

/*home page text*/
.index-text {
	color: #808285;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 38px;
	text-decoration: none;
	padding-left: 20px;
}
.index-text a:link {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.index-text a:visited {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.index-text a:hover {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.index-text a:active {
	color: #808285;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}

/*content page text*/
.content-text {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.content-text a:link {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text a:visited {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text a:hover {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.content-text a:active {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}


/*content page text-smaller*/
.content-text-small {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.content-text-small a:link {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text-small a:visited {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text-small a:hover {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.content-text-small a:active {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}



/*content page text-black links*/
.content-text-blk {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.content-text-blk a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text-blk a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text-blk a:hover {
	color: #f15a29;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.content-text-blk a:active {
	color: #f15a29;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*content page text-underlined*/
.content-text-ul {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.content-text-ul a:link {
	color: #f15a29;
	font-weight: normal;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.content-text-ul a:visited {
	color: #f15a29;
	font-weight: normal;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.content-text-ul a:hover {
	color: #f15a29;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.content-text-ul a:active {
	color: #f15a29;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}


/*sidebar text*/
.sidebar-text {
	color: #595959;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 18px;
}
.sidebar-text a:link {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.sidebar-text a:visited {
	color: #f15a29;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.sidebar-text a:hover {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.sidebar-text a:active {
	color: #f15a29;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}

/*image double border*/
.double {
	padding: 1px;
	border: 1px solid #000000;
	background-color: #fc5c2c;
}

/*gray text like navigation*/
.gnav {
	color: #808285;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.gnav a:link {
	color: #808285;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.gnav a:visited {
	color: #808285;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.gnav a:hover {
	color: #fc5c2c;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.gnav a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}

/*same gray text with no underline*/
.gnav-noul {
	color: #808285;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.gnav-noul a:link {
	color: #0000EE;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.gnav-noul a:visited {
	color: #0000EE;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.gnav-noul a:hover {
	color: #0000EE;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.gnav-noul a:active {
	color: #0000EE;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*red text like navigation*/
.rnav {
	color: #fc5c2c;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}

.rnav-h2 {
	color: #fc5c2c;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}

.rnav a:link {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav a:visited {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav a:hover {
	color: #fc5c2c;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.rnav a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}

/*same red text underlined*/
.rnav-ul {
	color: #fc5c2c;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bold;
	text-decoration: underline;
}

/*red text like navigation smaller*/
.rnav-small {
	color: #fc5c2c;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}
.rnav-small a:link {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small a:visited {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small a:hover {
	color: #fc5c2c;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}
.rnav-small a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
}

/*red text for navigation*/
.rnav-small-nav {
	color: #fc5c2c;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}
.rnav-small-nav a:link {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav a:visited {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav a:hover {
	color: #808285;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*red text for navigation - amember*/ 
.rnav-small-nav-mem {
	color: #fc5c2c;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 48px;
}
.rnav-small-nav-mem a:link {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav-mem a:visited {
	color: #fc5c2c;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav-mem a:hover {
	color: #808285;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}
.rnav-small-nav-mem a:active {
	color: #808285;
	font-weight: bold;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
}

/*about page headline*/
.headline {
	font-size: 16px;
	font-weight: bold;
}

/*program page descriptions*/
.programs {
	padding-left: 116px;
}

.program-img {
	padding-left: 0px;
}

/*home.html page layout*/
.programs-home {
	float: left;
	width: 490px;
}

.programs-home2 {
	float: left;
	width: 620px;
}

.program-img-home {
	padding-left: 0px;
}

.pricing-home {
	margin-left: 540px;
	height: 170px;
	width: 100px;
	text-align: center;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}

/*sphider search page*/
#searchpage {
	padding-left: 15px;
	padding-right: 15px;
}

