body {
font-family: Tahoma, Geneva, sans-serif;}

div.wrapper {width: 650px; margin: 0 auto;}
div.bookcover {width: 700px; margin: 0 auto;}

div.logo {background-color: #000; width: 100%; height: 100px; border-bottom: 6px solid #08909f;}
.logo h1 {color: #fff; padding-top: 25px; font-size: 1.8em;}
.logo img {float: left; margin-right:5px;}
.logo a, .logo a:link {color: #fff; text-decoration:none;}

/*=classes
------------------------------------------------------------------------*/
.smaller {font-size: 40%; font-weight: normal;}



/*=Navigation
------------------------------------------------------------------------*/
#navbar{
	position: relative;
	background-image:url("../images/navbackg.jpg");
	background-color: #000;
	width: 100%;
	margin-top: -1em;
	z-index: 100;	
}

#navbar ul{/* Remove bullets from ul in the navbar */
	list-style-type:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .75em;
}
	
#navbar li{/* List items in the navbar */
	position:relative; /* Required for drop-down menus */
	float:left;
	line-height: 2em;
	width: auto;}
	
#navbar a,/* Links, unvisited and visited */
#navbar a:link,
#navbar a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	border-right: .1em solid #fff;
	position: relative;
	color:#fff;
	display: block;
	float:left;
	font-size: 1.05em;
	line-height: 3.1em;
	padding: 0 1.5em;
	text-decoration:none;
	width: auto;}

 
#navbar a:hover, /* Hover, active, and current page links */
#navbar a:active{
	background-image:url("../images/navbackg3.jpg");
	background-color: #fff;/* Must have background to work in IE6 #CCC*/}
 
#navbar li.current,
#navbar li.current:hover{background: #fff;}

/* slide div */
div.displaymed {height: 245px; display: block;}

.displaymed ul, .displaymed ul li {list-style-type: none;}

div.display {display: none;}

/* divs on index page */
div.leftbox {
width: 400px;
float: left;
height: 150px;
}

.leftbox p {
font-size: 1.75em;
font-weight: bold;
}



div.rightbox {
padding: 0px 0px 0px 0px;
margin: 15px 0px 15px 0px;
height: 150px;
}

.rightbox p {
font-size: 1.75em;}

.rightbox img {
float: right;
width: 6em;
}


/*=Promo
------------------------------------------------------------------------*/ 
promo {
height: 400px;
width: 300px;
}

promo p {font-size: 1.2em;}

/*=graphic div on improveyouradvertising page
------------------------------------------------------------------------*/ 
.graphic1 {
background-image:url("../images/logos2.jpg");
background-color: #fff;
width: 300px;
height: 212px;}

/*=Form 
------------------------------------------------------------------------*/ 
imput.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#FF0000;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 4px solid #999;
}
input.button:hover {
background:#fff;
color:#09C;
}

textarea:focus, input:focus {
border: 1px solid #09C;
font-family: Tahoma, Geneva, sans-serif;
font-size: 1.1em;
}

input    {
width:285px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

div.form    {
background: #fff;
margin: 1em auto;
position:relative;
float: right;
width:300px;
height:500px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #08909f;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: inset 1px #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.form h1{ font-size: 1.1em; font-style: normal; color: #000;}

textarea#feedback {
width:200px;
height:150px;

}

textarea.message {display: none;}


/*=Main div
------------------------------------------------------------------------*/ 
div.main {
width: 595px;
display: block;
border: 4px solid #08909f;
background-color: #fff;
padding: 0 1.5em;
}
.main p {font-size: 1em;}
.main h1{ font-size: 1.5em;}

.main h2 {font-size: 1.1em;}

/*=Column divs on client list page
------------------------------------------------------------------------*/ 
div.cl1 {
float: left;
margin-right: 4em;
margin-top: -.6em;
}
.cl1 p{
font-size: .9em;
line-height: 1.2em;
margin: 0px;
}

.cl1 h2{
font-size: 1.2em;
margin:.5em 0 0 0;}

div.cl2 {
}
.cl2 p{
font-size: .9em;
line-height: 1.2em;
margin: 0px;
}

.cl2 h2{
font-size: 1.2em;
margin:.5em 0 0 0;}

div.cl3 {
display: none;
}

/*=Footer
------------------------------------------------------------------------*/ 
.footer {clear: both;}
.footer p {
font-weight: normal;
font-size: .8em;
text-align: right;
}