@import "css/reset.css";
@import "css/forms.css";
@import "typography.css";


/* Home Page
------------------------------- ------------------------------- */

body {
	background: #f5f5f5 url(images/background.png) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 92px;
	position: relative;
}
img.logo {
	position: absolute;
	top: 15px;
	left: 0;
}

img.telephone {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#top-text {
	background: url(images/toptext_bg.png) no-repeat;
	width: 297px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
#top-text a {
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
#top-text a:hover {
	text-decoration: underline;
}

/* Login
------------------------------- ------------------------------- */

#login-window {
	width: 197px;
	height: 183px;
	background: url(images/login_bg.png) no-repeat;
	position: absolute;
	top: 5px;
	right: 242px;
}

.login-content {
	width: 171px;
	margin: 0 auto;
	margin-top: 40px;
}
.login-content label {
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
}
.login-content input.login-input {
	width: 160px;
	height: 25px;
	padding-top: 5px;
	background: url(images/login-input.png) no-repeat;
	border: 0;
	outline: 0;
	padding-left: 11px;
}

.footer-logos {
	float: right;
	margin-top: -15px;
}

input.login-button {
	margin-top: 10px;
}

#top-text a.login, #login-window a.login {
	background: url(images/loginarrow.png) no-repeat right;
	padding-right: 20px;
	margin-right: 4px;
}
#login-window a.login {
	float: right;
	padding-top: 2px;
	color: #fff;
}

#search {
	/*width: 251px;*/
	width: 260px;
	float: right;
	margin-top: 8px;
	/* margin-right: 10px;*/
}

#search input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	float: left;
}

#search input.search_bg {
	width: 200px;
	height: 25px;
	padding-top: 5px;
	background: url(images/search_bg.png) no-repeat;
	font-size: 100%;
	padding-left: 12px;
}

/* Center
------------------------------- ------------------------------- */

#center {
	height: 340px;
}

#slideshow {
	width: 650px;
	height: 340px;
	background: url(images/slideshow.png) no-repeat;
	position: relative;
	float: left;
}

.learnmore {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.viewmore {
	position: absolute;
	bottom: 20px;
	left: 200px;
}

/* Select Your Industry
------------------------------- ------------------------------- */

#select-industry {
	width: 296px;
	float: left;
	margin-left: 14px;
	height: 100%;
	background: url(images/industry_bg.png) no-repeat bottom left;
	
}

h2.industry-title {
	width: 280px;
	display: block;
	height: 32px;
	background: url(images/h2industry.png) no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding-left: 16px;
	padding-top: 12px;
	margin: 0;
}

#select-industry ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:99%;
}

#select-industry ul li {
	background: url(images/indlibg.png) no-repeat bottom left;
	margin-left: 20px;
	background-color:#ffffff;
	
}

#select-industry ul li a {
	display: block;
	padding: 9px 30px;
	color: #000;
	margin-top:0px;
	margin-bottom:0px;
	
	
	height:15px;
	background-color:#ffffff;
}
#select-industry ul li a.ind-1 {
	background: url(images/icons/industry/1.png) no-repeat left;
	
}
#select-industry ul li a.ind-2 {
	background: url(images/icons/industry/2.png) no-repeat left;
}
#select-industry ul li a.ind-3 {
	background: url(images/icons/industry/3.png) no-repeat left;
}
#select-industry ul li a.ind-4 {
	background: url(images/icons/industry/4.png) no-repeat left;
}
#select-industry ul li a.ind-5 {
	background: url(images/icons/industry/5.png) no-repeat left;
}
#select-industry ul li a.ind-6 {
	background: url(images/icons/industry/6.png) no-repeat left;
}
#select-industry ul li a.ind-7 {
	background: url(images/icons/industry/7.png) no-repeat left;
}
#select-industry ul li a.ind-8 {
	background: url(images/icons/industry/8.png) no-repeat left;
}
#select-industry ul li a:hover {
	text-decoration: underline;
}

/* Boxes
------------------------------- ------------------------------- */

#boxes {
	margin-top: 20px;
}

.box {
	width: 296px;
	float: left;
	height: 174px;
}
.box p {
	padding: 10px;
}
.box h2 {
	display: block;
	background: url(images/boxheading.png) no-repeat;
	width: 280px;
	color: #fff;
	font-size: 1.3em;
	padding-top: 13px;
	height: 31px;
	padding-left: 16px;
	margin: 0;
}
.box-1 {
	background: url(images/box1_bg.png) no-repeat bottom left;
}
.box-2 {
	margin-left: 37px;
	background: url(images/box_bg.png) no-repeat bottom left;
}
.box-3 {
	float: right;
	background: url(images/box3_bg.png) no-repeat bottom left;
}

.logo-slide {
	width: 270px;
	height: 90px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.prev {
	position: absolute;
	left: 0;
	top: 50px;
}
.next {
	position: absolute;
	right: 0;
	top: 50px;
}

p.quote {
	font-family: Georgia, Arial, Verdana;
	font-style: italic;
	color: #666;
	font-size: 1.2em;
	padding: 8px 15px 0px 8;
	margin: 0;
}

/* Navigation
------------------------------- ------------------------------- */

#navigation-wrapper {
	width: 960px;
	height: 47px;
	background: url(images/navigation_bg.png) no-repeat;
	position: relative;
}

/* UL */
ul#navigation {
	list-style-type: none;
	margin: 0;
	float: left;
	z-index: 10;
}
ul#navigation li {
  float: left;
}

ul#navigation a * {
  display: none;
}

ul#navigation a,
ul#navigation a .hover {
	height: 47px;
	position: relative;
	display: block;
	background: url(images/navigation.png) 0 0 no-repeat;
}

/* Home */
ul#navigation a.home {
  background-position: 0 0;
  width: 97px;
}

ul#navigation .highlight a.home:hover,
ul#navigation a.home .hover{
  background-position: 0 -47px;
  width: 97px;
}

ul#navigation .current a.home {
	background-position: 0 -94px;
}

/* Programs */

ul#navigation a.programs {
  background-position: -97px 0;
  width: 117px;
}

ul#navigation .highlight a.programs:hover,
ul#navigation a.programs .hover {
  background-position: -97px -47px;
}

ul#navigation .current a.programs {
	background-position: -97px -94px;
}

/* Products */

ul#navigation a.products {
  background-position: -214px 0;
  width: 111px;
}

ul#navigation .highlight a.products:hover,
ul#navigation a.products .hover {
  background-position: -214px -47px;
}

ul#navigation .current a.products {
	background-position: -214px -94px;
}

/* individual navigation items */

ul#navigation a.services {
  background-position: -325px 0;
  width: 111px;
}

ul#navigation .highlight a.services:hover,
ul#navigation a.services .hover {
  background-position: -325px -47px;
}

ul#navigation .current a.services {
	background-position: -325px -94px;
}

/* individual navigation items */

ul#navigation a.support {
  background-position: -436px 0;
  width: 108px;
}

ul#navigation .highlight a.support:hover,
ul#navigation a.support .hover {
  background-position: -436px -47px;
}

ul#navigation .current a.support {
	background-position: -436px -94px;
}

/* individual navigation items */

ul#navigation a.cardholders {
  background-position: -544px 0;
  width: 136px;
}

ul#navigation .highlight a.cardholders:hover,
ul#navigation a.cardholders .hover {
  background-position: -544px -47px;
}

ul#navigation .current a.cardholders {
	background-position: -544px -94px;
}

/* Footer
------------------------------- ------------------------------- */

.footer-nav {
	padding-top: 10px;
	margin-left: -10px;
}
.footer-nav a {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
.follow {
	float: right;
}

/* Sub Page
------------------------------- ------------------------------- */

#sidebar {
	width: 250px;
	float: left;
}

#sidebar h2 {
	width: 235px;
	display: block;
	height: 32px;
	background: url(images/sidebar-heading.png) no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding-left: 15px;
	padding-top: 11px;
	margin: 0;
}
.sidebar-nav {
	background: url(images/sidebar-bg.png) repeat-y;
}
.sidebar-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav ul li {
	background: url(images/sidebarli.png) no-repeat bottom left;
	margin-left: 10px;
	margin-right: 1px;
}
.sidebar-nav ul li a {
	display: block;
	font-weight: normal;
	color: #000;
	min-font-size: 1.1em;
	padding: 5px 10px;
}
.sidebar-nav ul li a:hover {
	background: url(images/sidebarhover.png) repeat-y;
}
.sidebar-nav ul li a.current {
	background: url(images/sidebarhover.png) repeat-y;
	color: #648c27;
	font-weight: bold;
}

#content {
	width: 690px;
	float: right;
	background: url(images/content_bg.png) repeat-y;
}
.content-inner {
	padding: 15px;
}
.content-inner ul {
	margin-left: 50px;
	list-style-image: url(images/arrow.png);
}
.content-inner ul li {
	height: 30px;
}


.gallery tr td
{
    padding:15px;
}
li a:hover {
	background: url(images/sidebarhover.png) repeat-y;
}
.sidebar-nav ul li a.current {
	background: url(images/sidebarhover.png) repeat-y;
	color: #648c27;
	font-weight: bold;
}

#content {
	width: 690px;
	float: right;
	background: url(images/content_bg.png) repeat-y;
}
.content-inner {
	padding: 15px;
}
.content-inner ul {
	margin-left: 50px;
	list-style-image: url(images/arrow.png);
}
.content-inner ul li {
	min-height: 30px;
}


.gallery tr td
{
    padding:15px;
}
