/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul, li {
	font-size: 95%;
	font-family: "Arial", "Trebuchet", sans-serif;
	color: #2a2b8b;
}

h1 {
	font-size: 150%;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-weight: bold;
	color: #2a2b8b;
}

h2 {
	font-size: 105%;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-weight: bold;
	color: #ffffff;
}

h3, h6 {
	font-size: 100%;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-weight: normal;
	color: #2a2b8b;
}

h4 {
	font-size: 100%;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-weight: bold;
	color: #2a2b8b;
}


div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
  text-align: right;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #e0e0e7;
	margin: 10px 0 10px 0;
}

#container {
	background: url(/images/main_bg_gradient.gif) repeat-y #ffffff;
	width: 900px;
	margin: auto;
}

#header {
	height: 240px;
	background-image: url(/images/header_banner.jpg);
}

#header .logo {
	margin-top: 50px;
}

#header .slogan {
	text-align: right;
	font-family: "Monotype Corsiva", "Georgia", serif;
	font-style: italic;
	color: #000000;
	font-size: 220%;
	margin: 11px 20px 0 0;
}

#main_content {
	padding: 20px 20px 0px 20px;
	margin-left: 200px;
}

#main_content img.main {
	padding-bottom: 16px;
}

#main_content img.right {
	padding-left: 16px;
	margin-top: -226px;
	padding-bottom: 16px
}

p.caption {
	background-color: #ffffff;
	padding: 5px;
	margin-top: -10px;
	font-size: 80%;
	color: #000000;
	overflow: hidden;
}

#right {
	width: 200px;
	float: right;
	padding: 5px 20px;
}

/* START OLD NEWS BLUE
#right h4 {
	height: 26px;
	background-image: url(/images/gradient_30px.gif);
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

#right .news {
	background-color: #afb0d4;
	padding: 10px;
}

#right .news hr {
	border: 1px solid #ffffff;
}

#right .news p {
	font-size: 90%;
}
END OLD NEWS BLUE*/

/* START NEW NEWS GREEN*/
#right h4.green {
	height: 25px;
	background-image: url(/images/green_gradient_30px.gif);
	margin: 0;
	padding-top: 5px;
	text-align: center;
	color: #24341d
}

#right .news_green {
	background-color: #9fc98d;
	padding: 10px;
}

#right .news_green hr {
	border: 1px solid #ffffff;
}

#right .news_green p {
	font-size: 90%;
	color: #24341d;
}
/*END NEW NEWS GREEN*/

#right .points_right {
	background-color: #dadaee;
	font-size: 85%;
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#right .points_right ul {
	margin-left: -10px;
}

#right .points_right ul li {
	list-style-type: square;
	text-indent: 0px;
}

#footer {
	clear: both;
	background-image: url(/images/gradient_65px.gif);
	height: 65px;
	color: #ffffff;
	padding: 0 20px;
	font-size: 90%;
}

#footer p.footer_left {
	float: left;
}

#footer p.footer_right {
	text-align: right;
	float: right;
}

a:link.para_link,
a:visited.para_link {
	text-decoration: underline;
	font-weight: bold;
	color: #0000ff;
}

a:hover.para_link {
	color: #8080ff;
}

table.products {
	background-color: #fafafd;
}

tr.dark_purple {
	background-color: #afb0d4;
}

tr.purple {
	background-color: #dadaee;
}

table.products tr td {
	padding: 10px;
}

table.products tr td a:link,
table.products tr td a:visited {
	text-decoration: none;
	color: #2a2b8b;
}

table.products tr td a:hover {
	color: #8080ff;
}

.product_more {
	padding-top: 10px;
	float: right;
}

.input_field {
  width: 300px;
}

/*
----------------------------------------
	KCS TAG
----------------------------------------
*/

#kcs {
	width: 900px;
	margin: auto;
}

#kcs p {
	text-align: right;
	font-size: 90%;
	color: #555555;
}

#kcs p a:link,
#kcs p a:visited {
	color: #0000ff;
}

#kcs p a:hover {
	color: #8080ff;
}

/*
----------------------------------------
	ACCORDIAN/NAVIGATION
----------------------------------------
*/

#accordion {
	width: 200px;
	float: left;
}

h4.toggler {
	cursor: pointer;
	background-image: url(/images/gradient_30px.gif);
	height: 26px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

a:link.links,
a:visited.links {
	text-decoration: none;
	color: #ffffff;
}

a:hover.links {
	color: #8080ff;
}

.element {
	background-color: #afb0d4;
	padding: 15px;
}

.element p {
	font-size: 90%;
}

.sub_links {
	text-decoration: none;
}

a:link.sub_links,
a:visited.sub_links {
	color: #ffffff;
}

a:hover.sub_links {
	color: #0000ff;
}

a:link.news_title,
a:visited.news_title {
	text-decoration: none;
	color: #24341d;
}

a:hover.news_title {
	color: #ffffff;
}

a:link.news_links,
a:visited.news_links {
	color: #ffffff;
}

a:hover.news_links {
	color: #24341d;
}

.lightbox_table_spacing tr td img {
	margin-bottom: 20px;
}