.img_indent { margin:0 20px 0 0; float:right;}

/* No list-markers by default - will redefine bullets w/ bg graphics */

ul,ol {font-size:11px; line-height:150%;list-style:none; }

li {font-size:12px;}

/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:16px;
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-style: normal;
}
.style4 {
	font-size: 17px;
	font-weight: bold;
	color: #006699;
}
.style5 {
	font-size: 13px;
	color: #5A76B4;
	font-family: "Century Gothic";
}
.style6 {
	color: #333333;
	font-size: 11px;
	font-family: "Century Gothic";
}
.style7 {
	font-size: 11px;
	font-family: "Century Gothic";
	color: #006699;
	font-style: italic;
}

.style1 {
	font-size: 16px;
	color: #006699;
	font-family: "Century Gothic";
}


.style5 {
	font-size: 14px;
	color: #006699;
	font-family: "Century Gothic";
}

/* Remove inconsistent (among browsers) default padding or margin */

html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,pre,form,fieldset,input {
	margin:0;
	padding:0;
	font-family: "Century Gothic";
	color: #006699;
}

/* prevent blue linked image borders */

a img  {border:none; }

 
body {
	background-color: #FFFFFF;
	text-align:left;
	font-familßarial, sans-serif;
	background-image: url(art/bodyBG.png);
	font-family: "Century Gothic";
	font-size: 12px;
	color: #5A76B4;
}


hr { color: #e2e5f2; background: #e2e5f2; border: 0; height: 1px; text-align: center;}
ul,ol,li,dl,dt,dd, h1, h2, h3 {
	font-size:11px;
	color:#006699;
	text-decoration:inherit;
}

dl,dt,dd,ul,ol,li {}

a:link,a:visited {
	color:#006699;
	text-decoration:none;
	font-size:12px;
}

a:hover,a:active {
	text-decoration:underline;
	color:#666666;
}


				
ul.list {margin:0px 25px;padding:10px;}
ul.list li a {font-weight:bold;}

ul.list li.current a:link, li.current a:active, li.current a:visited, li.current a:hover {
	color:#666666;
	text-decoration:underline;
}


.clear-it {clear:both;}

 

 
#footer {
	width:695px;
	margin:auto;
	font-family:  "Century Gothic";
	height:125px;
	color: #565c99;
	font-style: normal;
	font-size: 10px;
	background-color: #E7F1F5;
	padding-right: 5px;
	margin-top: 0px;
	padding-top: 10px;
}

#footer2 {
	width:695px;
	margin:auto;
	font-family:  "Century Gothic";
	height:50px;
	color: #565c99;
	font-style: normal;
	font-size: 10px;
	background-color: #E7F1F5;
	padding-right: 5px;
	margin-top: 0px;
	padding-top: 10px;
}	
	/*****************************
page scrolling styles like on /site-marketing/Organic Search Engine/our process
*****************************/

#block1, #block2, #block3, #block4, #block5, #block6, 
#block7, #block8, #block9, #block10, #block11,#block12,
{
 
	margin: 0;
	padding: 0px;
}
.active {
	background-color: #e2e5f2;
}

#block0 .active {
	background-color: #ffffff;
}
.visited {
	background-color: #fff;
}
#block0, #block0.active, #block0.visited {
}
	
	


 /********************
 Form Styles
 *********************/
form {font-size:11px; width:100%;}
 
input.btn {
	width:90px;
	padding:2px;
	background-color:#006699;
	color:#e2e5f2;
	border:1px solid #e2e5f2;
	cursor:pointer;
	height:20px;
}
input.btn:hover {background-color:#354db1;color:#e2e5f2;border:1px solid #e2e5f2; cursor:pointer;}
input,
textarea {
	width:200px;
	padding: 1px 3px;
	margin: 2px 0;
	font: 1em verdana, arial, sans-serif;
	color: #000;
	background-color: #E0ECF3;
	border: 1px solid #43549d;
}

input.checkbox {width:14px;height:14px;  background-color: #E7E1B8; border: 1px solid #C1BB95; margin-right:5px;position:relative; top:2px;}

input:focus,
textarea:focus { color: #000; background-color: #ccd1e1; border: 1px solid #43549d; }

