﻿* {margin:0; padding:0}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #4F4F4F;
}

strong
{
	font-weight:bold;
}

h1, h2, h3, h4, h5
{
	font-family: Arial;
}

h1
{
	border: 1px solid #808080;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 20px 0px;
	font-size: 1.55em;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	letter-spacing: .5em;
	word-spacing: .5em;
}

h2
{
	font-weight: bold;
	font-size: 1.45em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	margin-bottom: 10px;
}

h3
{
	font-size:1.35em;
}

h4
{
	font-size:1.25em;
	
}

h5
{
	font-size:1.15em;
}

/* HEADER */
div #hd
{
	padding-bottom:0;
	margin-bottom:0;
}

.headerImg
{ 
	vertical-align:bottom;
}

/* FOOTER */
div #ft
{
	background-position: center center;
	background-image: url('../images/footer_bar.jpg');
	color: #FFFFFF;
	background-repeat: no-repeat;
	height:132px;
}

div #ft .footerNav
{
	padding: 5px;
	text-align: center;
	background-color: #8393B4;
}

div #ft .footerNav a
{
	text-decoration:none;
	color:White;
}

div #ft .footerNav a:hover,
div #ft .footerNav a:active
{
	text-decoration:underline;
	color:Blue;
}

/* BODY */
div #bd
{
	background-position: center center;
	border-width: 1px;
	border-color: #808080;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom:10px;
	border-right-style: solid;
	border-left-style: solid;
	min-height: 500px;
	background-image: url('../images/bs_logo_bg_watermark.png');
	background-repeat: no-repeat;
	background-color: #F2F4F7;
}

/* ------------------------------------ */
/* BEGIN NAVIGATION BAR CODE */
/* ------------------------------------ */
#navcontainer
{
	font-family: Tahoma;
	font-size: 18px;
	height: 30px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	line-height: 30px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #325082; /*color: White;*/
	/*float: left;*/
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
}

#navcontainer ul li 
{ 
	display: inline; 
	margin-right:-5px;
  }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #325082;
	color: White;
	text-decoration: none;
	/*float: left;*/
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #6476A7;
	color: #FFFFFF;
}

#navcontainer ul li a:active, #navcontainer ul li a.current
{
	color: #333333;
	background-color: White;
}

/* ------------------------------------ */
/* END NAVIGATION BAR CODE */
/* ------------------------------------ */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

div.clearDiv
{
	clear:both;
}
/* ------------------------------------ */
/* BEGIN BUTTON CODE */
/* ------------------------------------ */


a.button
{
	background-position: right top;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 2px 10px;
	background: #CCCCCC right top;
	color: #444;
	font: normal 12px arial, sans-serif; /* sliding doors padding */
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

a.button:hover
{
	background-color: #808080;
	color: #FFFFFF;
}


  
/* ------------------------------------ */
/* END BUTTON CODE */
/* ------------------------------------ */


/* Panel */
div.panel
{
	padding: 5px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}

input.contact
{
	width: 150px;
	border: 1px solid #325082;
}

.required
{
	background-color: #FFFFCC;
}


.asterisk
{
	font-family: Arial;
	font-size: 18px;
	color: #FF0000;
}

/*IMAGES */
div#gallery a
{
	text-decoration:none;
}

div#gallery img.thumb
{
	margin: 0px 20px 20px 0px;
	border: 1px solid #808080;
	width: 100px;
	height: 100px;
}

/*FAQ*/
a.faqLink
{
	/*font-size: 8pt;*/
	text-decoration: none;
	font-weight: 500;
	color:#4F4F4F;
}

a.faqLink:hover
{
	text-decoration: underline;
}

ul.faqList
{ 
	font-size: 9pt;
}


ul.faqList li
{
	margin-bottom: 10px;
	list-style-type: disc; 
	list-style-position: inside; 	
}

/*Contact Table */
table.contact
{
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 5px;
}

/*rounded panel*/
div.roundedPanel
{
	padding: 10px;
	background-color: #D6DCEB;
}

/*background panel*/
div.bkgrdPanel
{
	padding: 15px; 
	border: none 0px; 
	background-color: #4672B9;
}

/*Testimonials cyle*/
.testimonials
{
	width: 330px;
	height: 200px;
	padding: 0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
/*
testimonials p
{
	width: 300px;
	height: 200px;	
	padding: 15px;
	top: 0;
	left: 0;
	
}
*/