/**
* Customer web site CSS
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: styles.css 217 2008-07-28 19:06:27Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 217 $
* @lastrevision $Date: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @filesource $URL: svn+ssh://miken@svnhost.44i-dev.com/svnhome/base/branches/homeideastv/cust_skeleton/css/styles.css $
*/



 * { margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100%;
	width:100%
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	background:url(/_cust/images/bgtile.jpg) repeat #e8dfc6;
	color:#666666;
	height:100%;
	width:100%;
}






h1, h2, h3, h4, h5 {
	color:#666666;
	font-weight:normal;
}

h1 {
    font-size: 2.1em;
	margin-bottom:8px;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

a:link {
	color:#0c3d61;
	text-decoration: underline;
}

a:visited {
	color:#859eb0;
	text-decoration: underline;
}

a:hover {
	color:#5d7a90;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: underline;
}

p {
	line-height:1.6em;
}

/*------------------------------------------------------------ MAIN BODY STYLES -------------------------------------------------------*/
#hwrap {
	background:url(/_cust/images/headerbg.jpg) repeat-x;
	height:109px;
	width:100%;
	position:relative;
	z-index:100;
}

#header {
	width:960px;
	margin:0 auto;

	padding-left:12px;
	background:url(/_cust/images/headerbg.jpg) repeat-x;
	height:109px;
}

#windows {
	position:absolute;
	z-index:50;
	/*background-color:#CCCCCC;*/
	width:100%;
	height:550px;
	top:120px;
}

#windowsflash {
}

img.logo {
	position:relative;
	z-index:100;
	float:left;
	margin-right:58px;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

#slideshow {
	width:510px;
	height:289px;
	margin:12px 0 18px -100px;
	padding:20px 0 0 19px;
	float:right;
	background:url(/_cust/images/slideshowBG.jpg) no-repeat;
}


#sidebar {
	width:352px;
	float:left;
	margin-right:18px;
}

#sponsors {
	float:right;
	width:135px;
	background:url(/_cust/images/sponsorsbg.jpg) repeat-y;
	padding:0 0 0px 12px;
}

#sponsors img.top {
	margin:0 0 12px -12px;
}

#sponsors .ad {
	width:120px;
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:12px;
}

img.sponsormain {
	border:solid 1px #666666;
	margin-bottom:12px;
}

#content {
	width:435px;
	float:left;
}

#content p {
	margin-bottom:10px;
	text-align:justify;
}

#videowrapper {
	width:435px;
	height:347px;
}

#player {}





/*---------------- LIVE SEARCH STYLES -------------------*/

#bringitin {
	margin-left: -2px;
	margin-top: 8px;
	height: 530px;
	border: 0px solid green;
	z-index: 20;
	background:url(/_cust/images/resultsbg.jpg) repeat-y;
}

#init_list {
	margin-left: -5px;
	margin-top: 9px;
	z-index: 90;
	height: 270px;
	/*background:url(/_cust/images/resultsbg.jpg) repeat-y;
	background-color:#FF0000;*/
}

.live-search-results {
	margin-top: 9px;
	margin-left: -5px;
	z-index: 110;
}

#search {
	margin-bottom:4px;


}

#searchtop {
	width:352px;
}

#searchbox {
	width:342px;
	height:43px;
	background:url(/_cust/images/searchboxbg.jpg) no-repeat;
	padding:8px 0 0 10px;
}

input.search {
	background:url(/_cust/images/searchinputbg.jpg) no-repeat;
	width:330px;
	height:18px;
	font-size:15px;
	color:#0069ad;
	padding:8px 9px;
}

#search img.find {
	float:left;
}

#search a.find, #search a.find:visited {
	float:left;
	background:url(/_cust/images/infoBtn.jpg) top no-repeat;
	display:block;
	width:20px;
	height:24px;
	text-indent:-9999px;
}

#search a.find:hover {
	background-position:bottom;
}


#live_result_holder {
	background:url(/_cust/images/resultsbg.jpg) repeat-y;
	width:335px;
	height: 270px;
	z-index: 101;
	margin-left: 5px;
	/*background:#FF0000;*/
}



body#sponsorsPage #live_result_holder {
	height: 540px;
	width: 400px;
	border: 0px solid red;
	margin-left: 2px;
}

body#sponsorsPage ul#dynamic_res {
	margin-top:0px;

}


ul.liveresults {
	list-style:none;
	background:url(/_cust/images/resultsbg.jpg) repeat-y;
	width:340px;
	margin-left:-5px;
	padding:4px 6px;
}

body#sponsorsPage ul.liveresults {
	margin-left: 0px;
}

ul.liveresults li a, ul.liveresults li a:visited {
	background:url(/_cust/images/resultbg.jpg) top no-repeat;
	width:314px;
	height:17px;
	margin:4px 0 4px 0px;
	color:#3b2903;
	text-transform:uppercase;
	padding:5px 8px;
	display:block;
	text-decoration:none;
}

ul.liveresults li a:hover {
	background-position:bottom;
}

ul.liveresults li a.hiddenpanel, ul.liveresults li a.hiddenpanel:visited {
	background: none;
	width:314px;
	height:17px;
	margin:4px 0 4px 0px;
	color: green;
	padding:5px 8px;
	display:block;
	text-decoration:none;
}

ul.liveresults li a.hiddenpanel:hover {
}

#lshelp {
	border: 2px solid #ccc;
	position: absolute;
	top: -100px;
	left: 210px;
	background-color: #346603;
	color: #ccc;
	width: 400px;
	height: 129px;
	z-index: 400;
	padding: 8px;
	display: none;
}

#lshelp a {
	color: #fff;
}


#lshelp h1{
	color: #ccc;
}

#lshelp .lshelpclose {
	font-size: 0.8em;
	float: right;
}

.res_total_show {
	/*background:url(/_cust/images/resultsbg.jpg) repeat-y;
	margin-left: 5px;*/
	padding: 3px;
	height: 16px;
	width:329px;
	text-align: center;
	color:#625139;
	margin-bottom:4px;
	/*background:#0FF000;*/
}

#paginationholder {
	width:334px;
	height:32px;
	/*background:url(/_cust/images/resultsbg.jpg) repeat-y;*/
	margin-left: 1px;
	z-index: 9100;
	/*background:#00FF00;*/
	border: 0px solid red;
}




body#homePage #pagination {
	margin-top: -5px;
	margin-left: 0px;
        }

body#sponsorsPage #pagination {
	margin-top: 10px;
	margin-left: 52px;
	z-index: 9100;
        }


.pagination a, .pagination a:visited {
/*
	margin-top: 3px;
	margin-bottom: 2px;
    text-decoration: none;
	border: solid 1px #AAE;
	background-color: #ccc;
	background-color:#999999;
	color: #15B;
	*/
	margin:3px 5px 3px 0;
	color:#625139;
	padding:1px 4px;
	border:solid 1px #625139;
	text-decoration:none;
	z-index: 9100;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    text-align: center;
    /*padding: 0.08em 0.15em;*/
    margin-right: 5px;
	margin-bottom: 5px;
	z-index: 9100;
}

.pagination a:hover {
	color:#31220d;
	border:solid 1px #31220d;
	background-color:#c0b397;
	z-index: 9100;
}

.pagination .current {
	/*
	margin-top: 3px;
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;*/
	color:#625139;
	margin:3px 5px 3px 0;
	padding:2px 4px;
	z-index: 9100;
}

.pagination .current.prev, .pagination .current.next{
	/*color:#999;
	border-color:#999;
	background:#fff;*/
	color:#9f9171;
	z-index: 9100;
}

#sponsorsPage #footer {
 margin-top: 170px;
}


/* ----------------------------- SPONSOR STYLES -----------------------*/

.spons_logo {
	margin:-8px 0 12px 70px;
	padding:24px 18px 18px 18px;
	background-color:#FFFFFF;
	background:url(../images/staple.jpg) center 8px no-repeat #FFFFFF;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

ul.sponsor_list {
	margin-left: 24px;
	list-style: none;
}

ul.sponsor_list li {
	margin-bottom: 8px;
}



/* ----------------------------- SCHEDULE STYLES -----------------------*/


#schedulebox {
	width:410px;
	background:url(/_cust/images/schedulemid.jpg) 0 15px repeat-y;
	margin:12px 0 12px -3px;
	padding:0 12px;

}

body#schedulePage #schedulebox {
	margin:0 0 12px -3px;
}

#schedulebox img.spiral {
	margin-left:-12px;
}

#schedulebox h1 {
	font-size:1.4em;
	border-bottom:solid 1px #0069ad;
	color:#0069ad;
	text-transform:uppercase;
}



#schedulebox table {
	width:410px;
}

#schedulebox table td {
	width:46px;
	text-align:center;
	padding:2px;
}

#schedulebox table td {
	font-size:9px;
	line-height:10px;
	margin-top:4px;
}

/*
#schedulebox .show {
	width:42px;
	background-color:#999999;
	text-align:center;
	margin-right:8px;
}
*/

ul.menu {
	list-style: none;
	font-size: 1.2em;
	clear:both;
}

ul.menu li {
	margin-bottom: 6px;
	margin-left: 8px;
}

img.stationlogo {
	float: left;
	margin-right: 4px;
}

ul.menu li ul {
	list-style: none;
}

.segdetail {
	margin-top: 4px;
	margin-left: -8px;
	width: 406px;
	border: 1px solid #035D9B;
	background-color: #E6EEF7;
	font-size: 0.9em;
	color: #ddd;
	float:left;
}

ul.segdetail {
	clear:both;
}

.segdetail li {
	padding-left: 12px;
}

ul.segdetail li a, ul.segdetail li a:visited {
	text-decoration:none;
	/*padding:2px 6px;
	width:355px;
	display:block;*/
}

ul.segdetail li a:hover {
	/*background-color:#c5d0dd;*/
}


li.segheader {
	margin-top: 4px;
	font-weight: 900;
	font-size: 1em;
	color: #333;
	color:#666666;
	padding-left: 2px;
}



.goleft {
	float:left;
}

span.goleft {
	width:125px;
}


.time {
	float:left;
}
a.linksmaller, a.linksmaller:visited {
	background-color: #035D9B;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	padding: 2px 5px;
	display:block;
	float:right;
	/*width:125px;*/
}

a.linksmaller:hover {
	background-color: #0179AE;
}

/* ----------------------------- MAGAZINE BOX STYLES -----------------------*/

body#homePage .magazinebox {
	margin-top: 292px;
}

.magazinebox {
	width:309px;
	background:url(/_cust/images/magpaneltile.jpg) 0 15px repeat-y;
	padding:0 18px;
	margin-left:5px;
	margin-bottom:0;
}


.magazinebox img.top, .magazinebox img.btm {
	margin-left:-18px;
	margin-right:-18px;
}


.magazinebox h1{
	font-size:1.6em;
	border-bottom:solid 1px #0069ad;
	color:#0069ad;
	text-transform:uppercase;

}

.magazinebox h2 {
	color:#666666;
	font-size:1.4em;
}

.magazinebox p {
	text-align:justify;
	margin-bottom:8px;
}

.magazinebox a.readmore, .magazinebox a.readmore:visited {
	width:91px;
	height:25px;
	background:url(/_cust/images/readmorebg.jpg) top no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-left:218px;
}

.magazinebox a.readmore:hover {
	background-position:bottom;
}

.magazinebox ul {
	margin-left: 24px;
	margin-bottom: 8px;
}


.magazineboxwide {
	width:603px;
	background:url(/_cust/images/magpaneltilewide.jpg) 0 15px repeat-y;
	padding:0 18px;
	margin-left:70px;
}


.magazineboxwide img.top, .magazineboxwide img.btm {
	margin-left:-18px;
}


.magazineboxwide h1{
	font-size:1.6em;
	border-bottom:solid 1px #0069ad;
	color:#0069ad;
	text-transform:uppercase;

}

.magazineboxwide h2 {
	color:#666666;
	font-size:1.4em;
}

.magazineboxwide p {
	text-align:justify;
	margin-bottom:8px;
}

.magazineboxwide a.readmore, .magazineboxwide a.readmore:visited {
	width:91px;
	height:25px;
	background:url(/_cust/images/readmorebg.jpg) top no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-left:218px;
}

.magazineboxwide a.readmore:hover {
	background-position:bottom;
}


.himagpic {
	margin-top: -20px;
	margin-left: 40px;
}


/*----------------------------------------------------------- NAVIGATION STYLES -----------------------------------------------------------*/
ul#nav {
	width:526px;
	height:50px;
	float:left;
}


ul#nav li {
	list-style:none;
	float:left;
}

ul#nav li a {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:41px;
}

ul#nav li a.sponsorsBtn, ul#nav li a.sponsorsBtn:visited {
	width:105px;
	background:url(/_cust/images/sponsorsBtn.jpg) top no-repeat;
}

ul#nav li a.scheduleBtn, ul#nav li a.scheduleBtn:visited {
	width:105px;
	background:url(/_cust/images/scheduleBtn.jpg) top no-repeat;
}

ul#nav li a.magazineBtn, ul#nav li a.magazineBtn:visited {
	width:105px;
	background:url(/_cust/images/magBtn.jpg) top no-repeat;
}

ul#nav li a.aboutBtn, ul#nav li a.aboutBtn:visited {
	width:106px;
	background:url(/_cust/images/aboutBtn.jpg) top no-repeat;
}


ul#nav li a.surveyBtn, ul#nav li a.surveyBtn:visited {
	width:105px;
	background:url(/_cust/images/surveyBtn.jpg) top no-repeat;
}


ul#nav li a.sponsorsBtn:hover,
ul#nav li a.scheduleBtn:hover,
ul#nav li a.magazineBtn:hover,
ul#nav li a.aboutBtn:hover,
ul#nav li a.surveyBtn:hover {
	background-position:center;
}


body#sponsorsPage ul#nav li a.sponsorsBtn,
body#schedulePage ul#nav li a.scheduleBtn,
body#magazinePage ul#nav li a.magazineBtn,
body#aboutPage ul#nav li a.aboutBtn,
body#surveyPage ul#nav li a.surveyBtn {
	background-position:bottom;
	cursor:default;
}




/*----------------------------------------------------- FOOTER STYLES ---------------------------------------------*/


#footer {
	width:944px;
	margin:12px auto;
	color:#3e2707;
	position:relative;
	z-index:100;
}

#footer ul {
	list-style:none;
}

#footer ul li {
	float:left;
	margin-right:12px;
	color:#3e2707;
}

#footer ul li.fortyfour {
	margin-right:0px;
}

#footer ul li a {
	color:#3e2707;
}

#footer a, #footer a:visited {
	color:#3e2707;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.logo44i {
	margin-left: 12px;
	margin-top: 6px;
}


/*----------------------------------------------------- CONTACT ---------------------------------------------*/




input.ffi  {
	border: 1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding:3px 5px;
	background:url(/_cust/images/inputBG.png) #FFFFFF repeat-x top;
}

td.imagev input {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;
	border: 1px solid #666666;
	background:url(/_cust/images/inputBG.png) #FFFFFF repeat-x top;
}

textarea.ffi {
	border: 1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding:3px 5px;
	background:url(/_cust/images/inputBG.png) #FFFFFF repeat-x top;
}

.error_msg
{
	border: 1px solid #ff0000;
	color: #ff0000;
	background-color: #FDD0D0;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.success_msg
{
	border: 1px solid #00ff00;
	color: #009900;
	background-color: #ffffff;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.form_msg_width
{
	width: 240px;
}

a.buttonlink, a.buttonlink:visited {
	width:107px;
	height:26px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_cust/images/submitBtnBG.png) no-repeat top;
}

a.buttonlink:hover {
	background-color:#b5131c;
	color:#fff;
	background-position:bottom;
}

a.buttonlinkcust, a.buttonlinkcust:visited {
	/*background-color: #035D9B;*/
	color: #035D9B;
	text-decoration: none;
	font-size: 1.1em;
	padding: 6px;
}

a.buttonlinkcust:hover {
	color: #0179AE;
}



/*----------------------------------------------------------- SURVEY STYLES  -----------------------------------------------------------*/

select.survey, textarea.survey, input.survey {
	border: 1px solid #000;
}

.survey_question_holder {
	margin-top: 12px;
	margin-left: 8px;
}

.survey_question_holder ul {
	margin-left: 28px;
	list-style: none;
}


/*----------------------------------------------------------- QUESTIONNAIRE STYLES  -----------------------------------------------------------*/
#qdownloads {
	float:right;
	width:250px;
}

#qdownloads ul {
	list-style: none;
}

body#questionnairePage input, body#questionnairePage textarea {
	padding:3px 6px;
	width:300px;
	margin-bottom:8px;
	border:solid 1px #666;
}

body#questionnairePage select {
	width:150px;
	margin-bottom:8px;
	border:solid 1px #666;
}

body#questionnairePage p {
	margin-bottom:0px;
}

a.sendquest, a.sendquest:visited {
	margin-left:100px;
	border:solid 1px #035d9b;
	text-transform:uppercase;
	padding:4px 6px;
	text-decoration:none;
	color: #035d9b;
}

a.sendquest:hover {
	background-color: #035d9b;
	color:#FFF;
}


/*----------------------------------------------------------- STANDALONE VIDEO STYLES  -----------------------------------------------------------*/

body#videoPage {
background: none;
padding: 40px;
}



/*-------------------------------------- --- WORD VERIFICATION --------------------------------------------------------*/

.word_verification_msg {
}

input.word_verification {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;
	border: 1px solid #666666;
}

img.word_verification {
	border:none;
}

/* ----------------------------- FLOOR STYLES -----------------------*/


#onwall {
	width:960px;
	margin:0 auto;
	margin-bottom:50px;
}

#onwall img.outlet {
	margin-left:77px;
}

#onwall img.vent {
	margin-left:325px;
}

#floor {
	width:100%;
	height:125px;
	background:url(/_cust/images/floorbg.jpg) repeat-x;
}


/*----------------------------------------------------------- SITEMAP -----------------------------------------------------------*/


#sitemap_disp
{
	font-size: 1.2em;
	margin-left: 20px;
}

#sitemap_disp ul li
{
	margin-left: 24px;
}

/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}



