/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*//*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.style8 {font-size: 11px}

body {
	text-align: center;
	background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
	margin-top:10px;
	margin-bottom:10px;
	list-style-position: outside;
	list-style-type: none;
}
.bullet {
	margin-left: 10px;
  padding-left: 0;
  list-style: none;
}


A:link {
	COLOR: #b22574; text-decoration: none
}
.map {
	background-image: url(/images/map.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

A:visited {
	COLOR: #b22574; text-decoration: none
}
A:active {
	COLOR: #b22574; text-decoration: none
}
A:hover {
	COLOR: #b22574; text-decoration: underline
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	border: 1px solid #018843;
	background-color: #FFFFFF;
	background-image: url(/images/header222.jpg);
	background-repeat: no-repeat;
	background-position: right 55px;
}

#page_wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	border: 1px solid #018843;
	background-color: #FFFFFF;
	background-image: url(/images/header2.png);
	background-repeat: no-repeat;
	background-position: right 55px;
}

#page_header {
	height: 175px;
	clear: none;
	background-image: url(/ida_logo/IDA_clr_logo.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	margin-left: 0px;
	float: none;
	border-top-width: 25px;
	border-right-width: 25px;
	border-bottom-width: 25px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B22574;
	border-right-color: #B22574;
	border-bottom-color: #B22574;
	border-left-color: #B22574;
	padding: 5px;
}

#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: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
	height:40px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../img/drop_shadow.gif);
	background-repeat: repeat-x;
	background-position: left 100%;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	background-color: #C5CF36;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
	color: #FFFFFF;
	background-color: #B22574;
	background-image: url(../img/menu_hover_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#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;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #B22574;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}
#page_wrapper #page_footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #993366;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: super;
}

#feature_box {
	float:left;
	width:200px;
	background-color: #F6FCEC;
	border:1px solid #AAE5A4;
	padding:10px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	background-image: url(/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}

#page_footer {
  height: 60px;
  background-color: #C5CF36;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  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: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
img {
	margin-left: 15px;
}

#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	width: 300px;
	height: 10px;
	background-position: center center;
	top: auto;
}
.fancy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	font-style: italic;
	font-weight: bold;
	background-position: center center;
	background-color: #FFEFDF;
	text-align: center;
}
.rss  {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left:4px;
	vertical-align: middle;
}
.text {
	background-color: #F0F3CF;
}
.style4 {color: #000000}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #993366;
}
.style6 {font-size: x-small}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
.tbullet {
	list-style-position: outside;
	list-style-image: url(/img/tbullet.gif);
	width: auto;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
