/* Global Body CSS Settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background-image:url(/images/bg_main.jpg); 
	background-position:center; 
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body a:link, body a:visited, body a:active {
	color:#FFFFFF;
	text-decoration: none;
}

body a:hover {
	color:#5A9FFF;
	text-decoration:underline;
}

.body_content {
	font-size:11px; 
	line-height:14px; 
	margin-left:9px; 
	margin-right:5px;
}

.body_content a:link, .body_content a:visited, .body_content a:active {
	color:#28557c;
	text-decoration: none;
}

.body_content a:hover {
	color:#28557c;
	text-decoration:underline;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:normal;
	margin-left:9px; 
	margin-right:5px;
}

.body_text a:link, .body_text a:visited, .body_text a:active {
	color:#28557c;
	text-decoration: none;
}

.body_text a:hover {
	color:#28557c;
	text-decoration:underline;
}

.sub_title {
	color:#FFFFFF; 
	font-size:14px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	letter-spacing:1px;
}

.price_text {
	font-size:18px; 
	color:#660000; 
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Times, serif; 
	letter-spacing:1px;
}

.address_title a:link, .address_title a:visited, .address_title a:active {
	font-size:16px;
	font-weight:bold;
	color: #444444;
	text-decoration: none;
}

.address_title a:hover {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.paging {
font-size:12px;
 letter-spacing:1px;
 color:#28557c;
}

.paging a:link, .paging a:visited, .paging a:active {
	color: #444444;
	text-decoration: none;
}

.paging a:hover {
	color:#444444;
	text-decoration:underline;
}

.detailed_function {
line-height:24px; text-align:center; font-size:12px; font-weight: bold;
}

.detailed_function a:link, .detailed_function a:visited, .detailed_function a:active {
	color: #333333;
	text-decoration: none;
}

.detailed_function a:hover {
	color:#990000;
	text-decoration:underline;
}



.highlightit img{
border: 1px solid #666666;
}

.highlightit:hover img{
border: 1px solid #660000;
}

.highlightit:hover{
color: #2D71A0; /* Dummy definition to overcome IE bug */
}


/* Vertical Menu: Default Settings */
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; 
line-height: 20px; 
font-size: 10px; 
font-weight: bold;
width: 100%;
padding: 0px;
margin: 0px;
}

/* Vertical Menu: Block Settings */
#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;

}
/* Vertical Menu: Block Settings */
#vertmenu ul li {
margin: 0px;
padding: 0px;
}

/* Vertical Menu: ul & li, Font, Border Settings */
#vertmenu ul li a {
font-size: 100%;
display: block;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #FFFFFF;
width: 100%;
}

/* Vertical Menu: HOVER Settings */
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color:#28557c;
background-color:#D7E5F4;
}

.leftmenu_links {
margin-left: 15px; 
margin-right: 12px;
}

.leftmenu_links_sub {
margin-left: 25px; 
margin-right: 10px;
font-weight:normal;
}

.global_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787B67;
	border: 1px;
	border-style: solid;
	border-color: #787B67;
	vertical-align:middle;
	height: 18px;
	margin-bottom:4px;
}

.global_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #999999;
	cursor: pointer;
	border: outset 1px #ccc;
	padding: 1px 2px;
	background: url(/manage/images/submit_bg.gif) repeat-x left top;
}