/*-----------------------------------------------------------------------------------------*/
/* Content pages                                                                           */
/*-----------------------------------------------------------------------------------------*/

p {
	margin:0px 10px 15px 10px;
	font-family: arial,sans-serif;
	font-size:10pt;
	color:black;
/*	color:#1F497D; */
}

#container {
	text-align:left;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:910px; /* the width of the background image */
	background:url(../images/content_bkg_2.jpg) no-repeat top #7B7B7B; 
}

#content {
	float:left;
	position:relative;
	width:900px;
	background:url(../images/left_menu_bkg.jpg) no-repeat bottom left #a0acb3;
}

#left_column {
	float:left;
	margin-top:none;
	width:170px;
}

#right_column {
	float:right;
	padding-top:none;
	background:white;
	width:730px;
	min-height:426px;
	height: auto !important;
   _height: 426px;
}

#left_menu {
	float:right;
	width:155px;
	margin-top:10px;
}

#left_menu_item {
	padding:6px;
	width:150px;
	margin:3px 0;
	background-color:white;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}

#left_menu_item_selected {
	padding:6px;
	width:150px;
	margin:3px 0;
	background-color:white;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:black;
}

A.left_menu_item {
	font-family: arial,sans-serif;
	font-size:10pt;
	color:black;
	text-decoration:none;
}

#left_menu_item > A:hover {
	text-decoration:underline;
}

.page_title {
	color:black;
	font-family: arial,sans-serif;
	font-size:14pt;
	font-weight:bold;
	margin:10px;
	padding-bottom:5px;
/*	border-bottom:1px solid gray; */
}

#contact_details {
	position:absolute;
	bottom:0px;
	left:15px;
	z-index:10;
}

.address {
	margin-bottom:20px;
	font-family: arial,sans-serif;
	font-size:9pt;
	color:black;
}

.address_title {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:2px;
}

.address_line1 {
	font-size:10pt;
	font-weight:bold;
}

li {
	font-family: arial,sans-serif;
	font-size:10pt;
}