/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ecf6ff;
	background-image:url(../images/back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	behavior: url(includes/csshover.htc);
}

.content5, #content5 {
	padding: 5px;
}
.content10, #content10 {
	padding: 10px;
}
.content15, #content15 {
	padding: 15px;
}
.content20, #content20 {
	padding: 20px;
}

/* ------------------------------ PROGRESS MENU BAR ------------------------------------------- */

#pb_outer {
	height: 20px;
	border: 1px solid #000;
	width: 80%;
	margin: 20px auto;
	display: none;
}
#pb_inner {
	font-weight: bold;
	color: #FFF;
	background-color: #006293;
	height: 20px;
	width: 1px;
	text-align: center;
}

/* ------------------------------ TOOL TIPS ------------------------------------------ */
div.photo{
    position:relative; /*this is the key*/
    z-index:24;
	float: right;
	width: 160px;
	}
div.photo span{ display: none; }
div.photo span a{ 
	color: #0f6bae; 
}
div.photo span h5{ 
	font: 12px Arial, Helvetica, sans-serif;
}
div.photo:hover{ 
	z-index:25; 
}
div.photo:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute; 
	top: 0;
	right: 40px;
	width: 320px;
    background-color: #dae9f6;
	color:#000;
	padding: 5px;
    text-align: left;
}


#pagewrap {
	display: block;
	margin: 0;
	padding: 0;
	width: 950px;
}
div#header {
	height: 144px;
	background: url(../images/header.jpg) no-repeat;
}
div#adminheader {
	height: 144px;
	background: url(../images/adminheader.jpg) no-repeat;
}
div#logo {
	float: left;
	margin: 33px 10px 0 55px;
}
div#tagline {
	float: left;
	text-align: left;
	margin: 80px 0 0 15px;
	font: 16px bold "Times New Roman", Times, serif;
	line-height: 18px;
	color: #0063be;
	text-transform: uppercase;
}
div#content {
	background-color:#FFF;
	padding: 20px 45px;
	text-align: left;
}
div#insidecontent {
	background-color:#FFF;
	padding: 20px 25px 20px 45px;
	text-align: left;
}
div#admincontent {
	background-color:#FFF;
	padding: 10px;
}
div#home-col-one {
	width: 600px;
	float: left;
	text-align: left;
}
div#home-col-two {
	width: 240px;
	float: right;
}
div#inside-col-one {
	width: 535px;
	float: left;
	text-align: left;
}
div#inside-col-two {
	width: 330px;
	float: right;
}

.back-blue {
	background: #dae9f6;
}

div#servicebar {
	background: #6ea7d9 url(../images/blue-gradient.gif) repeat-x top;
	color: #FFF;
	padding: 5px;
}
div#servicebar a{
	color: #FFF;
	text-decoration: none;
}
div#servicebar a:hover{
	color: #FFF;
	text-decoration: underline;
}
div#servicebar .services {
	font: 16px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
div#servicebar .products {
	font: 12px Arial, Helvetica, sans-serif;
}
div#contactbar {
	background: #000;
	color: #b1d8fc;
	padding: 5px;
	border-top: 2px solid #FFF;
	border-bottom: 12px solid #3a3a3a;
}
div#contactbar a {
	color: #b1d8fc;
	text-decoration: none;
}
div#contactbar a:hover{
	color: #b1d8fc;
	text-decoration: underline;
}
div#footer {
	padding: 5px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#footer a {
	color: #999;
	text-decoration: none;
}
div#footer a:hover {
	color: #999;
	text-decoration: underline;
}
div#copyright {
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 25px;
}
div#credits {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: 25px;
}
#menu {
	display: block;
	background: url(../images/menu-back.jpg) no-repeat;
	height: 70px;
	text-align: center;
}
#menu .home, #menu .about, #menu .contact, #menu .testimonials, #menu .marketing, #menu .blog {
	margin: 0 4px 0 5px;
	display: block;
	float: left;
	height: 70px;
	width: 148px;
	background-repeat: no-repeat;
}
#menu div.home {
	background: url(../images/menu/home.gif);
}
#menu div.home:hover {
	background: url(../images/menu/home-active.gif);
}
#menu div.about {
	background: url(../images/menu/about.gif);
}
#menu div.about:hover {
	background: url(../images/menu/about-active.gif);
}
#menu div.contact {
	background: url(../images/menu/contact.gif);
}
#menu div.contact:hover {
	background: url(../images/menu/contact-active.gif);
}
#menu div.testimonials {
	background: url(../images/menu/testimonials.gif);
}
#menu div.testimonials:hover {
	background: url(../images/menu/testimonials-active.gif);
}
#menu div.marketing {
	background: url(../images/menu/marketing.gif);
}
#menu div.marketing:hover {
	background: url(../images/menu/marketing-active.gif);
}
#menu div.blog {
	background: url(../images/menu/blog.gif);
}
#menu div.blog:hover {
	background: url(../images/menu/blog-active.gif);
}






/* FLOATERS */

.float_left, #float_left {
	float: left;
}
.float_right, #float_right {
	float: right;
}

/* CLEARFIX */

.clear, #clear {
	clear: both;
}