body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
	color:#525252;
	background-color: #F5EDEB;	
}

img{
	border:0;
}

.cntmnbg {
background-color:#ffffff;
}

.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C06D7A;
	padding: 15px;
}
a.nav:link { color: #C06D7A; text-decoration:none; } 
a.nav:visited {color: #C06D7A; 	text-decoration:none;} 
a.nav:active {color: #C06D7A; 	text-decoration:none; } 
a.nav:hover { color: #AC4D65; text-decoration:underline; } 

.copy{
	background-color:#E3E0DB;
	color:#965555;
	background-image:url(images/copy.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;	
	
}
.copy a{
	background-color:#E3E0DB;
	color:#965555;
}
.about{
	background-image:url(images/about_bg.gif);
	background-repeat:repeat-y;
}
.text1{
	padding:0 10px 0 0px;
}
.text2{
	font-weight:bold;
	color:#965555;
	padding-bottom:3px;
	background-color:#FFFFFF;
}
.text3{
	padding:10px 10px 10px 10px;
	text-align:left;
}
.text4{
	padding:10px 10px 10px 20px;
}
.more{
	text-align:right;
	padding-right:20px;
}
.more a{
	color:#965555;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.view{
	text-align:center;
}

.view a{
	color:#965555;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.story{
	background-image:url(images/story_bg.gif);
	background-repeat:repeat-y;
}
.storysm{
	background-image:url(images/story_bg-sm.gif);
	background-repeat:repeat-y;
}

	#siteNavigation{
		width:736px;
		background-color: #965555;
		background-image:url(images/navbg.jpg);
		height:24px;
		clear:both;
		/*position:relative;*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}	
		#siteNav{
			list-style-type:none;
			display:inline;
			margin:0;
			padding:0;
			/*float:center;*/
			background-color:#49656e;
			}
			ul#siteNav li{
				/*display:inline;*/
				float:left; /*removes the space between the li*/
				position:relative;
				}
				ul#siteNav li a {
				font-size:11px;
				font-weight:bold;
				color: #AE5968;
				text-decoration:none;
				padding:13px 15px 14px 15px;
				line-height:24px;
				}
					ul#siteNav li a:hover {
					background-image:url(images/site_nav_hover_bg.gif);
					background-position: center;
					color: #ffffff;					
					}
					ul#siteNav li ul {
					position:absolute;
					display:none;
					top:24px;
					left:0;
					list-style-type:none;
					background-color:#ebeded;
					margin:0;
					padding:0;
					width:170px;
					
					}
					ul#siteNav li ul.solutionsMenu {
					position:absolute;
					display:none;
					top:24px;
					left:0;
					list-style-type:none;
					background-color:#ebeded;
					margin:0;
					padding:0;
					width:170px;
					}
					
					ul#siteNav li > ul {
					top: 24px;
					left: 0;
					}
					ul#siteNav li:hover ul {
					display:block;
					clear:left;
					}
					ul#siteNav li.sfhover ul {
					display:block;
					/*top:24px;*/
					}
						ul#siteNav li ul li {
						width:100%;
						}
							ul#siteNav li ul li a {
							display:block;
							width:100%;
							color:black;
							margin:0;
							padding:0px 0px 0px 0px;
							font-size:11px;
							line-height:22px;
							border-top:1px solid #fff;
							border-bottom:1px solid #c0d0d1;
							border-right:0;
							border-left:0;
							background:url(images/menu_up_bg.gif) repeat-x bottom;
							color: #AE738D;
							}
							ul#siteNav li ul li a:hover {
							color: #884455;
							background:url(images/menu_over_bg.gif) repeat-x bottom;
							_width:100%; /* stupid IE fix */
							
							}
						
				.currentSection {
					background:url(images/site_nav_link_bg.gif) repeat-x top;
