/**
 * @version $id: site.css, v1.0 2008/02/20 00:26:59 GMT+0800 $
 * @author Jerome Coloma <jeromecoloma@gmail.com>
 * @copyright Copyright (c) 2007-2008, Frozynart Designs
 * @since Version 1.0
 */

body {
	color: #666666;
	background-color:#d6dfbe;
	font-family: Helvetica, "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	width: 912px;
	margin: 0 auto;
	
}

input {
	outline: none;
}

p {
	font-size:1.1em;
	padding:5px 0;
}


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

ol, ul {
	margin-left: 25px;
}
ol li, ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}

blockquote {
	border-left: 2px solid #6DA0F5;
	padding-left: 10px;
}

a:visited { color: #000;}
a:focus, a:hover {color:#633801;}
a { color: #000; }


#skip-to-main-content {
	position: absolute;
	left: -9999px;
}

#main_container {
	margin:0 auto;
	
}

#main-container {
 background: #fff;
}

#container {
	
}

#masthead {
	background: url(../../img/ui/header-banner.jpg) 0 0 no-repeat;
	height: 163px;
	width: 912px;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
/*	margin: 10px 0 0 15px;*/
}

#logo a {
	
}

#content {
	clear:both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height:250px;
	height: auto;
}

#inner-content {
	padding: 20px;
}



/** #head_navigation ::start */
#head-navigation {
	position: absolute;
	left: 230px;
	top: 130px;
	padding:0 0 0 0;
	
/*	margin:5px 0 0 150px;*/
	width:650px;
}
#head-navigation li {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	float: left;
}
#head-navigation li a {
	text-indent: -9999px;
	background: url(../../img/ui/head-navi-bg.png) 0 0 no-repeat;
	font-size:1em;
	color:#000;
	font-family:Arial, Verdana, Sans-serif;
	display:block;
	margin: 0;
	height: 26px;
	width: 40px;
}
#head-navigation li a:visited { color: #fff; }
#head-navigation li a:hover, #head-navigation li a.selected {
	color: #1f1f1f;
}

#head-navigation li.home a{ background: url(../../img/ui/head-navi-bg.png) 0 0 no-repeat; text-align: center; width: 62px !important;}
#head-navigation li.home a.selected, #head-navigation li.home a:hover{ background: url(../../img/ui/head-navi-bg.png) 0 -26px no-repeat; text-align: center; width: 62px !important;}

#head-navigation li.about a{ background: url(../../img/ui/head-navi-bg.png) -64px 0 no-repeat; text-align: center; width: 62px !important;}
#head-navigation li.about a.selected, #head-navigation li.about a:hover{ background: url(../../img/ui/head-navi-bg.png) -64px -26px no-repeat; text-align: center; width: 62px !important;}

#head-navigation li.goals a{ background: url(../../img/ui/head-navi-bg.png) -127px 0 no-repeat; text-align: center; width: 55px !important;}
#head-navigation li.goals a.selected, #head-navigation li.goals a:hover{ background: url(../../img/ui/head-navi-bg.png) -127px -26px no-repeat; text-align: center; width: 55px !important;}

#head-navigation li.services a{ background: url(../../img/ui/head-navi-bg.png) -184px 0 no-repeat; text-align: center; width: 76px !important;}
#head-navigation li.services a.selected, #head-navigation li.services a:hover{ background: url(../../img/ui/head-navi-bg.png) -184px -26px no-repeat; text-align: center; width: 76px !important;}


#head-navigation li.news-and-events a{ background: url(../../img/ui/head-navi-bg.png) -263px 0 no-repeat; text-align: center; width: 145px !important;}
#head-navigation li.news-and-events a.selected, #head-navigation li.news-and-events a:hover{ background: url(../../img/ui/head-navi-bg.png) -263px -26px no-repeat; text-align: left; width: 145px !important;}

#head-navigation li.contact a{ background: url(../../img/ui/head-navi-bg.png) -411px 0 no-repeat; text-align: center; width: 74px !important;}
#head-navigation li.contact a.selected, #head-navigation li.contact a:hover{ background: url(../../img/ui/head-navi-bg.png) -411px -26px no-repeat; text-align: center; width: 74px !important;}


#head-navigation li.resources a{ background: url(../../img/ui/head-navi-bg.png) -487px 0 no-repeat; text-align: center; width: 89px !important;}
#head-navigation li.resources a.selected, #head-navigation li.resources a:hover{ background: url(../../img/ui/head-navi-bg.png) -487px -26px no-repeat; text-align: center; width: 89px !important;}

/** #head_navigation ::end */

#left-content { float: left; }

#right-content h1#welcome { 
	float: left;
	background: url(../../img/ui/hafa-adai.jpg) 0 0 no-repeat; 
	position: relative;
	width: 205px;
	 height: 53px;
	 text-indent: -9999px;
	 margin: 10px 0 0 0;
	 width: 460px;
 }
 
 #right-content p#content-text{
	padding-top: 80px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 20px;
 }
 
#right-content p#read-more a ,  #right-content p#read-more a:visited,  #right-content p#read-more a:active{ color: #713f00;}
#right-content p#read-more a:hover { color: #936225; text-decoration: underline;}
 
#divider { 
	background: url(../../img/ui/divider.jpg) 0 0 no-repeat; 
	height: 27px; 
	width: 910px; 
	clear: both;
	margin: 0 0 0 -19px;
}
 
 #bottom-content { float: left; }
 
 .email { margin-top: -12px; }
 
 #news-and-events { width: 300px; float: left; }
 #news-and-events h1
 {
    /*
	 background: url(../../img/ui/news-and-events.jpg) 0 0 no-repeat; 
	 width: 194px;
	 height: 36px;
	 text-indent: -9999px;
	 */
	 margin: 5px 0 20px 20px;
 }
 

 
 #news-and-events p
 {
	margin: 0 50px -5px 20px;
	width: 300px;
	line-height: 15px;
	font-size: 1.1em;
}



 #news-and-events h2.news-title { font-size:1.2em; font-weight: bold; margin: 2px 0 0 20px;}
 #news-and-events h3.date { color: #C44406; font-weight: bold; text-decoration: underline; font-size: 1.2em; margin: 5px 0 0 20px;}
 #news-and-event a:visited { color: #4D4D4D; }
 #news-and-event a:active, #news-and-event a:hover{ color: #000000; }
 
 #head-link { font-size: 1.4em; font-weight: bold; margin: 0 0 20px 20px;}
 #head-link a:link, #head-link a:visited { color: #374f05; }
 #head-link a:hover { text-decoration: underline; color: #708244;}


#our-locations { float: left; margin: 20px 0 0 180px;}
#our-locations p{ line-height: 14px;}

  #our-locations h1
 {
	 background: url(../../img/ui/our-locations.jpg) 0 0 no-repeat; 
	 width: 164px;
	 height: 36px;
	 text-indent: -9999px;
	 margin: -10px 0 20px -5px;	
 }

 #our-locations h4
 {
	  color: #374f05;
	  font-weight: bold;
	  text-decoration: underline;
	  margin-bottom: 2px;
 }
 #our-locations p.location-name { font-weight: bold; line-height: 5px;}
 #our-locations p.location-details { margin: 0 0 5px 0;}
 #our-locations p.name-description { font-weight: bold; font-size: 1.2em; color: #546233; margin: -4px 0 -2px 0;}
 #our-locations p.l-spacing { margin: 0 0 10px 0;}
  
  
 #sub-content h1#about-bg { background: url(../../img/pages/about/about-bg.jpg); height: 60px; width: 114px; text-indent: -9999px;}
 #sub-content h1#goals-bg { background: url(../../img/pages/goals/goals-bg.jpg); height: 60px; width: 114px; text-indent: -9999px;}
 #sub-content h1#services-bg { background: url(../../img/pages/services/services-bg.jpg); height: 60px; width: 129px; text-indent: -9999px;}
 #sub-content h1#contact-bg { background: url(../../img/pages/contact/contact-bg.jpg); height: 60px; width: 129px; text-indent: -9999px;}
 #sub-content h1#resources-bg { background: url(../../img/pages/resources/resources-bg.jpg); height: 60px; width: 145px; text-indent: -9999px;}

 
 #about {
 
	 width: 490px;
	 font-size: 1.3em;
	 clear: both;
	 line-height: 17px;
	 text-indent: 18px;
	 margin-left: 10px;
 }
 
 #news h3 {color: #051E0B; font-weight: bold; margin: 0 0 10px 0;}
 #news-summary { 
	 float: right; 
	 width: 260px;
	
	 margin: -290px 0 50px 0;
	 background: url(../../img/pages/about/news-divider.jpg) 0 0 no-repeat;
	 padding: 0 20px 0 20px;
 }
 
 #news-summary a { #ff0000; }
 #news-summary p {line-height: 14px; }
 
 #news-summary p.date { color: #C44406; font-weight: bold; text-decoration: underline; font-size: 1.1em;}
 #news-summary h3 { 
	 background: url(../../img/ui/news-and-events.jpg) 0 0 no-repeat; 
	 height: 36px;
	 width: 194px;
	 text-indent: -9999px;
	 margin: 0 0 10px 0;
 }
 #news-summary p.news-title { font-weight: bold; margin: -8px 0 -6px 0;}

 
 #resources h3 { font-weight: bold; color: #9F5800; text-indent: 20px; margin: 10px 0 30px 0;}
 #resources ul li { line-height: 15px; font-size: 1.2em;}
 #resources li.li-title { list-style-type: disc; color: #30491F; font-weight: bold;}
 #resources li a { text-decoration: none; color: #A18055;}
 #resources li a:hover { text-decoration: underline; color: #B66C41;}
 #resources li.li-link { list-style-type: none; margin: -4px 0 15px 0; }
 #resources li.li-caption{ list-style-type: none; margin: -15px 0 15px 0; color: #506239;}
 
 #resources-pages { margin: 20px 0 40px 280px; font-size: 1.1em; font-weight: bold;}
 #resources-pages a, #resources-pages a:active, #resources-pages a:visited { color: #ff0000; }
 #resources-pages a:hover { color: #FF6262; }
 
 
 #contact-content { float: left; }
 
  #contact{ 
	margin: 0 0 0 450px;
	 width: 350px;
	 background: url(../../img/pages/about/news-divider.jpg) 0 0 no-repeat;
	
  }

 #contact h3 { font-weight: bold; color: #687A3D; margin: 0 0 20px 20px; }
 #contact p.title { color: #744103; font-weight: bold; margin: 15px 0 10px 24px; font-family: Helvetica, arial, sans-serif;}
 #contact li { list-style: none; }
 #contact li.li-title { list-style: none; font-weight: bold;  font-size: 1.2em;}
p#location-img { margin: -20px 0 15px 10px; }

 
 #form { width: 400px; float: left;}
 

/** #services ::start */
 #services { margin: 0 0 0 20px; color: #515151; font-size: 1.1em;}
   #list-1 { float: left; width: 400px; margin-top: 10px;}
  
   #services-divider { 
	 background: url(../../img/ui/divider.jpg) 0 0 no-repeat; 
	 height: 27px; 
	 width: 910px; 
	 clear: both;
	margin: 0 0 20px -39px;
 }
 
  .services-divider { 
	 background: url(../../img/ui/divider.jpg) 0 0 no-repeat; 
	 height: 27px; 
	 width: 910px; 
	 clear: both;
	margin: 0 0 20px -39px;
 }
 #list-2 h4 { margin: 200px 0 0 0; }
 #list-2 { float: left; width: 420px;}
 #right-image2 { float: left; margin-left: -20px;}
 #services h4 { font-weight: bold; color: #0A4622; margin: 0 0 20px 0;}
 #list-2 ul { margin: 50px 0 0 30px; }
 
 /** #services ::end */
 
 /** #goals ::start */
 #goals { float: left; }
 #goals-list { width: 450px; float: left;}
 
 #goals-list li { line-height: 25px; color: #515151; font-size: 1.2em; }
 #right-image { float: left; margin: -20px 0 0 50px;}
 /** #goals ::start */
 
 
 #news h1#news-bg 
 { 
	 background: url(../../img/pages/news/news-bg.jpg) 0 0 no-repeat;
	 width: 270px;
	 height: 49px;
	 text-indent: -9999px;
 }
 
 #news-content { width: 650px; margin: -10px 0 0 20px;}
 #news-content p { text-align: justify; line-height: 10px; font-size: 1.2em;}
 #news-content p.date { color: #C44406; font-weight: bold; margin-top: 30px; text-decoration: underline;}
 
 #news-content h3.news-title { color: #054E1F; }
 #news-content li { list-style: none; }
 #news-content ul { margin: 10px 0 0 -1px; color: #525252; font-size: 1.1em;}
 
 
 p.ecenter  a{ 
  background:url(../../img/pages/index/ecenter-btn.jpg); 0 0 no-repeat;
  height: 50px;
  width: 170px;
  display: block;
  text-indent: -9999px;
 }
/** COLORS ::start */
.white {
	color: white !important;
}
.froz-blue {
	color: #6DA0F5;
}
/** COLORS ::end */


.divider {
	margin-left: 10px;
	margin-right: 10px;
}


.error-page {
	margin:30px 0 30px 0;
	padding: 20px;
}
.error-page h1 {
}



/** .img-single-holder ::start */
.img-single-holder, .img-thumbnail-holder {
	margin: 10px 0 8px 0;
	padding: 0;
}
.img-single-holder img, .img-thumbnail-holder img {
	display: block;
	border: 1px solid #999999;
	padding: 4px;
}
.img-single-holder a img:hover, .img-thumbnail-holder a img:hover {
	border: 1px solid #333333;
}
/** .img-single-holder ::end */




/** #footer ::start */
#footer {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 29px 0 0 0;
	background: url(../../img/ui/footer-top.jpg) 0 0 no-repeat; 
/*	width: 910px;*/
	height: 23px;
}
#footer-top
{
/*	 background: url(../../img/ui/footer-top.jpg) 0 0 no-repeat; 
	 width: 910px;
	 height: 29px;
	 margin: 0;
	 padding: 0;*/

}

#copyright {
	padding: 6px 10px 6px 280px;
	margin: 0 0 0 0;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background: #4e785d;
}
#copyright a {
	color: #fff;
	text-decoration: underline;
}
#copyright a:hover {
	color: #A0B566;
	text-decoration: underline;
}
/** #footer ::end */

#transparent-1 {
	width:178px;
	height:178px;
	background:url(../../img/pages/about-us/transparent-1.png) 0 0 no-repeat #FF3300;
}
