/* CSS Document */
/* Section style sheet - About 3Minds */

/* vertical background bar */
#wrapper {
	background: #FFFFFF url("../images/orange_vertbar.gif") repeat-y right;
}

/* header */
#topline {
	border-bottom: 2px solid #e57a00;
}
#header {
	background:  url("../images/orange_tag2.jpg") no-repeat 622px 40px; /* 625px 35px */
}
/* content */
#backdrop {
	background: transparent url("../images/orange_mesh.gif") center repeat;
}
#container {
 	border: 2px solid #e57a00;	
	background: #FFFFFF url("../images/orange_div.gif") repeat-y right;
}
#container h2 {
	background-color: #e57a00;
}
/* multipage nav */
#pagenav {
	border-bottom: 2px solid #e57a00; 
	background-color: #fbe3cb;
}
#rightlink a {
	color: #e57a00;
	background: url(../images/orange_arr1.gif) no-repeat 100% 50%;
}
#leftlink a {
	color: #e57a00;
	background: url(../images/orange_rarr1.gif) no-repeat 0% 50%;
}
/* general content */
#content img {
	border-color: #e57a00;
}
.moreinfo a {
	color: #e57a00;
}
#content h3 {
	color: #e57a00;
}
/* navigation */
#navbar {
	background: #e57a00;
}
#navbar p {
	display: none;
}
#navwrapper {
	border-top: 2px solid #e57a00;
	border-left: 2px solid #e57a00;
	border-bottom: 2px solid #e57a00;
	background: #e57a00 url("../images/orange_navgrad.jpg") repeat-x;
}
#navbar {
	color: #e57a00;
}
#navbar ul li {
	background-color: #fbe3cb;
}
#navbar ul li a {
	background:  url("../images/orange_arr1.gif") no-repeat 3px 50%;
	color: #e57a00;
}
#navbar ul li a.subcat {
/*	background:  url("../images/orange_arr2.gif") no-repeat 10px 50%; */
	background:  none;
}
#navbar ul li a:hover {
	background-color: #e57a00;
}
/* image bar */
#imagebar img {
	border-bottom: 2px solid #e57a00;
}
#imagetext {
	background: url(../images/orange_squote.gif) no-repeat 10px 10px;
}
#imagetext blockquote {
	background: url(../images/orange_equote.gif) no-repeat bottom right;
}

/* current page highlights*/
/* topnav */
#homepg #tab1, #aboutpg #tab1, #historypg #tab1, #contactpg #tab1, #recruitpg #tab1, #legalpg #tab1, #termspg #tab1, #newspg #tab1, #downpg #tab1, #sitepg #tab1, #cyclepg #tab1, #faqpg #tab1 {
	background: #fff url("../images/orange_mesh.gif") repeat left top;
}
#homepg #tab1 a, #aboutpg #tab1 a, #historypg #tab1 a, #contactpg #tab1 a, #recruitpg #tab1 a, #legalpg #tab1 a, #termspg #tab1 a, #newspg #tab1 a, #downpg #tab1 a, #sitepg #tab1 a, #cyclepg #tab1 a, #faqpg #tab1 a {
/*	background: #fbe3cb url("../images/orange_cor_on.gif") no-repeat left top; */
	background: url("../images/white_cor_on.gif") no-repeat left top;
	color: #e57a00;
}
/* sidenav */
#homepg #introlink, #aboutpg #aboutlink, #historypg #historylink, #contactpg #contactlink, #recruitpg #recruitlink, #legalpg #legallink, #termspg #termslink, #newspg #newslink, #downpg #downlink, #cyclepg #cyclelink, #faqpg #faqlink {
	background-color: #e57a00;
	color: #ffffff;
}

