/* HTML tag styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 17px 5% 0 5%;
	background-color: #F1F1F1;
	}

h1 {
	color: #205394;
	font-size: 160%;
	font-weight: bold;}
	
h2 {
	color: #205394;
	font-size: 130%;
	font-weight: bold;}
	
h3 {
	color: #205394;
	font-size: 110%;
	font-weight: bold;}
	
img {
	border: 0;}
	
form {
	margin: 0;
	padding: 8px 0;}

label {
	font-size: 100%;
	font-weight: bold;
	color: #333333;}
	
a, a:link, a:visited, a:hover {	color: #205394;}
	
th {	text-align: left}

caption {
	padding: 0 0 0.5em 0;
	color: #000000;
	text-align: left;
	font-weight: bold;
}


.box_rounded { -moz-border-radius: 15px; border: solid 1px silver;}

.spacerbox {
	padding: 1em .2em;
}
.alt {background-color: #eff3f8; }

/***********************************************/
/*              Layout Divs                    */
/***********************************************/
	
#header {
	background-color: #ffffff;}
	
#headerL {
	float: left;
	position: relative;
	width: 201px;}
	
#headerR {
	margin: 0 0 0 202px;}
	
.wrap_top {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/wrap_top.gif);
	background-repeat: repeat-x;
	background-position: top;}
	
.wrap_bott {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_bott.gif);
	background-repeat: repeat-x;
	background-position: bottom;}
	
.wrap_left {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_left.gif);
	background-repeat: repeat-y;
	background-position: left;}
	
.wrap_right {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_right.gif);
	background-repeat: repeat-y;
	background-position: right;}
	
.wrap1 {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_top_L.gif);
	background-repeat: no-repeat;
	background-position: top left;}

.wrap2 {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_top_R.gif);
	background-repeat: no-repeat;
	background-position: top right;}
	
.wrap3 {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_bott_L.gif);
	background-repeat: no-repeat;
	background-position: bottom left;}

.wrap4 {
	float: left;
	width: 100%;
	background-image: url(../images/wrap_bott_R.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;}
	
/*** Equal-height Columns ***/

#container .column {
	padding-bottom: 1001em;
	margin-bottom: -1000em;}

#LHS {
	position: relative;
	float: left;
	width: 191px;
	margin: 0;
	padding: 10px 0 10px 10px;}

#RHS {
	position: relative;
	float: right;
	width: 186px;
	margin: 0;
	padding: 20px 10px 10px 0;}

#content {
	margin: 0 196px 0 201px;
	padding: 10px 30px;}

#content img {
	padding: 0 10px;}
	
#content_noRHS {
	margin: 0 0 0 201px;
	padding: 10px 30px;}

#content_noRHS img {
	padding: 0 10px;}
	
#content ul li {
	list-style-image: url(../images/PH_bullet.gif);}
	
#content_noRHS ul li {
	list-style-image: url(../images/PH_bullet.gif);}
	
#footer {
	clear: both;
	color: #666666;
	font-size: 90%;
	padding: 4px 2px 0 2px;}

#footer a, #footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;}
	
#footer a:hover {
	text-decoration: underline;}
	
#topnav {
	text-align: right;
	background-image: url(../images/topnav_bgd.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 8px 5px;
	color: #FFFFFF;
	font-size: 95%;}
	
#topnav ul {
	margin: 0;
	padding: 0;}
	
#topnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;}
	
#topnav a, #topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;}
	
#topnav a:hover {
	text-decoration: underline;}

.skip_nav {
	color: #205394;}
	
.skip_nav a, .skip_nav a:link, .skip_nav a:visited, .skip_nav a:hover {
	color: #205394;
	text-decoration: none;}
	
#search {
	background-image:url(../images/search_bgd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0 10px;
	height: 62px;}
	
#search label {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	background-color: #E5E5E5;
	padding: 3px 5px 2px 3px;}

#header_pics {
	background-image:url(../images/menu_bgd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0 10px;
	height: 62px;}
	
#menu {
	background-image: url(../images/menu_bgd.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 8px 5px;
	color: #000000;
	font-weight: bold;}
	
#menu ul {
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 3px 0 5px;
	border-right: 1px solid #000000;}
		
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #000000;}

#menu a:hover {
	text-decoration: underline;}
		
#breadCrumb {
	color: #333333;}

#breadCrumb a, #breadCrumb a:link, #breadCrumb a:visited {
	color: #333333;
	text-decoration: none;}
	
#breadCrumb a:hover {
	color: #333333;
	text-decoration: underline;}
	
.address {
	background-color: #D2DDEA;
	background-image: url(../images/address_bott.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 171px;
	padding: 10px;}
	
.PH_top {
	background-color: #205394;
	background-image: url(../images/PH_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 180px;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 120%;}
	
.PH_top a, .PH_top a:link, .PH_top a:visited {
	color: #FFFFFF;
	text-decoration: none;}

.PH_top a:hover {
	text-decoration: underline;}

.PH_bott {
	background-color: #E3E3E3;
	background-image: url(../images/PH_bott.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 176px;
	padding: 5px;}
	
.PH_bott ul {
	margin: 0;
	padding: 0 0 0 20px;}
	
.PH_bott li {
	list-style-image: url(../images/PH_bullet.gif);
	padding: 0 0 5px 0;}
	
.PH_bott img {
	padding: 0 5px;}
	
#press_releases ul {
	list-style-image: url(../images/green_squarre_bullet.gif);
	padding: 0;
	margin: 10px 20px;}
	
#press_releases ul li {
	padding: 0 0 10px 0;}
	
#press_releases a, #press_releases a:link, #press_releases a:visited, #press_releases a:hover {
	color: #333333;}
	
.sub_menu_top {
	background-color: #D2DDEA;
	background-image: url(../images/L2menu_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 191px;
	padding: 0;}
	
.sub_menu_bott {
	background-image: url(../images/L2menu_bott.gif);
	background-position: bottom;
	background-repeat: no-repeat;}
	
.sub_menu_bott ul {
	padding: 10px 5px 20px 5px;
	margin: 0;
	list-style-type: none;}
	
.sub_menu_bott ul li {
	border-bottom: 1px solid #ffffff;
	padding: 5px 0;}
	
.sub_menu_bott ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;}
	
.sub_menu_bott ul ul {
	padding: 5px 5px 5px 10px;
	margin: 0;
	list-style-type: none;}
	
.sub_menu_bott ul ul li {
	padding: 3px 0;
	border: 0;}
	
.sub_menu_bott ul ul li a {
	color: #000033;
	font-weight: normal;
	text-decoration: none;}
	
.sub_menu_bott ul li a:hover {
	color: #000033;
	text-decoration: underline;}
	
.multi1 {
	float: left;
	width: 100%;
	background-image: url(../images/multi_top_L.gif);
	background-repeat: no-repeat;
	background-position: top left;}

.multi2 {
	float: right;
	width: 100%;
	background-image: url(../images/multi_top_R.gif);
	background-repeat: no-repeat;
	background-position: top right;}
	
.multi3 {
	float: left;
	width: 100%;
	background-image: url(../images/multi_bott_L.gif);
	background-repeat: no-repeat;
	background-position: bottom left;}

.multi4 {
	background-image: url(../images/multi_bott_R.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;}
	
.multi4 ul {
	list-style-image: url(../images/green_squarre_bullet.gif);
	padding: 0;
	margin: 10px 20px;}
	
.multi4 ul li {
	padding: 0 0 5px 0;}
	
.news_st {
	min-height: 80px;}
	
.space {
	clear: both;
	height: 16px;}

.space_10 {
	height: 10px;}