/* -------------------------- */
/* GLOBAL RESET
/* -------------------------- */
*	{
	outline: 0;
	outline-style: none;
	outline-width: 0;
}
a, a img	{
	border: 0;
	text-decoration: none;
}
td {
  vertical-align: top;
}


/* -------------------------- */
/* LAYOUT
/* -------------------------- */

body	{
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
    background: #d3d3d3;
}

/* -------------------------- */
/* WEBSITE STRUCTURE
/* -------------------------- */

#frame	{
  width: 790px;
  background: #fff;
  border-left: 4px solid #e2e2e2;
  border-right: 4px solid #e2e2e2;
}
.popup #frame {
  padding: 10px 10px;
  margin: 10px auto;
  width:80%;
  text-align: justify;
}
#page	{
  width: 750px;
  background: url(../img/bg-top.png) repeat-x top left;
}
#header	{
  border-bottom: 5px solid #efefef;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
#search {
  width: 456px;
  float: right;
  text-align: right;
  padding-top: 7px;
}
#logo	{
  margin-top: 7px;
  padding-top: 65px;
  width: 278px;
  float: left;
  background: url(../img/logo.png) no-repeat top left;
  overflow: hidden;
}
#flash {
  background:  url(../img/bg-flash.jpg) no-repeat top center;
  height: 211px;
  width: 456px;
  float: right;
  overflow: hidden;
}


#container	{
}
#content	{
  float: right;
  width: 456px;
  text-align: justify;
}
#miscinfo {
  padding: 5px 0px;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
}


#miscinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#miscinfo ul li {
  width: 190px;
  float: left;
}
#miscinfo ul li.phone {
  background: url(../img/bg-phone.png) no-repeat top left;
  padding-left: 70px;

}
#miscinfo h6 {
  line-height: 90%;
  color:#177310;
}
#miscinfo h6 strong {
  color:#983a3a;
}

#sidebar	{
  float: left;
  width: 278px;
}
#testimonialtext {
  border: 4px solid #efefef;
  padding: 5px 5px;
  text-align: justify;
}
#testimonialtext p {
  margin: 0;
}


#testimonialc p {
  text-align: right;
  margin: 0;
  padding: 5px 5px;
  color: #983a3a;
  font-size: 14px;
}

#sidebar .box   {
  padding: 0px 10px;
}
#emergency {
  background: url(../img/box-02.png) no-repeat top left;
  width: 257px;
  height: 86px;
  text-indent: -999999px;
  overflow: hidden;
}
#personnel {
  background: url(../img/box-01.png) no-repeat top left;
  width: 257px;
  height: 86px;
  text-indent: -999999px;
  overflow: hidden;
}


#footer	{

}
#footer a:link, #footer a:visited	{
	color: #8D8B8C;
}
#footer a:hover, #footer a:focus, #footer a:active	{
	color: #E0E0E0;
}
#copyright	{
  border-top: 5px solid #efefef;
  margin-top: 5px;
}


/* -------------------------- */
/* MAIN MENU LAYOUT
/* -------------------------- */
#mainmenu {
  margin-top: 20px;
}


#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu ul li {
  margin: 5px 0px 5px 8px;
  padding: 5px 0px 5px 50px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  background: url(../img/arrow.png) no-repeat top left;
}

#mainmenu a:link, #mainmenu a:visited	{
	color: #A9A7A9;
    text-transform: uppercase;
    font-weight: bold;
}
#mainmenu a:hover, #mainmenu a:focus, #mainmenu a:active	{
	color: #983a3a;
}
/* -------------------------- */
/* MENU LAYOUT
/* -------------------------- */
#menu	{
	height: 25px;
	overflow: hidden;
	padding-top: 10px;
    width: 278px;
    float: left;
}
#menu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li	{
	display: inline;
	padding: 0 13px;
}
#menu a:link, #menu a:visited	{
	color: #983a3a;
}
#menu a:hover, #menu a:focus, #menu a:active	{
	color: #aaa8a9;
}


/* -------------------------- */
/* FOOTER DUPLICATE MENU LAYOUT
/* -------------------------- */
#dubmenu	{
	height: 25px;
	overflow: hidden;
	padding-top: 10px;
}
#dubmenu ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#dubmenu ul li	{
	display: inline;
	padding: 0 10px;
}
#dubmenu a:link, #dubmenu a:visited	{
	color: #8D8B8C;
}
#dubmenu a:hover, #dubmenu a:focus, #dubmenu a:active	{
	color: #E0E0E0;
}

/* -------------------------- */
/* CLEAR FIX
/* -------------------------- */
.clear	{
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

/* -------------------------- */
/* IF WE HAVE ACCORDION, ITS HEADER
/* -------------------------- */
.accordion li h5	{
	cursor: pointer;
}

/* -------------------------- */
/* GLOBAL LINKS
/* -------------------------- */
a:link, a:visited	{
	color: #6C99B0;
}
a:hover, a:focus, a:active	{
	color: #53ae46;
}


/* -------------------------- */
/* HEADINGS
/* -------------------------- */
h1,h2,h3,h4,h5,h6	{
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 0;
	text-align: left;
    color: #8d8b8c;
    font-weight: normal;
    line-height: 80%;
}
h1	{
	font-size: 28px;
}
h2	{
	font-size: 24px;
}
h3	{
	font-size: 26px;
}
h3 strong {
    color: #983a3a;
    font-size: 22px;
    font-weight: normal;
}


h4	{
	font-size: 18px;
}
h5	{
	font-size: 16px;
}
h6	{
	font-size: 14px;
}

/* -------------------------- */
/* IMAGES HANDLING
/* -------------------------- */
.photo	{
	background: #fff;
	border: 4px solid #efefef;
	padding: 1px 1px;
}
.alignleft	{
	float: left;
	margin: 10px 10px 10px 0px;
}
.alignright	{
	float: right;
	margin: 10px 0px 10px 10px;
}

/* -------------------------- */
/* FORM ELEMENTS
/* -------------------------- */
form	{
	margin: 0;
	padding: 0;
}
fieldset	{
	border: 1px solid #ddd;
	padding: 5px 5px;
	text-align: left;
}
legend, label	{
	font-weight: bold;
}
label	{
	cursor: pointer;
}
legend	{
}
.forms, textarea, select	{
	border: 1px solid #ddd;
	line-height: 100%;
	padding: 2px 2px;
    margin: 0px 5px;
}
.button	{
	background: #4dab40;
	border: 1px solid #287d22;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
}
#search .button {
  padding: 2px 5px;
}


.required	{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

/* -------------------------- */
/* ERROR, NOTICE, SUCCESS MESSAGES
/* -------------------------- */
.error	{
	background: #FFF2F5;
	border: 1px solid #FFD2DE;
	color: #9B0027;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}
.success, .ok, .okay	{
	background: #F3F8F1;
	border: 1px solid #C9DDC1;
	color: #89B47A;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}
.notice, .caption	{
	background: #F9F8E8;
	border: 1px solid #D6C27E;
	color: #B59A79;
	display: block;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 5px;
}

/* -------------------------- */
/* SHADOWBOX LAYOUT
/* -------------------------- */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 10px;
}
#sb-title-inner {
  border-top: 1px solid #ccc;
}
#sb-container {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: 999;
}
#sb-overlay {
	height: 100%;
	position: relative;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	border: 5px solid #fff;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#sb-body {
	height: 100%;
	position: relative;
}
#sb-body-inner {
	height: 100%;
	position: absolute;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	height: 100%;
	position: relative;
}
#sb-loading-inner {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
#sb-loading-inner span {
	display: inline-block;
	padding-left: 34px;
}
#sb-body,#sb-loading {
	background-color: #E0E0E0;
}
#sb-title,#sb-info {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#sb-title,#sb-title-inner {
	line-height: 26px;
}
#sb-title {
    background: #fff;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info,#sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-left: 3px;
	width: 16px;
}
#sb-nav-close {
	background-image: url(../js/shadowbox/close.png);
}
#sb-nav-next {
	background-image: url(../js/shadowbox/next.png);
}
#sb-nav-previous {
	background-image: url(../js/shadowbox/previous.png);
}
#sb-nav-play {
	background-image: url(../js/shadowbox/play.png);
}
#sb-nav-pause {
	background-image: url(../js/shadowbox/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	color: #fff;
	cursor: pointer;
	padding: 0 4px 0 0;
	text-decoration: none;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}
/* -------------------------- */
/* SLIDESHOW LAYOUT
/* -------------------------- */
#slideshow	{
	float: right;
	height: 305px;
	position: relative;
	width: 488px;
}
#slideshow h5	{
	color: #fff;
	font-size: 16px;
	left: 20px;
	line-height: 1;
	position: absolute;
	top: 217px;
	z-index: 20;
}
#slideshow h5 strong	{
	color: #ccc485;
}
#slideshow div	{
	height: 305px;
	left: 0;
	opacity: 0.0;
	position: absolute;
	top: 0;
	z-index: 8;
}
#slideshow div.active	{
	opacity: 1.0;
	z-index: 10;
}
#slideshow div.last-active	{
	z-index: 9;
}
#slideshow div img	{
	border: 0;
	display: block;
	height: 305px;
	margin-bottom: 0px;
}

/* -------------------------- */
/* SOCIAL ICONS CODE
/* -------------------------- */
.addthis_toolbox	{
	border-top: 1px dotted #ccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
