/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
		width: 900px;
}

br.clear {
	height:1px;
	clear:both;
	line-height: 1px;
	background-color: #00CC33;
}

/*********************/
/* LAYOUT */
/*********************/

#wrapper {
	background: url(images/SPDRlogo.jpg) no-repeat left top;
	margin-left: 49px;
	width: 900px;
	height: 125px;
}

#main {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px 3px 0 6px;
	float: left;
	width: 424px;
}

#subNav {
	width: 150px;
	float: left;
	background-color: #FBEF99;
}

#copyright {
	clear: both;
	margin-left: 150px;
	border: 1px solid #999999;
	border-right:none;
	font-size: 12px;
	padding-left: 6px;
}

/*********************/
/* BANNER STYLES */
/*********************/

/* image replacement technique */
#banner p.logo {
	background: url(images/SPDRlogo.jpg) no-repeat left top;
	margin-left: 49px;
	width: 900px;
	height: 125px;
}

#nav {
	margin-top: 10px;
	margin-bottom: 0px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
	width:auto;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*********************/
/* MAIN SECTION STYLES */
/*********************/
#main h1 {
	color: #5F9794;
	font: bold 24px "Century Gothic", "Gill Sans", Arial, sans-serif;
}

/*********************/
/* ANNOUNCEMENT STYLES */
/*********************/

#announce h2 {
	font-size: 14px;
}
#announce a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #102536;
	padding: 3px 5px;
	border-bottom: 1px solid #14556B;
}
#announce .title {
	font-weight: bold;
	display: block;
}
#announce a:hover {
	background-color: #5F9794;
	color: #FBEF99
}

#announce ul {
	list-style:none;
}

#announce li {
	display: inline; /* for IE 7 and earlier white space bug */
}
/*********************/
/* PAGE SPECIFIC STYLES */
/*********************/

/* HOME */
/* no left sidebar--stretch main entire distance */
#home #main {
	margin-left: 0;
	width: 577px;
}
/* copyright fits page */
#home #copyright {
	margin-left: 0;
	padding: 3px 0 3px 30px;
	font-style: italic;
}

.section {
	display: block;
	font-weight: normal;
	color: #D6ECAE;
}

.feature {
	margin-left: 10px;
	border-top: 10px solid #FDD041;
	clear: both;
	border-bottom: 1px solid #FFF!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.feature h2 {
	font-size: 18px;
	color: #294E56;
}

.feature img {
	float: right;
	margin-left: 10px;
	border: 10px solid #FDD041;
	border-top: none;
}

.feature2 img {
	border-color: #73AFB7;
}

.feature3 img {
	border-color: #FBEF99;
}

.feature4 img {
	border-color: #CBD893;
}

.feature2 {
	border-color: #73AFB7;
}

.feature3 {
	border-color: #FBEF99;
	margin-bottom: 10px;
}

.feature4 {
	border-color: #CBD893;
}

.feature p.fLink a {
	font-weight: bold;
	text-decoration: none;
	color: #102536;
	font-size: 11px;
	text-transform: uppercase;
	background: #D6ECAE url(images/arrow.gif) no-repeat right center;
	padding: 1px 15px 2px 5px;
}

.feature p.fLink {
	margin-top: 4px;
}

.feature p.fLink a:hover {
	color: #FDD041;
	text-decoration: none;
	background-color: #294E56;
}

#home #main h1#lead {
	background: url(images/features/tomato.jpg) no-repeat right top;
	color: #FBEF99;
	padding-top: 130px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
#subNav li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 138px;
	background: url(images/bg/side_nav_bg3.jpg) repeat-x;
	padding: 2px 6px;
	color: #14556B;
	border-bottom: 1px solid #d6ecae;
}

#subNav li a:hover {
	background: url(images/bg/side_nav_bg.jpg);
	color: #102536;
}
.col2 #announce {
	float: left;
	margin-bottom: 10px;
	width:auto;
}
.col2 #shortpage {
	float: right;
	border-right: none;
	width: 900px;
	top: 125px;
	left: 49px;
	position: absolute;
	height: 1458px;
}
.col2 #thankyoupage {
	float: right;
	border-right: none;
	width: 900px;
	top: 125px;
	left: 49px;
	position: absolute;
	height: 291px;
}
.col2 #main {
	float: right;
	border-right: none;
	width: 900px;
	top: 125px;
	left: 49px;
	position: absolute;
	height: 4000px;
}
.col2 #copyright {
	margin-left: 0px;
}
#shortpage h2 {
	font-size: 1.2em;
	margin-top: 15px;
	color: #666666;
}
#thankyoupage h2 {
	font-size: 1.2em;
	margin-top: 15px;
	color: #666666;
}
#main h2 {
	font-size: 1.2em;
	margin-top: 15px;
	color: #666666;
}
.col2 #shortpage h1 {
	color: #333333;
	border-bottom: 1px dashed #666;
	margin-top: 5px;
	margin-bottom: 20px;
}
.col2 #thankyoupage h1 {
	color: #333333;
	border-bottom: 1px dashed #666;
	margin-top: 5px;
	margin-bottom: 20px;
}
.col2 #main h1 {
	color: #333333;
	border-bottom: 1px dashed #666;
	margin-top: 5px;
	margin-bottom: 20px;
}
.col2 .section {
	display: inline;
	color: #999999;
}
.floatRight {
	float: right;
	margin: 0 10px 2px 15px;
	width:auto;
}
img.floatRight {
	border: 2px solid #000000;
}
table {
	font-family: "Times New Roman", Times, serif;
}
#main #subForm p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main p.privacy
{
	color: #000000;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: -3.85em;
}

#main p.wayne 
{ 
	font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal; font-style: normal; text-align: left; }



#main p.rights
{
	color: #000000;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#main p.banner {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
