body {
	background-image: url(/images/background.png);
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 30px;
	line-height: 150%;
}
a {
	color: #468;
	text-decoration: underline;
}

a:hover {
	color: #966;
}

#warning{
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	margin-top: 10px;	
	padding: 8px;
}

#warning h3{
	color: #FF0000;
	text-align: center;
	font-size: 16px;
}
	
#main {
	border: 1px solid #630;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#masthead {
	background-image: url(/images/masthead-bg.png);
	padding: 2px 0 15px;
	text-align: center;
	border-bottom: 1px solid #630;
}

#menu {
	width: 150px;
	border-right: 1px solid #630;
	background-color: #e0e0e0;
	background-image: url(/images/quince_sleeping.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	vertical-align: top;
}

#tdcontent {
	width: 750px;
	background-color: white;
	vertical-align: top;
}

#copyright {
	background-image: url(/images/masthead-bg.png);
	color: #630;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #630;
}

#menu ul {
	margin: 0 -1px 0 0;
	margin-bottom: 100px;
	list-style: none;
	padding-left: 0;
}

#menu li {
	font-size: 16px;
	border-bottom: 1px #630 solid;
	line-height: 30px;
}	

#menu a {
	padding-left: 35px;
	display: block;
	color: #630;
	font-weight: bold;
	background-position: 14px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu li.at a {
	background-color: white;
	color: #8ac;
}
#menu li.at a:hover {
	border-right-width: 0px;
}
#menu a:hover {
	background-color: white;
	color: #8ac;
	border-right: 1px solid #630;
}

#menu ul ul {
	margin-bottom: 0;
}
#menu ul ul li {
	background-color: white;
	border-bottom-width: 0;
	font-size: 12px;
	line-height: 20px;
}
#menu ul ul li a {
	padding-left: 40px;
	color: #630;
}
#menu ul li.at ul a {
	color: #630;
}
#menu ul li ul li.at a {
	color: #8ac;
}

#menu ul li.topoff {
	color: #630;
}



/* HOME */
#menu a#home {
	background-image: url(/images/menuicons/home.png);
}
#menu ul li.at a#home,
#menu a#home:hover {
	background-image: url(/images/menuicons/home-blue.png);
	border-right: 1px solid #630;
}

/* ALL ABOUT IGS */
#menu a#aboutig {
	background-image: url(/images/menuicons/aboutig.png);
}
#menu li.at a#aboutig,
#menu a#aboutig:hover {
	background-image: url(/images/menuicons/aboutig-blue.png);
}

/* NEWS */
#menu a#news {
	background-image: url(/images/menuicons/news.png);
}
#menu li.at a#news,
#menu a#news:hover {
	background-image: url(/images/menuicons/news-blue.png);
}

/* EVENTS */
#menu a#event {
	background-image: url(/images/menuicons/event.png);
}
#menu li.at a#event,
#menu a#event:hover {
	background-image: url(/images/menuicons/event-blue.png);
}

/* AVAILABLE IGS */
#menu a#avail {
	background-image: url(/images/menuicons/avail.png);
}
#menu li.at a#avail,
#menu a#avail:hover {
	background-image: url(/images/menuicons/avail-blue.png);
}

/* PRODUCTS */
#menu a#products {
	background-image: url(/images/menuicons/products.png);
}
#menu li.at a#products,
#menu a#products:hover {
	background-image: url(/images/menuicons/products-blue.png);
}


#content {
	position: relative;
}

#globalmenu {
	text-align: right;
	background-color: #630;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #630;
}

#globalmenu a.at {
	color: #b6b699;
}

#globalmenu a {
	color: #8ac;
	margin-right: 15px;
	text-decoration: none;
}

#globalmenu a:hover {
	color: #b6b699;
}

#copy {
	width: 550px;
	margin: 20px;
	position: relative;
}

#fullcopy {
	width: 700px;
	margin: 20px;
	position: relative;
}

#google_results IFRAME {width: 700px;}

#sidebar {
	position: absolute;
	width: 150px;
	top: 50px;
	right: 20px;
	border-bottom: 1px #8ac solid;
	font-size: 11px;
}

#sidebar h2 {
	border: 1px #8ac solid;
	border-bottom: 0px;
}

#sidebar p,
#sidebar form {
	padding: 10px;
	margin: 0;
	border: 1px #8ac solid;
	border-width: 0 1px;
}

#sidebar form {
	text-align: center;
}

#sidebar input#eddress {
	width: 130px;
	border-color: black;
	border-width: 1px;
}

input.submitbutton {
	border-color: #630;
	background-color: #8ac;
	border-width: 1px;
	font-weight: bold;
	color: #630;
	margin-top: 5px;
}

h1, h2 {
	background-image: url(/images/heading-bg.png);
	margin: 0;
	line-height: 175%;
	color: #8ac;
	padding-left: .75em;
}

h1 {
	font-size: 20px
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
	color: #468;
}

h4 {
	font-size: 14px;
	color: #468;
}

/* Newsletter titles */
h5{
	font-size: 13px;
	border-top: 1px solid #630;
	color: #468;
	margin-bottom: 0px;
	padding-top: 20px;
}

h5 a {
	text-decoration: none;
}

div.imageinset {
	margin: 4px 6px 0 6px;
	width: 150px;
}

div.imageflux {
	margin: 4px 6px 0 6px;
}

div.imageinset p, div.imageflux {
	font-size:9px;
	line-height:110%;
	text-align: center;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

div.byline,
p.byline {
	font-size:11px;
	border-top: 1px dashed #999;
	padding-top: 10px;
	color: #999;
}
div.byline p {
    margin-top: 0px;
}

table.inputtable {
	border: 1px solid #630;
	background: #e0e0e0;
	padding: 8px;
	width: 550px;
}