/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  August 28, 2009, 8:27 pm with psd2css Online version 1.45
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'background_bodybg-rx' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(../bg_ln907.gif) repeat-x ;
  background-color:#ffffff;
  margin: 0; 
  padding: 0;
  color: #666666;
  font-family: arial, helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
}

h2 {
  color: #666666;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.container {
  position: relative;
  text-align:left;
  width:760px;
  margin: 0 auto;
}

/* You named this layer logo_jpg */
#Layer-1 {
  position: relative;
  left: +0px;
  top: +0px;
  width: 760px;
  z-index: 1;
}

/* You named this layer background_jpg */
#Layer-2 {
  position: relative;
  width: 760px;
  height: 192px;
  z-index: 2;
}

/* You named this layer home_link */
#Layer-8 {
  position: absolute;
  left: 523px;
  top: 81px;
  width: 39px;
  height: 14px;
  z-index: 8;
}

/* You named this layer home_linkover */
#Layer-9 {
  position: absolute;
  left: 523px;
  top: 81px;
  width: 39px;
  height: 14px;
  z-index: 9;
}

/* You named this layer port_link */
#Layer-10 {
  position: absolute;
  left: 595px;
  top: 81px;
  width: 60px;
  height: 17px;
  z-index: 10;
}

/* You named this layer port_linkover */
#Layer-11 {
  position: absolute;
  left: 595px;
  top: 81px;
  width: 60px;
  height: 17px;
  z-index: 11;
}

/* You named this layer contact_link */
#Layer-12 {
  position: absolute;
  left: 686px;
  top: 81px;
  width: 55px;
  height: 14px;
  z-index: 12;
}

/* You named this layer contact_linkover */
#Layer-13 {
  position: absolute;
  left: 686px;
  top: 81px;
  width: 55px;
  height: 14px;
  z-index: 13;
}

/* You named this layer content_joomla */
#Layer-14 {
  position: relative;
  width: 728px;
  z-index: 14;
  overflow: visable;
  padding: 0px 14px 0px 14px;
  border-style:solid;
  border-width: 0px 1px 0px 1px;
  border-color:#dddddd;
  background-color:#ffffff;
}

/* You named this layer content top */
#Layer-15 {
  position: relative;
  width: 758px;
  height: 12px;
  z-index: 15;
}

/* You named this layer content top */
#Layer-16 {
  position: relative;
  width: 758px;
  height: 18px;
  z-index: 15;
}

/* You named this layer logo_jpg */
#spacer {
  position: relative;
  margin: 0; 
  padding: 0;
  width: 760px;
  height: 8px;
  z-index: 1;
}

/* This is top level navigation */
#topnav {
  position: absolute;
  left: 523px;
  top: 81px;
  z-index: 19;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link { color: #191970; }
a:visited { color: #191970; }
a:hover {
  color: #3399ff;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

a.nav:link { 
  color: #666666;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 18px;
}
a.nav:visited { 
  color: #666666;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 18px;
}
a.nav:hover {
  color: #59010f;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 18px;
}



/* Custom CSS examples/suggestions for Joomla -
 *
 *   Here are some examples of some changes you can make to stylize the output
 *   from Joomla.  These are just suggestions, you can change them to whatever
 *   you would like.  There are many other classes and ids that you can modify
 *   CSS for from Joomla too.  I suggest using Firebug and the 'Inspect'
 *   feature there to find the name of the class or id of an element of the
 *   page that you want to stylize, and add it to this section.
 *
 *   If you plan on re-converting your design often, be careful - this page is
 *   automatically regenerated every time.  So if you don't want to loose some
 *   CSS you've added here, move all your custom CSS to your own external
 *   stylesheet and reference it externally from the index.php file (make sure
 *   your reference is _after_ the reference to psd2css.css).
 */

img { border: 0 }
ul { 
  list-style-type: none; 
  padding-left: 0;
  margin: 0 0 10px 0;
} 
.componentheading { font-size: 2em; }
.contentheading { font-size: 1.5em; }
.small { font-size: 0.7em; }
.createdate { font-size: 0.7em; }
.pagination span, .pagination a { padding: 0 6px 0 6px; }
