/* 
	
	Ask4Business

*/

/* Undo some of the default styling of common (X)HTML browsers */
/* This block is (c) 2004 Tantek Celik and is licensed under the Creative Commons License */
:link,:visited { text-decoration:underline; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; line-height:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img, abbr, acronym { border:none }
/* END COPYRIGHTED SECTION */

body {
	font: 0.85em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	padding: 12em 0 0 0
	}
	
.banner {
	margin-bottom: 1em;
}

h1 {
	margin-bottom: 0.3em;
	font-size: 2em;
	font-weight: normal;
	color: #007A8E;
	}

h2 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
	}
	
h3 {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	}

p { 
	margin-bottom: 1em; 
	line-height: 1.6em;
	}

a {
	color: #017A8D;
	text-decoration: underline;
	}
	
a:hover { 
	color: #9A4B28;
	text-decoration: underline; 
	}
	
.news h2 {
	margin: 1.5em 0 0.3em 0;
	}

.picture {
	float:left;
	padding:10px;
	}
/* ========================================================== */
/* ====                       Header                     ==== */
/* ========================================================== */

#header-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11.5em;
	background: #FFFFFF;
	text-align: center;
	}

#header-inner {
	width: 848px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	position:relative;
	}
	
#header-inner .company {
	background: transparent url(../images/ask4business-logo.png) top left no-repeat;
	width: 217px;
	height: 67px;
	text-indent: -20000em;
	margin-bottom: 0;
	}
	
#header-inner .company a {
	width: 217px;
	height: 67px;
	display: block;
	}
	
/* ========================================================== */
/* ====                         MENU                     ==== */
/* ========================================================== */

#menu-main {
	font-size: 0.8em;
	padding-bottom: 1px;
	position: absolute;
	top: 9em;
	}

#menu-main a {
	color: white;
	text-decoration: none;
	background: #017A8D;
	float: left;
	width: 120px;
	height: 23px;
	text-align: center;
	border-right: 1px solid #fff;
	padding-top: 9px;
	}
	
#menu-main a.two {
	padding-top: 2px;
	height: 30px;
	}

#menu-main li { 
	float: left; 
	}

#menu-main a.selected,
#menu-main a.two.selected, 
#menu-main a:hover {
	color: #fff;
	background: #3191A0	;
	}

#menu-sub {
	position: absolute;
	top: 12.1em;
	background: #eaeaea;
	height: 2.6em;
	font-size: 0.8em;
	color: #007A8E;
	width: 847px;
	}

#menu-sub li {
	float: left;
	background: url(../images/bg-verticalbar.gif) no-repeat right 0.8em;
	padding: 0.6em 14px 0;
	}
	
#menu-sub li.current_page_item a{
	
	color: #000;
}	

#menu-sub li.last { 
	background: url(none); 
	}

#menu-sub a{
	text-decoration: none;
}

#menu-sub a:hover{
	text-decoration: underline;
}

/* ========================================================== */
/* ====                      Content                     ==== */
/* ========================================================== */

.main {
	width: 847px;
	text-align: left;
	margin: 0 auto;
	padding-top: 7px;
	}
	
#homepage {
	width: 615px;
	float: left;
	padding: 0 10px 0 0;
	line-height: 140%;
	}
	
* html #homepage {
	width: 625px;
	padding: 0 0 0 0;
	float: left;
	}

/* ========================================================== */
/* ====                        Right                     ==== */
/* ========================================================== */

#sidebar-right {
	font-size: 0.8em;
	width: 213px;
	float: right;
	}
	
#sidebar-right .rightBlock {
	margin: 0 0 5px 0;
	width: 213px;
	height: 132px;
	}
	
#sidebar-right .rightBlock a{
	margin: 0 0 5px 0;
	width: 213px;
	height: 132px;
	display: block;
	text-indent: -20000em;
	}
	
#sidebar-right #broadband {
	background: #fff url(../images/placeholder.gif) no-repeat left top;
	}
	
#sidebar-right #telephone {
	background: #fff url(../images/placeholder2.gif) no-repeat left top;
	}
	
#sidebar-right #data {
	background: #fff url(../images/placeholder3.gif) no-repeat left top;
	}
	
#sidebar-right .rightBlock.map {
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	padding: 8px 0;
	text-align:center;
	height: auto;
	}

#sidebar-right h6 {
	background: #007A8E url(../images/bg-h6-blue.gif) no-repeat left top;
	color: white;
	padding: 0.4em 0 0.5em 1em;
	}

#sidebar-right h6.yellow {
	background: #F2E300 url(../images/bg-h6-yellow.gif) no-repeat left top;
	color: #007A8E;
	}

#sidebar-right ul { 
	margin-bottom: 1em; 
	}
	
#sidebar-right ul li { 
	background: url(../images/bg-dots-horz.gif) repeat-x left bottom; 
	}
	
#sidebar-right ul li a {
	background: url(../images/arrow-submenu.gif) no-repeat left center;
	display: block;
	padding: 0.6em 0 0.6em 1em;
	}

/* ========================================================== */
/* ====                       Slogan                     ==== */
/* ========================================================== */

#slogan {
	font-size: 0.85em;
	color: #007A8E;
	float: right;
	clip: rect(5px auto auto auto);
	font-weight: bold;
	clear: none;
	width:213px;
	text-align:center;
	}
	

/* ========================================================== */
/* ====                       Footer                     ==== */
/* ========================================================== */

#footer {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 0.8em;
	color: #5799a4;
	padding-top: 2em;
	padding-bottom: 2em;
	}

#footer span { 
	float: right; 
	}
	
#footer P {
	text-align: center;
	}
	
/* ========================================================== */
/* ====                General Styling Rules             ==== */
/* ========================================================== */
	
#homepage .float {
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	}

#newsfeature {
	width: 185px;
	height: 102px;
	background: url(../images/bg-newsfeature.gif) no-repeat left top;
	}

#newsfeature h6 {
	padding: 7px 7px 0 7px;
	margin: 0;
	}

#newsfeature p {
	color: #007A8E;
	font-size: 0.8em;
	padding: 7px;
	}

#newsfeature p a {
	color: #007A8E;
	text-decoration: none;
	}

#newsfeature p a:hover {
	color: #007A8E;
	text-decoration: underline;
	}

#vantagefeature {
	width: 185px;
	height: 102px;
	background: url(../images/bg-vantagefeature.gif) no-repeat left top;
	margin-bottom: 8px;
	}

#vantagefeature h6 {
	background: none;
	padding: 7px 7px 0 7px;
	margin: 0;
	}

#vantagefeature p {
	color: #004C86;
	font-size: 1em;
	padding: 0 7px;
	}

#vantagefeature p a {
	color: #004C86;
	text-decoration: none;
	}

#vantagefeature p a:hover {
	color: #004C86;
	text-decoration: underline;
	}
	
#homepage ul {
	margin: 1em 3em;
	list-style: disc outside;
	}
	
#homepage ol {
	margin: 1em 3em;
	list-style: decimal outside;
	}
		
#homepage dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	}

#homepage dl dd {
	margin: 0px 0px 2em;
	}

table {
	border-top: 1px solid #017A8D;
	border-left: 1px solid #017A8D;
	font-size: 0.85em;
	font-weight: bold;
	}

th {
	background: #F2E300;
	color: #007A8E;
	}
	
.contactTable th {
	width: 200px;
	}
	
th, 
td {
	vertical-align: top;
	padding: 8px 20px 8px 5px;
	border-right: 1px solid #017A8D;
	border-bottom: 1px solid #017A8D;
	}
	
address {
	display: block;
	margin-bottom: 1em;
	font-style: normal;
	}
	
#homepage ol ol {
	list-style: lower-alpha;
	}
	
.formrow label {
	display: block;
	cursor: pointer;
	}
	
.formrow {
	margin-bottom: 0.8em;
	}
	
.requiredfield {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	}
	
div.logos {
	width: 540px;
	text-align: center;
	margin: 0 auto;
	}
	
div.logos img {
	margin: 10px 18px;
	}
	
/* ========================================================== */
/* ====                        FORMS                     ==== */
/* ========================================================== */
	
#form {
	background: #f0f0f0;
	width: 50%;
	float: right;
	margin: 0 0 10px 30px;
	padding: 10px 10px 20px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#form form label {
	font-weight: bold;
	width: 35%;
	float: left;
	display: block;
	text-align: right;
	clear: both;
	margin: 10px 0;
	}
	
#form form .button {
	width: 35%;
	color: #fff;
	margin: 10px 0 0 36%;
	border: none;
	background: #017A8D;
	font-weight: bold;
	padding: 4px;
	}
	
#form form input, 
#form form textarea {
	margin: 10px 0 10px 4px;
	border: 1px solid #ddd;
	padding: 4px;
}

/* ========================================================== */
/*  Layout styles for paragraphs set beside graphics content  */
/* ========================================================== */

/* Er, What ? */

.paragraphimage {
	float: left;
	width: 135px;
	}

.imageparagraph {
	float: right;
	width: 320px;
	}

.imageparagraph p {
	margin: 0;
	padding-bottom: 2.2em;
	}

.imageparagraph h3 {
	margin: 0;
	padding: 0;
	}

.textwithimage {
	clear: both;
	width: 545px;
	}

.siteMap {
	/*background: #fff url(../images/footer-block.gif) 163px 0px repeat-y;*/
	margin: 0 0 0px 0
	}	
	
.borderMe {
	border-top: 3px double #007A8E;
	padding-top: 10px;
	}

.footerDiv {
	width: 167px;
	float: left;
	}
	
	
	
.footerDiv h2 {
	font-size: 1.1em;
	margin: 0 5px 5px;
	padding: 2px 0 2px 5px;
	background: #3190A0;
	color: #fff;
	}
	
.footerDiv a {
	text-decoration: none;
}

.footerDiv a:hover {
	text-decoration: underline;
}		
	
.footerDiv ul {
	padding: 0 5px 5px 10px;
}

	
.footerDiv ul li {
	margin-bottom: 0.5em;
}
	
#footer .copyright {
	margin-top: 1em;
	padding-top: 2em;
	border-top: 1px solid #ddd;
}

#footer .supported-by {
	margin-top: 3em;
}

/* ========================*/
/*         Styling         */
/* ========================*/

a {
	outline: none;
	}
	
a img {
	border: none;
	}

/* ========================*/
/*          Hacks          */
/* ========================*/

.ieonly {
	height: 0; 
    clear: both; 
    visibility: hidden;
	}

.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;}
/* End hide from IE-mac */
