body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFF;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*----global vars----*/
* {
	margin:0px;
	padding:0px;
}
.clearit {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/*----structure----*/
#wrapper {
	width:720px;
	margin:0px auto;
	text-align:left;
}
#left-shadow {
	background-image: url(../img/left-shadow.jpg);
	float: left;
	height: 505px;
	width: 10px;
}
#inner-wrapper {
	width:700px;
	float: left;
}
#right-shadow {
	background-image: url(../img/right-shadow.jpg);
	float: left;
	height: 505px;
	width: 10px;
}
/*----header----*/
#header {
	width:700px;
	background-color: #414141;
}
#secondary-menu {
	width:700px;
	height:23px;
	background-image: url(../img/sub-menu-line.jpg);
	background-repeat: repeat-x;
}
#secondary-menu p, #secondary-menu a, #secondary-menu a:visited {
	font-size: 0.9em;
	margin:3px 0px 0px 0px;
	float:right;
	color: #9d9c9c;
	text-decoration:underline;
	width:110px;
}
#secondary-menu a:hover {
	text-decoration:none;
}
#secondary-menu img {
	float:right;
	margin:5px 5px 0px 0px;
}
#promotion-header {
	width:700px;
	height:164px;
	background-image: url(../img/promo-header.jpg);
	background-repeat: repeat-x;	
}
.logo {
	float:left;
	width:292px;
}
.promo-text-container {
	float:left;
	width:350px;
	text-align: center;
	margin:20px 0px 0px 30px;
} 
h1.promo-heading {
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	line-height: 90%;
	border:none;
}
.promo-text {
	margin:0px auto;padding-top:10px;width:70%;text-align:center;font-size:90%;line-height:120%;
}
/*----footer----*/
#footer-left-shadow {
	background-image: url(../img/footer-left-shadow.jpg);
	float: left;
	height: 110px;
	width: 10px;
	margin:-75px 0px 0px 0px;
}
#footer-inner-wrapper {
	width:700px;
	height:110px;
	float: left;
	background-image: url(../img/footer-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:-75px 0px 0px 0px;
}
#footer-right-shadow {
	background-image: url(../img/footer-right-shadow.jpg);
	float: left;
	height: 110px;
	width: 10px;
	margin:-75px 0px 0px 0px;
}
/*----menu----*/
#navlist {
	float:right;
	width:300px;
}
#navlist li.secondary {
	float:left;
	margin:0px 5px 0px 10px;
	padding:20px 0px 0px 15px;
	background-image: url(../img/menu-line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	list-style-type: none;
}
#navlist li.first {
	float:left;
	margin:0px 5px 0px 10px;
	padding:20px 0px 0px 15px;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	color:#9d9c9c;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	padding:10px 0px 0px 0px;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	color:#9d9c9c;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	padding:22px 0px 0px 0px;
	background-image: url(../img/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/*----spotlight----*/
.spotlight {
	float:right;
	width:273px;
	min-height:400px;
	margin:-48px 15px 0px 0px;
	background-image: url(../img/spotlight.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 450px;
}
.spotlight h1 {
	width:261px;
	height:28px;
	margin:6px;
	padding:5px;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	border-bottom:none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/spotlight-title.jpg);
	background-repeat: no-repeat;
}
.spotlight-item {
	width:251px;
	padding: 0px 10px 0px 10px;
}
.spotlight-item img {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spotlight p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}
#feedback {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#669900;
}
/*----content-typography----*/
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.content {
	float:left;
	width:auto;
	max-width:375px;
	min-height:300px;
	margin:20px 10px 0px 15px;
}
h1 {
	font-weight:normal;
	font-size:20px;
	line-height:28px;
	color:#414141;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #333;
}
h2 {
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	color:#414141;
	margin:0px 0px 5px 0px;
}
h3 {
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#414141;
	margin:0px 0px 5px 0px;
	letter-spacing: -0.1em;
}
p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	margin:5px 0px 10px 0px;
}
table {
	border:1px solid #E2E2E2;
}
td {
	padding: 5px;
	background-color: #f7f7f7;
	color:#999;
}
.link-list {
	border:1px solid #E2E2E2;
	padding: 5px;
	background-color: #f7f7f7;
	color:#999;
	list-style:none;
}
.link-list-sub {
	list-style:none;
	margin: 0px 0px 0px 25px;
	font-size: 0.9em;

}
.small-label {
	font-size: 0.8em;
	border-bottom: 1px solid #E2E2E2;
}
.button {
	background-color: #f7f7f7;
	border:1px solid #E2E2E2;
}
.my-select {
	width:100%;
	border:1px solid #E2E2E2;
}

.photos {
	float:right;
}
.photos-text {
	width: 100%;
	margin: 10px 0px 0px 10px;
	border-bottom: 1px solid #999;
}
.photos a img {
	filter: alpha(opacity=90);
	opacity: .9;
	border: 2px solid #414141;
	margin: 10px;
}

.photos a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	margin: 10px;
	border: #9EC163;
}
/*----ajax stuff----*/
.editable, textarea{
	background-color: #ffffd3;
}
.editor-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	width: 950px;
	height: 600px;
	z-index: 99;
	text-align: center;
	background-image: none;
}
.editor{
	position:fixed;
	top: 30%;
	left: 30%;
	padding: 5px;
	z-index: 2;
	margin: 0 auto !important;
	margin-left: 20%;
	margin-top: 20%;
	width: 450px;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	background-color: #efefef;
	color: #000000;
	text-align: center;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


textarea{
	font-size: 100%;
	width:100%;
}

img.progress{
	vertical-align: middle;
	padding: 0 10px;
}
