/* 
  Basement Systems CSS by Evan Islam
  http://www.basementsystems.com
*/

body {	background-color: #ffffff; font-family : Verdana; font-size : 11px;}

td, p { font-family : Verdana; font-size : 11px; color: #2d2d2d; line-height:15px;}

.img-right {
	float:right;
	margin:0px 0px 0px 10px
}

.img-left {
	float:left;
	margin:0px 10px 0px 0px
}

.border {
	border:1px solid #ccc
}

a:link	{font-size : 11px; cursor: pointer; font-family : verdana; color : #820800; text-decoration:underline;}
a:visited	{font-size : 11px; cursor: pointer; font-family : verdana; color : #820800; text-decoration:underline;}
a:hover	{font-size : 11px; cursor: pointer; font-family : verdana; color : #820800; text-decoration : underline;}

.phonenumber { padding: 3px 12px 10px 0px; font-size : 20px; font-family : verdana; color : #fffedd; font-weight: normal; line-height: 26px; text-align:right;}

a.phonelink:link, a.phonelink:visited		{color:#fffedd; font-weight:normal; font-family: verdana; font-size: 20px; text-decoration:none;}
a.phonelink:hover	{color:#fefedc; font-weight:normal; font-family: verdana; font-size: 20px; text-decoration:underline;}

a.phonelink2:link, a.phonelink2:visited		{color:#fffedd; font-weight:normal; font-family: verdana; font-size: 17px; text-decoration:underline;}
a.phonelink2:hover	{color:#fffedd; font-weight:normal; font-family: verdana; font-size: 17px; text-decoration:underline;}

.phone2 {color:#fffedd; font-weight:normal; font-family: verdana; font-size: 17px;}
.phone3 {
	font-size: 14px;
	font-style: italic;
	color: #FFF;
}

.topmenu { padding: 6px 10px 6px 10px; font-size : 9pt; font-family : verdana; color : #ffffff; background-color:#054d89}
.hrbar { padding: 1px 0px 0px 0px; background-color:#7C7F91; margin: 5px 0px 0px 0px;}

h2 {font-weight: bold; font-size: 16px; color : #4d1f0a; padding: 2px 0px 2px 0px; margin:0; line-height:20px;}

h1 {font-weight: bold; font-size: 18px; color : #4d1f0a; padding: 2px 0px 2px 0px; margin:0; line-height:22px;}

a.h1:link, a.h1:active, a.h1:visited {font-weight: bold; font-size: 16px; color : #4d1f0a; text-decoration:none;}
a.h1:hover{font-weight: bold; font-size: 16px; color : #820800; text-decoration:underline;}

.text1		{font-size : 10pt; font-family : verdana; color : #000000; text-decoration:none; font-weight: none;}

/* menu for the left hand side  */
a.menulinks, a.menulinks:visited		{font-size : 10pt; cursor: pointer; font-family : arial; color : #820800; text-decoration:none;}
a.menulinks:hover	{font-size : 10pt; cursor: pointer; font-family : arial; color : #820800; text-decoration : underline;}


.red, a.red:link, a.red:active, a.red:visited {font-size : 12px; font-family : Verdana; color : #701006; text-decoration:none;}
a.red:hover {font-size : 12px; font-family : Verdana; color : #820800; text-decoration:underline;}


.white,  a.white:link, a.white:active, a.white:visited {font-size : 10px; font-family : Verdana; color : #ffc2f7; text-decoration:none;}
a.white:hover {font-size : 10px; font-family : Verdana; color : #ffffff; text-decoration:underline;}



/* breadCrumb nav  */
.nav		{ font-size : 11px; font-family : Verdana; color : #2476D0; text-decoration:none;}
a.nav:link, a.nav:active, a.nav:visited { font-size : 11px; cursor: pointer; font-family : Verdana; color : #2476D0; text-decoration:none; 
font-weight: none;}
a.nav:hover	{ font-size : 11px; cursor: pointer; font-family : Verdana; color : #2476D0; text-decoration:underline;}

/* Main table cell colours and backgrounds */
table.table1	{ border: #09380b; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; 
border-bottom-width: 1px; background-color: #FFF;}
table.table2	{ border: #b1b8b1; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; 
border-bottom-width: 1px; background-color: #EFFEE2;}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: -1px;}
a.copyright		{ color: #ffffff; text-decoration: none;}
a.copyright:hover { color: #ffffff; text-decoration: underline;}

input, textarea, select {
	color : #6c1e00;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}


.footerlinks:link		
{ font-size : 11px; cursor: pointer; font-family : Verdana; color : #fffedd; text-decoration:none; font-weight: normal;}
.footerlinks:visited
{ font-size : 11px; cursor: pointer; font-family : Verdana; color : #c2c2c2; text-decoration:none; font-weight: normal;}
.footerlinks:hover	
{ font-size : 11px; cursor: pointer; font-family : Verdana; color : #fafb98; text-decoration:underline;}

.headerbig			{ font-weight: bold; font-size: 18px; color : #000080;}

.testimonials {
	width:140px; margin: 5px;
	}

/* ------------------------------------------------------------------------------------------------------------------- */

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 170px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0px 0px 0px 172px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a, ul.MenuBarVertical a:visited
{
	display: block;
	margin: 0;
	cursor: pointer;
	background-color: #8e1a03;
	padding: 6px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 13px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/img/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/img/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
	}
}

#leftnavi {
	width: 170px;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
	
#city-block {
	margin: 10px 0 10px 5px;
	text-align:left;
}

div.scroll {
	height: 110px;
	width: 150px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	background-color: #FFFFFF;
	margin:0;
}

#city-block2 {
	margin: 10px 0 5px 0;
	text-align:left;
}

div.scroll2 {
	height: 110px;
	width: 132px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	background-color: #FFFFFF;
	margin:0;
}
.areas2 {
	line-height: 20px;
	color: #333;
	text-align: left;
	margin-left: 10px;
}

#topnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #3b3b3b;
	height: 30px;
	margin-top: 1px;
	text-align: center;
	line-height: 29px;
}

#topnav a, topnav a:visited {
	text-decoration: none;
	color: #FFF;
}

#topnav a:hover {
	color: #fafb98;
	text-decoration: none;	
}

#bott {
	color: #fffedd;
	margin-bottom: 6px;
	line-height:14px;
}

td.front_menu {
	color: #231f20;
	background-image: url(../images/side_menu_bck.gif);
	background-repeat: no-repeat;
	padding: 0 25px 0 25px;	
}

.front_menu h1 {
	color: #7c1706;
	padding: 0 0 3px 0;
	margin: 0;
}
.learnmore {
	padding: 10px 0;
}

#main_mess {
	background-image: url(../images/main_bck.jpg);
	background-repeat: no-repeat;
}

#index_lowright {
	float: right;
	width: 166px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	clear: right;
}

.index_graybox {
	background-color: #FFF;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}

#testimonials {
	border: 2px solid #820800;
	margin: 10px 0 0 5px;
	padding: 0 0 5px 5px;
	width: 160px;
	background-color: #FFF;
}