/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 840px; /* Centered design work around for Netscape 6. */
  background: url(../images/background.gif);
}

/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

p { margin: 10px 0; }

h1, h2, h3, h4, h5 { margin: 5px 0; }
h1 { font-size: 18px; color: #8b7895; }
h2 { font-size: 15px; color: #8b7895; }
h3 { font-size: 13px; color: #000000; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #6e567a; text-decoration: none; }
a:visited { color: #6e567a; text-decoration: none; }
a:hover { text-decoration: underline; }


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 840px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#index #wrapper_content { background: url(../images/bg_wrapper_content.gif) repeat-y; }
#content #wrapper_content { background: url(../images/bg_wrapper_content2.gif) repeat-y; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main { }


#nav_utility { height: 21px; padding-top: 5px; text-align: right; font-size: 11px; }
#nav_utility, #nav_utility a { color: #FFFFFF; }


#nav_bottom { height: 24px; padding-top: 10px; background: url(../images/bg_bottom_nav.gif) no-repeat; text-align: center; font-size: 11px; }
#nav_bottom, #nav_bottom a { color: #FFFFFF; }
#nav_bottom a { padding: 0 5px; }


/* =Header
-----------------------------------------------------------------------------*/
#header img { float: left; }
#header object {float:left;}


/* =Three Column
-----------------------------------------------------------------------------*/
#primary_content a, #secondary_content a { text-decoration: underline; }

#index #primary_content { display: inline; width: 520px; float: left; margin-top: 10px; margin-left: 25px; }

#index #secondary_content { display: inline; width: 275px; float: right; }
#index #secondary_content ul { padding: 0; padding-left: 10px; margin: 10px 0; list-style-type: none; }
#index #secondary_content ul li { padding: 0; padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 3px; }
#index #secondary_content ul li a { color: #2f2f2f; text-decoration: none; }
#index #secondary_content ul li a:hover { text-decoration: underline; }

/* =Two Column
-----------------------------------------------------------------------------*/
#content #primary_content { display: inline; width: 590px; float: right; margin-top: 5px; margin-right: 16px; }

#content #secondary_content { display: inline; width: 212px; float: left; padding-right: 3px; }
#content #secondary_content ul { padding: 0; padding-left: 25px; margin: 10px 0; list-style-type: none; }
#content #secondary_content ul li { padding: 0; padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 5px; line-height: 17px; }
#content #secondary_content ul li a { color: #524658; text-decoration: underline; }
#content #secondary_content ul li a:hover { color: #D1C490; }



/* =Footer
-----------------------------------------------------------------------------*/
#footer { margin-top: 5px; text-align: center; font-size: 11px; }
#footer, #footer a { color: #FFFFFF; }


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
