* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	color: #009999;
	text-align: center;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background: url(images/bg.jpg) repeat-x left top;
}

/*-------links----------- */
a {
	background: inherit;
	color: #999999;
	text-decoration: none;
}

/*----------headers------------*/
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 {
	font-size: 1.1em;
}

/*----------images------------*/
img {
	border: 1px solid #DADADA;
	padding: 2px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 5px 5px 0px;
}
img.float-left2 {
	margin: 5px 20px 5px 0px;
}


#header-content, #content, #footer-content {
	width: 750px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	top: 0; left: 0px;
}
#angieLogo  {
	position: absolute;
	top: 35px;
	font-size: 52px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	left: 10px;
	height: 60px;
	line-height: 50px;
	width: 325px;
}

/* header menu  */

#header-content ul {
	position: absolute;
	right: -30px;
	top: 61px;
	color: #999999;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 460px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #009999;
	text-decoration: none;
	text-align: left;
}
#header-content li a:hover {
	color: #999999;
	border-bottom: 1px dotted #ffffff;
}
#header-content li a.currentPage,#header-content li a.currentPage:hover,#header-content li a.currentPage:active {
	color: #996600;
	cursor: default;
	text-transform: uppercase;
}
.accordion {
	width: 770px;
	height: 325px;
	margin: 0 auto;
	padding: 15px 10px 5px;
}
.accordionExhib {
	width: 770px;
	height: 525px;
	margin: 0 auto;
	padding: 15px 10px 5px;
}
#accordionWrapper {
	margin-bottom: 150px;
}

#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#contactPage {
	width: 700px;
	height: 428px;
	margin: 0px auto;
}
#copyContact {
	color: #666666;
	text-align: left;
	padding-left: 270px;
	line-height: 20px;
	padding-right: 35px;
}
.bolder {
	font-weight: bold;
	color: #333333;
}
#aboutCopy {
	color: #666666;
	text-align: justify;
	padding-left: 435px;
	line-height: 20px;
	padding-right: 25px;
}

#copyContact a {
	color: #17A0A0;
}
.bold {
	font-weight: bold;
}
#contactBanner {
	margin-bottom: 110px;
}
#content {
	text-align: justify;
	padding: 0;
	margin: 0 auto;
	width: 650px;
}
#content p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}


#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	padding-right: 1px;
	padding-left: 1px;
	width: 780px;
}


/* alignment classes */
.float-left  { float: left; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.more {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.exhibition {
	width: 160px;
	border-left: 1px solid #787B74;
	color: #666;
	float: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
