/*************************************************
 Style sheet for the Westside 2.0 color scheme 
*************************************************/

/*************************************************
  Netscape 4.x does not handle padding properties
  correctly.  These properties are set in an
  external .css file.  Netscape 4.x will ignore this
  @import directive.
*************************************************/
@import url(css2.css);


/*************************************************
  Default classes for page elements.
  
  These classes will apply to elements which do not
  have an explicit class attribute set.
*************************************************/

body, td, th, p, .ws-bodytext
  {
  color:#003366;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 20px;
  font-weight: normal;
  }

body, .ws-bodytext
  {
  background-color: #ffffff;
    text-align:center;
  }

a, .ws-bodytext a
  {
  color: black; 
  font-style: normal; 
   font-size:12px; 
  text-decoration: none;
  }



a:hover, .ws-bodytext a:hover
 { 
  text-decoration: underline;
  font-size:12px; 
    color: black; 
 }

.ws-bodytext a:visited
 { 
   color: black;
   font-style: normal; 
   font-size:12px;  
   text-decoration: underline;
 }
  
/*************************************************
  Tab Strip on the template view
*************************************************/

/* Class used for the tab indicating the current page */
/*
.ws-nav-on
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #003366 #003366 #ffffff;
  white-space: nowrap;
  }
*/
.ws-nav-on
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #000000 #000000 #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
/*
.ws-nav-off
  { 
  background-color: #cccccc;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #003366;
  padding: 0px 10px 1px;
  text-align: center;
  }
*/
.ws-nav-off
  { 
  background-color: #E0E0E0;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #000000;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-on a, .ws-nav-off a
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366; 
  font-weight: bold; 
  }

.UserOptions {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
font-weight: bold;
color: #5c5c5c;
}
a.UserOptions {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
font-weight: bold;
color: #5c5c5c;
}
/*************************************************
  Side navigation (also used for horizontal navigation)
*************************************************/

/* Class used for the tab indicating the current page */
.ws-sidenav-on
  {
  white-space: nowrap;
  }
.ws-sidenav-on a
  {
  font-weight: bold;
  }
  
/* Class used for all other tabs */
.ws-sidenav-off
  { 
  white-space: nowrap;
  }

/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #d6e0eb;
  }
/*
.ws-main-field-top
  {
  background-color: #d6e0eb;
  border-color: #003366;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }
*/

.ws-main-field-top
  {
  background-color: #d6e0eb;
  border-color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #003366;
  font-weight: bold; 
  text-decoration: none;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #d6e0eb;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #003366;
  }

.ws-title
  {  
  color: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
/*************************************************
  Default web page
*************************************************/
.ws-headline
  {  
  color: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }
  
/*************************************************
  Data Region Classes
*************************************************/

/* Data Region Caption */
.ws-regioncaption
  {
  color: black;
  background-color: #66CCFF;
  font-color:black;  
  font-size: 10pt;
  font-weight: bold;
  border-color: black;
  border-style: solid none;
  border-width: 1px;
  }

.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }
/* Grid rows */
/*
.ws-data-td,
.ws-data-alt-td
  {
  color: #003366;
  font-size: 10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }
*/



.ws-data-td,
.ws-data-alt-td
  {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #5c5c5c;
background-color: #f8f8f8;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
border-collapse: collapse;
border: 1px solid #f4f4f4;
  }
/*
.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  }
*/
.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px;
  }
/*
.ws-data-td
  {
  background-color: #eceded;
  }
*/
.ws-data-td
  {
  background-color: #f8f8f8;
  }
.ws-data-alt-td
  {
  background-color: #ffffff;
  }

.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #99CC99;
  }
table.ws-gridlines
  {
  border-collapse: collapse;
  }

/* Field captions in details, update, and insert modes */
.ws-detailcaption
  {
  color: #333333;
  font-weight: bold;
  }
  
/* Field values in details, update and insert modes */
.ws-detaildata, .ws-detaildata input, .ws-detaildata textarea, .ws-detaildata select
  {
  color: #333333;
  }

/* Field errors in update and insert mode */
.ws-error
  {
  color: #993366;
  }

/* Grid column captions */
/*
.ws-thead
  {
  color: #009900;
  background-color: #cccccc;
  text-align: left;
  border-color: #ffffff #ffffff #003366;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
*/
.ws-thead
  {
  color: #000000;
  background-color: #E0E0E0; 
  text-align: left;
  border-color: #000000 #000000 #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }

.GridCellHeader
  {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #336699;
background-color: #e0e0e0;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
border-collapse: collapse;
  }


.ws-thead a
  {
  color: #009900;
  }
.ws-gridlines .ws-thead
  {
  border-color: #999999;
  border-width: 1px;
  }
/*
.ws-totalrow
  {
  color: #003366;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }
*/
.ws-totalrow
  {
  color: #003366;
  background-color: #E0E0E0;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }


.ws-gridlines .ws-totalrow
  {
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  }

/* Action bar */
/*
.ws-actionbar
  {
  border-color: #003366;
  border-style: solid none none;
  border-width: 1px;
  }
*/
.ws-actionbar
  {
  border-color: #FFFFFF;
  border-style: solid none none;
  border-width: 1px;
  }
/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #003366;
  font-weight: bold;
  }

/*Default style for the disabled links on the jump bar*/
.ws-jumpbar a#disabled
  {
  color: #cccccc;
  font-weight: normal;
  }

/*************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
*************************************************/

.ws-titlebox
  {
  background-color: #003366;
  width: 180px;
  }

.ws-titlebox-body
  {
  color: #003366;
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  }

.ws-titlebox-caption
  {
  color: black; 
  background-color:none;
  font-size: 10; 
  line-height: 12pt; 
  font-weight: bold; 
  }

/* These classes are for compatibility with V1.0 modules */
/*
.ws-sidebar-head-light,
.ws-sidebar-head-medium,
.ws-sidebar-head-dark
  {
  color: #003366; 
  background-color: #d6e0eb;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  border-width: 1px;
  border-style: solid;
  border-color: #003366;
  }
.ws-sidebar-body-light,
.ws-sidebar-body-medium,
.ws-sidebar-body-dark
  {
  color: #003366; 
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #003366;
  }
*/

.ws-sidebar-head-light,
.ws-sidebar-head-medium,
.ws-sidebar-head-dark
  {
  color: #003366; 
  background-color: #d6e0eb;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  }
.ws-sidebar-body-light,
.ws-sidebar-body-medium,
.ws-sidebar-body-dark
  {
  color: #003366; 
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #000000;
  }



 .address-data {
    font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	text-decoration: none;
	font-size: 11px;
    }

a {
	font-family:Tahoma, Arial, sans-serif;
	color:#4a4a4a;
	text-decoration: none;
	font-size: 12px;
        font-weight:bold;
}
a:hover {
	font-family: Tahoma, Arial, sans-serif;
	color:#46B0E2;
	text-decoration: none;
	font-size: 12px;
        font-weight:bold;
}

a.white
{
	color:white
} 

a img {border:0;}

.blogtitle {
	font-family: Tahoma, Arial, sans-serif;
	color:#4a4a4a;
	text-decoration: none;
	font-size: 11px;
        font-weight:bold;
}
.blogtext {
	font-family: Tahoma, Arial, sans-serif;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 20px;
       text-align: justify;
}
.BottomText 
{
    font-family: Tahoma, Arial, sans-serif;
    color: #4a4a4a;
    font-size: 11px;
    line-height: 15px;
}

a.menu
{
    font-size:11px;
		line-height: 20px;
    font-family:Tahoma, Arial, sans-serif;
    color:#4a4a4a;
    text-decoration:none;
    font-weight:normal;
}

a.menu:hover
{
    font-size:11px;
		line-height: 20px;
    font-family:Tahoma, Arial, sans-serif;
    color:#4a4a4a;
    text-decoration:none;
    font-weight:normal;
}

a.privacy
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:11px;
		line-height: 20px;
    color:#4a4a4a;
}

a.privacy:hover
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:11px;
    color:#46B0E2;
    text-decoration:none;
}


a.link
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
    line-height: 20px;
    color:#0055E5;
    text-decoration:underline;
}

a.link:hover
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
    color:#46B0E2;
    text-decoration:underline;
}

.copywrite 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	color: #cccccc;
}

.menuTD
{
    padding-left:8;
    padding-right:8;
    padding-bottom:3;
    padding-top:3;
    border:0;
}

.arialFont
{
    font-family:  Tahoma, Arial, sans-serif;
    color:#4a4a4a;
    font-size:12px;
    font-weight:bold;
}

.LargeText
{
	font-family: Tahoma, Arial, sans-serif;
	color: #4a4a4a;
	font-size: 14;
        font-weight:bold;
}

.arialFontBlue
{
    font-family:  Tahoma, Arial, sans-serif;
    color:#5B84EA;
    font-size:13px;
    font-weight:bold;
}


.description
{
    font-family:  Tahoma, Arial, sans-serif;
    color:#4a4a4a;
    font-size:12px;
}

.phone
{
    font-family:  Tahoma, Arial, sans-serif;
    color:#4a4a4a;
    font-size:11px;
		line-height: 20px;
}

a.backtoplink
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
    line-height: 20px;
    color:#4a4a4a;
}

a.backtoplink:hover
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
    color:#46B0E2;
    text-decoration:none;
}

.ErrorText
{
    font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	line-height: 20px;
	color: #ff0000;
	line-height:17px;
}

.weektime
{
    font-family:Tahoma, Arial, sans-serif;
    color:black;
    font-size:10;
    height:15;
}
.SetBorder
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #003366 #003366 #ffffff;
  white-space: nowrap;
  }

.SectionHeadingLarge {
	color: #993300;
	font-family: Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}
.SectionHeading {
	color: #993300;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}