/* Medias */
.media-print
{
	display: none;
}

hr.separator
{
	display: none;
}

a {
	color: #263248;
}

a img {
	border: 0 none;
}

table.data
{
	width: 100%;
	border-collapse: collapse;
}
	table.data caption
	{
		padding: 0.25em 0.5em;
		background-color: #eee;
		font-weight: bold;
	}
	table.data th,
	table.data td
	{
		border: 1px solid #fff;
		padding: 0.5em;
	}
		table.data th a {
			color: #fff;
		}
	table.data thead tr
	{
		background-color: #263248;
		color: #fff;
	}
	table.data tfoot tr
	{
		background-color: #7e8aa2;
		color: #fff;
	}
	table.data tfoot
	{
		text-align: right;
		font-weight: bold;
	}
	table.data tr.heading {
		background-color: #7e8aa2;
		font-size: 1.1em;
		color: fff;
	}
		table.data tr.heading a {
			color: #fff;
		}
	table.data tbody tr.odd
	{
		background-color: #eee;
	}
	table.data ul,
	table.data ol
	{
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 1em;
	}
	table.data ul
	{
		padding-left: 0;
		list-style-type: none;
	}

	table.data .numeric
	{
		text-align: right;
	}

dl.fvp
{
	margin: 0 0 1em 0;
}
	dl.fvp dt
	{
		float: left;
		margin-right: 1%;
		width: 24%;
		font-weight: bold;
	}
		dl.fvp dt div
		{

		}
		dl.fvp-required dt div
		{
			color: #ac3226;
		}
	dl.fvp dd
	{
		float: left;
		margin: 0;
		width: 75%;
	}
		dl.fvp dd div.fvp-content
		{
			
		}

ul.tabset
{
	margin-bottom: 1em;
	border-bottom: 1px solid #263248;
}
	ul.tabset li
	{
		display: inline;
		margin-left: 1em;
		margin-bottom: -1px;
		border: 1px solid #263248;
		background-color: #eee;
	}
	ul.tabset li.active
	{
		border-bottom: 1px solid #fff;
		font-weight: bold;
		background-color: transparent;
	}
		ul.tabset li a
		{
			padding: 0.25em 0.5em;
			text-decoration: none;
		}

ul.statute,
ul.statute ul
{
	list-style-type: none;
}
ul.statute
{
	padding-left: 0;
}

body.notforum fieldset
{
	margin-bottom: 1em;
	border: 1px solid #20406a;
}
	body.notforum legend
	{
		font-size: 1.4em;
		color: #7e8aa2;
	}
	.fieldset-content
	{
		padding: 0.9em;
	}
body.notforum fieldset.collapsable-collapsed
{
	margin-bottom: 0;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
	body.notforum fieldset.collapsable legend
	{
		padding-left: 20px;
		background-image: url(../../../utility/images/icons/silk/gif/white/delete.gif);
		background-repeat: no-repeat;
		background-position: left center;
		cursor: pointer;
	}
	body.notforum fieldset.collapsable-collapsed legend
	{
		background-image: url(../../../utility/images/icons/silk/gif/white/add.gif);
	}
	body.notforum fieldset.collapsable-collapsed .fieldset-content
	{
		display: none;
	}

body.notforum blockquote {
	margin: 1em;
	background-color: #eee;
	padding: 1em;
}
	body.notforum blockquote .blockquote-citation
	{
		padding: 0.25em 0.5em;
		background-color: #20406a;
		text-align: right;
		color: #fff;
	}
		body.notforum blockquote .blockquote-citation a
		{
			color: #fff;
		}
	body.notforum blockquote .blockquote-quote
	{
		xpadding: 1em;
	}

body {
	margin: 0;
	padding: 0 10px;
	background-color: #c1c7d3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 76%;
	font-family: verdana, arial, tahoma, sans-serif;
}
.width-fixed {
	text-align: center;
}
.width-fixed-1024 {
	min-width: 940px;
}
	#content-jump {
		display: none;
	}
	#main {
		padding-bottom: 10px;
		background-color: #263248;
	}
	.width-fixed #main {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.width-fixed-1024 #main {
		width: 940px;
	}
		#strip {
			padding: 3px 0;
			background-color: #333;
			color: #999;
		}
			#strip-name {
				float: left;
				padding-left: 10px;
				font-size: 0.9em;
				line-height: 16px;
				text-transform: uppercase;
			}
			#strip ul {
				float: right;
				margin: 0;
				padding: 0;
				list-style: none;
				text-transform: lowercase;
			}
				#strip li {
					float: left;
					margin-right: 10px;
					font-size: 0.9em; /* Has to be set here to not conflict with vBulletin's default font-size for LIs */
				}
				#strip li.strip-dd {
					position: relative;
				}
					#strip a,
					#strip li.strip-dd span.strip-dd-more {
						display: block;
						padding-left: 21px;
						background-repeat: no-repeat;
						background-position: left center;
						text-decoration: none;
						color: #fff;
					}
					#strip li.strip-dd span.strip-dd-more {
						cursor: pointer;
						background-image: url(../../../utility/images/icons/silk/gif/black/bullet_arrow_down.gif);
					}
						#strip li ul {
							display: none;
							position: absolute;
							right: -10px;
							padding: 3px;
							background-color: #333;
						}
						#strip li.hover ul {
							display: block;
						}
							#strip li ul li {
								float: none;
								font-size: 1em;
							}
								#strip li ul li a {
									line-height: 2em;
								}
					#strip a.strip-main {
						background-image: url(../images/icons/main-icon.gif);
					}
					#strip a.strip-forum {
						background-image: url(../images/icons/forum-icon.gif);
					}
					#strip a.strip-blog {
						background-image: url(../images/icons/blog-icon.gif);
					}
					#strip a.strip-store {
						background-image: url(../images/icons/store-icon.gif);
					}
					#strip a.strip-reference {
						background-image: url(../images/icons/reference-icon.gif);
					}
					#strip a.strip-twitter {
						background-image: url(../../../utility/images/icons/sites/twitter-16x16-white.gif);
					}
					#strip a.strip-facebook {
						background-image: url(../../../utility/images/icons/sites/facebook-16x16-white.gif);
					}
		#navigation {
			margin: 0 10px;;
			color: #fff;
			text-transform: uppercase;
		}
			#navigation ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#navigation li {
					float: left;
					margin-right: 1px;
				}
					#navigation a {
						display: block;
						padding: 10px;
						color: #fff;
						text-decoration: none;
					}
					#navigation li.navigation-item-active a,
					#navigation li.current a,
					#navigation li.current-cat a, /* Wordpress */
					#navigation li.current_page_item a, /* Wordpress */
					#navigation a:hover,
					#navigation a:active
					{
						background-color: #fff;
						color: #263248;
					}
		#header {
			margin: 0 10px 10px 10px;
			height: 100px;
			background-color: #fff;
		}
			#logo {
				float: left;
			}
				#logo a {
					display: block;
					background-image: url(../images/logo.gif);
					background-repeat: no-repeat;
				}
					#logo img {
						visibility: hidden;
					}
			#header-4d-wrapper {
				float: right;
				margin: 10px 10px 0 0;
				padding: 3px 3px 0 3px;
				background-color: #dfe2e8;
			}
				#header-4d {
					width: 468px;
					height: 60px;
				}
				#header-4d-callout {
					display: block;
					width: 468px;
					height: 17px;
					text-align: right;
					text-transform: lowercase;
					font-size: 0.8em;
					color: #000;
				}
		#global-notifications {
			margin: 0 10px 10px 10px;
			font-weight: bold;
		}
		#global-notifications,
		#global-notifications a {
			color: #fff;
		}
			.global-notification {
				margin-bottom: 10px;
				padding: 10px;
				padding-bottom: 10px;
				background-color: #6cd06c;
			}
			.global-notification-breaking {
				background-color: #d0d06c;
			}
			.global-notification-urgent {
				background-color: #d06c6c;
			}
				.global-notification h6 {
					margin: 0;
					font-size: 2.5em;
				}
					.global-notification h6 a {
						text-decoration: none;
					}
				.global-notification p {
					margin: 0;
				}
		#search {
			margin: 0 10px 10px 10px;
			background-color: #7e8aa2;
			padding: 10px;
			color: #fff;
			font-weight: bold;
			text-align: center;
		}
			#search form {
				margin: 0;
			}
			#search .input-text {
				width: 400px;
			}
			#search .search-powered {
				font-size: 0.7em;
				font-weight: normal;
			}
		#body {
			margin: 0 10px 10px 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: #ebe6e1;
		}
		.body-with-sidebar {
			padding-right: 10px;
		}
			#body h2 {
				margin-bottom: 0.25em;
				border-bottom: 1px solid #263248;
				padding-bottom: 0.25em;
				font-size: 1.5em;
				font-weight: normal;
				text-transform: uppercase;
			}
			#body h3,
			#body h4,
			#body h5,
			#body h6 {
				margin: 1em 0;
				font-size: 1.4em;
			}
			#body h4 {
				font-size: 1.3em;
			}
			#body h5 {
				font-size: 1.2em;
			}
			#body h6 {
				font-size: 1.1em;
			}

			#content {
				background-color: #fff;
			}
			.width-fixed .body-with-sidebar #content {
				float: left;
				margin-right: 10px;
			}
			.width-fixed-1024 .body-with-sidebar #content {
				width: 630px;
			}
				#content-header {
					border-bottom: 10px solid #ebe6e1;
					padding: 0.25em 0.5em;
					background-color: #eee;
				}	
					#content-header,
					#content-header a {
						color: #263248;
					}
					#content-header h1 {
						margin: 0;
						font-weight: normal;
					}
					#content-subheader {
						font-style: italic;
						color: #666;
					}
				#yield {
					padding: 10px;
					min-height: 400px;
				}
				* html #yield {
					height: 400px;
				}
					#yield hr.separator {
						display: none;
					}
					#yield .more-link { /* Wordpress Class Requirement */
						display: block;
						margin-top: 1em;
						font-size: 1.25em;
					}
					.searcher-cursor {
						border-top: 5px solid #7e8aa2;
						padding: 10px;
						background-color: #ebe6e1;
						text-align: center;
						text-transform: uppercase;
					}
						.searcher-cursor a {
							margin: 0 0.5em;
						}
						.searcher-cursor a.current {
							font-size: 2em;
							font-weight: bold;
						}
					#yield a.call-to-action {
						display: block;
						margin: 1em;
						border: 0.5em solid #263248;
						padding: 0.5em;
						background-color: #7e8aa2;
						text-align: center;
						font-size: 1.1em;
						color: #fff;
						font-weight: bold;
						text-transform: uppercase;
					}
			#sidebar {
				float: right;
				width: 270px;
			}
				#sidebar .widget {
					margin-bottom: 10px;
					background-color: #fff;
				}
					#sidebar .widget-title {
						margin: 0;
						border-bottom: 2px solid #ebe6e1;
						padding: 0.25em 0.5em;
						font-weight: normal;
						text-transform: uppercase;
						font-size: 1.5em;
					}
					#sidebar .widget-body {
						padding: 10px;
					}
						#sidebar .widget-body h2 {
							margin-top: 0;
						}
				#sidebar .widget-navigation .widget-body,
				#sidebar .widget-widget_categories .widget-body,
				#sidebar .widget-widget_pages .widget-body {
					
				}
					#sidebar .widget-navigation .widget-body ul,
					#sidebar .widget-widget_categories .widget-body ul,
					#sidebar .widget-widget_pages .widget-body ul {
						margin: 0;
						padding: 0;
						list-style-type: none;
					}
						#sidebar .widget-navigation .widget-body ul li,
						#sidebar .widget-widget_categories .widget-body ul li,
						#sidebar .widget-widget_pages .widget-body ul li {
							
						}
							#sidebar .widget-navigation .widget-body ul li a,
							#sidebar .widget-widget_categories .widget-body ul li a,
							#sidebar .widget-widget_categories .widget-body ul li a {
								display: block;
								padding: 0.25em 0.5em;
								font-size: 1.1em;
							}
							#sidebar .widget-navigation .widget-body ul li a.navigation-item-active,
							#sidebar .widget-navigation .widget-body ul li a:hover,
							#sidebar .widget-navigation .widget-body ul li a:active,
							#sidebar .widget-widget_categories .widget-body ul li.current-cat,
							#sidebar .widget-widget_categories .widget-body ul li a:hover,
							#sidebar .widget-widget_categories .widget-body ul li a:active,
							#sidebar .widget-widget_pages .widget-body ul li.current_page_item,
							#sidebar .widget-widget_pages .widget-body ul li a:hover,
							#sidebar .widget-widget_pages .widget-body ul li a:active {
								font-weight: bold;
							}
							#sidebar .widget-navigation .widget-body ul li ul li,
							#sidebar .widget-widget_categories .widget-body ul li ul li,
							#sidebar .widget-widget_pages .widget-body ul li ul li {
								padding-left: 20px;
							}
		#footer {
			margin: 0 10px;
			color: #fff;
		}
			#footer a {
				color: #fff;
			}
			#footer-info {
				float: left;
				padding: 10px;
				width: 610px;
				background-color: #222;
			}
				#footer-4d-wrapper {
					margin-bottom: 10px;
				}
					#footer-4d {
						width: 468px;
						height: 60px;
					}
				#footer-info p {
					margin: 10px 0 0 0;
				}
				#footer-info #copyright {
					margin-top: 0;
				}
			#footer-navigation {
				float: right;
				width: 280px;
				text-transform: uppercase;
			}
				#footer-navigation ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#footer-navigation li {
						float: left;
						margin-right: 1%;
						border-bottom: 1px solid #7e8aa2;
						width: 49%;
						font-size: 0.8em; /* Has to be set here to not conflict with vBulletin's default font-size for LIs */
					}
						#footer-navigation a {
							display: block;
							padding: 0.25em 0.5em;
							text-decoration: none;
						}
						#footer-navigation li.current a,
						#footer-navigation li.current-cat a, /* Wordpress */
						#footer-navigation li.current_page_item a, /* Wordpress */
						#footer-navigation a:hover,
						#footer-navigation a:active
						{
							background-color: #fff;
							color: #263248;
						}
