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

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

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

body {
  padding: 0;
  margin: 0;
  font: 12px "Trebuchet MS";
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 850px; /* Centered design work around for Netscape 6. */
  background: #392623 url(../images/bg.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 { color: #545454; font-size: 18px; }
h2 { color: #321217; font-size: 15px; }
h3 { color: #321217; font-size: 13px; }
h4 { /* different color */ }
h5 { /* different color */ }


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


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper { height: 143px; background: url(../images/bg_header.gif) repeat-x; }

#content_bg { background: #e8d2ba url(../images/bg_wrapper_content.gif) repeat-x bottom left; }
#wrapper_content { width: 850px; margin: 0 auto; text-align: left; }

#wrapper_footer { background: url(../images/bg.gif) repeat-x; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main img { float: left; }

#nav_bottom { padding-top: 10px; text-align: center; font-size: 11px; }
#nav_bottom, #nav_bottom a { color: #e3e2ce; }
#nav_bottom a { padding: 0 5px; }


/* =Header
-----------------------------------------------------------------------------*/
#header { width: 850px; margin: 0 auto; text-align: left; }
#header .logo { float: left; }


/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #primary_content { display: inline; float: left; width: 433px; padding: 6px; background: #321217; color: #e3e2cf; }
#three_column #primary_content p { padding: 0 10px; }

#three_column #secondary_content { display: inline; float: left; width: 199px; margin-left: 11px; }
#three_column #secondary_content img.callout { padding: 5px; }
#three_column #secondary_content .link { color: #666566; text-align: right; font-weight: bold; }

#three_column #side_content { display: inline; float: left; width: 170px; margin-left: 20px; }
#quick_access { margin-bottom: 10px; background: url(../images/bg_quick_access.gif) repeat-x; }
#quick_access ul { padding: 0; padding-left: 12px; margin: 5px 0; list-style-type: none; }
#quick_access li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 4px; font-size: 13px; }

#three_column #side_content p { padding-left: 12px; }



/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { display: inline; width: 660px; float: right; }

#two_column #secondary_content { display: inline; width: 165px; float: left; }

#in_this_section { background: url(../images/bg_in_this_section.gif) repeat-x; }
#in_this_section ul { padding: 0; padding-left: 12px; margin: 5px 0; list-style-type: none; }
#in_this_section li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 4px; }
#in_this_section li a { color: #2c2b2c; text-decoration: underline; }
#in_this_section p { padding: 0 10px; }

#one_column #primary_content { width: 825px; }


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


/* =Forms
-----------------------------------------------------------------------------*/
form { 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
-----------------------------------------------------------------------------*/

td {
  text-align: left;
}


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



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