/*
 * (C) Copyright 2008, Insite Labs
 * All Rights Reserved
 * 
 * @author : John Clarke
 * @description : General CSS File
 */
 
body
{
	background-image: url('../images/layout/main_background_lines_large.png');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-smoothing: always;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Content Box */
/* ------------------------------------------------------------------------------------------------------------------------------ */
.box_title
{
	background-image: url('../images/layout/box_title2.png');
	height: 170px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right;
}

.box_left_ribbon
{
	background-image: url('../images/layout/left_red_wrapper.png');
	/*background-image: url('../images/layout/left_red_ribbon.png');*/
	height: 433px;
	width: 122px; /*504px;*/
	background-repeat: no-repeat;
	background-position: right;
}

.box_right_ribbon
{
	background-image: url('../images/layout/right_red_wrapper.jpg');
	/*background-image: url('../images/layout/right_red_ribbon.png');*/
	height: 433px;
	width: 124px;/*510px;*/
	background-repeat: no-repeat;
	background-position: left;
}

.box_content
{
	height: 433px;
	width: 751px;
	z-index: 2;
	color: #626466;
}

.textarea
{
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 68px;
	font-size: 12px;
	padding-top: 22px;
	padding-right: 68px;
	padding-bottom: 82px;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: hidden;
	height: 329px;
	z-index: 3;
}

.textarea a, .textarea a:visited
{
	color: #626466;
	text-decoration: none;
	line-height: 18px;
}

.textarea a:hover
{
	color: #900000;
	text-decoration: none;
	line-height: 18px;
}

#map_link a, #map_link a:visited
{
	color: #000066;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}

#map_link a:hover
{
	color: #900000;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
}

.email_icon
{
	background-image: url('../images/content_images/email_icon.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 9px;
	width: 15px;
	float: left;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8f0000;
	padding: 0px;
	padding-bottom: -15px;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #8f0000;
}

.scrollbar
{
	background: url('../images/layout/scrollbar_no_scroller.png');
	height: 432px;
	width: 13px;
	display: none;
	z-index: 1001;
	position: absolute;
	background-repeat: repeat-y;
	float: left;
	margin-left: 720px;
	margin-top: 1px;
}

.scroller
{
	background-image: url('../images/layout/scroller.png');
	height: 82px;
	width: 13px;
	cursor: pointer;
}

.box_content img
{
	z-index: 2;
}

.box_footer
{
	background-image: url('../images/layout/box_footer.png');
	height: 102px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
}

.footer_menu
{
	color: #ffffff;
	padding-left: 123px;
	margin-top: -71px;
	position: relative;
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Menu Links & Hover Menus */
/* ------------------------------------------------------------------------------------------------------------------------------ */
.menu_link, .menu_link a, .menu_link a:visited, .menu_link a:hover
{
	width: 109px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}

.menu_link:hover
{
	cursor: pointer;
	background-image: url('../images/layout/menu_links_hover.png');
	width: 109px;
	height: 16px;
}

.menu_link_active, .menu_link_active a, .menu_link_active a:hover, .menu_link_active a:visited
{
	width: 109px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	color: #900000;
	cursor: default;
	cursor: pointer;
	text-decoration: none;
}

.hover_menu
{
	display: none;
	background-image: url('../images/layout/hover_menu.png');
	height: 223px;
	width: 206px;
	color: #FFFFFF;
	position: absolute;
	margin-top: 210px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 15px;
	background-repeat: no-repeat;
}

.hover_menu a, .hover_menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.hover_menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
