/* CSS Document for SCI Solutions 2009 User Conference */

body {
	margin: 0 auto;
	padding: 0;
	background: #fcc223;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
p {
	margin:0 0 12px;
}
a {
	text-decoration: underline;
	color: #d6501c;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
hr {
	margin: 5px 0 15px 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}
h1 {
	margin: 0 0 10px;
	color: #000000;
	font-size: 165%;
}
h2 {
	margin: 0 0 3px;
	color: #461e0f;
	font-size: 120%;
}
h3 {
	margin: 0 0 10px;
	color: #461e0f;
	font-size: 130%;
}
h4 {
	margin: 0 0 10px;
	color: #266a21;
	font-size: 120%;
}
.smalltext {
	font-size: 90%;
}
.floatright {
	margin: 0 0 5px 10px;
	float: right;
}
#wrapper {
	margin: 0 auto;
	padding: 0 15px;
	background: url(images/main-bg.gif) repeat-y;
	text-align: left;
	width: 970px;
}
#bottombar {
	border-bottom: 4px solid #a6a6a6;
	height: 4px;
}
#logo {
	float: left;
	width: 482px;
}
#tagline {
	float: right;
	width: 482px;
	text-align: right;
}

/* Main Navigation */

#navigation {
	margin: 0 3px;
	padding: 0;
	width: 964px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	text-align: center;
}
#navigation li {
	margin: 0;
	background: url(images/nav-bg.gif) bottom repeat-x;
	float: left;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #d7d7d7;
	width: 240px;
}
#navigation li a {
	margin: 0;
	padding: 6px 0 6px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #636466;
}
#navigation li.last {
	border-right: none;
	width: 241px;
}
#navigation li a:hover {
	background: url(images/nav-bg-hover.gif) bottom repeat-x;
	color: #333333;
}
#navigation li a.onpage {
	background: url(images/nav-bg-hover.gif) bottom repeat-x;
}



#content {
	margin: 0 3px;
	padding: 20px 12px 20px 3px;
	background: url(images/content-top-shadow.gif) top repeat-x;
	border-top: 1px solid #ffffff;
	float: left;
	width: 949px;
}
#contentleft {
	float: left;
	width: 237px;
}
#contentright {
	padding-left: 24px;
	float: left;
	width: 675px;
	border-left: 1px solid #fcc223;
}
.tableborder {
	background: url(images/content-top-shadow.gif) top repeat-x;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.tableborder td {
	padding: 6px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.formtable {
	padding: 12px 6px;
	background: url(images/content-top-shadow.gif) top repeat-x;
	border: 1px solid #CCCCCC;
}
.textfield {
border: 1px solid #CCCCCC;
background-color: #FCFCFC;
width: 200px;
}
.statefield {
padding-right: 5px;
border: 1px solid #CCCCCC;
background-color: #FCFCFC;
width: 52px;
}
.zipfield {
border: 1px solid #CCCCCC;
background-color: #FCFCFC;
width: 137px;
}
.commentfield {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
color: #000000;
border: 1px solid #CCCCCC;
background-color: #FCFCFC;
width: 220px;
height: 60px;
}



#footer {
	padding: 12px 20px 8px;
	float: right;
	text-align: right;
	width: 500px;
	color: #fcc223;
}
#footer a {
	padding: 0 8px;
	font-size: 90%;
	color: #a6a6a6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}