@import url('main.css');

/* Header */
#header {
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
} #header #video {
	float:left;
} #header #info {
	float:right;
	width: 330px;
	margin-top: 10px;
} #header #info li {
	padding: 5px 0px 5px;
	font-weight:bold;
} #header #info .warning {
	color: red;
	text-transform: uppercase;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

/* Squeeze */
#squeeze {
    overflow: hidden;
    background-color: #83BACB;
    width: 750px;
  	margin: 0 auto 16px; 
} #squeeze-inner {
    overflow:hidden;
    width:722px;
	height: 35px;
	background-color: #83BACB;
    margin-left: 14px;
    margin-right: 14px;
    display:block;
	color: #000000;
	font-weight:bold;
} .s_tl, .s_tr, .s_bl, .s_br {
    background-image: url(../images/circle2.gif);
    width: 14px;
    height: 14px;
    font-size: 0em;
} .s_tl {
    background-position: 0px 0px;
    float:left;
} .s_tr {
    background-position: 14px 0px;
    float: right;
} .s_bl {
    background-position: 0px 14px;
    float: left;
} .s_br {
    background-position: 14px 14px;
    float: right;
} #squeeze-inner input[type='text'] {
	width: 200px;
	font-size: 13px;
	font-style:italic;
	color: #666666;
	background-color: #FFFFEE;
} #squeeze-inner table {
	margin: 0 auto;
} #squeeze-inner table td {
	padding-right: 10px;
} .cmdSubmit {
	background: url( '../images/signup.png') no-repeat top left;
	border: none;
	width: 100px;
	height: 30px;
	font-weight:bold;
	cursor:pointer;
} .cmdSubmit:hover {
	background-position: 0px -30px;
} .cmdSubmit:active {
	background-position: 0px -60px;
}

/* Font Styles */
h1 {
	font-size: 2.6em;
} .font1 {
	font-family:Verdana;
	font-size: 1.1em;
} .font2 {
	font-family: Comic Sans MS;
	font-size: 1.3em;
} .font3 {
	font-size: 1.2em;
} #squeeze-inner .font4 {
	font-size: 0.8462em;
} .font5 {
	font-size: 2.6em;
	font-weight:bold;
} .font6 {
	font-size: 1.5em;
} .font7 {
	font-family: Arial;
	font-size: 6.6em;
} .font8 {
	font-family: Comic Sans MS;
	font-size: 2.2em;
} .font9 {
	font-family: Arial;
	font-size: 2.6em;
} .font10 {
	font-family: Comic Sans MS;
	font-size: 3.7em;
} .font11 {
	text-align:center;
	font-size: 2.6em;
	font-weight:bolder;
	font-family: Georgia;
	color: #0000AA;
} .note {
	font-size: 0.75em;
	font-style:italic;
	font-weight:500;
	padding-left: 25px;
}

/* Tab Layout Changes */
#tabs {
	width:100%;
	margin-bottom: 16px;
	visibility: hidden;
} #tabs #list li {
	font-size: 1.3em;
} #tabs div.tab {
	font-size: 1em;
}

/* Other Styles */
#freecd {
	display:block;
	width: 100%;
	overflow:hidden;
	margin-bottom: 16px;
} #freecd span {
	float:left;
	margin-top: 18px;
} #cd1, #cd2 {
	float:right;
	margin: 10px;
} #habitat, #junior {
	margin-right: 10px;
} ul#stars {
	list-style: none;
	margin: 0px;
	padding: 0px;
} ul#stars li {
	background: url('../images/star.gif') no-repeat;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 25px;
} #billBook {
	float:right;
	margin: 10px;
}
