
/* ---------------------------------------------
	Primary Style Sheet
--------------------------------------------- */

/* Global Settings */

body {
  padding: 0;
  margin: 0;
  background: url('images/bg.gif') #242A25;
}

a:link, a:visited {
  color: #ED4E00;
  text-decoration: none;
}

a:active, a:hover {
  color: #47B451;
  text-decoration: none;
}

#topright a:link, #topright a:visited {
  color: #49B551;
}

#topright a:active, #topright a:hover {
  color: #ED4E00;
}

h1 {
  color: #47B451;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.8em;
  font-weight: normal;
}

/* ------------------------------------------------------------------- */

#main_container {
  width: 1004px;
  margin: 0 auto;
}

.main_inner {
  width: 938px;
  margin: 0 auto;
  background-color: #111111;
}

.main_black {
  background-color: #000000;
  width: 930px;
  margin: 0 auto;
}

#top {
  height: 116px;
  background: url('images/top_bg.png') no-repeat top left;
}

#topleft {
  float: left;
  width: 258px;
  height: 116px;
  background: url('images/logo.jpg') no-repeat;
}

#topright {
  margin-left: 258px;
}

#main_img {
  background: url('images/home_img.png') no-repeat;
  height: 298px;
  width: 1004px;
}

#main_img_services {
  background: url('images/services_img.png') no-repeat;
  height: 67px;
  width: 1004px;
}

#main_img_pres {
  background: url('images/president_img.png') no-repeat;
  height: 67px;
  width: 1004px;
}

#main_img_about {
  background: url('images/about_img.png') no-repeat;
  height: 67px;
  width: 1004px;
}

#main_img_testimonials {
  background: url('images/testimonials_img.png') no-repeat;
  height: 67px;
  width: 1004px;
}

#main_img_contact {
  background: url('images/contact_img.png') no-repeat;
  height: 67px;
  width: 1004px;
}

#tl_main {
  margin-left: 250px;
  padding-top: 30px;
}

#tl_main span {
  margin-right: 20px;
}

#tl_under {
  font-family: tahoma, verdana;
  font-size: 0.7em;
  margin-left: 250px;
  margin-top: 4px;
  line-height: 16px;
}

#tl_under span {
  margin-right: 10px;
}

.pg_content {
  padding: 40px;
}

.pg_content_sub {
  padding: 20px 40px 40px 40px;
}

.clear {
  clear: both;
}

.pg_c_left {
  float: left;
  width: 50%;
  border-right: 5px solid #111111;
  margin-bottom: 10px;
}

.pg_c_right {
  margin-left: 50%;
  margin-bottom: 10px;
}

.space20 {
  height: 20px;
}

.pg_inner_l {
  padding: 10px 20px 10px 0;
}

.pg_inner_r {
  padding: 10px 0 10px 20px;
}

.pg_content p, .pg_content_sub p {
  font-family: verdana;
  font-size: 0.75em;
  color: #CDCDCD;
  line-height: 1.4em;
  text-align: justify;
}

.pg_content_sub p.testi_sign {
  font-family: verdana;
  font-size: 0.7em;
  color: #CDCDCD;
  line-height: 1.4em;
  text-align: right;
}

.pg_content p.main, .pg_content_sub p.main {
  font-family: arial, verdana;
  font-size: 0.9em;
  color: #CDCDCD;
  line-height: 1.6em;
  margin-bottom: 20px;
  text-align: justify;
}

#site_bottom {
  background-color: #111111;
  height: 8px;
  width: 938px;
  margin: 0 auto;
}

#footer {
  font-family: tahoma, verdana;
  font-size: 0.7em;
  color: #727272;
  margin: 20px auto 30px auto;
  width: 930px;
  text-align: center;
}

.icon {
  float: left;
  width: 48px;
  height: 48px;
  padding-right: 10px;
}

.header_inner {
  height: 48px;
  line-height: 48px;
}

/* ------------------------------------------------------------------- */

.contact_left {
  width: 150px;
  float: left;
  font-family: arial, verdana;
  font-size: 0.9em;
  color: #CDCDCD;
  padding-top: 10px;
}

.contact_right {
  margin-left: 160px;
  font-family: arial, verdana;
  font-size: 0.8em;
  color: #CDCDCD;
}

.contact_desc {
  font-family: tahoma, verdana;
  font-size: 0.7em;
  color: #555;
  margin-left: 160px;
  margin-top: 4px;
}

.contact {
  padding: 20px;
}

.contact1 {
  margin-bottom: 20px;
  background-color: #111111;
  padding: 20px;
}

input[type=text], input[type=password], textarea, select {
  background-color: #000;
  padding: 3px;
  color: #fff;
  font-family: tahoma, verdana;
  font-size: 1.2em;
  border: 1px solid #444;
}

input[type=submit] {
  font-family: tahoma, verdana;
  font-size: 1.2em;
  padding: 10px;
}