body {
	margin: 0px 0;
	padding: 0;
	background: url('images/bground.gif') repeat;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 125%;
}

h1, h2, h3 {
  color: #B13413;
}

h2 {
  font-size: 1.6em;
}

h2#testimonial {
color:#000000;
font-family:"Trebuchet MS",Arial,san-serif,Helvetica;
font-size:19px;
font-weight:bold;
line-height:24px;
margin:0;
padding: 0 0 5px 0;
text-align:left;
}

h3 {
font-size:16px;
margin:0;
padding-bottom:8px;
padding-top:15px;
}

p, ul, ol, blockquote {
  margin-top: 0;
}

a:link {
  border-bottom: 1px dotted #CCCCCC;
  text-decoration: none;
  color: #3284B5;
}

a:hover {
	border: none;
	background-color: #EBEBEB;
}

img {
  border: none;
}
/* Header */

#header {
  width: 960px;
  height: 200px;
  margin: 0 auto;
  background: url(images/header.jpg) no-repeat;

}

#header * {
  margin: 0;
  border: none;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
  color: #FFFFFF;
}

#header h1 {
  float: left;
  padding: 130px 0 0 20px;
  font-size: 3em;
}

#logo {
  float: right;
  padding: 0 5px 0 0;
}

#header h2 {
  float: left;
  padding: 165px 0 0 3px;
  font-size: 1em;
}
/* Menu */

#menu2 {
  width: 960px;
  height: 41px;
  margin: 0 auto;
  background: #37AEF2 url(images/img2.gif);
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 32px;
  padding: 9px 20px 0 20px;
  text-decoration: none;
  color: #FFFFFF;
}

#menu a:hover, #menu .active a {
  background: url(images/img3.gif);
  color: #FFFFFF;
}
/* Content */

blockquote {
	min-height: 35px;
	padding: 30px 0 15px 70px;
	padding-left: 50px;
	margin: 0 40px 15px 40px;
	background: url(images/blockquote.jpg) no-repeat;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	line-height: 1.75em;
	font-style: italic;
	clear: left;
}

#box-note {
	background: #FFFFCC url('/images/yellow_box_bg.jpg') repeat-x;
	color: #333333;
	padding: 5px 15px 5px 15px;
	border:solid 1px silver;
	margin-bottom: 30px;
	margin-left: 70px;
	margin-right: 70px;
	min-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	clear: left;
}

#box-note2 {
	background: #f2f2f2 url('/images/grey_bg.jpg') repeat-x;
	color: #333333;
	padding: 5px 15px 5px 15px;
	border:solid 1px silver;
	margin-bottom: 30px;
	margin-left: 70px;
	margin-right: 70px;
	min-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	clear: left;
}

#content {
  width: 960px;
  margin: 0 auto;
  background: url(images/img5.png);
}

#colOne {
  float: right;
  width: 160px;
  padding: 10px 10px 0 10px;
}

#colTwo {
  float: right;
  width: 380px;
  padding: 10px 20px 0 10px;
}

#colTwo-inside {
  float: right;
  width: 755px;
  padding: 10px 20px 0 10px;
}

#biz-one {
  float: right;
  width: 475px;
  padding: 10px 20px 0 10px;
}

#biz-two {
  float: right;
  width: 280px;
  padding: 10px 20px 0 10px;
}

#colThree {
  float: right;
  width: 160px;
  padding: 15px 8px 0px 0px;
}

#colThree a:link {
text-decoration:none;
border-bottom:none;
}

.galleryleft  {
	float:left;
	margin: 0px 5px 5px 0px;
  background-color: #CCCCCC
  padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F4F4F4;
}

.galleryright  {
	float:right;
	margin: 0px 0px 5px 5px;
  background-color: #CCCCCC
  padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F4F4F4;
}




/* Footer */

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  color: #666666;
  background: url(images/img6.gif) repeat-x;
  font-size: smaller;
}

#footer a {
	color: #CCCCCC;
	border-bottom:none;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	border-bottom:none;
	text-decoration:none;
}

#info {
  position: relative;
}

p.bold {
  padding-left: 15px;
  color: #c00;
}

a.linkup {
  position: relative;
}

a.buttonup {
  position: absolute;
  top: 200px;
  left: 650px;
  border: 0;
}

a.buttonup img {
  border: 0;
}

.gleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 0;
}

.gright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 10px;
}

.grc {
  margin: 20px 0 0 10px;
}

.floatright { float: right; }

.floatleft { float: left;
}


/*------------------------------------------*/
/*     Menu
/*------------------------------------------*/

#nav {
margin: 0 auto;
width: 960px;
}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 955px;
border-top: 1px solid #000000;
background: url(images/blockdefault.jpg) center center repeat-x;
padding: 8px 3px 8px 2px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
border-right:1px solid #460203;
padding: 8px 15px;
margin: -2px;
text-decoration: none;

}

.chromestyle a:link {
	border-bottom: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/blockactive.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 1px #FFFFFF;
font:normal 12px 'Arial';
line-height:23px;
z-index:100;
background-color: #D4D8BD;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 20px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #949e7c;
}
