/* CSS Document */


/* BODY */


body {
background: #FFF;
margin-top: 0;
}

html {
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 990px;
min-height: 100%;
overflow: hidden;
}


/* HEADER DIV */

#header {
width: 990px;
height: 146px;
text-align: right;
}

#logo {
width: 548px;
height: 146px;
z-index:500;
float:left;
}

#header2 {
width: 990px;
height: 146px;
background-image: url(../images/header-new.gif);
background-position: center;
background-repeat: no-repeat;
margin-left:auto;
margin-right:auto;
text-align: right;
}

/* OPTIONAL MENU AND CONTACT BARS */

#menu  {
position: relative;
width: 850px;
height: 22px;
font-variant: small-caps;
font-size: 14px;
color: #FFF;
font-weight: bold;
text-align: right;
left: 125px;
top: 90px;
padding: 0 200px 0 0;
}

#menu2  {
position: relative;
height: 22px;
font-variant: small-caps;
font-size: 14px;
color: #FFF;
font-weight: bold;
text-align: right;
left:125px;
top: 90px;
padding: 0 200px 0 0;
}


#menu a {
color: #000;
text-decoration: none;
}


#menu a:hover {
color: #E41C39;
text-decoration: none;
}

#contactmenu {
float: right;
height: 146px;
width:442px;
background-image:url(../images/header2.gif);
background-repeat:no-repeat;
}

.contactmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #666;
padding-top:60px;
padding-right:20px;
}

#contactmenu a {
color: #666;
text-decoration: none;
}

#contactmenu a:hover {
color: #666;
text-decoration: underline;
}



/* CONTENT DIVS */

#contentcontainer {
width: 990px;
}

#content {
float: right;
width: 710px;
text-align: left;
margin: 0 10px 0 5px;
padding: 5px;
}

.homeContent {
width:680px;
padding-left:10px;
}

.homeContent p{
line-height:19px;
font-size:13px;
margin-bottom:15px;
}


/* SIDEBARS */

#sidebar {

float: left;
width: 251px;
color: #000;
font-variant: small-caps;
font-weight: bold;
line-height: 12px;
font-size: 16px;
text-align: left;
}

#sidebarmenu {
background-image: url(../images/menubgrnd.gif);
background-repeat: repeat-y;
background-position: center;
}

#sidebarmenucontent {
width: 200px;
padding-left:25px;
}

#sidebarbottom {
background-image: url(../images/menubottom.gif);
background-repeat: no-repeat;
background-position: center;
height: 29px;
margin-top: -10px;
}

#sidebar ul {
margin: 0 0 0 -3px;
padding: 0 0 0 2px;
font-size: 12px;
color: #000;
}

#sidebar ul li {
list-style-type: none;
padding-left: 10px;
padding-top: 2px;
}

#sidebar ul li a {

color: #FFF;
text-decoration: none;
}


#sidebar ul li a:hover {
color: #000000;
text-decoration: none;
}

#sidebar h1 {
background-image: url(../images/heading.jpg);
width: 220px;
height: 30px;
font-size: 14px;
line-height: 16px;
color: #FFF;
text-align: right;
}

.heading {
padding-right: 15px;
padding-top: 6px;
}

/* FOOTER BOTTOM */

#bottom  {
	width:990px;
	height:35px;
	margin:auto;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color: #888;
}

#bottom a {
color: #888;
text-decoration: none;
}

#bottom a:hover {
color: #888;
text-decoration: underline;
}


/* LISTS */



ul {

list-style: disc;
margin: 0;
color: #000000;

}


ul li  {
list-style-type: disc;
margin-bottom:10px;
padding: 5px;
margin-left: 25px;
}

ol {
list-style: decimal;
margin: 0;
color: #000000;
}

ol li {
padding: 5px;
}

/* BOTTOM TEXT */

#bottomtext {
width:600px;
margin:auto;
}
						  
#bottomtext p  {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000000;
text-align:center;
}
						  
#bottomtext a {
color: #000;
text-decoration:none;
padding-left:2px;
padding-right:2px;
}
						  
#bottomtext a:hover {
color: #cc0000;
}


/* HEADINGS */

h1 {
font-size: 22px;
font-weight: bold;
color: #224D72;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #224D72;
}


h3 {
font-size: 14px;
font-weight: bold;
color: #000;
}

h4 {
font-size: 17px;
font-weight: bold;
color: #224D72;
margin-bottom:0px;
margin-top:10px;
}


/* LINKS */

A:link {text-decoration: underline; color: #224D72;}
A:visited {text-decoration: underline; color: #224D72;}
A:active {text-decoration: underline; color: #224D72;}
A:hover {text-decoration: underline; color: #8EACCC;}


/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

.imgfltleft {
float: left;
padding: 10px;
}

.imgfltrght {
float: right;
padding: 10px;
}

/* TESTIMONIALS */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  background-color:#4F81BD;
						  border:2px #999 solid;
						  color: #FFF;
						  font-style: italic;
						  font-weight: bold;
						  font-size: 14px;
						  line-height: 20px;
						  padding: 10px;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  }

#testimonial-content p    {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:14px;
						  line-height:16px;
						  text-align:justify;
						  }
						  
/* OPTIN BOXES */
						  
#accelerate {
width: 700px;
height: 283px;
}

#accelerateHome {
width: 396px;
height: 283px;
float:left;
}

#videoHome {
width: 305px;
height: 283px;
float:right;
}


#ebusiness {
float: right;
width: 355px;
height: 137px;
}

#drivingmarketing {
float: left;
width: 355px;
height: 137px;
}

#drivingbusiness {
float: left;
width: 355px;
height: 137px;
}

#willitwork {
float: left;
width: 355px;
height: 137px;
}

#socialmedia {
float: right;
width: 355px;
height: 137px;
}

#marketanalysis {
float: right;
width: 355px;
height: 137px;
}

#newsletter {
float: right;
width: 355px;
height: 137px;
}

#internetmarketing {
float: left;
width: 355px;
height: 137px;
}

#newslettersignup {
float: right;
width: 355px;
height: 50px;
margin:-50px -25px 0 0;
}

/* LEVERAGING SOCIAL MEDIA */

#leveraging_social_media {
height:108px;
width:229px;
margin:auto;
background-image:url(../images/social_media_workshop_download.gif);
background-repeat:no-repeat;
padding:10px;
text-align:center;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#leveraging_social_media h3 {
font-size:14px;
font-weight:bold;
margin-top:0;
}

#leveraging_social_media p {
font-size:12px;
line-height:14px;
}

				  

/* TEXT MODIFICATION STYLES */

.smalltxt9pxblack {
font-size: 9px;
color: #000;
}

.smalltxt10pxblue {
font-size: 10px;
font-style: italic;
color: #0000FF;
}

.bold {

	font-weight: bold;

}

.bold-highlight {

	font-weight: bold;

	background-color: #FFFF00;

}

.bold-italic {

	font-style: italic;

	font-weight: bold;

}

.bold-underline {

	font-weight: bold;

	text-decoration: underline;

}

.bold-highlight-italic {

	font-style: italic;

	background-color: #FFFF00;

	font-weight: bold;

}

.bold-highlight-underline {

	font-weight: bold;

	background-color: #FFFF00;

	text-decoration: underline;

}

.bold-highlight-italic-underline {

	font-style: italic;

	font-weight: bold;

	text-decoration: underline;

	background-color: #FFFF00;

}

.bold-italic-underline {

	font-style: italic;

	font-weight: bold;

	text-decoration: underline;

}

.highlight {

	background-color: #FFFF00;

}

.italic {

	font-style: italic;

}

.italic-highlight {

	font-style: italic;

	background-color: #FFFF00;

}

.italic-underline {

	font-style: italic;

	text-decoration: underline;

}

.italic-highlight-underline {

	font-style: italic;

	text-decoration: underline;

	background-color: #FFFF00;

}

.underline {

	text-decoration: underline;

}

.strikethrough {

	text-decoration: line-through;

}

.strikethrough-bold {

	font-weight: bold;

	text-decoration: line-through;

}

.strikethrough-highlight {

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-italic {

	font-style: italic;

	text-decoration: line-through;

}

.strikethrough-bold-highlight {

	font-weight: bold;

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-bold-italic {

	font-style: italic;

	font-weight: bold;

	text-decoration: line-through;

}

.strikethrough-bold-highlight-italic {

	font-style: italic;

	font-weight: bold;

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-highlight-italic {

	font-style: italic;

	text-decoration: line-through;

	background-color: #FFFF00;

}

.black {

	color: #000000;

}

.white {

	color: #FFFFFF;

}

.red {
	color: #E41C39;
}

.redbold {
	color: #E41C39;
    font-weight: bold;
}


.blue {

	color: #0000FF;

}

.bluebold {

	color: #0000FF;
    font-weight: bold;
}

.green {

	color: #006600;

}

.all-caps {

	text-transform: uppercase;

}

.all-lowercase {

	text-transform: lowercase;

}

.all-firstlettercaps {

	text-transform: capitalize;

}

.font-Georgia {

	font-family: Georgia, "Times New Roman", Times, serif;

}

.font-Courier {

	font-family: "Courier New", Courier, "Times New Roman", mono;

}

.font-Geneva {

	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.font-Trebuchet {

	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;

}

.font-Impact {

	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;

}

.font-ComicSans {

	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;

}

/**************** menu coding *****************/
#ddmenu {
width:234px;
margin:0;
}

#ddmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#ddmenu a, #ddmenu h2 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
display: block;
margin: 0;
padding:4px 0 4px 15px;
}


#ddmenu a {
color: #000;
text-decoration: none;
}

#ddmenu a:hover {
color:#000000;
background:#83A3C9;
}

#ddmenu li {position: relative; margin-bottom:2px;}

#ddmenu ul ul ul {
position: absolute;
top:2px;
left:98%;
width:310px;
margin:0;
padding:0;
}

div#ddmenu ul ul ul,
div#ddmenu ul ul li:hover ul ul
{display:none; background-color: #83A3C9; color:#0000000; }

div#ddmenu ul ul li:hover ul,
div#ddmenu ul ul ul li:hover ul
{display: block;}


.foundername {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.partnername {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.foundertitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.partnertitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#founder-crederity {
width:105px;
height:36px;
float:right;
margin-right:12px;
}

#partner-crederity {
width:105px;
height:36px;
float:right;
margin-right:12px;
}

.imgCall {
float:right;
margin-left:20px;
margin-bottom:20px;
}

