/*CSS Document*/
/* PNG IE6 FIX */
img, div, ul, li, span { behavior: url(iepngfix.htc) }
/*div {border:1px solid red;}*/
body { margin:0; padding:0; background: #F7F6F4 url(../images/header_bg.gif) top center no-repeat }
a {  }
a:hover {  }

/*remove browser defaults*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input { margin:0; padding:0; }
:link,:visited { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img { border:none; }

/*general styles*/
.georgia { font-family:georgia; }
.trebuchet { font-family:trebuchet ms; }
.font_10px { font-size:10px; }
.font_11px { font-size:11px; }
.font_13px { font-size:13px; }
.font_16px { font-size:16px; }
.font_20px { font-size:20px; }
.font_24px { font-size:24px; }
.font_blue { color:#389CC9; }
.font_brightblue { color:#00A0FF; }
.font_red { color:#D10B2C; }
.font_white { color:#fff; }
.font_black { color:#000; }
.font_orange { color:#9C6300; }
.font_gray { color:#5F5F5F; }
.bold { font-weight:bold; }
.letter_spacing { fletter-spacing:3px; }
.clear { clear:both; }
.no_height { height:0px; }
.float_left { float:left; }
.float_right { float:right; }
.border { border:1px solid red; }
.listfloat_left { margin:0; padding:0; list-style:none; }
.listfloat_left li { margin:0; padding:0; float:left; list-style:none; }

/*form element styles*/
input, textarea, select { background:#E9EAD1; border-bottom:1px solid #D8D6C6; border-right:2px solid #D8D6C6; border-top:2px solid #A5A8AB; border-left:2px solid #A5A8AB; }
input { padding:0px 2px; }
textarea { padding:2px; }
option { background:#E9EAD1; border-bottom:1px solid #D8D6C6; border-right:1px solid #D8D6C6; border-top:1px solid #A5A8AB; border-left:1px solid #A5A8AB; }
.checkbox { background-color:transparent; border:0; padding:0; margin:0; }
#btn_subscribe { border: 1px outset #D8D6C6;}
/*site styles*/
h1 {  }/*reserve for logo*/
h2 { color:#B0CC51; margin:0; padding:0; font-size:18pt  }
h4 {  }
#column1 {  }
#column2 {  }
/*#container { width:950px; margin:0 auto; padding:0; }*/
#content { width:600px; min-height:500px; margin:0 auto; padding:0px; }
#footer { width:950px; height:50px; margin:0; padding:0;  list-style:none; text-align:center; }
#footer li { float:left; height:50px; margin:0 0 0 50px; }
#container { width:950px; height:120px;  padding:0;  margin:0 auto; font-family:Georgia; font-size:8pt  }
#nav { width:1000px; height:35px; float:left; text-align:center; list-style:none; margin:0 auto; padding:0;  }
#nav li {display:block; height:35px;  list-style:none; float:left; padding:0; margin:0; text-align:center;  }
#nav li a {	color:#7507CA; display:block; height:25px; margin:0; padding:0; padding-top:10px; text-decoration:none; text-align:center;    /* background:#fff;  IE6 Bug */}
#nav li a:hover { color:#660000; font-weight:bold }
#nav li ul { position:relative; top:-1px; left:-1px; display:none; padding:0; margin:0; text-align:left; z-index:99; }
#nav li ul li { display:block; width:100%; padding:0; margin:0; height:25px; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#fff; -moz-opacity:.9; filter:alpha(opacity=90); }
#nav li ul li a { display:block; margin:0; padding:2px 0 0 2px; text-align:left; color:#000; height:23px; }
#nav li ul li a:hover { color:#000; background:#ccc; }
/* The magic */
#nav li:hover ul, #nav li.over ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

.breadcrumbs { font-size:10px; }

#error_msg{
	font-size:11px !important;
	color:#ff0000 !important;
	font-weight:bold;
	border:solid;
}