﻿/*********************************
		Page Reset/Config
*********************************/
body {margin:0 auto; padding:0; background-color:#171717; color:#FFF; font-family:Helvetica, Sans-Serif, Arial; font-size:1.0em}
    
    
/*********************************
		Content Structure
*********************************/
#homeContent {margin:0 auto; width:1050px; height:900px; background-image:url("../images/Home_BG.jpg"); background-position:top center; background-repeat:no-repeat;}
    
#homeLogin {float:right; margin-right:90px; margin-top:0px; width:400px; height:60px; font-size:.9em}
	#homeLogin input {background-color:#2F2F2F; border:solid 1px #C9C9C9; color:#C9C9C9}
        
#homeMenu {float:right; width:650px; height:40px; margin-right:90px; margin-top:20px; font-size:.9em;}
	#menuEnd {float:left; margin-top:0px; width:15px; height:40px; background-image:url("../images/MenuEnd.png")}    
    #menu {padding:0; margin:0; height:40px; list-style-type:none; background-image:url("../images/MenuBG.png")} 
    #menu li {float:right; position:relative; padding:0px 15px 0px 0px; text-align:center; z-index:999}
    #menu li a {line-height:40px; outline:none;}
    #menu li a, #menu li a:active, #menu li a:visited {display:inline; text-decoration:none; color:#FFF; outline:none;}
    #menu li a span img {margin:0px 3px 0px 0px; border:0px; vertical-align:middle}
    #menu li a span, #menu li a:visited span {display:inline}
    #menu li a:hover {border:0; /* needed to trigger IE */ color:#02d1e3;}
    #menu li a:hover span {display:inline; text-align:center; cursor:pointer; background-image:url("../images/MenuRedDot.jpg"); background-position:center; background-repeat:no-repeat;}
        
#homeLogo {position:relative; top:0px; left:60px;}
	#homeLogo a, #homeLogo a img, #homeLogo a:active, #homeLogo a:visited, #homeLogo a:hover {border:0px; outline:none;}
	#logo {display:block; width:240px; height:175px; background-image:url("../images/Logo.png");}
            
#homePitch {position:relative; top:185px; left:80px; width:585px; height:110px;  font-size:.9em}
    #homePitch p {margin-top:5px}
    #pitchEducate {position:absolute; top:0px; left:0px; width:265px; height:110px;}
    #pitchEducate a, #pitchEducate a:active, #pitchEducate a:visited, #pitchEducate a:hover {text-decoration:none}
    #pitchCommunicate {position:absolute; top:0px; right:0px; width:275px; height:110px;}
    #pitchCommunicate a, #pitchCommunicate a:active, #pitchCommunicate a:visited, #pitchCommunicate a:hover {text-decoration:none}
        
#homeRed {position:relative; top:220px; left:20px; width:680px; height:60px; text-align:center; font-size:1.2em}
	#homeRed #homePhone {padding-left:10px; font-size:1.5em;}
                
#homeAssocHelp {position:relative; top:285px; left:60px; width:585px; font-size:1.0em;}
    #homeAssocHelp ul {margin-left:-35px; margin-top:5px; list-style:none;}
    #homeAssocHelp li {background-image:url("../images/Home_RedDot.gif"); background-repeat:no-repeat; background-position:0 50%; padding-left:18px;}       
 
#homeFooter {margin:0 auto; margin-bottom:20px; width:1050px; height:30px; line-height:30px; background-image:url("../images/Home_Footer.png"); background-position:top center; background-repeat:no-repeat; text-align:center}
	#homeFooter span {margin-right:100px; color:#EFEFEF; font-size:.9em}       


/*********************************
	   General Page Classes
*********************************/
.clear {clear:both}
.homeTitle {color:#02d1e3; font-size:1.2em;}
.LoginBtn {margin-top:15px; margin-left:5px}
.moreLink {font-size:.8em; color:#FF0000; text-decoration:none}