/*
Copyright: Dare 2 Design Web Studio 2007
*/

body {
  text-align: center;
  background: #000000 url('../img/back.jpg');
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #C40000; text-decoration: none
}
A:visited {
	COLOR: #C40000; text-decoration: none
}
A:active {
	COLOR: #C40000; text-decoration: none
}
A:hover {
	COLOR: #E3C024; text-decoration: bold
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  border:2px solid #C40000;
  text-align: left;
  background: #000000 url('../img/content2.jpg') top right repeat-y;
}

#page_header {
  height: 120px;
  background: #000000 url('../img/flowerright3.jpg') top right no-repeat;
  border:2px solid #000000;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #C40000;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #C40000;
}

#menu_bar {
  height:30px;
  background: #000000 url('../img/dropshadow.png') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #000000 url('../img/flowermenu.jpg') top right no-repeat;
  color: #E3C024;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:15px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:7px;
  padding-bottom:5px;
  padding-left:16px;
  padding-right:5px;
  color: #D90000;
  text-decoration: none;
  float: left;
}

#menu_bar ul li a:hover
{
  color: #E3C024;
  font-weight: bold;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #C40000;
  padding:6px;
  border:1px solid #000000;
  background-color:#EBD461;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, tahoma, arial sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #C40000;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom:1px solid #000000;
  clear:both;
}

#left_side h4 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, tahoma, arial sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #C4A819;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom:1px dotted #C40000;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  height: 105px;
  background: #E3C024 url('../img/starttoday.jpg') top left no-repeat;
  border:2px solid #C40000;
  padding:0px;
  margin-top:5px;
  margin-bottom:1px;
  margin-right:10px;
}

#feature_box h4 {
  padding-right:30px;
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #C40000;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  margin-bottom:0px;
  padding:2px;
  margin-right:2px;
}

#page_footer {
  height: 60px;
  background: #000000 url('../img/rbottom4.png') bottom right no-repeat;
  clear: both;
}

#page_footer p {
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 5px;
  padding-left: 0px;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 20px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #C40000;
  margin-left: 3px;
  line-height:25px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#lightbox img{ border: none; }
 
#overlay img{ border: none; }

#overlay{ background-image: url(res/overlay.png); }