/***** Globals *****/
body{
	background: #dfdfdf;
	font-family: Calibri, Arial;
	
	font-size: 12px;
	color: #717171;
	text-align: justify;
}
p{
	margin: 9px 0 9px 0;
}
a img{border: none;}
div#content{
	width: 944px; /* 1000 total - 60px border*/ 
	margin:0 auto;
	padding: 30px;
	background-color: #fff;
}
h1, h2, h3{
	font-family: Georgia;
	font-variant: small-caps;
	text-align: left;
}

h1{
	font-size: 18px;
	color: #0358a6;
}
h2{
	font-size: 16px;
	color: #0358a6;
}
h3{
	font-size: 14px;
	color: #ffad19;
	margin-top: 0;
}
h2.altContent span{
	display: none;
}
h2.altContent{
	background: url(../images/carolridders.png) no-repeat top left;
	width: 222px; 
	height: 27px;
}


ul{
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}
ul li{
	background-image:url(../images/bullet2.png);
	background-repeat:no-repeat;
	background-position:0 0; 
	vertical-align:top;
	padding-left: 30px;
	margin-left: 0;
	padding-bottom: 5px;
} 

ul#services{
	margin-left: 40px; 
	list-style-type:circle;
	margin-top: 2px;
	margin-bottom: 3px;
	
}
ul.services li{background-image: none; margin-left: 0px;}
p#testimonial{position: relative; z-index: 20; padding: 0 15px 0 15px;}
img#lquote, img#rquote{position: absolute; z-index: -5;}
img#lquote{top: -6px; left: 0px;}
img#rquote{bottom: -6px; right: 6px;}


ul.services li{background-image: none;}
a:link {color: #717171; text-decoration: underline;}     /* unvisited link */
a:visited {color: #717171; text-decoration: underline;}  /* visited link */
a:hover {color: #ffad19; text-decoration: underline;}   /* mouse over link */
a:active {color: #ffad19;}   /* selected link */

div#clients a{color: #ffad19;}
.clear {clear:both;height:1px;overflow:hidden; border: none;}

.fltleft{float: left; margin-right: 10px; margin-bottom: 5px;}
.fltright{float: right; margin-left: 10px; margin-bottom: 5px;}

.uline{border-bottom: 2px solid #0477e1;}

div#callToAction{ margin: 10px;}
#contactPhoto{float: right; vertical-align: middle; border: 5px solid #fff;}
img#whyBookkeeper{float: right; margin-left: 10px; margin-bottom: 5px;}

p#quoteName{margin-left: 50px; font-style: italic;}

div#didYouKnow{height: 110px;}
	div#didYouKnow img{padding: 3px; border: 2px solid #dfdfdf;}
	div#didYouKnow + ul{margin-bottom: 0;}
/****** Menu *****/
ul#nav{
	font-family: Georgia;
	font-variant: small-caps;
	font-size: 14px;
	margin-left: 0;
	padding: 55px 5px 0 0;
	color: #fff;
	float: right;
	list-style-type: none;
}
ul#nav li{
	
	display: inline;
	background-image: none;
	padding: 0;
}
ul#nav a{
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
}
ul#nav a:hover{
	text-decoration: none;
	color: #ffad19;
}
ul#nav a:active{
	color: #ffad19;
}
/*****     Header     *****/
div#header{
	height: 100px;
	width: 944px;
	background-color: #0358a6;
	
}
div#logo{
	background-color: #ffad19;
	width: 250px;
	color: #fff;
	text-align: center;
	height: 100px;
	float: left;
}
div#logo img{margin: 28px 0 0 7px;}

/***** Sidebar *****/
div#index-sidebar, div#page-sidebar{
	width: 330px;
	height: 540px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin: 150px 0 0px 20px;
	float: left;
	position: relative;
}
div#page-sidebar{margin-top: 0px; border-top: none;}
div#index-sidebar h1{
	line-height: 50px;
	color: #fff;
	background-color: #ffad19; 
	padding-left:  10px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
div#page-sidebar h2{padding-left: 10px; color: #ffad19;}
div#index-sidebar-content{
	padding: 10px;
}
/***** Content *****/
div#index-container{margin-top: -300px;}
div#page-container{margin-top: 0;}
div#index-content, div#page-content{
	float: right;
	margin-top: 250px;
	width: 570px;
}
div#page-content{
	float: right;
	margin-top: 0;
	width: 570px;
}

div#text{
	padding: 10px;
	background-color: #edeeed;
	border-bottom: 3px solid #0477e1; 

}
div#index-content table{
	margin-top: 10px;
	vertical-align: top;
}
div#index-content table h3{
	margin-top: 0;
	margin-bottom: 0;
}
#portrait{border: 1px solid #dfdfdf; padding: 10px; margin-right: 10px; margin-bottom: 5px; clear: both;}
.carol{vertical-align: text-bottom;}

table#logos{margin: 0 auto; text-align: center;}
table#logos td{width: 150px;}
table#logos td img{vertical-align: middle;}
/***** Footer *****/
div#footer{
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	background-color: #0358a6;
	text-align: right;
	padding-right: 10px;

}
div#footer a, div#footer-privacypolicy a{
	color: #fff;
}
div#footer-privacypolicy{
	background-color: #ffad19;/* blue */
	width: 250px;
	color: #fff;
	float: left;
	text-align: left;
	padding-left: 10px;
	line-height: 31px;
}
/***** Content Footer *****/
p#content-footer{
	text-align: center;
	font-size: 10px;
}
/**** Video Lightbox ********/
#videogallery { zoom:1; }
			#videogallery span{ display:block; }
			#videogallery a{
				display:-moz-inline-stack;
				display:inline-block;
				zoom:1;
				*display:inline;
				position:relative;
				vertical-align:top;
				margin:3px;
				width:160px;
				font-family:Arial,sans-serif;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
				text-align:center;
				opacity:0.87;
			}
			#videogallery a img{
				display:block;
				border:none;
				margin:0;
			}
			#videogallery a:hover{
				text-decoration:underline;
				opacity:1;
			}
			#videogallery a#videolb{display:none}
