@charset "utf-8";
/* CSS Document */
 
body{
	background:url(../images/body_bg.gif) repeat-x; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0; 
	border:0;
}
#page{
	width:890px;
	margin:0 auto; 
	padding:0;
 
}
#page .leftShadow, .rightShadow{
	position:relative;
	height:540px;
	padding:0; 
	margin:0; 
	top:0; 
}
#page .leftShadow{ 
	background:url(../images/left_shadow.gif) no-repeat left top; 
	margin:0 0 0 -38px;
	float:left;
	padding:0;
}
#page .leftShadow .rightShadow{ 
	background:url(../images/right_shadow.gif) no-repeat  right top; 
	float:right; 
	margin:0 -38px 0 0;
	padding:0;
}
 
#mainWrap{ 
	margin:0 0 0 0;
	float:left;
	padding:0 40px;
}
 
 
#header{ 
	float:left; 
	padding:0; 
	margin:0; 
	background:url(../images/header_bg.gif) no-repeat;
	width:100%;
 
}
#logoWrap{ 
	float:left; 
	padding: 30px 0 0 10px; 
	margin:0px 0 0 0px;
	width:100%;
}
.logoInside{
	float:left;
}
#logoWrap #logo{ 
	width:376px; 
	text-indent:-3000px; 
	margin:0; 
	padding:0;
	float:left;
}
#logoWrap #logo a{ 
	width:376px; 
	height:66px; 
	display:block; 
	float:left; 
	background:url(../images/logo.jpg) no-repeat;
	clear:both;
}
#logoWrap .slogan{ 
	color:#b8ce96; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	margin:0 0 0 6px;
	clear:both;
	display:block;
}
.phone{
	float:right;
	color:#426563;
	font-size:20px;
	padding:15px 20px 0 0;
	margin:0 0px 0 0;
}
.phone span{
	color:#b8ce96;
}
 
 
/* Navigation */
#navWrap{
	clear: both;
	padding:33px 0 0 70px;
}
#nav{
/* 	float:right; */
   right: 0;
   z-index: 999;
   list-style: none;
   margin:0;
   padding:0;
}
 
#nav li{
   float: left;
   margin-right: 3px;
   font-size: 1.2em;
   padding:0;
}
 
#nav li a{
   float: left;
   display: block;
   height: 26px;
   padding: 5px 16px 0 16px;
   color:#fff;
   text-decoration: none;
}
 
#nav li.current a{
   color: #600001;
   background:#f1f3ee url(../images/nav_bg.gif) repeat-x top left;
}
 
#nav li:hover,
#nav li.sfhover{
	color:#600001;
	background:#f1f3ee url(../images/nav_bg.gif) repeat-x top left;	
}
 
 
#nav li:hover a,
#nav li.sfhover a{
   color:#600001;
 
}
 
#nav li.current:hover a,
#nav li.sfhover.current a{
   color: #600001;
  
}
 
#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 30px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 Hack */
   border: 1px solid #bebeb1;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   padding:0;
}
 
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}
 
#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}
 
#nav li ul ul{
   margin: -31px 0 0 161px;
}
 
#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}
 
 
 
#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}
 
#nav li li li{
   font-size: 1em;
}
 
#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 133px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #FBFCFE;
   border-bottom: 1px solid #D3D6CD;
   background: #F1F3EE;
   color: #384751;
}
 
#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #e7f3d4;
}
 
 
 
 
 
/*ContentWrap Style*/
#contentWrap{ 
	float:left; 
	margin:0;
	padding:20px 0 20px 0;
	width:880px;
}
/*IE6 Hack*/
* html #contentWrap{
	float:left; 
	margin:0;
	padding:20px 0 0 0;
	width:884px;
}
.introtext{
	padding:15px;
	margin:0 0 30px 0;
	background:#f4eed8;
	border:1px solid #fff;
	height:180px;
}

.introcontent{
	padding: 5px 0px 0px 30px;
}

.listimage{
	width:150px;
	height:150px;
	float:right;
	padding: 15px 50px 15px 15px;
	color:#F4EED8;
}
 
/*Breadcrumbs*/
.breadcrumbs{
	padding:10px 10px;
	margin:0 0 20px 0;
	background:#f4f1ea;
	border:1px solid #ded7c9;
}
.yourhere{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#736f67;
	font-style:italic;
	padding-right:10px;
}
.breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0;
}
.breadcrumbs ul li{
	display:inline;
	margin:0 0 0 10px;
	color:#68645d;
	font-weight:bold;
}
.breadcrumbs ul li a{
	float:left;
	display:block;
	font-weight:normal;
	background:url(../images/breadcrumb_arrow.gif) no-repeat right 60%; 
	padding-right:15px;
	padding-left:10px;
	text-decoration:none;
	color:#91b25d;
}
.breadcrumbs ul li a:hover{
	color:#68645d;
}
 
#footer a{
	color:#759741;
	text-decoration:underline;
}
#footer a:hover{
	color:#000;
	text-decoration:none;
}
 
.introtext a{
	color:#759741;
	text-decoration:underline;
}
.introtext a:hover{
	color:#f4eed8;
	text-decoration:none;
}
 
.introtext p{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:20px 0 0 0;
	font-size:22px;
	line-height:30px;
	font-style:italic;
}
#contentWrap .intro{ 
	float:left; 
	padding:0 0 40px 0; 
	margin:0;
	width:100%;
}

.introtext .buttonlink {
	display:block;
	background:#6e0001 url(../images/readme_bg_arrow.gif) no-repeat right 52%;
	padding:5px 20px 5px 5px;
	margin:15px 0 0 0px;
	font-size:10px;
	width:150px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
 
/*.intro .box{
	width:271px;
	margin:0 0px 0 0px;
	padding:0 0 0 0;
	background:url(../images/intro_box_bg.gif) repeat-y;
	float:left;
}*/
.intro .box{
	width:271px;
	margin:0 32px 0 0px;
	padding:0 0px 0 0;
	background:url(../images/intro_box_bg.gif) repeat-y;
	float:left;
}
.intro .boxLast{
	width:271px;
	margin:0 0px 0 0px;
	padding:0 0px 0 0;
	background:url(../images/intro_box_bg.gif) repeat-y;
	float:right;
}
 
.intro .box h2, .intro .boxLast h2{
	padding:20px 20px;
	margin:0;
	background:url(../images/intro_title_bg.gif) no-repeat top left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:20px;
}
.intro .box h2 span, .intro .boxLast h2 span{
	display:block;
	background:url(../images/arrow.gif) no-repeat left 80%;
	margin:0 6px 0px 0;
	padding-left:17px;
	padding-right:0px;
}
.intro .box p, .intro .boxLast p{
	padding:10px 20px 0px 20px;
	margin:0;
	color:#000;
	
}
.intro .box .readmore, .intro .boxLast .readmore{
	display:block;
	background:#6e0001 url(../images/readme_bg_arrow.gif) no-repeat right 52%;
	padding:5px 20px 5px 5px;
	margin:0px 0 0 0;
	color:#1e5245;
	font-size:10px;
	width:70px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
 
.intro .box ul, .intro .boxLast ul{
	color:#b8ce96;
	margin:0;
	padding:0 0 20px 40px;
	list-style:square;
}
.intro .box olm .intro .boxLast ol{
	color:#b8ce96;
	margin:0;
	padding:0 0 20px 45px;
}
.intro .box .flip, .intro .boxLast .flip{
	display:block;
	position:relative;
	float:right;
	background:url(../images/flip_bottom.gif) right bottom no-repeat;
	width:23px;
	height:27px;
	margin:0 4px 0 0;
	_margin-right:2px;
}
 
.intro a{
	color:#600001;
	text-decoration:underline;
}
.intro a:hover{
	color:#00c2a9;
	text-decoration:none;
}
#content{
	float:left;
	width:70%;
}
#content h2{
	color:#600001;
	border-bottom:1px solid #600001;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}
#content .contentBox{
	padding:10px 20px 0px 0px;
	border-top:1px solid #fff;
}
#content .contentBox blockquote{
	border-left:2px solid #ccc;
	padding:0 0 0 20px;
	margin-bottom:29px;
}
#content .contentBox blockquote p{
	padding:0;
	color:#a6a197;
	font-style:italic;
	font-size:14px;
}
#content .contentBox .newsdate{
	margin:-5px 0 0 0;
	padding:0 0 20px 0;
	position:relative;
	display:block;
	font-size:11px;
	color:#848484;
}
#content a{
	text-decoration:underline;
	color:#600001;
}
#content a:hover{
	text-decoration:none;
	color:#5b7434;
}
#content ul, #sidebar ul{
	list-style: disc;
	padding:0 0 20px 20px;
	margin:0;
}
#content ol, #sidebar ol{
	padding:0 0 20px 35px;
	margin:0;
}
#content ul ul, #sidebar ul ul, #content ol ol, #sidebar ol ol{
	margin:0;
	padding-bottom:0;
}
 
#sidebar{
	float:right;
	width:30%;
	margin:38px 0 0 0;
	padding:0;
	border-top:1px solid #600001;
	background:#fff url(../images/sidebar_bg.gif) left 0 repeat-y;
}
#sidebar .box{
	padding:20px 20px;
	float:left;
	border-bottom:1px solid #d5d5d5;
	width:224px;
}
#sidebar .boxOther{
	padding:20px 20px;
	float:left;
	border-bottom:1px solid #d5d5d5;
	width:224px;
/*		border-bottom:1px solid #d5d5d5;*/
}
#sidebar p{
	margin:0 0 0 0;
	padding:0 0 20px 0;
}
#sidebar .latestnews{
	list-style:inside;
	margin:0;
	padding:0;
}

#sidebar .latestnews h3{
	padding:8px 0 0 0;
	margin:0;
	color:#555555;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

 
#sidebar .latestnews h3 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
#sidebar .latestnews h3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#683604;
	text-decoration:underline;
}
 
#sidebar .latestnews .date{
	display:block;
	font-size:11px;
	color:#848484;
	padding:0 0 5px 0;
}
#sidebar .latestnews .readmore{
	margin:0;
}
#sidebar .latestnews .readmore a{
	background:url(../images/readmore_arrow.gif) no-repeat right 50%;
	color:#5a5345;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:20px;
	font-size:12px;
}
#sidebar .latestnews .readmore a:hover{
	background:url(../images/readmore_arrow_hover.gif) no-repeat right 50%;
	color:#13110d;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:20px;
}
#sidebar .testimonial blockquote{
	padding:0 0 0 15px;
	margin:0;
}
#sidebar .testimonial blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777;
	line-height:22px;
}
#sidebar .testimonial blockquote .first{
	background:url(../images/quote_left.gif) no-repeat left 0;
	text-indent:24px;
}
#sidebar .testimonial blockquote .last{
	background:url(../images/quote_right.gif) no-repeat right top;
	padding:0 20px 0 0;
}
#sidebar .testimonial blockquote p cite{
	color:#000000;
}
#sidebar a{
	color:#600001;
	text-decoration:underline;
}
#sidebar a:hover{
	color:#600001;
	text-decoration:none;
}
 
 
 
 
/*Footer Style*/
#footer{ 
	clear:both;
	float:left;
	width:100%;
	padding:10px 0px;
	font-size:10px;
}
#footer #navfooter{
	list-style:none;
	padding:0;
	margin:0;
	
}

.copyright {
	font-size:10px;
}

#footer #navfooter li{
	display:inline;
	margin:0 0 0 20px;
	
}
 
 #footer #navfooter li a{
	color:#600001;
	
}
 
 
 
h1, h2{
	padding:20px 0 20px 0;
	margin:0;
	color:#600001;
	font-family:Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6{
	padding:0 0 10px 0;
	margin:0;
	color:#600001;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
	color:#600001;
}
 
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
 
h5{
	font-size:12px;
}
 
h6{
	font-size:10px;
}
p{
	margin:0;
	padding:0 0 20px 0 ;
	line-height:22px;
	font-size:13px;
}
 
 
 
 
 

 
/*Global Class*/
.block{
	display:block;
}
.clear{
	clear:both;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignJustify{
	text-align:justify;
}
.alignCenter{
	text-align:center;
}
 
.floatRight{
	float:right
}
.floatLeft{
	float:left;
}
 
.clear{
	clear:both;
}
 
/* Accronym and abbr style*/
abbr, acronym{
	font-style:italic;
	cursor:help;
	color:#6d6d6d;
}
 
 
/*imageLeft - Image Left style*/
.imageLeft{
	background:#fff;
	border:1px solid #ebe8e2;
	padding:10px 10px;
	margin:0 15px 20px 0;
}
 
 
/*imageRight - Image Right style*/
.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 20px 15px;
	border:1px solid #ddddda;
}
 
 
/*hide - Hide style*/
.hide{
	display:none;
}
 
 
 
/*Table*/
table {  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:100%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}
 
table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 10px;
}
 
 
thead th {
  color: #FFF;
  background-color: #6d6453;
  border-bottom: 1px solid #585043;
}
 
tbody tr.highlighted {
  background-color: #e5ddcf;
}
 
tbody td {
  border-bottom: 1px solid #d3ccbd;
}
 
tbody tr:hover td {
  background: #cddfb1; 
  border-bottom: 1px solid #9fbb73;
}
 
 
 
 
 
 
/*form - Form Style*/
form {
  padding: 20px 0;
}
label {
  float: left;
  width: 100px;
  padding-right: 1px;
}
input,
textarea{
  padding: 2px;
  font: 400 12px arial, sans-serif;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #f8fbf0;
}
#name, #email, #subject{
	width:200px;
}
#message{
	width:300px;
	height:150px;
}
input.button {
  padding: 1px 10px;
  font: bold 1em arial, sans-serif;
  cursor: pointer;
  color: #FFF;
  background-color: #286251;
  border-width: 1px;
  border-style: solid;
  border-color: #318d72 #318d72 #1e5245  #1e5245;
}
 
 
/*errorMsg - Error Message Block style*/
.errorMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#f2e6e4;
	margin:0 0 20px 0;
	border-top:1px solid #ad5341;
	border-bottom:1px solid #ad5341;
	width:93%;
}
.errorMsg h3{
	color:#98311d;
	margin:0;
	padding:0;
}
.errorMsg ul{
	margin:0;
	padding:0;
}
.errorMsg ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
 
/*highlight style*/
.highlight{
	color:#d74613;
}
 
 
/*infoMsg - Info Message Block style*/
.infoMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#e6f4e8;
	margin:0 0 20px 0;
	border-top:1px solid #2d993c;
	border-bottom:1px solid #2d993c;
	width:93%;
}
.infoMsg h3{
	color:#319240;
	margin:0;
	padding:0;
}
