* {
	margin: 0;
	padding: 0;
}

.show {
	display:block;
}

.hide {
	display:none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

table tr td {
	color: #;
	font-size: 11px;
}

#wrapper {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	font-family: Verdana;
}

#header {
	height: 100px;
	width: 900px;
	position: relative;
	background: url(/images/grey-fog.gif) center bottom no-repeat;
}

#header .logo {
	float: left;
        /*margin-left:2px;*/
margin-top: 0px;
	display: block;
	width: 172px;
	height: 65px;
}



#header .swf-image {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 221px;
	height: 122px;
}

#header .igloo {
	width: 185px;
	height: 98px;
}

#menu-header {
	position: relative;
	width: 700px;
	height: 100%;
	float: right;
	font: 9px Verdana;
/*font-weight: bold;*/
/*margin-top:8px;*/
}

#menu-header a, 
#menu-header ul li:hover ul li a,
#menu-header ul li.sfhover ul li a,
#menu-header ul li:hover ul li ul li a,
#menu-header ul li.sfhover ul li ul li a,
#menu-header ul li:hover ul li ul li ul li a,
#menu-header ul li.sfhover ul li ul li ul li a {
	color: #6D6F72;
	line-height: 14px;
	display: block;
}

#menu-header a.selected,
#menu-header a:hover, 
#menu-header li:hover a,
#menu-header li.sfhover a,
#menu-header ul li ul li a:hover,
#menu-header ul li ul li:hover a,
#menu-header ul li ul li.sfhover a,
#menu-header ul li ul li ul li a:hover,
#menu-header ul li ul li ul li:hover a,
#menu-header ul li ul li ul li.sfhover a,
#menu-header ul li ul li ul li ul li a:hover,
#menu-header ul li ul li ul li ul li:hover a,
#menu-header ul li ul li ul li ul li.sfhover a {
	color: #00B3DC;
}

#menu-header ul {
	position: absolute;
	width: 700px;
}

#menu-header li {
	list-style-type: none;
	float: left;
	color: #6D6F72;
	margin-right: 33px;
	line-height: 24px;
	white-space: nowrap;
}

#menu-header ul li.private a {
color: #BD2069;
}

#menu-header ul li ul {
	/* display: none; */
	left: 0px;
	top: 36px;
	line-height: 24px;
}

#menu-header ul.wrap { 
	top: 48px; 
}



#menu-header ul li ul li {
	margin-right: 25px;
}



#menu-header ul li:hover ul li ul,
#menu-header ul li.sfhover ul li ul, 
#menu-header ul li ul li ul,
#menu-header ul li:hover ul li ul li ul,
#menu-header ul li.sfhover ul li ul li ul, 
#menu-header ul li ul li ul li ul,
#menu-header ul li:hover ul li ul li ul li ul,
#menu-header ul li.sfhover ul li ul li ul li ul, 
#menu-header ul li ul li ul li ul li ul {
	/* display: none; */
	left: 0px;
}

#menu-header ul li:hover ul,
#menu-header ul li.sfhover ul,
#menu-header ul li ul li:hover ul,
#menu-header ul li ul li.sfhover ul,
#menu-header ul li ul li ul li:hover ul,
#menu-header ul li ul li ul li.sfhover ul,
#menu-header ul li ul li ul li ul li:hover ul,
#menu-header ul li ul li ul li.sfhover ul li.sfhover ul {
	display: block;
}

#search {
	position: absolute;
	font: 9px Verdana;
	color: #6D6F72;
	right: 0px;
	overflow: hidden;
}

/* ---------- FORMS ---------- */

.required {color:#000080;
}


form  { /* chg rlp to limit style to form-general forms  */
font: 10px Verdana;
overflow: hidden;
}

/*(form.form-general p {
margin-top: 10px;
}*/
form p {
margin-top: 10px;
}
form select {
font: 9px Verdana;
width: 135px;
margin-bottom:10px;
}

form label,#search form label {
float: left;
display: block;
margin-right: 10px;
line-height: 24px;

}

form input, #search form input {
height:15px;
line-height: 12px;
margin-top: 4px;
margin-bottom:10px;
width: 135px;
}

.wideForm p {
margin-top: 0px;
}

.radioButton,.checkBox {
margin-top:4px;
margin-bottom:2px;
width:20px;
}
.roundRadioButton {
margin-top:0px;
margin-bottom:0px;
width:15px;
}
form .button {
height: 20px;
width:135px;/* chg rlp*/
}

.wideButton {
height: 23px;
width: 200px;
}

.formButton{
height: 24px;
}

/* START NEW - 2/21/08 - chris */
@charset "UTF-8";
/* CSS Document */
#form-content .fileInput {
   height: 20px;
   width:221px;
   line-height: 20px;/*chg rlp to overwrite general   form style */
   margin-top: 0px;
   margin-bottom:0px;
}
#form-content form label {
	display: block;
	float: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	/*color: #8b8c8c;*/
       /*margin-right: 0px; *//*chg rlp to overwrite   general form style */
      line-height: 12px;
}
#form-content form label {
	font-size: 9pt;
	width: 8em;
}
#form-narrow form label {
     font-size: 8pt;
    width: 8em;
}
#form-content label input, #form-content  label textarea {
	display: block;
	position: relative;
	left: 9.5em;
	top: -1.6em;
}
#form-narrow label input, #form-narrow  label textarea {
	display: block;
	position: relative;
	left: 7.0em;
	top: -1.6em;
}
#form-content label select{
	display: block;
	position: relative;
	left: 15.5em;
	top: -1.6em;
}
#form-content label input {	
   height:15px;
   line-height: 15px;
   margin-top: 1px;
   margin-bottom:0px;
}
.label_h2 {
    font-weight: bold;
    font-size: 11px;
    color: #5680af;
}
#form-content {
	position: absolute;
   	left: 2px;
	margin-top:-0px;
 	background-color: #e5ebeb;
	width: 477px;
        padding-left:20px;
        padding-right:20px;
        padding-top:10px;
        padding-bottom:20px;
}
#form-narrow {
        margin-left:-12px;
        margin-right:-10px;
}
#form-content  .submit, #form-content .reset {
	float: left;
	width: 7em;
    margin-left: 10.4em;
	/*margin-top: -0.5em;*/
	margin-top:1.0em;
	height:23px;/*chg rlp to overwrite general form style */
}
#form-narrow  .submit, #form-narrow .reset {
   font-size:8pt;
}
#form-content .submit {
	clear: left;
}
#form-content .reset {
	margin-left: 5em;
}
#form-content .submitButtons { 
        /* margin-left:3.5em;*/
        margin-top:5px;
}
/* END NEW - 2/21/08 */
.clear {
	clear: both;
}

#content {
	width: 900px;
	position: relative;
}

#content .swf-image {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	background-image: url(/images/beachtv_ref.gif);
}

#content .bed {
	width: 179px;
	height: 158px;
	overflow: hidden;
}

#content .sectionImage {
	display: block;
	position: absolute;
	top: 39px;
	left: 0;
	width: 179px;
	height: 186px;
	overflow: hidden;
}

#content .sectionImageSolutions {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 179px;
	height: 186px;
	overflow: hidden;
}
#content .beachtvsmall {
	width: 179px;
	height: 186px;
	overflow: hidden;
}

#navigation-left {
	width: 179px;
	height: 280px;
	background: url(/images/divider-left.gif) right bottom no-repeat;
	float: left;
	margin-top: 196px;
 	overflow: hidden;
}

#navigation-left a {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #5680af;
	line-height: 20px;
	margin: 0px 0px 0px 15px;
}

#navigation-left a:visited {
	color: #5680af;
}

#navigation-left a.selected,
#navigation-left a:hover {
	color: #00b2dc;
}



#navigation-right {
	width: 142px;
	height: 350px;
	background: url(/images/divider-right.gif) left top no-repeat;
	float: right;
	margin-top: 22px;
	padding: 0px 20px 0px 20px;
}

#navigation-right .extranet {
        height:385px;
        overflow:auto;
}

#navigation-right h3 {
	font-style: italic;
	font-size: 13px;
	color: #5680af;
	margin-bottom: 10px;
	font-weight: normal;
}

#navigation-right h4 {
	background: url(/images/button-play.gif) no-repeat left top;
	font-size: 11px;
	color: #;
	font-weight: bold;
	padding: 0px 0px 0px 17px;
	line-height: 14px;
}

#navigation-right h4.private {
	background: url(/images/button-play-red.gif) no-repeat left top;
}

#navigation-right a {
	display: block;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #5680af;
	padding: 0px 0px 0px 15px;
	margin-bottom: 15px;
	/*text-decoration: underline;*/
}

#navigation-right li {
	list-style-type: none;
}

#navigation-right a:visited {
	color: #5680af;
}

#navigation-right a.selected,
#navigation-right a:hover {
	color: #00b2dc;
}

#main-area, #preview {
	display: block;
	float: left;
	width: 520px;
	height: 360px;
	margin: 0px 0px 0px 10px;
	position: relative;
	padding-top: 66px;
	/*overflow: auto;*/
overflow-y: auto;
overflow-x: hidden;
}
#preview{
  height:3000px;
}
.resultsList {
	font-size: 11px;
}


#main-area p, #preview p {
	color: #;
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 16px;
}

#main-area li , #preview li{
	background: url(/images/dot-blue.gif) 0px 6px no-repeat;
	padding-left: 10px;
	color: #;
	font-size: 11px;
	line-height: 16px;
}

#main-area-wide {
	display: block;
	float: left;
	width: 710px; /*662px;*/
	height: 360px; /*369px;*/
	margin: 0px 0px 0px 10px;
	position: relative;
	padding-top: 66px;
	overflow: auto;
}

#main-area-wide li {
	background: url(/images/dot-blue.gif) 0px 6px no-repeat;
	padding-left: 10px;
	color: #;
	font-size: 11px;
	line-height: 16px;
}

#main-area-wide p {
	color: #;
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 16px;
}

.title {
	font-weight: bold;
	color: #5680af;
}

#main-area-wide a {
	color: #5680af;
	/*padding: 0px 5px;*/
}

#main-area-wide a:visited {
	color: #5680af;
}

#main-area-wide a:hover,
#main-area-wide a.selected {
	/*font-weight: bold;*/
	color: #00b2dc; /*#;*/
}

#main-area a,  #preview a {
	color: #5680af;
	/*padding: 0px 5px;*/
}

#main-area a:visited,  #preview a:visited{
	color: #5680af;
}

#main-area a:hover,
#main-area a.selected,
#preview a:hover,
#preview a.selected {
	/*font-weight: bold;*/
	color: #00b2dc; /*#;*/
}

#main-area p.paging,  #preview p.paging{
	position: absolute;
	right: 20px;
	bottom: 5px;
	color: #5680af;
	padding: 0px 5px;
}

#main-area p.paging {
	color: #5680af;
	padding: 0px 5px;
}

#main-area p.paging,
#main-area p.paging {
	font-weight: bold;
	color: #00b2dc; /*#;*/
}

/* this spacer is used to have the product in the background effect */
#main-area p.spacer {
	height: 60px;
}

.beachtv {
	margin-top: -40px;
	margin-left: 10px;
	float: right;
}

#main-area h1,#main-area-wide h1, #preview h1{
	font-style: italic;
	font-weight: normal;
	color: #e1eefa;
	font-size: 48px;
	line-height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}



#main-area h2,#main-area-wide h2, #preview h2 {
	position: absolute;
	top: 23px;
	left: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #5680af;
	z-index: 1;
}

#main-area h3,#main-area-wide h3, #preview h3 {
	font-weight: bold;
	font-size: 11px;
	color: #5680af;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-area h4,#main-area-wide h4, #preview h4{
	left: 5px;
	font-weight: normal;
	font-size: 10px;
	color: #5680af;
	z-index: 1;
}


.news-ticker {
	/*width: 660px;*/
        width:900px;
	height: 15px;
	position: absolute;
	top: 492px;
	/*left: 175px;*/
      left:0px;
}
#footer {
	height: 20px;
	width: 100%;
}

#footer .legal {
	line-height: 18px;
	font-size: 9px;
	position: absolute;
	bottom: 15px; /*5px;*/
	left: 0;
	color: #6d6d6d;
}



#footer .links {
	line-height: 18px;
	font-size: 9px;
	position: absolute;
	bottom: 15px; /*5px;*/
	right: 0;
	color: #6d6d6d;
	word-spacing: -2px;
}

#footer .legal a,
#footer .links a {
	color: #6d6d6d;
}

#footer .legal a:hover,
#footer .links a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*press release - added 060608 */
.subtitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: 900;
}
.maintext {
	font-family: Verdana;
	font-size: 11px;line-height: 1.5;
	font-weight: 200;
}
.quote{	font-family: Verdana;
	font-size: 11px;line-height: 1.5;
	font-weight: 400;font-style:italic;
	border:50pix;
	color: #5680af;
}
	border:50pix;
	color: #5680af;
}