* {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 8pt;
}

/* form Buttons */
.formButton {
	padding: 0px 5px;
	background: #fad716 url(/mcldimages/images/buttons/button_background.jpg) repeat-x;
	background-position: 0 -2px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #aaa;}
	
.formButton-over {
	padding: 0px 5px;
	background: #fad716 url(/mcldimages/images/buttons/button_background_over.jpg) repeat-x;
	background-position: 0 -2px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #aaa;
}
img {
    /* Defautl for ALL images */
    border: 0;
}
.clearFix {
    clear: both;
    height: 1%;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    /*margin-top: 20px;*/
}

#mainWrapper {
    width: 770px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#headerWrapper {
    width: 770px;
    height: 70px;
}

#header {
    width: 100%;
    height: 110px;
    display: inline;
}

#footer {
    margin-top: 15px;
    margin-bottom: 10px; /* So it doesn't but against bottom of browser window */
    width: 90%;
    text-align:  center;
    margin-left: auto;
    margin-right: auto;
    color: #72A1CC;
    font-size: 8pt;
    border-top: 1px solid #dbe1e1;
    padding-top: 5px;
}

#mcldLogo {
    width: 280px;
    height: 100%;
    background: #FFFFFF url('/mcldimages/images/McLeodUSA_APC.gif') no-repeat center;
    float: left;
    display: inline;
}

#persNav {
    width: 360px;
    height: 100%;
    margin-left: 400px;
    margin-right: 17px; 
    margin-top: -70px;
    float: right;
    background: #FFFFFF url('/mcldimages/images/persistent_nav.jpg') no-repeat;
    display: inline;
}
#persNav img {
    margin-top: 25px;
/*    margin-left: 255px;*/
    float: right;
    margin-right: 15px;
    border: 0;
}
#navBar {
    clear: both;
    width: 750px;
    height: 30px;
    padding-right: 17px;
    padding-top: 10px;
    text-align: right;
    color: #0063be;
}

/* changed this style to put underlines in the content */
#navBar a, #footer a/*, #content a*/ {
    text-decoration: none;
    color: #0063be;
}
 
#navBar a:hover, #footer a:hover/*, #content a:hover*/ {
    text-decoration: underline;
    color: #000055;
}

#content a {
    color: #0063be;
}
#content a:hover {
    color: #000055;
}

.clearFix {
    clear: both;
    height: 1%;
}

#mainMessage {
    clear: both;
    width: 770px;
    height: 225px;
}

/* Tabs */
#tabButtons {
    width: 770px;
    height: 40px;
    margin-top: 5px;
}

#tabRail {
    clear: both;
    padding: 0;
    height: 1%;
    width: 730px;
    height: 10px;
    line-height: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fad716 url('/mcldimages/images/tabs/yellow_bg.jpg') repeat;
    
}
.tabLead {
    margin-left: 40px;
    height: 40px;
}
.buttonSpacer {
    margin-left: 25px;
    height: 40px;
}

.tabButton {
    width: 210px;
    height: 40px;
    text-align: center;
}
.tabButton img {
    border: 0;
}

#serviceWrapper{
    width: 770px;
}

#productsServicesBox, #busneedServicesBox, #bustypeServicesBox {
    width: 300px;
    border-right: 1px solid #0063be;
    height: 220px;
    float: left;
    
}

#productsServicesBox ul, #busneedServicesBox ul, #bustypeServicesBox ul {
    list-style: none;
    padding-left: 40px;    
}

#productsServicesBox li , #busneedServicesBox li , #bustypeServicesBox li{
    color: #0063be;
    padding: 7px;
    width: 95%;

    text-decoration: none;
    
    font-size: 10pt;
    
}

#productsServicesBox li a, #busneedServicesBox li a, #bustypeServicesBox li a {
    color: #0063be;
    width: 95%;

    text-decoration: none;
    
    font-size: 10pt;
}

#productsServicesBox li a:hover, #busneedServicesBox li a:hover, #bustypeServicesBox li a:hover, #productsServicesBox li:hover, #busneedServicesBox li:hover, #bustypeServicesBox li:hover {
    background-color: #0063be !important;
    color: #FFFFFF !important;
}

.hoverOn {
    background-color: #0063be;
    color: #FFFFFF !important;
    cursor: pointer;
}

#servicesInfo {
    background-color: #dbe1e1;
    width: 410px;
    float: right;
    margin-right: 20px;
    padding: 19px;
    height: 182px;
}

#dynamicContent, #productsContent, #busneedContent, #bustypeContent {
	display: none;
    width: 410px;
	height: 150px;
}

#dynamicContent {
	display: inline;
}

.goButton {
    float: right;
    padding-top: 15px;
}

/* errors */
#errorBox {
	margin-top: 10px;
	margin-bottom: 15px;
}
.error {
	font-family: arial, helvetica, sans-serif;
	color: #0063be;
}
div.error {
	background-color: #dbe1e1;
	border: 1px solid #000000;
	padding: 10px;	
}
span.error {	
	background: no-repeat left url("/mcldimages/images/warning_dark_bg.gif");
	padding-left: 30px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}
ol.error {
	margin-left: 40pt;
	margin-right: 20pt;
	font-size: 11px;
	line-height: 1.5;
}

/* New Tabs */
#mainTabs {
    margin-left: 40px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}
#mainTabs li {
    display: inline;
    width: 210px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.middleButton {
    margin-left: 25px;
    margin-right: 25px;
}
#mt-products {
    background: #FFF url(/mcldimages/images/tabs/product_tab.jpg) no-repeat;
}
#mt-products-on {
    background: #FFF url(/mcldimages/images/tabs/product_tab.jpg) no-repeat;
    background-position: 0px -40px;
}

#mt-busneed {
    background: #FFF url(/mcldimages/images/tabs/bus_need_tab.jpg) no-repeat;
}
#mt-busneed-on {
    background: #FFF url(/mcldimages/images/tabs/bus_need_tab.jpg) no-repeat;
    background-position: 0px -40px;
}

#mt-bustype {
    background: #FFF url(/mcldimages/images/tabs/bus_type_tab.jpg) no-repeat;
}
#mt-bustype-on {
    background: #FFF url(/mcldimages/images/tabs/bus_type_tab.jpg) no-repeat;
    background-position: 0px -40px;
}

.smallText {
	font-size: 8pt !important;
}