@charset "UTF-8";
/* CSS Document */

body {
	background: #fff url(../images/main_bg_white.jpg) repeat-x;
	background-position: 0px 100px;
	}

.title_text {
	display:block;
	float:left;
	width:250px;
	padding-right:30px;
	/*height:350px;*/
	font-size:12px;
	color:#006;
	}
	
.title_text p {
	font-size: 14px;
	/*font-size:1.5em; /* 1.5*1.2 = 1.8 em*/
	}
	
.title_text_wide {
	display:block;
	float:left;
	width:420px;
	padding-right:20px;
	font-size:12px;
	color:#006;
	}
	
.title_text_xwide {
	display:block;
	float:left;
	width:590px;
	padding-right:30px;
	font-size:12px;
	/*
	font-size:1.2em;
	*/
	color:#006;
	}
	
title_text_xwide ul li {
	margin-bottom:1em;
	}
	
title_text ul li {
	margin-bottom:1em;
	}
	
.normalList li {
	margin-bottom:1em;
	}

.divider, .divider_long {
	display:block;
	height:4px;
	border:none;
	margin: 4px 0;
	}
	
.divider {
	}
	
.divider_long {
	width:598px;
	}
	

	
.menu {
    color:#006;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
	width: 110px;
	display:block;
	float:left;
	}
	

.menu:hover {
	color: #FFF;
    background-image:url(../images/about/tab2.gif);
}
	
	.menu_s {
    color: #fff;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
	width: 110px;
	display:block;
	float:left;
	background-image:url(../images/about/tab1.gif);
	}
	
	.menu_s:hover {
    background-image:url(../images/about/tab2.gif);
}
	
	
.visholder {
	height:30px;
	width:610px;
	padding-top:10px;
	color:#0000FF;
	}
	
#subNavigation {
background:#663300 url(../images/subnavbgblue.gif) repeat-x;
}