/*	Ideas-Sensory CSS Document
	Created 08/08/2007
	by Bret Swedeen
	TechTraction Web Design Services
	Copyright 2007
 */

/* Body Style Settings */

body {
	margin: 0 0 20px 0;
	padding: 0; 
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #d5d6d7;
	color: #000;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

#header {
	background-color: #FF9934; /* Darker Pale Orange */
	/* background-color: #FFC018; /* Pale Orange */
	/* background-color: #F5D952; /* Very Pale Glodish Orange */
	/* border:  1px solid red; */
	margin: 0 0 20px 0; 
	padding: 0; 
	height: 200px; 
	width: auto;
}

#headermenu {
	border-right: 1px solid #0A698A;
	color: #0A698A;
	margin: 20px 0 20px 0;
	padding: 0 10px 0 0;
	height: auto;
	width: 225px;
	float: left;
	text-align: right;
}

#headermenu li{
	list-style: none;
	margin-bottom: 7px;
	font-size: medium;
}

#headermenu li a {
	font-size: medium;
	color: #0A698A;
}

#headermenu li a:hover {
	color: #0A698A;
	font-size: inherit;
	text-decoration: underline;
}

#headermenu li a:visited {
	color: #0A698A;
	font-size: inherit;
}

#headerlogo {
	margin: 20px 20px 20px 0;
	padding: 0;
	height: 110px;
	width: 275px;
	float: right;
	background-image: url(images/Ideas_logo.gif);
	background-repeat: no-repeat;
}

#content {
	height: auto;
	width: auto;
	margin: 0 20px 20px 20px;
	padding: 0;
	font-size: small;
}

#content a, a:visited, a:hover {
	font-size: small;
	color: #4FA29A;
	text-decoration: underline;
}

#content a:hover {
	color: #FF9934;
}

#footer {
	border: 1px solid black;
	background-color: #0A698A;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#footer p, a, a:visited {
	font-size: x-small;
	color: #FF9934;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}