﻿li, a, p, td, h2, h3, h1, label, textarea, input, select, #content
{
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
br
{
	font-size: 12px;
	line-height: 12px;
}
table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}
td
{
	padding: 5px 0 0 5px;
	border-bottom: solid 1px #b6092d;
	vertical-align: top;
}
td.image
{
	width: 42px;
	padding-left: 0px;
}
.oneline td.image, .oneline td.phone
{
	white-space: nowrap;
}
.oneline tr:hover td, .oneline tr.hover td
{
	background: #ffd200;
}
.oneline tr:hover td.image, .oneline tr.hover td.image
{
	background: #ffffff;
}
td.phone
{
	padding-right: 0px;
}
img
{
	border: none;
}
.column img
{
	margin-bottom: 10px;
}
.column td img
{
	margin: -5px 0 0 0px;
}
a
{
	color: #b6092d;
	text-decoration: none;
}
#printHeader
{
	display: none;
}
#content a:hover
{
	text-decoration: underline;
}
p
{
	margin: 0;
	padding: 0 0 12px 0;
}
#content h3
{
	color: #00355a;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	border-bottom: solid 1px #b6092d;
	padding-bottom: 6px;
	margin: 0 0 26px 0;
}
h3 img
{
	margin-bottom: 10px;
}
#content h3.tableHeader
{
	color: #00355a;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	border-bottom: solid 1px #b6092d;
	padding-bottom: 6px;
	margin: 0 0 0 0;
}
#content h1, #content h2
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}
#content h2
{
	padding: 15px 0 0px 0; 
}
#identity h1
{
	color: #ffd200;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	border-bottom: solid 1px #b6092d;
	padding-bottom: 6px;
	margin: 0 0 6px 0;
}
#identity h2
{
	color: #ffd200;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 12px 0;
}
#identity p
{
	padding: 0 5px 6px 0;
	font-size: 10px;
	line-height: 14px;
}
#identity a
{
	display: block;
	color: #fff;
	margin-bottom: 0px;
	font-size: 10px;
}
#identity p a
{
	margin: 0;
}
#identity a:hover
{
	color: #ffd200;
	padding-left: 14px;
	border-left: solid 6px #ffd200;
	margin-left: -20px;
}
#identity #logo
{
	margin-top: 215px;
	margin-bottom: 75px;
}

/* navigation */

#navigation ul, #navigation li
{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul
{
	margin-top: 22px;
}
#navigation ul.dim
{
	margin-top: 0;
	padding-bottom: 20px;
}
#navigation li
{
	border-bottom: solid 1px #000;
}
#navigation ul ul li
{
	border-top: solid 1px #ffd200;
	border-bottom: solid 1px #ffd200;
}
#navigation ul ul
{
	margin-top: 0;
	padding-bottom: 0px;
}
#navigation ul ul li
{
	background: #ffd200;
}
#navigation ul ul li a
{
	color: #000;
}
#navigation li a
{
	font-size: 12px;
	display: block;
	padding: 12px 0px 14px 20px;
	color: #fff;
	position: relative;
	left: 0;
	width: 110px;
}
#navigation li a.open
{
	color: #ffd200;
}
#navigation li li a.open
{
	color: #fff;
}
#navigation ul.dim a
{
	color: #b4b5b3;
}
#navigation li a:hover, #navigation li a.sel
{
	color: #ffd200;
	border-left: solid 7px #ffd200;
	left: -7px;
}
#navigation ul ul li a:hover, #navigation ul ul li a.sel
{
	color: #fff;
	border-left-color: #000;
}
#navigation li a.low
{
	padding: 0px 0 1px 20px;
}
/* /navigation */


/* main boxes */

html, body 
{
	height: 100%;
	width: 100%;
	min-width: 800px;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}
body
{
	background: #000;
}
#leftBackground, #rightBackground
{
	width: 50%;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}
#leftBackground
{
	float: left;
	background: #000 url(/files/system/bg.left.gif) repeat-y top right;
}
#rightBackground
{
	float: right;
	background: #ffd200 url(/files/system/bg.right.gif) repeat-y 0 0;
}
#site
{
	min-height: 100%;
	overflow: hidden;
}
#main
{
	overflow: hidden;
	border-left: solid 1px #ffd200;
	position: relative;
	width: 485px;
	margin: 0 auto 0 auto;
	padding-left: 186px;   /* LC width */
	padding-right: 128px;  /* RC width */
}
#main .column
{
	position: relative;
	float: left;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}
#content
{
	background: #fff;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 65px;
	width: 380px;
}
#contentFront
{
/* safari bug ? */
	top: -1px;
	padding-top: 1px;
/* /safari bug ? */
	width: 485px;
	background: #ffd200;
}
#identity
{
	color: #fff;
	background: #000;
	padding-left: 20px;
	width: 166px;          /* LC width */
	right: 186px;          /* LC width */
	margin-left: -100%;
}
#navigation
{
	color: #fff;
	background: #000;
	width: 128px;          /* RC width */
	margin-right: -128px;  /* RC width */
}
#tagline
{
	background: #fff;
	width: 46px;
	padding-top: 10px;
	overflow: hidden;
}
#tagline a
{
	display: block;
	width: 44px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
#tagline a img
{
	position: relative;
	left: -46px;	
}
#tagline a.sel img, #tagline a:hover img
{
	left: 0px;	
}
#flash
{
	background: #ffd200;
	width: 439px;
	padding-top: 40px;
}
#footer
{
}
.sheet
{
	background-color: #ffd200;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	display: none;
	padding: 220px 25px 150px 200px;
}
#movie
{
	position: absolute;
}
#specialists
{
	background-image: url(/files/system/specialistsBackground.gif);
}
#global
{
	background-image: url(/files/system/globalBackground.gif);
}
#independent
{
	background-image: url(/files/system/independentBackground.gif);
}
.newsContent
{
	width: 209px;
	top: 0px;
	margin-top: 40px;
	padding: 130px 210px 150px 20px;
	background: #ffd200 url(/files/system/newsBackground.gif) no-repeat top right;
}

/* /main boxes */

/* specifier */
#specifier label
{
	float: left;
	color: #ffd200;
	font-weight: bold;
	margin: 5px 5px 5px 8px;
	padding: 0;
	width: 200px;
	font-size: 11px;
	display: inline;
}
#specifier
{
	background: #ffd200;
	margin-bottom: 10px;
}
.c1 div { width: 170px; }
.c2 div { width: 40px; }
.c3 div { width: 45px; }
.c4 div { width: 85px; }

#specifier td, #specifier th
{
	text-align: left;
	font-size: 10px;
	white-space: normal;
	border: none;
}
th label
{
	width: auto;
}
#specifier td 
{
	text-indent: -9px;
	padding: 0 0 1px 19px;
}
#specifier th { background: #000; }
#specifier .highlight td
{
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#specifier .highlight td, #specifier .emp td
{
	padding: 8px 0 8px 10px;
	text-indent: 0;
}
#specifier span
{
	float: right;
	position: relative;
	margin: 7px 9px 5px 0px;
	overflow: hidden;
	height: 14px;
	width: 140px;
}
#specifier select
{
	font-size: 11px;
	position: absolute;
	top: -2px;
	left: -2px;
	padding-left: 5px;
	width: 144px;
	background: #ffd200;
}
#specifier .emp td
{
	font-weight: bold;
	border-bottom: solid 1px #000;
}
#specifier .black
{
	background: #000;
	color: #fff;
}
#specifier .spaceTop td { padding-top: 10px; }
#specifier .spaceBottom td { padding-bottom: 10px; }

/* /specifier */

/* spots */

.spot
{
	background: #b6092d;
	overflow: hidden;
	margin-bottom: 10px;
}
.spot img
{
	margin: 0 20px 0 0;
	float: left;
}
.spotRight img
{
	margin: 0 0 0 20px;
	float: right;
}
.spotTop img
{
	margin: 0 0 8px 0;
}
#content .spot h1, #content .spot h2, #content .spot p
{
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}
#content .spotRight h1, #content .spotRight h2, #content .spotRight p
{
	padding-right: 0px;
	padding-left: 20px;
}
#content .spotLeft h1, #content .spotLeft h2, #content .spotLeft p
{
	padding-right: 20px;
	padding-left: 0px;
}
#content .spot h1
{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
}
#content .spot a
{
	color: #fff;
	display: block;
}
#content .spot h1 a, #content .spot p a
{
	display: inline;
}
#content .spot h1 a
{
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#content .spot a:hover
{
	text-decoration: none;
	color: #ffd200;
}

/* forms */
form, fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}
label, input, select, .checkbox, textarea
{
	width: 248px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
input.checkbox
{
	clear: left;
	width: auto;
	border: none;
}
label.checkboxLabel
{
	width: 200px;
}
input, textarea, select
{
	border: solid 1px #7c7c7c;
}
textarea
{
	overflow: auto;
	height: 50px;
}
.checkbox input
{
	width: 17px;
	margin: 0;
	border: none;
}
select
{
	width: 250px;
}
label
{
	width: 125px;
	padding-right: 5px;
	line-height: 17px;
}
label.required
{
	border-right: solid 5px #ffd200;
	width: 117px;
	margin-right: 3px;
}
label.error
{
	border-right: solid 5px #b6092d;
	color: #b6092d;
}
span.error
{
	padding-left: 130px;
	color: #b6092d;
	position: relative;
	top: -8px;
	margin-bottom: 2px;
	display: block;
	clear: both;
}
.checkbox label
{
	font-weight: normal;
	width: 220px;
	display: block;
	padding-left: 5px;
}
.button
{
	clear: both;
	width: auto;
}
.form br
{
	clear: left;
}
.hidden
{
	display: none;
}
.checkbox input, .checkbox label
{
	margin-bottom: 0;
}
.clr
{
	clear: both;
	height: 1px;
	font-size: 1px;
	color: #000;
}
.button
{
	border: solid 1px #000;
	background: #ffd200;
	color: #000;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 10px 0 10px 10px;
	float: right;
}
h3 input, h3 label
{
	display: inline;
	width: auto;
	float: none;
	margin: 0;
	font-size: 12px;
	color: #000;
}
h3 input
{
	position: relative;
	top: 3px;
	margin-right: 3px;
	margin-left: 10px;
	border: none;
}
.sortBlock
{
	margin-left: 50px;
}
a.spaced
{
	display: block;
	margin-bottom: 12px;
}
#main .ow2009 h1
{
/*
	color: #00355a;
	font-size: 30px;
	line-height: 40px;
*/
}
#main .ow2009 form h2 em
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
#main .ow2009 form h2
{
	clear: both;
	width: 180px;
/*
	font-size: 12px;
	line-height: 14px;
*/
	border-bottom: solid 1px #b6092d;
	padding-bottom: 6px;
	margin: 10px 0 16px 0;
}