body {
	margin:0px;
	text-align:center;
	background:#121B3C repeat-x;
	color: #29366C;
	font-size:11pt;
}

/* Navigation tabs
--------------------------------------------------------------------------------------*/

#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	height:32px;
}

#main ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li.tab a {
	display:block;
	height:23px;
	padding:8px 15px 6px 15px;
	background-color:#F6D700;
	font-weight:bold;
	color:#28356B;
	text-decoration:none;
}

#main ul.subsection_tabs li.tab a:hover {
	text-decoration:none;
	color:#2664CE;
}

#main ul.subsection_tabs li.tab a.active {
	background-color:#28356B;
	color:#FFF;
}

/* Main container
--------------------------------------------------------------------------------------*/
#container {
	margin:0;
	background:#FFF url('/resources/media/background_header.gif');
	height:35px;
	border-bottom:2px solid #999;
}

#container #header {
	margin:0 auto;
	width:850px;
	font-size:9pt;
	padding-top:10px;
	color:#444;
	text-align:left;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
}

#container #header a {
	color:#444;
}

/* Content area
--------------------------------------------------------------------------------------*/
#content {
	background:#FBFFB5 url('/resources/media/background_content.gif');
	background-repeat:repeat-x;
	display:block;
	padding:0;
	margin:0px;
}

#main {
	padding:10px 0 0 0;
	width:850px;
}

#popcard {
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	text-align:left;
	display:block;
	margin:0 auto;
	width:850px;
}

#popcard a {
	text-decoration:underline;
	color:#4E7D16;
}

			
#popcard a:hover {
	color:#4E7D16;
	text-decoration:underline;
}

#tabcontent {
	border-top:4px solid #28356B;
	background:#FFF;
	line-height:15pt;
}

/* Footer
--------------------------------------------------------------------------------------*/

#footer {
	height:300px;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	color:#FFF;
	background:#28356B url('/resources/media/background_footer.gif');
}

#footer #contents {
	font-size:10pt;
	padding:10px 0 0 0;
	text-align:left;
	margin:0 auto;
	width:850px;
}

#footer h1 {
	font-size:13pt;
	padding:0;
	margin:0;
}

#footer p {
	margin:10px 0 10px 0;
}

#footer a {
	text-decoration:none;
	color:#A5D040;
}

			
#footer a:hover {
	color:#A5D040;
	text-decoration:underline;
}

/* Text container columns
--------------------------------------------------------------------------------------*/

.threecol {
	width:270px;
	float:left;
	padding:0 8px 0 5px;
}

.twocol {
	width:410px;
	float:left;
	padding:0 8px 0 5px;
}

.onecol {
	width:100%;
	padding:0 8px 0 5px;
}

/* Thumbnails
--------------------------------------------------------------------------------------*/

.thumbnails {
	width:820px;
}

.thumbnail {
	text-align:center;
	width:110px;
	height:125px;
}

.thumbnail img {
	border:1px solid #AAA;
	background:#FFF url('/resources/media/image_loading.gif');
	background-position:center center;
	padding:5px;
}

.thumbnail div {
	margin:auto;
}

.thumbnail div span {
	position: absolute;
	z-index:2;
	width:34px;
	height:21px;
	bottom:-20px;
	right:-20px;
	background-image:url(/resources/media/new.png);
	background-repeat:no-repeat;
}

.small {
	font-size:8pt;
}

td {
	padding:5px;
}

td p {
	margin:5px 0 5px 0;
}

h1 {
	letter-spacing:-1pt;
	font-size:14pt;
}

h2 {
	letter-spacing:-1pt;
	font-size:13pt;
}

h3 {
	letter-spacing:-1pt;
	font-size:12pt;
}

input {
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-size:12pt;
}
			
select {
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-size:8pt;
}

/* Forms
--------------------------------------------------------------------------------------*/

.table-form
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	margin-bottom:0px;
	border-spacing:0px;
	}

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:12pt;
	color:#FFF;
	background:#777 url('../images/furniture/table-header-background.gif');
	padding:4px 0px 6px 0px;
	font-weight:bold;
	}
	
.table-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 0px;
	width:33%;
	font-size:12pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-form tbody td
	{
	padding:4px 0px 6px 0px;
	font-size:12pt;
	height:25px;
	vertical-align:middle;
	height:20px;
	padding:5px;
	width:66%;	
	text-align:left;	
	}

.table-form tbody td td
	{
	padding:0px;
	}

.table-form tbody th td
	{
	padding:0px;
	}

.table-form tbody td label
	{
	cursor:pointer;
	}
	
.table-form .messages
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-form .messages th
	{
	padding:3px;
	vertical-align:top;
	width:33%;
	}

.table-form .messages td
	{
	padding:3px;
	vertical-align:top;
	width:66%;
	}

.previewnote
	{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-style:normal;
	font-weight:bold;
	color:#CC1610;
	margin:10px 20px 10px 20px;
	padding:8px 10px 8px 50px;
	border:1px solid #CCC;
	background:#FCFEB2 url('/resources/media/dialog-warning.png') no-repeat 0px 10px;
	text-align:left;
	}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

/* Buttons
--------------------------------------------------------------------------------------*/

a.button {
	background: transparent url('/resources/media/bg_button_a.gif') no-repeat scroll top right;
	color: #444 !important;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none !important;
}

a.button span {
    background: transparent url('/resources/media/bg_button_span.gif') no-repeat;
    font-weight:bold;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

/* Links
--------------------------------------------------------------------------------------*/

.link-email
	{
	background:url('/resources/icons/email_sm.png') no-repeat;
	padding:0 0 0 20px;
	margin:0 0 6px -2px;
	min-height:16px;
	}

.link-page
	{
	background:url('/resources/icons/page_white_text.png') no-repeat;
	padding:0 0 0 20px;
	margin:0 0 6px -2px;
	min-height:16px;
	}

.link-website
	{
	background:url('/resources/icons/website_sm.png') no-repeat;
	padding:0 0 0 22px;
	margin:0 0 10px -2px;
	min-height:16px;
	}

ol li {
	margin:12pt;
}

ol ol {
	list-style-type: lower-roman;
}

/* Card picker scrolling box
--------------------------------------------------------------------------------------*/

#frame, #frame div.button, #scroller, .section { height: 280px; }

#card-picker {
	width:830px;
	margin:10px;
	border:1px solid #B0CCE4;
	background:#EFF5FA url('/resources/media/background_picker.gif');
}

#frame {
	overflow: hidden;
	width: 830px;
	margin:0 0 0 0px;
	position: relative;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 830px;
	margin: 0 auto;	
	overflow: hidden;
	}

#feature-content {
	width: 10060px;
	}
	
.section {
	width: 820px;
	padding:0 5px 0 5px;
	float: left;
	}

