/***Master Elements***/
html { min-height: 100%; margin-bottom: 1px; }
body, td, th, input, select, option, textarea, button { font-family: Verdana, Geneva, Sans-serif; font-size: 12px; }
body, td, th { font-size: 12px; }
body { background: #356095; behavior: url("/assets/script/csshover3.htc"); color: #333; margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }
h1 { color: #114176; font-size: 19px; margin: 0 0 18px 0;  font-weight: bold; }
form { margin: 0; }
p { margin: 0 0 15px 0; }

/***Page Skeleton***/
#doc { background: url("images/page_bg.png") repeat-x top; }
#page_wrap { margin: 0 auto; width: 956px; }
#header_wrap { height: 104px; position: relative; }
#inner_wrap { background: #FFF url("images/inner_wrap_bg.png") repeat-y; position: relative; }
#inner_wrap #navbar_wrap { background: url("images/menu_bg.png") no-repeat; float: left; position: relative; width: 226px; }
#inner_wrap #content_wrap { float: right; padding: 22px 0; width: 724px; }
#footer_wrap { color: #4c4c4c; font-size: 10px; margin: 17px 0; text-align: center; }

/***Header Elements***/
#header_wrap #headnav_wrap {
	bottom: 42px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	right: 26px;
	text-align: right;
	text-transform: uppercase;
}

/***Navigation bar Elements***/
#navbar_wrap #nav .link {
	background: #4E7AAF url("images/nav_button_bg.png") no-repeat top left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	min-height: 24px;
	width: 203px;
}
#navbar_wrap #nav .link.last { min-height: 19px; }
#navbar_wrap #nav .link div { padding: 3px 18px; }
#navbar_wrap #nav a:link { color: #FFF; text-decoration: none; }
#navbar_wrap #nav a:visited { color: #FFF; text-decoration: none; }
#navbar_wrap #nav a:hove { color: #FFF; text-decoration: none; }

/***Content Elements***/
#content_wrap .pad { padding-right: 15px; }
.breadcrumb { margin: -15px 0 15px 0; }
#home .monopoly { float: left; margin: 0 12px 12px 0; width: 168px; }
#home .monopoly.last { margin: 0 0 12px 0; }

/***Footer Elements***/
#footer_wrap a:link { color: #4c4c4c; text-decoration: none; }
#footer_wrap a:visited { color: #4c4c4c; text-decoration: none; }
#footer_wrap a:hover { color: #4c4c4c; text-decoration: underline; }
#footer_wrap #footerlinks_wrap { text-align: center; }

/***Form Elements***/
fieldset {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	margin: 0 0 10px 0;
	padding: 15px;
}
ul.form { margin: 0; padding: 0; }
ul.form li { list-style: none; margin: 0 0 10px 0; }
ul.form li.submit_wrap { margin: 0 0 0 150px; }
div.same_margin_as_labels { margin: 0 0 0 150px; }
ul.form li .required_mark { color: #ff0000; font-weight: bold; }
ul.form li label { float: left; position: relative; min-width: 150px; max-width: 300px; }
ul.form li label.nofloat { float: none; width: auto; }
ul.form li input.input			{ border: 1px solid #44544B; padding: 3px; }
ul.form li input.input.small	{ width: 40px; }
ul.form li input.input.medium	{ width: 200px; }
ul.form li input.input.large	{ width: 300px; }
ul.form li textarea				{ border: 1px solid #44544B; padding: 3px; }
ul.form li select				{ border: 1px solid #44544B; padding: 3px 1px; }
ul.form li span.error { color: #ff0000; margin: 0 0 0 5px; }
ul.form li label.error { color: #ff0000; float: none; margin: 0 0 0 5px; max-width auto; min-width: auto; width: auto; }
ul.form li div.field_info { margin: 0 0 0 150px; }
div.field_info { color: #686868; display: block; font-size: 10px; }
span.field_info { color: #686868; font-size: 10px; margin: 0 0 0 5px; }
div.errors { background: #FF1A1A; color: #FFF; margin: 0 15px 15px 0; padding: 7px; }
div.success { }

/*****Tables*****/
table.data thead th, table.data thead td {
	border-bottom: 1px solid #4f5155;
	color: #444;
	padding: 3px 5px;
	text-align: left;
}
table.data tbody td { padding: 5px 5px; }
table.data tbody .alt td {
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
	border-left: none;
	border-right: none;
}
table.border { border: 1px solid #999; }
table.border thead th, table.border thead td {
	background: #346096;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	text-align: left;
}
table.border th.sortable a {
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
}
table.border th.sortable a span { position: absolute; right: 0; top: 0; }
table.border tbody td {
	background: #f3f3f3;
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
}
table.border tbody td a { color: #4F5155; text-decoration: underline; }
table.border tbody .alt td {
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
	border-left: none;
	border-right: none;
}
table.border tfoot td { background: #f3f3f3; padding: 6px 0; }

/***Etc***/
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.inline-block { display: inline-block; display: -moz-inline-stack; }
span.inline-block { display: inline-block; display: -moz-inline-stack; }

#videoWrap {
	height: 430px;
	left: 50%;
	margin-left: -320px; /*- 1/2 of width*/
	margin-top: -215px; /*- 1/2 of height*/
	position: absolute;
	top: 50%;
	width: 640px;
}