﻿body {
    margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	font-style:normal;
	color:#8E8E91;
	height:100%;
	width:100%;
	background-image:url("/images/bg.gif");
	background-repeat:repeat;
	background-position:top center;
}

a {
	 color:#bf2c37;
	 text-decoration:none;
	 /*font-weight:bold;*/
}
a:hover {
	color:#8E8E91;
	text-decoration:underline;	
	/*font-weight:bold;*/
}

h2.sidebarTitle span
{
    display: none;
}

h2.sidebarTitle img
{
}

h3, h4 {
	 color:#bf2c37;
}
h3 {
	font-size:14px;
}


/* Menu */
#menu {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/* the 2 level dropdowns push the height out, offset that difference here */
	height:60px;
	margin-top:14px;
	margin-bottom:-15px;
	font-weight: normal;
	font-family:Arial, Sans-Serif;
	font-size:16px;
}

/* Banner */
#Banner {
	width:100%;
	height:374px;
}

#Banner table {
	z-index:-1;
	position:absolute;
}

.banner_side {
	width:100%;
	height:374px;
	background-repeat:no-repeat;
}

/* Sidebar */
.sidebar_right {
	float:right;
	margin-left:70px;
}
.sidebar_left {
	float:left;
	margin-right:40px;
}
.sidebar {
	width:289px;
	height:auto;
	background-image:url(/images/sidebar_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin-bottom:30px;
}

.custom_sidebar .sidebar_content
{
    padding-bottom: 0;
}

.custom_sidebar .sidebar_content a:hover
{
    color: White;
    text-decoration: none;
}

.sidebar_content {
	padding-top:30px;
	padding-left:30px;
	padding-right:28px;
	padding-bottom:70px;
	color:White;
}
.sidebar_content p {
	 font-size:13px;
}

/* Content */
#Content {
	width:950px;
	margin-left:auto;
	margin-right:auto;	
}

.Content {
	 font-family:Arial, Sans-Serif;
	font-size:12px;
	font-style:normal;
	color:#8E8E91;
	line-height:24px;
}

.Content .pageTitle {
	margin:0px;
	padding-top:30px;
}

.Content p {
	margin-top:18px;
	margin-bottom:18px;	
}

#Content ul {
	 list-style-position:inside;
	 text-indent:8px;
	 padding-left:0px;
}

.column {
	width:270px;
	float:left;
	padding-right:25px;
}

.contentImageRight {
	float:right; 
	margin:0px 0px 20px 50px;
}

.contentImageLeft {
	float:left; 
	margin:0px 25px 20px 0px;
}

.shortenedContent p
{
	margin-top:0px;
}
.shortenedContent h3
{
	margin-bottom:0px;
}

/* Downloads */
.sb_downloadItem {
	float:left;
	margin-bottom:6px;
	width:210px;	
	height:auto;
}
.sb_downloadItem a {
	outline:none;	
	color:White;
	font-weight:bold;
	font-size:13px;	
}
.sb_downloadItem a:hover {
	outline:none;	
	color:#bf2c37;
	font-weight:bold;
}
.sb_downloadItem img {
	float:right;
	border:none;
}
.sb_downloadItem p {
	margin-top:4px;
	margin-bottom:4px;
}

/* FAQs */
.faqItem {
	 width:680px;
	 margin-bottom:5px;
}

.faqTitle, .faqTitle:hover {
	 font-weight:bold;
	 text-decoration:none;
	 color:#bf2c37;
}

.faqItem p {
	 margin:0;
}

.faqItem .arrowTop {
	 text-align:right;
	 font-weight:bold;
}
.faqItem .arrowTop a:hover {
	 color:#8E8E91;
}


/* Footer */
#Footer {
	width:100%;
	z-index: -1;
}

.footerText {
	height:35px;	
	text-align:right;
	padding-top:103px;
	padding-right:50px;
}
.footerText, .footerText a {
	font-family:Arial, Sans-Serif;
	color:#8E8E91;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
}
.footerText a:hover {
	color:#bf2c37;
	text-decoration:none;
}

.footerBg {
	position:relative;
}
.footerBg .footerBgElem {
	background-repeat:no-repeat;
	height:143px;	
	width:100%;
}

.bgElemLeft {
	background-image:url(/images/bottom_left_bg.gif); 
	background-position:right bottom;
}
.bgElemMiddle {
	background-image:url(/images/bottom_right_bg1.gif); 
	width:950px; 
	background-position:right bottom;
}
.bgElemRight {
	background-image:url(/images/bottom_right_bg2.gif); 
	background-position:left bottom;
}

/* Gallery */
#galleryThumbs {
	margin-top:18px;
}

.galleryItem {
	display:inline-block;
	float:left;
	padding:9px;
	border:solid 1px #c0c0c0;
	/*margin-bottom:15px;
	margin-left:8px;
	margin-right:7px;*/
	margin-bottom:9px;
	margin-left:4px;
	margin-right:6px;
	border-collapse:collapse;
	
    overflow:hidden;
    width:128px;
    height:128px;
    text-align: center;
}

/* Sitemap */
.sitemapTop {
	font-size:14px; 
	font-weight:bold;
	line-height:30px;
}

.sitemapMid {
	line-height:20px;
	font-size:12px; 
}

/* Contact us */
.inputForm {
	 line-height:22px;
}

.inputForm input, .inputForm textarea {
	 width: 260px;
	 padding:3px;
	 font-size:12px;
	 margin-bottom:2px;
	 border: solid 1px #a7a7a7;
}

.inputForm textarea {
	 width: 320px;
}

.inputForm .checkbox input {
	 width:auto;
	 border:none;
}

.inputForm .button {
	 width: 129px;
	 height:35px;
	 background:url("../images/submit_spoon.gif") no-repeat;
	 background-position:2px 3px;
	 border-style:none;
	 border-width:0;
	 cursor:pointer;
	 float:right;
	 font-size:14px;
	 font-weight:bold;
	 margin-top:8px;
	 padding:0;
	 color:#BF2C37;
}

.inputForm .formLabel {
	 text-align:right;
}

.sidebarForm input {
	 width: 220px;
}
.sidebarForm .button {
	 margin-right:0px;
	 background:url("../images/submit_spoon2.gif") no-repeat;
	 background-position:2px 3px;
}
