@charset "UTF-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #cadde0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5e5449;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

#top-menu-bar {
	height: 109px;
	background: url(../images/bg-top-menu.gif) repeat-x #b5b75f;
}

#top-menu-bar-container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#bottom-bg {
	width: 960px;
	height: 3px;
	background: url(../images/bg-site-bottom.gif) no-repeat;
	margin: 0;
	padding: 0;
}

a#logo {
	background:	url(../images/bg-top-menu-logo.gif);
	margin: 0 auto;
	width:281px;
	height:109px;
	display:block;
	line-height:400px;
	overflow:hidden;
	float: left;
}

.border {
	height: 2px;
	border-bottom: solid 1px #cac7c2;
	margin-bottom: 2px;
}

.border-white {
	height: 2px;
	border-bottom: solid 1px #FFF;
	margin-bottom: 2px;
}

.border-white-dashed {
	height: 2px;
	border-bottom: dashed 1px #b8d3d7;
	margin: 10px 0 10px 0; 
}


#home-main-body {
	width: 221px;
	height: 321px;
	float: left;
	padding: 15px 30px 0 30px;
}

#home-main-body-img {
	width: 679px;
	height: 381px;
	background:url(../images/bg-home-main-image.jpg) no-repeat;
	float: left;
}

#home-brown-divider {
	clear: both;
	height: 41px;
	background: #6b6156;
	padding: 10px 0 0 0;
	text-align: center;
	color: #FFF;
}

.clear-both {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* HOME BOTTOM */

#home-bottom {
	padding: 30px 0 30px 30px;
}

#home-box-large {
	width: 277px;
	float: left;
	margin: 0 23px 0 0;
}

#home-box-large-content {
	background:	url(../images/bg-home-box-large-middle.gif) repeat-y;
	padding: 10px 20px 15px 20px;
	min-height: 255px;
	height: auto !important;
}

#home-box-large-top {
	background: url(../images/bg-home-box-large-top.gif) no-repeat;
	width: 277px;
	height: 10px;
}

#home-box-large-bottom {
	background: url(../images/bg-home-box-large-bottom.gif) no-repeat;
	width: 277px;
	height: 10px;
}

#home-box-small {
	width: 218px;
	float: left;
	margin: 0 22px 0 0;
}

#home-box-small-content {
	background:	url(../images/bg-home-box-small-middle.gif) repeat-y;
	padding: 10px 20px 15px 20px;
	min-height: 255px;
	height: auto !important;
}

#home-box-small-top {
	background: url(../images/bg-home-box-small-top.gif) no-repeat;
	width: 218px;
	height: 10px;
}

#home-box-small-bottom {
	background: url(../images/bg-home-box-small-bottom.gif) no-repeat;
	width: 218px;
	height: 10px;
}


#home-box-right {
	width: 390px;
	float: left;
}

#home-box-right-content {
	background:	url(../images/bg-home-box-right-middle.gif) repeat-y;
	padding: 10px 20px 15px 20px;
	min-height: 255px;
	height: auto !important;
}

#home-box-right-top {
	background: url(../images/bg-home-box-right-top.gif) no-repeat;
	width: 390px;
	height: 10px;
}

#home-box-right-bottom {
	background: url(../images/bg-home-box-right-bottom.gif) no-repeat;
	width: 390px;
	height: 10px;
}

/* INSIDE PAGES */


#inside-left-column {
	width: 281px;
	float: left;
}

#inside-box-small {
	width: 218px;
	margin: 30px auto 0;
}

#inside-box-small-content {
	background:	url(../images/bg-home-box-small-middle.gif) repeat-y;
	padding: 10px 20px 15px 20px;
}

#inside-box-small-top {
	background: url(../images/bg-home-box-small-top.gif) no-repeat;
	width: 218px;
	height: 10px;
}

#inside-box-small-bottom {
	background: url(../images/bg-home-box-small-bottom.gif) no-repeat;
	width: 218px;
	height: 10px;
}

#inside-box-right {
	width: 310px;
	float: right;
	margin: 10px -30px 15px 20px;
}

#inside-box-right-content {
	background:	url(../images/bg-home-box-right-middle.gif) repeat-y;
	padding: 10px 20px 15px 20px;
}

#inside-box-right-top {
	background: url(../images/bg-home-box-right-top.gif) no-repeat;
	width: 310px;
	height: 10px;
}

#inside-box-right-bottom {
	background: url(../images/bg-home-box-right-bottom.gif) no-repeat;
	width: 310px;
	height: 10px;
}

#inside-accent-image {
	width: 281px;
	height: 212px;
	margin: 85px 0 0 0;
}

#inside-accent-image img {
	border: none;
}

.caption {
	text-align: center;
	padding: 5px;
}

#inside-content {
	float: left;
	margin: 0;
	width: 584px;
	padding: 85px 30px 0 65px;
}

/* COUNTDOWN */
#countdown {
	width: 145px;
	height: 40px;
	background:url(../images/bg-countdown.gif) no-repeat;
	overflow: hidden;
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	padding: 8px 13px 8px 8px;
}

#cntdwn {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-weight: 100 !important;
	font-size: 18px;
}

.title {
	font-size: 11px;
	line-height: 15px;
}

/* FORM */
form,input,select,textarea{margin:0; padding:0; color:#5e5449;}

div.box {
width:375px;
background:#e9f0f1;
position:relative;
top:10px;
border:1px solid #cbd8da;
font-size: 13px;
color: #5e5449;
}

div.box label {
width:100%;
display: block;
background:#e9f0f1;
border-top:1px solid #cadde0;
border-bottom:1px solid #fff;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#333;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#FFF;
border-bottom: 1px double #c6c1bc;
border-top: 1px double #c6c1bc;
border-left:1px double #c6c1bc;
border-right:1px double #c6c1bc;
color: #333;
}

div.box .message{
padding:7px 7px;
width:206px;
background:#FFF;
border-bottom: 1px double #FFF;
border-top: 1px double #cadde0;
border-left:1px double #cadde0;
border-right:1px double #cadde0;
overflow:hidden;
height:150px;
color: #333;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#9d1926;
border:0px;
position: relative;
top:10px;
left:120px;
width:100px;
border-bottom: 1px double #fff;
border-top: 1px double #cadde0;
border-left:1px double #cadde0;
border-right:1px double #cadde0;
color: #FFF;
}


/* ELEMENTS */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#mainContent h1 {
	font-size: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	color: #628b8e;
	margin: 0 0 10px 0;
}

.home #mainContent h1 {
	font-size: 22px !important;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	color: #628b8e;
	margin: 0 0 10px 0;
}

#mainContent h2 {
	font-size: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	color: #d4cfc9;
	
}

h3 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	color: 9d1926;
	font-weight: 100;
}

h4 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: 100;
}
			
.sIFR-active h1 {
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

.sIFR-active h3 {
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

.sIFR-active h4 {
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}

.sIFR-active h5 {
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}


p {
	font-size: 13px;
	color: #5e5449;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

ol li {
	font-size: 13px;
	color: #5e5449;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

ul li {
	font-size: 13px;
	color: #5e5449;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

a:link{color: #951421; text-decoration: underline; }
a:visited{color: #951421; text-decoration: underline}
a:hover, a:focus{color: #661015; text-decoration: underline}
a:active{color: #951421; text-decoration: underline}

#home-box-right-content a:link{color: #FFF; text-decoration: none}
#home-box-right-content a:visited{color: #FFF; text-decoration: none}
#home-box-right-content a:hover, a:focus{color: #FFF; text-decoration: underline}
#home-box-right-content a:active{color: #FFF; text-decoration: none}


.home p {
	font-size: 13px;
	color: #5e5449;
	line-height: 18px;
	margin: 2px 0 8px 0 !important;
	padding: 0;
}

/* ---------------------------------- NAVIGATION ------------------------------- */
	
	#navigation ul, #navigation ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#navigation ul{
			display: block;
			width: 677px;
			height: 23px;
			background: transparent;
			float: left;
			margin: 20px 0 0 0;
		}
		#navigation ul li{
			display: inline;
		}
		
			#navigation ul li a{
				display: block;
				float: left;
				height: 23px;
				background: transparent url(../images/bg-top-menu-nav-home.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #navigation ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
				
				#navigation ul li.nav_home a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) 0 0 no-repeat;
					width: 51px;
				}
					#navigation ul li.nav_home a:hover, body.home #navigation ul li.nav_home a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) 0 -23px no-repeat;
					}
					
					
					
				#navigation ul li.nav_overview a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -51px 0 no-repeat;
					width: 107px;
				}
					#navigation ul li.nav_overview a:hover, body.overview #navigation ul li.nav_overview a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -51px -23px no-repeat;
					}
					
					
				#navigation ul li.nav_details a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -158px 0 no-repeat;
					width: 98px;
				}
					#navigation ul li.nav_details a:hover, body.details #navigation ul li.nav_details a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -158px -23px no-repeat;
					}
					
					
					
				#navigation ul li.nav_clients a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -256px 0 no-repeat;
					width: 76px;
				}
					#navigation ul li.nav_clients a:hover, body.clients #navigation ul li.nav_clients a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -256px -23px no-repeat;
					}
					
					
				#navigation ul li.nav_partners a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -332px 0 no-repeat;
					width: 101px;
				}
					#navigation ul li.nav_partners a:hover, body.partners #navigation ul li.nav_partners a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -332px -23px no-repeat;
					}
					
	
					#navigation ul li.nav_give a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -433px 0 no-repeat;
					width: 86px;
				}
					#navigation ul li.nav_give a:hover, body.give #navigation ul li.nav_give a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -433px -23px no-repeat;
					}
					
					
					#navigation ul li.nav_info a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -519px 0 no-repeat;
					width: 123px;
				}
					#navigation ul li.nav_info a:hover, body.info #navigation ul li.nav_info a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -519px -23px no-repeat;
					}
					
					#navigation ul li.nav_qa a{
					background: transparent url(../images/bg-top-menu-nav-home.gif) -642px 0 no-repeat;
					width: 35px;
				}
					#navigation ul li.nav_qa a:hover, body.qa #navigation ul li.nav_qa a{
						background: transparent url(../images/bg-top-menu-nav-home.gif) -642px -23px no-repeat;
					}
					
					
/* ---------------------------------- NAVIGATION INSIDE ------------------------------- */
	
	#navigation-inside ul, #navigation-inside ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#navigation-inside ul{
			display: block;
			width: 677px;
			height: 23px;
			background: transparent;
			float: left;
			margin: 20px 0 0 0;
		}
		#navigation-inside ul li{
			display: inline;
		}
		
			#navigation-inside ul li a{
				display: block;
				float: left;
				height: 23px;
				background: transparent url(../images/bg-top-menu-nav-inside.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #navigation-inside ul li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
				
				#navigation-inside ul li.nav_home a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) 0 0 no-repeat;
					width: 51px;
				}
					#navigation-inside ul li.nav_home a:hover, body.home #navigation-inside ul li.nav_home a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) 0 -23px no-repeat;
					}
					
					
					
				#navigation-inside ul li.nav_overview a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -51px 0 no-repeat;
					width: 107px;
				}
					#navigation-inside ul li.nav_overview a:hover, body.overview #navigation-inside ul li.nav_overview a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -51px -23px no-repeat;
					}
					
					
				#navigation-inside ul li.nav_details a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -158px 0 no-repeat;
					width: 98px;
				}
					#navigation-inside ul li.nav_details a:hover, body.details #navigation-inside ul li.nav_details a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -158px -23px no-repeat;
					}
					
					
					
				#navigation-inside ul li.nav_clients a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -256px 0 no-repeat;
					width: 76px;
				}
					#navigation-inside ul li.nav_clients a:hover, body.clients #navigation-inside ul li.nav_clients a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -256px -23px no-repeat;
					}
					
					
				#navigation-inside ul li.nav_partners a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -332px 0 no-repeat;
					width: 101px;
				}
					#navigation-inside ul li.nav_partners a:hover, body.partners #navigation-inside ul li.nav_partners a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -332px -23px no-repeat;
					}
					
	
					#navigation-inside ul li.nav_give a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -433px 0 no-repeat;
					width: 86px;
				}
					#navigation-inside ul li.nav_give a:hover, body.give #navigation-inside ul li.nav_give a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -433px -23px no-repeat;
					}
					
					
					#navigation-inside ul li.nav_info a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -519px 0 no-repeat;
					width: 123px;
				}
					#navigation-inside ul li.nav_info a:hover, body.info #navigation-inside ul li.nav_info a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -519px -23px no-repeat;
					}
					
					#navigation-inside ul li.nav_qa a{
					background: transparent url(../images/bg-top-menu-nav-inside.gif) -642px 0 no-repeat;
					width: 35px;
				}
					#navigation-inside ul li.nav_qa a:hover, body.qa #navigation-inside ul li.nav_qa a{
						background: transparent url(../images/bg-top-menu-nav-inside.gif) -642px -23px no-repeat;
					}
