/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 1;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/iabodyBG.jpg) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #666666;
}

/************** Layout Elements *******************/

#wrapper {
	width: 775px;
	margin: 0 auto;
	font-size: 80%;
}

#leftcol {
	float: left;
	min-height: 300px;
	background: #ccc;
	width: 164px;
	margin-top: 20px;
	background: url(../images/iaSideNavTop.gif) no-repeat;
}

#leftcol ul {
	background: #e5e5e5 url(../images/iaSideBottom_flower.gif) bottom left no-repeat;
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 300px;
}

#leftcol li {
	padding: 2px;
	border-top: 1px solid #a5b7c9;
	border-left: 1px solid #b8c1c7;
   border-right: 1px solid #b8c1c7;
}

#leftcol a {
	color: #5B7082; 
	text-decoration: none;
	margin-left: 4px;
	display: block;
}

#leftcol a:hover, #leftcol .here {
  color: #5d302d;
}

#content {
	padding: 11px 0 0 0;
	margin: 0 0 0 200px;
}
#wrapper #content #mapWrap p {
	text-align: center;
}
#wrapper #content #mapWrap a {
	color: #FF0000;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
}




#footer {
	margin-top: 40px;
}



#footer p {
	float: right;
	color: #000;
	font-size: 80%;
}

#header {
	min-height: 144px;
	background-image: url(../images/iatitle.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#strap {
	height: 144px;
	background: url(../images/iaheader.jpg) no-repeat;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #000;
}

h2 {
	font-size: 140%;
	margin-top: 25px;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 8px 0;
}

/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	
}

a:hover {
	
}

/*********** Navigation *************/

#header ul {
  margin-top: 94px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 5px 0 0;
  margin-left: 6px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 2px 8px 1px 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#header a:hover, #header a:focus {
  color: #ccc;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-bottom: 3px;
  padding-top: 4px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/

/*********** Form area *************/

#formWrap {
	width: 575px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #CCCCCC;
	margin-top: 11px;
	}
form#formContact {
	width: 505px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
fieldset {
	background: #D8D5C5;
	margin: 1em 0;
	padding-bottom: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	background: #D8D5C5;
	margin-left: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
#formWrap p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #602E0C;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 1.4em 1.4em;
	}

input.text {
	width: 250px;
	}
textarea {
	width: 300px;
	margin-top: .5em;
	}
