/* Start of CMSMS style sheet 'default' */
@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
color: #666666;  /*set this color relative to your site design*/
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
input, select {
color: #555555;
border: 1px solid #bdbcbd;
}
input, input:focus {
background: url(../images/input_bkg.gif) repeat-x bottom left;
}
input.image {
border: none;
}
.hidden {
display: none;
}
.print_page {
display: none;
}
.preload {
position: absolute;
left: -999em;
height: 0px;
width: 0px;
overflow: hidden;
}

/*--------------------------------------------

				Layout
				
---------------------------------------------*/

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: #000000 url(../images/bkg.gif) repeat-x;
color: #000000;
width: 961px;
margin: 0 auto;
}


.chertoff-group-home {
color: white;
float: left;
width: 961px;
height: 579px;
position: relative;
background: url(../images/pic1.jpg) no-repeat;
}

.chertoff-group-inner {
float: left;
width: 961px;
background: #ffffff;
}

.chertoff-group-inner div.right {
background: transparent url(../images/9.jpg) no-repeat scroll 2px bottom;
width: 720px;
}

h1 {
width: 138px;
height: 195px;
float: left;
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
}

h1 a {
width: 138px;
height: 195px;
text-indent: -999em;
float: left;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 10;
background: url(../images/logo.png) no-repeat;
cursor: pointer;
}


/*--------------------------------------------

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

.nav {
float: right;
width: 720px;
margin: 0;
padding: 0;
}

.chertoff-group-inner .nav{
padding-bottom: 125px;
}

.nav li {
float: left;
margin: 0 0 0 2px;
display: inline;
background: #aa272f;
border: 1px solid #aa272f;
position: relative;
}

.nav li.search {
background: #fff url(../images/search_bkg.gif) repeat-x bottom;
border: 1px solid #bdbcbd;
padding: 9px 15px 8px 15px;
width: 253px;
}

.nav li.search label {
float: left;
padding: 4px 10px 0 0;
font-size: 15px;
line-height: 13px;
font-weight: bold;
color: #333333;
}

.nav li.search input {
font-size: 15px;
line-height: 13px;
padding: 0;
border-width: 1px;
float: left;
}

.nav li.search input.search_field {
padding: 0 5px;
width: 130px;
vertical-align: middle;
height: 20px;
}

.nav li.search .go {
color: white;
border: none;
background: #333333;
font-size:9px;
width: 35px;
height: 22px;
margin-left: 10px;
padding: 0 0 1px;
display: inline;
}

.nav li a {
float: left;
color: #fff;
font-size: 13px;
text-decoration: none;
padding: 13px 15px;
}

.nav li a:hover, .nav li.hover a, .nav li a.currentpage, .nav li a.activeparent {
color: #ccc;
}

.nav li ul {
float: left;
position: absolute;
left: -999em;
top: 100%;
margin-top: 1px;
width: 150px;
padding: 3px 0;
}

.nav li:hover ul, .nav li.hover ul {
left: -1px;
}

.nav li ul li {
margin: 0;
background: none;
border: none;
width: 150px;
}

.nav li.hover ul li a {
color: #fff;
}

.nav li ul li a {
padding: 8px 15px;
}

.nav li ul li a:hover {
color: #ccc;
}

.nav li ul * {
z-index: 2;
}

.nav li ul li.bkg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
z-index: 1;
}

/*--------------------------------------------

				Navigation - Inner
				
---------------------------------------------*/

.left_nav {
float: left;
margin: 0 45px 0 0;
width: 165px;
background: #e5e5e5;
display: inline;
padding: 0.4em 0;
}

.left_nav li {
float: left;
}

.left_nav li a {
float: left;
color: #333333;
text-decoration: none;
padding: 0.7em 10px;
width: 145px;
font-size: 1.2em;
line-height: 1.2em;
}

.left_nav li a:hover, .left_nav li.active a, .left_nav li a.currentpage {
color: #aa272f;
}

.left_nav li ul {
padding-left: 15px;
display: none;
}

.left_nav li.activeparent ul, .left_nav li.currentpage ul {
display: block;
}

.left_nav li ul li a {
width: 130px;
font-size: 1.1em;
color: #777777;
}


/*--------------------------------------------

				Home Bars
				
---------------------------------------------*/

.chertoff-group-home * {
z-index: 10;
}

.flash {
float: left;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}

.flash * {
z-index: 1;
}

.bars {
float: left;
width: 961px;
padding: 187px 0 0;
}

.chertoff-group-left {
float: left;
width: 521px;
padding: 20px 35px 15px;
position: relative;
}

.chertoff-group-right {
float: left;
width: 300px;
padding: 20px 35px 15px;
position: relative;
}

.chertoff-group-left *, .chertoff-group-right * {
z-index: 2;
position: relative;
}

.bars h2 {
font-size: 2.2em;
font-weight: normal;
padding: 0 0 10px;
}

.bars p {
font-size: 1.2em;
line-height: 1.5em;
padding: 0 0 10px;
}

img.left {
padding: 0 10px 0 0;
}

.chertoff-group-left .bkg {
background: #000000;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.chertoff-group-right .bkg {
background: #aa272f;
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

/*--------------------------------------------

				Inner
				
---------------------------------------------*/

.chertoff-group-content {
float: left;
width: 961px;
padding: 23px 0 40px;
}

.chertoff-group-block {
margin: 0 0 0 210px;
width: 507px;
padding: 0 200px 0 35px;
}

.stint {
float: right;
width: 1px;
height: 330px;
font-size: 0.01em;
}

.chertoff-group-block h2 {
font-size: 1.6em;
line-height: 1.2em;
padding: 0 0 15px;
font-weight: bold;
}

.chertoff-group-block h3 {
font-size: 1.4em;
line-height: 1.1em;
font-weight: bold;
padding: 0 0 3px;
}

.chertoff-group-block h4 {
font-size: 1.2em;
line-height: 1.4em;
font-weight: bold;
margin-top: 10px;
}

.chertoff-group-block h5 {
font-size:1.5em;
font-weight:normal;
line-height:1.1em;
margin:-15px 0 0;
padding:0 0 15px;
}

.chertoff-group-block p, .chertoff-group-block ul {
font-size: 1.2em;
line-height: 1.3em;
padding: 0 0 15px;
}

.chertoff-group-block ul {
padding: 0 0 10px 15px;
}

.chertoff-group-block ul ul {
font-size: 1em;
padding: 5px 0;
margin: 0;
}

.chertoff-group-block ul.search {
padding-top: 10px;
margin: 0;
}

.chertoff-group-block ul li {
background: url(../images/bullet.gif) no-repeat 0 6px;
padding: 0 0 5px 10px;
}

.chertoff-group-block ul.search li {
background: none;
}

img.right {
padding: 0 0 20px 20px;
}

/*--------------------------------------------

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

.footer {
text-align: center;
color: #999999;
padding: 15px 0;
clear: both;
}
/* End of 'default' */

