body
{
  background: url(../images/bg.jpg) #ffe8ac repeat-x;
  margin: 12px 0;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
td
{
  padding: 3px;
}
p
{
  margin: 12px 0;
  line-height: 140%;
}
h1, h2
{
  color: #cc0001;
  font-size: 20px;
  margin: 12px 0;
}
h1
{
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 8px;
}

h3, .h3
{
  color: #cc0001;
  font-size: 17px;
  margin: 12px 0;
}
h4
{
  color: #6c0001;
  font-size: 16px;
  margin: 10px 0;
}
img
{
  border: 0;
}
a
{
  color: #cd0501;
  text-decoration: underline;
}

#page_con
{
  margin: auto;
  width: 945px;
}
#header
{
  background: #ffffff url(../images/header_bg.jpg) repeat-x;
  height: 135px;
  border: 1px solid #d0bc88;
  padding: 0 7px 0 32px;
  margin-bottom: 6px;
}
#logo
{
  float: left;
  width: 237px;
  height: 98px;
  background: url(../images/logo.jpg) no-repeat;
  margin: 26px 0 0 0;
}
#logo a
{
  display: block;
  height: 98px;
}
#header_right
{
  float: right;
  width: 120px;
  height: 120px;
  background: url(../images/aha2.jpg) no-repeat;
  margin-top: 7px;
}
#header_right a
{
  display: block;
  height: 120px;
}
#main_menu
{
  background: #c00001 url(../images/main_menu_bg.jpg) repeat-x;
  height: 40px;
  margin-bottom: 6px;
  padding: 1px 0;
  z-index: 99;
  position: relative;
}
#main_menu ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}
#main_menu ul li
{
  float: left;
  background: url(../images/main_menu_sp.gif) repeat-y right top;
  padding-right: 2px;
  position: relative;
}
#main_menu ul li a
{
  display: block;
  float: left;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 20px;
}
#main_menu ul li a:hover, #main_menu li:hover a, #main_menu li.over a
{
  background: url(../images/main_menu_on_bg.jpg) repeat-x;
}
#main_menu li ul
{
  position: absolute;
  z-index: 99;
  display: none;
  left: 0;
  top: 40px;
  width: 180px;
  background: #6e0001;
  padding: 5px 0 0 0;
}
#main_menu li:hover ul, #main_menu li.over ul
{
  display: block;
}
#main_menu ul li ul li
{
  float: none;
  display: inline;
  background: none;
  padding-right: 0;
}
#main_menu ul li ul li a
{
  display: block;
  float: left;
  width: 94%;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 0 0 5%;
  border-bottom: 1px solid #a10203;
}
#main_menu ul li ul li a:hover
{
  background: #420000;
}
#main_menu ul li a.active
{
  background: url(../images/main_menu_on_bg.jpg) repeat-x;
}

#content_con
{
  margin-bottom: 10px;
}
#home_top_left
{
  float: left;
  background: #ffffff url(../images/home_top_left_bottom.jpg) no-repeat bottom;
  height: 313px;
  width: 283px;
  padding: 0 25px;
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #dfcb96;
}
#home_top_left h1
{
  background: url(../images/h2_g_bg.jpg) no-repeat center bottom;
  text-align: center;
  padding: 0 5px 20px 5px;
  margin: 12px -25px;
  border: none;
}
#home_top_right
{
  float: right;
  text-align: center;
  margin-bottom: 5px;
  width: 545px;
  height: 275px;
  padding: 20px 30px 20px 30px;
  background: url(../images/home_top_right_bg.jpg);
  color: #FFFFFF;
  font-size: 36px;
}
#home_top_right_top
{
  color: #FFFFFF;
  font-size: 38px;
  height: 230px;
  margin: 0;
  font-weight: normal;
  line-height: 34px;
}
#home_top_right_top span
{
  font-size: 28px;
  color: #d0d0d0;
}
#home_top_right_bottom
{
  color: #FFFFFF;
  font-size: 24px;
  margin: 0;
  line-height: 38px;
}
#home_top_right_bottom a
{
  color: #ffffff;
  text-decoration: none;
}
#home_bottom_left
{
  float: left;
  background: #fff5dd;
  height: 361px;
  width: 283px;
  padding: 0 25px;
  margin-bottom: 5px;
  border: 1px solid #dfcb96;
}
#home_bottom_left_bottom
{
  float: left;
  background: url(../images/home_bottom_left_bottom_bg.jpg);
  height: 122px;
  width: 283px;
  padding: 20px 25px 0 25px;
  border: 1px solid #dfcb96;
  font-size: 22px;
  color: #ffffff;
}
#home_bottom_right
{
  float: right;
  background: #ffffff;
  height: 510px;
  width: 553px;
  padding: 0 25px;
  border: 1px solid #dfcb96;
}
.content_bg
{
  background: #ffffff url(../images/content_bg.jpg) repeat-y right;
}
#left_col
{
  float: left;
  padding: 10px 0 25px 25px;
  width: 622px;
}
#right_col
{
  float: right;
  padding: 10px 22px 25px 0;
  width: 230px;
}
#right_col img
{
  margin: 0 !important;
}
#footer
{
  font-size: 12px;
  color: #666;
}
#footer a
{
  font-size: 12px;
  text-decoration: none;
  color: #666;
  padding: 0 5px;
}
#footer a:hover
{
  color: #333;
}
#footer_left
{
  float: left;
}
#footer_left a
{
  padding: 0;
}
#footer_right
{
  float: right;
}
.footer_text
{
  clear: both;
  font-size: 9px;
  line-height: 10px;
  color: #666;
  text-align: center;
  padding-top: 12px;
}
.siteby
{
  font-size: 10px;
  color: #666;
  text-align: center;
  padding-top: 6px;
}
.siteby a
{
  font-size: 10px;
  text-decoration: none;
  color: #666;
}

.box_1
{
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 15px;
  font-size: 16px;
}
#right_col blockQuote
{
  background: #ffffff;
  border: 1px solid #d8d8d8;
  width: 210px;
  padding: 15px;
  font-size: 16px;
  padding: 0 10px;
}

#right_col blockquote span
{
  font-size: 12px;
  font-style: italic;
}

.big_text
{
  font-size: 18px;
}
.right
{
  text-align: right;
}
.dark
{
  color: #000000;
}
.link_register
{
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 20px;
  color: #cd0501;
  text-decoration: underline;
}
.link_more a
{
  color: #cd0501;
  background: url(../images/arrow.gif) no-repeat left 5px;
  display: inline-block;
  padding-left: 12px;
}
.list_1, .list_2, .list_left, .list_right, .mainList
{
  padding: 0;
  margin: 12px 0;
  list-style: none;
  line-height: 140%;
}
.mainList
{
  padding-left: 30px;
  line-height: 20px;
}

.mainList a
{
  color: #cd0501;
  font-size: 14px;
}
.list_1 li, .list_left li, .list_right li, .mainList li
{
  background: url(../images/bullet_1.gif) no-repeat left 6px;
  padding: 0 0 0 13px;
  position: relative;
}
.list_2 li
{
  background: url(../images/arrow.gif) no-repeat 20px center;
  padding: 0 0 0 33px;
}
.list_1 li
{
  background: url(../images/red-heart.gif) no-repeat left 6px;
  padding: 6px 0 0 20px;
  color: #000;
}
.list_1
{
  margin-left: -10px;
}
.list_1 li a, .list_2 li a
{
  color: #666666;
}
.list_left, .list_right
{
  float: left;
  width: 49%;
}
#left_col ul
{
  list-style-type: none;
  padding-left: 10px;
}
#left_col ul li
{
  background: url(../images/bullet_1.gif) no-repeat left 6px;
  padding: 0 0 0 13px;
  position: relative;
}
#left_col ol
{
  padding-left: 40px;
}
#left_col li
{
  padding: 10px 0 0 0;
  line-height: 22px;
}

.img_border
{
  border: 1px solid #cccccc;
  padding: 5px;
  margin-right: 20px;
  background: #ffffff;
}
.img_left
{
  float: left;
  margin-right: 20px;
}
.clear
{
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  clear: both;
}

.accordionHeader
{
  background: url(/images/arrow.gif) no-repeat 20px center;
  padding: 3px 0 3px 33px;
  font-size: 18px;
  line-height: 22px;
}

.accordionHeader a
{
  color: #C00001;
}

.accordionHeaderSelected
{
  background: url(/images/arrowDn.gif) no-repeat 15px center;
  padding: 3px 0 3px 33px;
  font-size: 18px;
  line-height: 22px;
}

.accordionHeaderSelected a
{
  color: #C00001;
}


.accordionContent
{
  padding: 10px 0 10px 40px;
  line-height: 140%;
}

.accordionContent a
{
  color: #cc0001;
}
a.greylink
{
  color: #888;
}
.accordionContent ul
{
  padding: 0 0 5px 20px;
  line-height: 20px;
  list-style-type: none;
}
.adminPanel
{
  text-align: right;
  margin-top: -9px;
  height: 14px;
  padding-bottom:4px;
}

#testimonialList blockquote
{
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

#testimonialList blockquote span
{
  font-size: 10px;
  font-style: italic; /*padding-left:15px;*/
}

.marginFix
{
  margin-bottom: -3px;
}

.sidebarBox
{
  border: 1px solid #d8d8d8;
  width: 210px;
  padding: 10px;
  background-color: #fff;
  margin-bottom:20px;
}

.sidebarBox ul{
padding-left:20px;
padding-bottom: 10px;
}

#blogContainer h3{
  font-size:16px;
}

.blogFoot {
background-color:#EEEEEE;
font-size:12px;
padding:5px;
text-align:right;
}

.byline
{
  font-size: 12px;
  margin: 8px 0 0 0;
}

.blogFooter
{
  margin: 10px 0 0 0;
}

.leftSide
{
  float: left;
  width: 49%;
}
.rightSide
{
  float: right;
  width: 49%;
  text-align: right; /* depends on element width */
}

.borderBottom
{
  clear: both;
  border-bottom: 1px solid #d3d3c5;
  height: 3px;
}

.commentName
{
  line-height: 30px;
  color: #cc0001;
  font-size: 14px;
  font-weight: bold;
}

.commentDate
{
  font-size: 12px;
}

.emailHBox{
  display: none;
  }
  
.subButton {
  font-family: Arial;
  cursor: pointer;
  background: url(/images/input.gif) repeat-x;
  border: 3px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  color: #555;
  font-size: 16px;
  margin-right: 4px;
  font-weight: bold;
  line-height: 20px;
  padding:5px;
}
.subButton:hover {
  color: #336699;
}
.subButton.red{ 
 color:#cc0001;
}
.subButton.red:hover{ 
 color:#cc0001;
 background:none;
}
.addOnCheck label{
padding-left:5px;
}
.addOnCheck input{
margin-top:10px;
}

.fb-box{
 float:left;
 margin:10px; 
 padding-left:20px; 
 width:100px; 
 text-align:center; 
 font-size:14px; 
 line-height:22px;
 }