
/*
Designed by: Wayne D. Fields of http://www.deonya.com
Released: 04/28/2008
*/

* {
  margin: 0 auto;
  padding: 0;
}

body {
  background: #225882 url(../images/bg.png) repeat-y center;
  font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0 auto;
  padding: 0px;
}

h1, h2, h3 { color: #225882; }

h1 {
  margin-bottom: .5em;
  font-size: 182%;
  font-weight: normal;
  letter-spacing: -2px;
}

h2 {
  font-size: 20px;
  letter-spacing: 2px;
  height: 52px;
  color: #225882;
  padding-top: 6px;
  padding-left: 35px;
  background: url(../images/tit_bg.png) no-repeat;
}

h3 {
  font-size: 116%;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px dotted #10D60D;
}

p, td {
  line-height: 1.3em;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
  text-align: left;
}

strong {
  color: #333333;
  font-style: italic;
}

img { border: none 0; }

.left {
  float: left;
  display: block;
}

.right {
  float: right;
  display: block;
}

blockquote {
  background: #def6ff url(../images/quotes.gif) no-repeat 97% 13%;
  padding: 10px;
  margin: 10px;
  border: 1px dashed #6dcff6;
  color: #534741;
  text-align: left;
}

.editor {
  background: #000000;
  padding: 10px;
  margin: 10px;
  color: #ffffff;
}

.editor textarea, .editor input {
  margin: 8px;
  padding: 2px;
  border: 1px solid #000000;
}

fieldset {
  background: #ffffff;
  padding: 10px;
  margin: 10px;
  color: #000000;
}

legend {
  padding: 4px 6px;
  color: #000000;
  font-weight: bold;
  border: 2px solid #000000;
  background: #ffffff;
}

ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
}

ol li { margin-bottom: 10px; }

ul {
  list-style: circle;
  margin-bottom: 25px;
  margin-left: 14px;
}

ul li { margin-bottom: 10px; }

a {
  text-decoration: none;
  color: #2890b9;
}

a:hover {
  text-decoration: underline;
  color: #17556C;
}

.welcome p:first-letter {
  color:#2890B9;
  font-size: 40px;
  font-weight: bold;
  padding: 2px;
  float: left;
}

/* Page */

#page_bg { background: transparent url(../images/bg_content.png) repeat-y center; }

/* Header */

#logo {
  width:805px;
  height:126px;
  background: url(../images/index_01.png) no-repeat;
  padding-top: 6px;
  padding-left: 40px;
}

#header_foot {
  width:755px;
  height:40px;
  background: url(../images/fsa_03.png) no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 25px;
}

#top_menu {
  background: url(../images/index_02.png) no-repeat;
  width: 805px;
  height: 28px;
  text-align: center;
}

#top_menu a {
  padding-left: 5px;
  padding-right: 5px;
  color: #FF0000;
}

/* Content */

#main { width:755px; }

#content {
  float: left;
  width: 530px;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 25px;
}

#content_full {
  float: left;
  width: 705px;
  padding: 0;
  margin-left: 15px;
}

#content p {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 175px;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 25px;
}

/* Footer */

#footer {
  width:805px;
  background: url(../images/index_23.png) no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  font-size: 12px;
}

#footer a {
  padding-right: 6px;
  color: #FF0000;
  font-size: 12px;
}

#footer_info {
  width:755px;
  height:35px;
  background: url(../images/fsa_06.png) no-repeat;
}

#footer_info p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding-top: 9px;
}

#logo_footer {
  float:right;
  padding-right: 15px;
  padding-top: 10px;
  clear: left;
}


/* Legal */

.legal a {
  color: #666666;
  padding-top: 10px;
  font-size: 12px;
}

.login a {
  color: #666666;
  font-size: 12px;
}

/*  Contact Form */

.form_title {
  color : #000000;
  font-size: 13px;
  font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : bold;
}

.form_field {
  font-size : 13px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #474747;
  font-weight : bold;
  text-align:left;
}

.form_text {
  font-size : 11px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
}

.text_box {
  font-size : 11px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  width:200px;
  padding: 4px;
  border: solid 1px #333333;
}

.text_area {
  font-size : 11px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  width:200px;
  height:60px;
  padding: 4px;
  border: solid 1px #333333;
}

.text_select {
  font-size : 11px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
}

.form_submit {
  background: transparent url(../images/butt_submit.png) no-repeat;
  height: 23px;
  width: 98px;
  border: none 0;
}

.form_reset {
  background: transparent url(../images/butt_reset.png) no-repeat;
  height: 23px;
  width: 98px;
  border: none 0;
}

.form_error {
  font-size : 11px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #ff0000;
  font-weight : bold;
}

/* Side Menu */

.moduletable_menu { width: 204px; }

ul.menu {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

ul.menu li {
  display: block;
  margin: 0;
  height: 36px;
  padding: 0;
}

ul.menu li a {
  display: block;
  width: 210px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: .1em;
  padding-left: 30px;
  padding-top: 6px;
  background: url(../images/bg_butt.png) no-repeat;
  height: 36px;
  font-weight: bold;
  font-size: 14px;
}

.moduletable_menu>ul.menu li a { width: auto; }

ul.menu li#current a {
  background: url(../images/bg_butt_sel.png) no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

ul.menu li a:hover, ul.menu li.active a:hover {
  color: #FFFFFF;
  background: url(../images/bg_butt_sel.png) no-repeat;
  text-decoration: none;
}
